How to embed YouTube videos in SMF forum

There is a mod for SMF that allows you to embed YouTube videos fairly easily, but I didn’t find it until after I worked out a way that I think works as well and doesn’t take a separate modification, plus it’s pretty mindless to add Google or Yahoo videos as well. I had the Custom [...]

Time breakdown of modern web design

A little humor for y’all. Here is a pie chart that quantifies the actual time spent by a web designer.

The importance of small web pages

With broadband connections and fast computer gaining more and more ground, it is often forgotten that small page size is still important. You have to be able to walk a fine line between what you’re willing to sacrifice to allow your pages to load faster against making sure that the image you project is the [...]

How to create a favicon.ico file in Photoshop

There is a small graphic file that most people probably don’t know about, but your web browser does. It’s the favicon.ico file and it can help your site to stand out.

Using AJAX to get city and state from zip code

This is something that I wrote a few years ago when I first started using AJAX type calls in my programs. It will allow you to enter a zip code, either 5 or 9 digit, and will load the city into a text field and state into a dropdown. If the city field is blank [...]