More Questions Than Answers

Dan Atrill's blog site

@media Ajax, London 2007

.flickr-photo { border: solid 2px #000000; }
.flickr-yourcomment { }
.flickr-frame { text-align: left; padding: 3px; }
.flickr-caption { font-size: 0.8em; margin-top: 0px; }

The floating head of Brendan Eich, originally uploaded by adactio.

2 days, 200 people, 9 talks and one discussion panel later I still have too many things going round in my head to be able to [...]

more... »

Wed, November 21 2007 » Web developing » 2 Comments

DHTML color picker

There’s a host of library JavaScripts that provide a more application-like appearance to the web. The Dynamic Drive-YUI (Yahoo User Interface) Color Picker uses the UI Library and a means of dynamically picking hex values for web colours.
The scriptaculous library (using prototype) enables some pretty cool things too such as these box animations.
Meanwhile Dreamweaver CS3 [...]

more... »

Fri, November 16 2007 » Web developing » No Comments

HTML5 spec

So the HTML 5 draft specification is underway and according to Ajaxian: HTML5 Media Support: video and audio tags and scriptability, some features for video and audio are already turning up in Webkit’s nightly build for OS X.
There’s other features suggested in the spec including datagrids and canvas. It makes interesting reading and as a [...]

more... »

Wed, November 14 2007 » Web developing » No Comments

Validate email addresses

OK – it’s an old subject but given the standard for email addresses RFC 822 was established in 1982, it’s a persistent subject too.
There’s many ways to test for valid email addresses, I wanted a Perl one which ActiveState helpfully provided and this one is for PHP: Email Address Validation – PHP – ILoveJackDaniels.com
Not so [...]

more... »

Tue, November 13 2007 » Web developing » No Comments

Browser tools

A beta of the new version of DebugBar is now available. It displays Source, Style, Comp.Style, Layout and Attrs from the DOM tree of pages displayed in IE. In Firefox there’s the rather useful Web Developer tools, but given a good proportion of our traffic is IE-based making something work in your favourite browser isn’t [...]

more... »

Tue, November 13 2007 » Web developing » No Comments