Author: Tom

  • 100% Width

    Note: I am planning an update for this article to improve the quality. A common question from new web designers is how to make a div 100% of the browser window, many people complain that there is always some sort of border around their div, preventing them from making their element the full width of…

  • Using jQuery’s toggle() function

    Note: This article has been marked for a quality review and will soon be updated. jQuery is packed full of useful features that help you to “write less, do more” as their slogan says. One thing I have found over the years, when working with JavaScript, is the need to know what state an object…

  • The problem with Web 2.0 Design

    Web 2.0 is the quirky title given to the way in which developers and users have used the web since 2004 to present; and I haven’t got a problem with that. I have a problem with the overuse of web 2.0 design. Now there are design trends that come and go, and I am someone…

  • Screencast #1 – Creating perspective

    In this first ever screencast I will show you how to add perspective to your websites by using a really simple trick which comes into play when users re-size their windows. In the screencast I focus on creating a fancy city-scape for a footer with three basic levels of perspective. The final effect is viewable…

  • Could Facebook groups be a bad thing?

    Recently I was looking around on Facebook as you do, and I realized that around 90% of my news feed was full of “John Doe joined the group … and so did 16 other friends”. Now apart from the annoyance this served me it made me think about the purpose behind such groups. One could…

  • Travel – a free WordPress theme

    So I woke up this morning and felt like sharing the love! And so today I’ve got a free WordPress theme for you that I finished up only yesterday! Here is the link to download. This is a really simple theme that works in FF2/FF3/IE7/IE8/Chrome/Safari/Opera so you’re pretty much covered in terms of compatibility. The…

  • Create a fancy thumbnails list in WordPress

    Note: This article has been marked for a quality review and will soon be updated. I, like many others, love WordPress, and every time I come to creating a new theme I always look for new ways to utilize it’s true power. I like extending the functionality of websites with WordPress and I like using…

  • Using Location Awareness

    A future web design trend that I predict is location awareness, and using it to ensure a better user experience. However without access to GPS, most of the world’s desktop PCs will have to rely on other means of telling servers where they are. One way that we can use today to determine the location…

  • Using CSS Sprites

    Navigation is an important part of how sites work, and so I think we can all agree that it is important for our navigational items to look nice. One problem that many sites encounter is the slow loading of roll-over images that are used to give feedback to the user. I’m sure you know what…

  • Why you should be using PHP

    Note: This article has been marked for a quality review and will soon be updated. I would like to introduce you to PHP. If you aren’t already using PHP on your site, you should be! PHP is an easy way of generating dynamic content and interacting with all sorts of things, from the server, to…