The 100 Oldest Currently Registered .com Domains

July 31st, 2006

I’ve come across a list of the 100 Oldest Currently Registered .com Domains (that’s a mouth full) list… There are quite a few domains you wouldn’t have thought would have been on that list but they are.

The oldest domain was registered on 15 March 1985.

How to write clean CSS - Squeaky Clean CSS

July 28th, 2006

I’m fascinated with CSS these days and can’t get enough of it. I’m learning new stuff all the time and I’m keen to keep on filling my brain with knowledge.

I’ve come across a nice little blog post on how to write clean CSS It certainly picked me up on a few layout tricks to make my CSS cleaner and easier to follow.

I thought I’d share a little bit of what I’ve learned from noodling around with stylesheets these past few years. Here are some basic organizational practices I try to follow. ( Much of this might be old hat for you, and if so, just think of it as a refresher. I run into enough messy stylesheets that I thought this might be of some interest. )

Squeaky Clean CSS

CSS Layout Techniques: for Fun and Profit

July 25th, 2006

I came across this cool CSS Layout site that includes sample code for popular CSS layouts…

If you are looking for help making the transition to CSS layout (that’s Cascading Style Sheets), you’ve come to the right place. I am cataloging here as many useful cross-browser CSS layout techniques as I can find, and some that I made up when I was bored last Thursday. All the examples on this site have been reduced to only their essential code, and you will find the source displayed on each page to hopefully make it quick and easy to understand the inner workings of the CSS. Feel free to steal all the code you find on this site, and consider linking back here on your site or in your source comments.

CSS Layout Techniques: for Fun and Profit

dhtmlgoodies.com - A library of DHTML and AJAX scripts

July 17th, 2006

A friend of mine sent me a link to dhtmlgoodies.com a while back but I’ve never really had a decent look at the site.

Last night I finally went through some of the scripts and I have to admit they are all pretty awesome. What is best is that most if not all the script work in all the major browsers. This is a great resource for software developers and website owners.

My favourite DHTML scripts have to be the drag and drops. They are fantasic! I’m definately implementing some of these into my scripts.