Published in Brighton, UK

Clagnut

DOM | JavaScript

Ajax and accessibility

8 June 2006

There have been some great articles published recently on the accessibility of Ajax and DOM scripting.

Variable fixed width layout

7 February 2006

There’s an different approach to web page layout which is gradually getting some traction. The idea is that the layout is changed to best accommodate the window size.

Displaying titles for Flickr Badges

31 January 2006

Flickr badges don’t show photo titles, so I turned to a simple bit of DOM scripting for a solution.

Glaucoma and photography

15 January 2006

Sorry not some wonderful cure, but instead a few sites that might be of interest: an great looking, accessible charity site and some approachs to presenting photos on web pages.

24 ways (to impress your friends)

1 December 2005

24 ways to impress your friends – an advent calendar.

Ajax training workshop

24 November 2005

Following on from the great response we had to d.Construct, Clearleft is proud to be putting on an Ajax training course early next year.

JavaScript-enhanced image replacement

12 May 2005

Most image replacement techniques work by displaying a background image of text and shifting the real text out of view which is fine unless you have images turned off. This can be addressed with some unobtrusive JavaScript.

Browser stickies

29 March 2005

Browser Stickies is a little experiment I knocked together in the lull between SxSW Interactive and SxSW Music.

HTML is better than XHTML

21 February 2005

Judging by the latest SitePoint TechTimes, it seems Stuart Langridge has won the argument. SitePoint’s DHTML book will be published with HTML.

Photo fades and then some

10 December 2004

Scott Upton of Couloir has taken things to the next level with a resizing, fading JavaScript slideshow. I’ve made some bookmarking and accessibility suggestions (picking nits as usual).

Photo fades

5 November 2004

I’ve been admiring the ‘image loading…’ and subsequent fade-in of (spectacular) photos on Couloir. It seems they use a rather nifty trick to achieve this.

XMLHttpRequest

18 August 2004

Just recently on Stylish Scripting, Simon Willison introduced the possibilities presented by the XMLHttpRequest extension to JavaScript:

DOM Scripting Resources

23 July 2004

Are there any useful DOM scripting references out there?

Dynamically underlining accesskeys

15 June 2004

Using the DOM to automatically underline the letter of a link text which matches its accesskey.

Mozilla DOM inspector

7 May 2004

Mozilla’s DOM Inspector (also available in Firefox) can seem daunting at first but is amazingly powerful. Amongst other things, it allows you to see which CSS rules are affecting any given element in order of cascade priority.

Recent mark-up chatter

28 April 2004

I’ve contributed my two penn’orth to a couple of interesting HTML related posts.

CSS crib sheets

9 February 2004

Another CSS crib sheet (on centering divs) from Andy Budd and a first A List Apart article (on creating a JavaScript image gallery) from Jeremy Keith.

Discovering DOM scripting

3 February 2004

DOM scripting is much more than getElementById. Elements can be isolated and manipulated without having an id at all. To demonstrate this I’ve put together a simple script which redefines the styles of a class.

Accents in alerts

25 November 2003

Ever needed to put accented characters such as é into a JavaScript alert? It’s surprisingly problematic.

Spectacular calendar

29 April 2003

Mishoo has created a quite spectacular Web site. Using structural XHTML 1.1 (not quite valid, but the intention is clear) and CSS, the end result is visually very rich. But the most impressive bits (to me) are all his DHTML work, from some sleek animations, through mouseovers…

Good stuff

6 December 2002

Good stuff on design, usability and elegant coding from Adrian Holovaty and Tantek Çelik. And Dean has introduced a great Google highlighting tool which highlights your Google search terms. See it in action here (click the top link to clagnut). Update: Cal Henderson…

spam and stuff

27 May 2002

A List Apart has a geeky double issue which has partly pissed me off. On the good side there’s a pretty good attempt to prevent spam bots reading email addresses which uses JavaScript and character encoding. On the disappointing side is an article explaining how to…

Categories