Software As She’s Developed

Mahemoff’s Podcast/Blog – Web, Programming, Usability from the Author of ‘Ajax Design Patterns’ (AjaxPatterns.org)

Software As She’s Developed header image 4

InfoBoxPlugin: A TiddlyWiki Plugin for InfoBoxen

October 7th, 2009 · 2 Comments

G’Day, here’s a new tiddlywiki plugin I’ve been working on: InfoBoxPlugin. It’s based on the equally-monikered infoBox in MediaWiki/Wikipedia, which you’ll see in any article that is marked “current event” or “controversial”, for example, on the big W. I find infoBoxes elegant, as they are unobtrusive enough to let you get on reading the article, [...]

[Read more →]

Tags: SoftwareDev

SimpleMessagePlugin: Unobtrusive TiddlyWiki Status Message

October 3rd, 2009 · No Comments

To simplify TiddlyGuv message rendering, I made “SimpleMessagePlugin”. It removes the message box 1 second after a message was shown (using displayMessage). In the event another message appears in that time, it appends the message (as it normally does) and extends the message box’s lifetime by a second. In other words, it always closes a [...]

[Read more →]

Tags: SoftwareDev

JQuery IFrame Plugin

September 15th, 2009 · 9 Comments

This article by Nick Zakas, covering some technical issues in iframe loading, triggered me to surface a JQuery IFrame plugin I made a little while ago, which supports loading IFrames. (I did tweet it at the time, though I’ve since changed the location.) JQuery IFrame plugin The plugin basically tells you, the programmer of the parent [...]

[Read more →]

Tags: SoftwareDev

Modal Dialog JQuery Plugin

August 27th, 2009 · No Comments

This has been a while coming, but I made a little “yet another modal dialog lightbox JQuery plugin” thing this week. Demo and Download for Modal Dialog – JQuery Plugin It was driven by TiddlyDocs, but I’ve been wanting one anyway for a while. Mostly because lightbox libraries generally do some hocus-pocus on page load, like applying [...]

[Read more →]

Tags: SoftwareDev

Towards A Single Page Application Framework

August 18th, 2009 · 2 Comments

Tonight, I was thinking of making a Twitter app to manage my various accounts (I have ~dormant accounts related to projects like @webwait and @listoftweets). The app would be holding username and password details for each of these accounts, so it made sense to build it as a Single Page Application (SPA). This way, a [...]

[Read more →]

Tags: SoftwareDev

ColourLovers API – JSON Demos

August 2nd, 2009 · 3 Comments

About a year ago, I was excited to discover ColourLovers had an API. There is some great data about colours and palettes on that site, and some great possibilities for mashups - some as general-purpose art projects, and some as tools for designers. However, I noticed there was no JSON-P interface, so there was no way [...]

[Read more →]

Tags: SoftwareDev

WebWait Two Point Oh

July 25th, 2009 · 5 Comments

I'm pleased to announce a major upgrade to WebWait, the first big upgrade since I launched the site 2.5 years ago. It's based on watching how people are using it, talking about it, and sending me direct feedback about it. Thanks to all who have provided feedback. The new features are: Multiple sites You can [...]

[Read more →]

Tags: SoftwareDev

TiddlyWeb-JQuery Comments Plugin

July 21st, 2009 · No Comments

TiddlyWeb-JQuery Comments Plugin - Screencast @ Vimeo I've extracted from Scrumptious a nested comments plugin you can integrate into any POJA (plain ol' Javascript app). You can find it here in the repo: TiddlyWeb-JQuery Comments Plugin. As the README explains, usage is a one-liner once you've set it up. Just do $(selector).comments("topic"). The topic is an identifier [...]

[Read more →]

Tags: SoftwareDev

Instalicious: Push Delicious “ToRead” Items Into Instapaper

July 14th, 2009 · 6 Comments

Update: Moved intalicious to GitHub. The main change I made since posting this was to stop items reappearing in Instapaper once you've deleted them; the sync process was causing them to be pushed from Delicious again. The script now changes the "toread" tag to "instaliciousd" (configurable name), so "toread" items will only be pushed once. Instapaper [...]

[Read more →]

Tags: SoftwareDev

SVG and VML in One Chameleon File

May 1st, 2009 · 11 Comments

Why a Chameleon File? While most browsers support SVG, IE's unique brand of interopability does not extend that far; even the latest and greatest, incarnation v. 8 of IE, has no sign of SVG. And so, we citizens of the innernets are left with two vector graphics formats: VML for IE, SVG for standards-compliant browsers, which [...]

[Read more →]

Tags: SoftwareDev