Archive for January, 2005

Developing Sites for Users with Cognitive Disabilities and Learning Difficulties

Monday, January 31st, 2005

When we think of building accessible websites, we tend to focus on the visible disabilities. Juicy Studio has a phenomenal article on Developing sites for users with Cognitive disabilities and learning difficulties.

Web Application Form Layout

Monday, January 31st, 2005

Luke Wroblewski has a series of good articles that explains the importance of consistant form design in web applications. The articles can be found at:

FotoBuzz Image Annotation

Monday, January 31st, 2005

FotoBuzz Viewlet is a sweet Flash application that allows you to add image annotations to photos on your website. The comments are actually stored inside your images, but mySQL support is promised for the next version. On the server-side, PHP or Python support is required.

[link via Darron Schall]

Contitional HTTP Requests in PHP

Sunday, January 30th, 2005

Alexandre Alapetite has a free PHP module that allows you to handle Contitional HTTP request in PHP. The free library has only one function and lets you handle the different kinds of conditional requests (304, 412), HEAD requests, cache management at client and proxy level and compression of data.

See your Site Like Google Does

Saturday, January 29th, 2005

Poodle Predictor lets you see your site like Google does. It simulates search engines and can help predict your Google listings.

Matching newlines using Regular Expressions in JavaScript

Friday, January 28th, 2005

As I was struggling with a regular expression the other night, I came across this article at Simon Willisons weblog that solved my problem with Matching newlines using Regular Expressions in JavaScript!

Dashboard Developer Site

Thursday, January 27th, 2005

Dashboard Developer has just launched and looks like a good starting point if you are interested in creating Dashboard widgets for Apple’s upcoming Tiger operating system.

Shine

Thursday, January 27th, 2005

We are all meant to shine like children do.

Get dynamic Web content with HTTPRequest

Wednesday, January 26th, 2005

IBM has an article titled – Get dynamic Web content with HTTPRequest – that will show you how to use the XMLHttpRequest object to facilitate the transfer of data between a web page and a server. This is the same technique that is being used in GMail, Google Suggest, and Ta-da Lists.

ECMAScript Menu System

Tuesday, January 25th, 2005

The ECMAScript Menu System is a very slick implementation of a web-standards based menuing system that relies entirely on the DOM while leaving your markup completely non-presentational.

[link via 456 Berea Street]