thepeoplestoolbox
thePeoplesToolbox is a nice repository of bookmarks for popular programming and design sites.
thePeoplesToolbox is a nice repository of bookmarks for popular programming and design sites.
Robots.txt Generator is a handy tool that uses a web form to generate a Robots.txt file for your website. There are lots of options that make the file generation a snap! For those of you wondering, Robots.txt is a very simple text file that is placed on your root directory and tells search engines and other robots which parts of your site they are allowed to visit and index.
Swapnonil Mukherjee offers a good explanation as to Why you should right align form labels. He suggests by showing good examples that you eye must travel a smaller distance to navigate from form field to form field when the labels are right aligned.
Good old Ray Camden has blogged about Flash detection and has prompted an alternative to the Macromedia/Adobe solution. It's called FlashObject.
There have been a lot of posts recently on the XmlHTTPRequest object since Google released their Google Suggest application in the Google labs. Here are a few links describing this method that I thought I would throw together:
Mark Kruger has blogged a tip on colouring alternative rows in HTML using CSS. I've done something similar before, but the use of #currentrow mod 2# is neat.
I now have a better tip. Use BitAnd() like <tr class="rowBackground#BitAnd(query.currentRow,1)#">.
Rather than code ...
...use this...
..and this JavaScript function...
Got this idea from here and there are more ideas here and here.
Here's a fix for the support of transparent PNG's in IE 5.5+.
There's even a support forum.
Here's a cute one. You can do tests for IE versions using conditional comments!