Editor reviews are provided by professional editors who evaluate a blog based on the following criteria: Frequency of Updates, Relevance of Content, Site Design, and Writing Style.
Long time, no post! Freelancing, tight deadlines, christmas, etc.
What is it?
jQuery is a javascript framework, it all happens on the client side, and allows developers to enhance the user experience of a website. Scrolling, sliding, fading, etc. it...
Flash can be a little slow to navigate around, luckily alot of common functions have keyboard shortcuts. I made this Flash Cheat Sheet for all common shortcuts to shorten development time.
I didn't write the cheat sheet. I formatted this page, so you...
Here's a great resource on some simple steps to take when fixing bugs in IE6.
http://www.virtuosimedia.com/tutorials/ultimate-ie6-cheatsheet-how-to-fix-25-internet-explorer-6-bugs
One extremely handy tool mentioned in the article is IETester. It's a...
Woorkup has an interesting css coding methodology, it's a top down model which has 4 stages.
The first stage resets HTML elementes
The second stage defines the main css elements (#header, #container, etc.)
The third stage defines custom classes...
Carsonified has a good blog entry about how to debug in PHP. It outlines the 4 php error types, using var_dump() and recommends some tools to help with debugging.
http://carsonified.com/blog/dev/how-to-debug-in-php/