web design
Tip: Fix stupid IE8 errors: force compatibility mode
IE has never liked Javascript very much, and IE8 will be rolled out soon. Many nice Javascript elements that I commonly use don't work yet in IE8, such as Shadowbox and BeautyTips.
This blog/site runs on Drupal and I use modules to handle my Shadowbox and BeautyTips needs, however these haven't been updated to the latest and greatest versions of their stand alone counterparts so they don't yet work in IE8.
Designing websites is easy using the 960 Framework
I recently just started using the 960 Grid System CSS framework in 2 recent projects. I've got to say that I'm really liking it so far. Using the Photoshop templates to layout and mock-up the design makes it super easy to get an original design down in a few hours.
Sweet Berry Wine
Automatically Update Copyright Year on a Website (For Dummies)
It may seem like a trivial thing to some, but many web designers, novices, and bloggers don't know how to have the copyright year automatically update on their website.
It's true that the year should really only be updated when the content has been updated, but for small business that don't get around to updating their content much. An ancient copyright year can look bad to prospective customers.
To show the current year, just use the following PHP code snippet.
<?php echo date("Y"); ?>
The full thing (assuming the current year is 2010)
<p>© 2001-<?php echo date("Y"); ?> Company Name</p>
© 2001-2010 Company Name
For more information see the PHP documentation about the date function.
Some Color resources
Working on a new design
I decided to mock-up a new theme for my blog/website. This is still a work in progress, but I thought it would be interesting to post this now to compare it to the final theme.
Let me know what you think. I've only spent about 2 hours on it so far.
Don't resize my browser, butthole!
It really chaps my ass when websites resize my browser window.
I'm okay if it opens a new window and makes that full screen, but come on, not the one that I have a bunch of tabs in! After I leave your stupid website I have to go and resize my browser back to how it was. It's a lot like having to re-adjust your seat after getting your car valeted. It's just annoying.
It's bad web design and flat out rude!
How to embed Flickr slideshows and add Shadow box for added awesomeness
If you want to add a really cool slideshow to your website like the one below, just follow these steps:
Italian Spiderman - Part 1
This has to be one of the greatest things ever posted on YouTube.
I made a playlist with all 10 episodes in order so it will be easy to watch them all.













Recent comments
2 weeks 5 days ago
3 weeks 11 hours ago
3 weeks 23 hours ago
3 weeks 1 day ago
7 weeks 2 days ago
7 weeks 4 days ago
7 weeks 6 days ago
11 weeks 3 days ago
11 weeks 5 days ago
11 weeks 6 days ago