Archive for the ‘Web Design Tips’ Category

Simple Tabs with AJAX and jQuery

One of the great things about jQuery is its complete suite of built in AJAX functions, which allow you to add quick and easy features to your website.

The example below came from a recent project to create an internal…

Check Passwords Using jQuery

We have had several requests on how to use jQuery to check that passwords match in your website registration form when requesting visitors to re-enter their passwords.

This can easily be achieved by using similar code shown in our previous…

Web Design – Core Files

Since most websites start with the same set of core file requirements and most layouts have at least the same starting HTML and CSS structure you can speed up your initial web design by having a core set of files…

Create a Reverse-Order Ordered List Using jQuery

Earlier today I came across a small website coding “problem”, which required me to create a “top-ten” list of items in reverse order for a client.

Usually ordered lists are very simple to in XHTML create using the following code:…

Quick and Easy jQuery Image Swap

Here is a very quick and easy way to implement image swap on hover on your website using jQuery.

With the jQuery javascript library already added to your website add the following javascript code between the head tags in…

Hiding Your Email Addresses From Spam Harvesters – Part II

Last week, in part I, we looked at hiding your email addresses from spam harvesters using simple techniques such as rewriting your email address for humans only and replacing your email with an inline image.

Today we have 2…

Hiding Your Email Addresses From Spam Harvesters – Part I

email sample image

One of the biggest problems with putting your personal and/or business contact details onto your website is being inundated with spam just a few weeks after launching your site. This is due to automated programs trawling the internet and searching…

Adding jQuery To Your Website

The jQuery javascript library offers an excellent and easy way for both experienced and beginner web designers and website owners to add great effects or features to any site.

The jQuery website contains hundreds of plugins, which allow…