Software As She’s Developed

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

Software As She’s Developed header image 4

HTTP Streaming: An Alternative to Polling the Server

November 4th, 2005 · 8 Comments

If Ajax apps are to be rich, there must be a way for the server to pass new information to the browser. For example, new stock quotes or an instant message someone else just sent you. But the browser’s not a server, so the server can’t initiate an HTTP connection to alert the browser. The […]

[Read more →]

Tags: Links · SoftwareDev

Flock: A Tribute to Unusability of Firefox Extensions?

October 9th, 2005 · 4 Comments

You’ve probably noticed the buzz around Flock, a browser built on Firefox. Information’s limited, but it seems to pick up on the “social” buzzword - tagging, annotations, RSS etc. Thing is, all of these things are possible in Firefox too via extensions. But extensions haven’t really taken off, and the reason is, quite frankly, poor […]

[Read more →]

Tags: HumansAndTech · SoftwareDev

Greasing Greasemonkey Scripts

August 21st, 2005 · 2 Comments

Tweaking a Greasemonkey script is easy. It’s just a single file, so you download the file locally, edit it, and install it the same way you’d install any other script. I did this because I needed a quick fix for the super-helpful XMLHttpRequest Debugging script. Sometimes the console has a little trouble with positioning - using […]

[Read more →]

Tags: Links · SoftwareDev