Wednesday, July 21st, 2010

After our tutorial last month showing how to create a vertical accordion menu using jQuery we have had a couple of requests asking how to make a horizontal accordion.
So we have decided to provide the following post, which…
Posted in Website Coding, jQuery | 1 Comment »
Wednesday, July 14th, 2010

When it comes to Search Engine Optimization (SEO) and Search Engine Marketing (SEM) there is no such thing as a canned solution where a single approach works for everyone.
Question: What does it cost, and what results should I expect?…
Posted in SEO Alchemy | 2 Comments »
Saturday, June 19th, 2010

In a previous post we showed a simple piece of jQuery code, which allows you to add the ability to swap images on hover to your website. Since then we have had several requests asking how to add a…
Posted in Website Coding, jQuery | No Comments »
Wednesday, June 9th, 2010

Today’s jQuery tutorial is a perfect example of how easy it is to add a slick vertical accordion style menu to your website with just a few lines of jQuery code!
The HTML
First we create a nested unordered list,…
Posted in Website Coding, jQuery | 4 Comments »
Friday, May 21st, 2010

In my last post I went through the code required to create an add/remove select list using jQuery.
Today’s post is going to expand on the earlier tutorial and add up/down buttons, which will allow you to change the…
Posted in Website Coding, jQuery | No Comments »
Thursday, May 20th, 2010

JQuery makes it very easy to select specific elements and their attributes in your web page HTML.
In the following tutorial I will show you how to use just a few lines of jQuery to create an add/remove select list…
Posted in Website Coding, jQuery | 1 Comment »
Monday, May 3rd, 2010

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…
Posted in Web Design Tips, Website Coding, jQuery | 5 Comments »
Saturday, May 1st, 2010

By default pages in Wordpress websites will not display blog posts. However, there is a quick an easy way to edit the code of your theme page to handle this.
1. Wordpress Theme Page Code
First create a new page…
Posted in Website Coding, Wordpress Tips | 2 Comments »
Wednesday, April 28th, 2010

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…
Posted in Web Design Tips, Website Coding, jQuery | 2 Comments »
Sunday, April 25th, 2010

Today’s tip is just another simple example of how you can use the versatile jQuery library to validate form input text in your website.
In a recent project a client required validation on a search form input that would only…
Posted in Website Coding, jQuery | 1 Comment »