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

Entries from August 2005

Ajax: From Tipping Point to Koolaid Point

August 14th, 2005 · 1 Comment

Kathy Sierra explains a variation of the “Tipping Point”: The Koolaid Point: A Threshold at which enough users become so passionate that others accuse them of “drinking the koolaid”. Often fueled by commercial success. Kathy makes a great point: passion doesn’t mean happiness - people can be passionately opposed too. Nice to see how universal this phenomenon is […]

[Read more →]

Tags: HumansAndTech

Meta-Search with Ajax

August 13th, 2005 · 3 Comments

I just discovered a new feed meta-search: TalkDigger (via Data Mining). It’s Ajax search all the way (buzzword overload!). The site shows how ideal Ajax is for meta-search. Each time you enter a query, the browser fires off multiple queries - one for each engine it searches. That means the results all come back in parallel - […]

[Read more →]

Tags: SoftwareDev

Ajax Frameworks - JS, Server-Side, or Both

August 13th, 2005 · No Comments

Jason Salas is a blogger-podcaster who’s been writing a lot of good stuff about Ajax lately. He notes the new ComfortASP .Net abstracts away the DHTML/JS so you can do everything server-side. The new Ajax JSP Taglib does that too. The idea’s been used previously with libraries like the struts validation module. Custom libraries are […]

[Read more →]

Tags: SoftwareDev

Ajax Patterns: Widgets broken down

August 13th, 2005 · No Comments

For a long time, the Ajax Patterns had a big section of widgets, about 15 in all. This week, I’ve been working on full-text versions and they’ll be finished on the weekend. Writing the low-level details helped crystallise some of the relationships for me, and I’ve been able to break those widgets into three groups, […]

[Read more →]

Tags: HumansAndTech · SoftwareDev

Podcasting is Easier than Blogging (in Theory)

August 12th, 2005 · 1 Comment

One of several reasons why podcasting won’t be as big as blogging, according to Paul Scrivens : Blogging requires a browser (if you are using a webmin interface) and an Internet connection. That’s it. Podcasting takes it a step further by requiring a microphone. I know many of you have mics on your computers, […]

[Read more →]

Tags: HumansAndTech

Spying on Users With XMLHttpRequest

August 10th, 2005 · 1 Comment

Earl Castledine points out the allegedly dark side of XMLHttpRequest: spying on users (thanks Ajaxian). It seems that this capability will cause it to “likely fall from grace”! (I mentioned the issue a little while ago regarding the Heartbeat pattern). Two examples are given in the new article: you write an e-mail to Apple […]

[Read more →]

Tags: HumansAndTech · SoftwareDev

Ajax Business Improvement: Lazy Registration

August 8th, 2005 · No Comments

Lazy registration is a killer app for Ajax usage in business. Tim Haines has a contest going on to improve a business model with Ajax (right on, Rick Strahl). The contest is about an online ecommerce site - I can do better than a suggestion … I’ve got a working prototype for this one and […]

[Read more →]

Tags: HumansAndTech · SoftwareDev