WakeUpLater.com has some good tips for freelance web designers/developers.
Passing Arguments to an Event Handler
Mark Wilton-Jones has a good overview of the most common methods passing arguments to an event handler in JavaScript. This page has a function (addevent2()) that worked for me.
mouseenter, mouseleave Events for non-IE Browsers
Stephen Stchur has written a script to mimic IE’s proprietary mouseenter and mouseleave Javascript events for non-IE browsers. This is useful when you have one element (B) laying on top of another element (A), and you want to do a mouseover/mouseout on A without the mouseout firing when you hover on B. Quirksmode has articles […]
Tree View of Folders, Including Size
TreeSize is good for getting a tree view of all the directories on a box with the size listed, so you can track down which folders are taking up too much disk space.
Home page posts missing when using Pretty Permalinks for WordPress on IIS
I’ve been working on a problem recently with the Pretty Permalinks solution for WordPress on IIS. I was migrating a working WordPress blog from one server to another and once it was on the new server the front page would come up w/ the theme, but instead of the default posts it would say “Sorry, […]
Photoshop Button Styles
Copy the .asl file to the Photoshop’s \Presets\Styles directory.
Clearing a Browser’s default CSS stylesheet
Clear a browser’s default CSS stylesheet Update: After working with it for a little while I prefer using Yahoo’s Reset CSS, Base CSS and a few custom values to Meyer’s version. I think he takes it too far (almost to the point of absurdity) with things like stripping the weight from the strong tag. /* […]