Tag Archives: webdev

An unnecessary Template Attribute Language

A funny thing happened on the way to building a delayed real-time feed display: I got temporarily obsessed with implementing a template language in JavaScript that, as it turned out later, I didn’t need. About the feed project itself, I hope to write more soon—but for now I want to get this extra [...]

Jelly Stains and Web Masons

From Mark Bernstein’s entry on Practical Prototype and script.aculo.us: When chemists consult a volume about professional chemical technique, or when surgeons reach for the latest update on neuroanatomy, they can usually find a book that isn’t couched in terms of silly examples and jokes. So can poets, mathematicians, and geologists. For some reason, though, [...]

Writing a Delicious command for Ubiquity

In my last post, I got all fluffy about how cool Ubiquity is but didn’t share any code to prove the point. As it happens, I have come up with at least one useful command that I’m starting to use habitually in posting bookmarks to Delicious. You can subscribe to my command or [...]

Ubiquity cracks open personal mashup tinkering

When I was a wee hacker, I lived my digital life though a Commodore 64. I played games on it, did homework, talked to people far away—you know, all the stuff they showed in the pictures on the box. I also took things apart—both the machine itself and software running on it. [...]

date-based pagination

Here’s a small idea I’ve not yet had the chance to try out on a large scale: Time-based pagination in lieu of page-number-based pagination for personal content - ie. blogs, bookmarks, status updates, etc. (You know, User Generated Content except I dislike the term.) Page numbers change over time, while time-based URLs are stable. [...]

Queue everything and delight everyone

This is a blog post I’ve had simmering in my brainmeats for well over a year or two. I’m suddenly inspired to break blog-radio-silence and get it out of my head. From Let the microblogs bloom - RussellBeattie.com: Once this is widely accepted (and I’m sure there are many that would argue with me), the thing [...]

OPML reading lists in FeedMagick2

For anyone who’s interested: I’ve been hacking a little bit on FeedMagick2 again, with the latest addition being an OPML reading list feed blender. What’s an OPML reading list? Basically, it’s the same as as OPML export of a feed reader’s subscription list - only rather than doing a one-time import into [...]

A Curmudgeon Playing with the CodeIgniter Framework and OpenID

One bit of hackery I did this weekend was to explore the CodeIgniter PHP framework, which is even less magic yet more glued-together out of the box than the Zend Framework. Also, very much less magic than CakePHP and barely in the same universe as Symfony. I think I may have found my [...]