April 19, 2004

PulpFiction

PulpFiction - New XML feed aggregator for Mac OSX with a Mail-like Interface, built-in browser and filters.

Posted in Tools by Syam Kumar at 10:33 PM
Permalink | Trackbacks (0)

Movable Type RSS Feeds - Full entries

The default RSS templates from Movable Type create feeds that contain only an excerpt of each blog entry. If the 'Entry Excerpt' field is blank, MT will auto-generate an excerpt from 'Entry Body', stripping all its HTML code.

Because of this, some of my blog entries looked weird in feed readers. I made a small change in the <description></description> tag inside <item></item> to include full entry and a link to comments.


<description>
   <![CDATA[
      <$MTEntryBody$>
      <$MTEntryMore$>
      <MTEntryIfAllowComments>
         <p>
            <a href="<$MTEntryPermalink$>#comments">
               Comments
            </a>
         </p>
      </MTEntryIfAllowComments>
   ]]>
</description>

Atom feed contains both 'Entry Body' and 'Extended Body', so there is nothing to change.

Posted in Markup by Syam Kumar at 09:18 PM
Permalink | Comments (1) | Trackbacks (0)

Web Standards are Dumb?

Quotes from a self-styled professional Web developer who compares web standards with Communist propaganda:

Web standards. They're big, dumb, and they don't work. Yet, they persist. Why?

These days, the rebel youth aren't so busy admiring Marx as they are giving each other tutorials on how to use XHTML Strict. Bravely battling JavaScript menus and eradicating layout tables, admonishing us to "please think of the children" and design our pages so they're compatible with the handhelds of next century. Same conformist thinking, same lousy outcome.

...

Cascading Style Sheets (CSS) are a classic example of the madness. Reared in a cubicle somewhere, they're pitched as the pinnacle of document styling. CSS are public, free and future-proof. Sounds great until you realise that: a) you need a degree to understand them; b) Microsoft doesn't care about them; and c) they suck. What's more, CSS have been promoted as "the future" since the mid-90s, and by now the only thing keeping them alive is a steady stream of guilt and the occasional Movable Type installation.

...

But now I'm fed up. I want the browser wars back. I want to use Flash and PDF (you know, technologies that work) without being accused of bourgeois elitism. Is it really so important to make our Web sites phone-compatible? PDA-compatible? Safe for the flat-footed?

Posted in Web Standards by Syam Kumar at 02:09 AM
Permalink | Trackbacks (0)