Blog / Date Archive for October, 2006

Is programming hard? (Javascript on the Web)

If you are involved with web design for a while, and if you don’t program, you may at some point wonder if you’d like to program. Some designers feel frustrated that they can’t achieve certain effects without relying on a programmer. Many such designers would feel empowered if they knew how to program. Some hold [...]

Read Post

Tabbify: another plug-n-play Javascript trick

We just saw this one and thought we’d point to it. This script allows you to do a tab interface. Again, it is drop dead simple to install on the page. All you have to do is include the script and then assign the right CSS classes to the DIVs that you want to be [...]

Read Post

Reflected Images with Javascript

How would you like to use one script to create reflected images on your website? Instead of using Photoshop to create the reflections on each image – you can simply use this script to do the work for you! Here is an example Here is the script (including credits to the developers): /** * reflection.js [...]

Read Post

Sort your tables using Javascript

I’m using this on a project and want to suggest it for others. Almost any time that you have to present information in a table, you’ll probably want to make that table sortable. These folks came up with a good trick, and one easy to implement: While the web design community gradually moves away from [...]

Read Post

Classic mistakes

As Lawrence reminded us a few days ago, software development, and more generally, IT-related projects continue to record failure rates much higher than those of “standardized” construction projects, leading many of those in top management positions viewing IT as a cash sieve, as unregulated, as immature. One reason for the continued failure of these types [...]

Read Post

Firefox Scrollbar Solution

Since it’s inception, Firefox has had an unfortunate habit which most users and developers have noticed at some point: shorter pages will display with no right-hand scrollbar, while longer pages will naturally trigger a scrollbar. The result is a website that jumps 15 pixels to the left or right to accomodate the need, or lack [...]

Read Post

The worst software project failure ever

The modern, affluent standard of living depends on society’s infrastructure, both physical and intellectual: airports, highways, bridges, ports, telecommunication networks, databases, power plants, and the software that makes it all run. Many brilliant people have struggled hard to figure out the best ways of constructing society’s infrastructure. 150 years ago it was still common for [...]

Read Post