Search Engine Land.com:
Yelp…is…essentially a poster-child for semantic markup. This spring, Google’s introduction of rich snippets has allowed Yelp’s listings in the SERPs to stand out more, attracting consumers to click more due to the “bling” decorating the listings in the form of the star ratings.
There are now some very good reasons why sites with ratings [...]
Posted October 14, 2009 by Casey Bisson
Categories: Dispatches, Technology. Tags: microformats, semantic markup, web development. Be the first one.
An amusing hacks-conference lightning talk-turned-blog post on web development: “Graceful Hacks” – UX, IA and interaction design tips for hack days. Martin Belam’s talk at The Guardian’s July 2009 Hack Day must have been both funny and useful:
Funny: “However, I am given to understand that this is now deprecated and has gone out of fashion.”
Useful: “the Yahoo! Design [...]
Posted August 6, 2009 by Casey Bisson
Categories: Technology. Tags: design patterns, hack day, hacks, web design, web development. Be the first one.
Timeline is a SIMILE project that uses Exhibit JSON (which you can create with Babel).
Posted December 9, 2008 by Casey Bisson
Categories: Dispatches. Tags: necode4lib, SIMILE, timeline, timelines, web, web development. Be the first one.
Just saw a cool demo of XForms and Orbeon Forms.
Posted December 9, 2008 by Casey Bisson
Categories: Dispatches, Technology. Tags: forms, necode4lib, web development. Be the first one.
Zach is apparently too lazy to prep his own lectures for the last few days of his intro to web programming class. After bringing his students from zero to database-backed web-apps, he asked Matt do JavaScript and me to introduce WordPress as an application platform.
The WordPress API makes it easy to write plugins that modify [...]
Posted December 8, 2008 by Casey Bisson
Categories: Dispatches, Technology. Tags: filters, hooks, web development, web programming, wordpress. Be the first one.
f you’re already building web apps, you might wonder why you should bother to build an iPhone native app. The short answer is that you might not need to, but you should still optimize the app for iPhones.
Native-looking chrome
Set these in the head:
// set a custom icon for when a user bookmarks the app to [...]
Posted December 2, 2008 by Casey Bisson
Categories: Technology. Tags: applications, iphone, web apps, web development, webkit. Comments Off.
This two year old post about Rasmus Lerdorf’s PHP scaling tips (slides) is interesting in the context of what we’ve learned since then. APC now seems common, and it’s supposedly built-in to PHP6. Still, I’d be interested in seeing an update. Are MySQL prepared statements still slow?
And that’s where Rasmus’ latest presentation comes in. We [...]
Posted September 22, 2008 by Casey Bisson
Categories: Technology. Tags: callgrind, performance, php, Rasmus Lerdorf, scaling, scaling, php2008, web applications, web development. Be the first one.
Josh Bush’s Masked Input Plugin and Paulo P. Marinas’ AlphaNumeric are both jQuery plugins to prevent input of invalid data in web forms.
Posted September 11, 2008 by Casey
Categories: Dispatches, Technology. Tags: form validation, forms, jquery, validation, web design, web development. 2 Comments.
JSONLint, a JSON validator, was the tool I needed a while ago to be able to play with JSON as format for exchanging data in some APIs I was working on a while ago. And now I like JSON well enough that I’m thinking of using it as an internal data format in one of [...]
Posted September 10, 2008 by Casey
Categories: Dispatches, Technology. Tags: javascript, json, web applications, web development. 5 Comments.