A good[ish] website
Web development blog, loads of UI and JavaScript topics
Compass has a reset, but no Normalize, nor animation. But plugins can help in that. We'll look into the animation plugin, and how to install…
When developing a site the visible PHP errors are extremely handy. But, on a production site they may give out too much information or it's…
Generally popups are considered bad-ish, but sometimes they’re handy. For example when opening an audio player. The following expects you to…
One really sucky thing about CSS is it’s lack to make stuff 100% height. You’ll face this especially with sidebars, if there is not enough…
Sometimes when you move your site to another server and the database has different charset (or something else mysterious happens), you may…
So you want to upload a funny image quickly to the Internet. You may use something like CloudApp. Or, do it yourself with Automator. This…
Sometimes you need to move a ton files to a server, it’s 100 times faster to move as chunk than one-by-one. Ideally you have an SSH access…
This is part to two the earlier post about fluid multi-column layout done with only floats. You may want to get acquainted with that first…
Here's all the different ways to do conditional logic in PHP. The bare-bones basic syntax in plain english goes something like this…
More fluid layout examples ahead. First I was like hmm... sure need js to that. But of course not! I was working on a layout with a lot of…