Jun 07

Here’s how to load images from any server using a simple XML files. Useful for giving clients or affiliates access to updating sites without changing the main code.

See it in action at: Loading images with XML & jQuery
Continue reading »

May 11

jQuery



I’ve created a presentation about unobtrusive jQuery.

Contents:

  • Progressive CSS
  • Progressive JavaScripting
  • Unobtrustive JavaScript
  • Understand browsers and users
  • Event Delegation
  • Relationships
  • Maintenance
  • JQuery
  • JQuery & XML

Here’s a download link: Behavioral separation and jQuery

Dec 15

Good web dev reference books:


Nov 14

This Multiple CSS/AJAX rating bar from http://www.masuga.com/ is the dog’s blox. Everything is set up so you can just stick as many as you like anywhere in your site. The mark-up for any star rating component is a very simple ‘PHP require’ with a unique ID and the JavaScript id pretty unobtrusive. It automatically creates an entry in the MySQL table whenever anyone votes. Looks like a good place for design help at http://www.masugadesign.com/.

Continue reading »