Why don't we show our phone number?
Our aim is to give you the lowest possible prices for our web design services. We don't have expensive call centres, so we can pass on these savings to you - making our cheap web design even cheaper!
CALL NOW: WHERE'S OUR PHONE NUMBER? Available from monday to friday

jQuery Lavalamp Guide

The jQuery lavalamp navigation is really cool and simple to implement onto your website. Check out our hover buttons above to get a feel for how they look. Just follow the step by step guide below to create your own:

Stage 1: Creating the HTML

Open a blank html document and insert the following code:

<ul class=”lavaLamp”>

<li><a href=”#”>Home</a></li>

<li><a href=”#”>Page 1</a></li>

<li><a href=”#”>Page 2</a></li>

<li><a href=”#”>Page 3</a></li>

</ul>

Stage 2: Inserting the CSS styling

Create a new CSS document and link it from the <head> section of your html sheet e.g. <link href=”stylesheet.css” rel=”stylesheet” type=”text/css” />

/* Styles for the entire LavaLamp menu */

.lavaLamp {

position: relative;

height: 29px; width: 421px;

background: url(”../image/bg.gif”) no-repeat top;

padding: 15px; margin: 10px 0;

overflow: hidden;

}

/* Force the list to flow horizontally */

.lavaLamp li {

float: left;

list-style: none;

}

/* Represents the background of the highlighted menu-item. */

.lavaLamp li.back {

background: url(”../image/lava.gif”) no-repeat right -30px;

width: 9px; height: 30px;

z-index: 8;

position: absolute;

}

.lavaLamp li.back .left {

background: url(”../image/lava.gif”) no-repeat top left;

height: 30px;

margin-right: 9px;

}

/* Styles for each menu-item. */

.lavaLamp li a {

position: relative; overflow: hidden;

text-decoration: none;

text-transform: uppercase;

font: bold 14px arial;

color: #fff; outline: none;

text-align: center;

height: 30px; top: 7px;

z-index: 10; letter-spacing: 0;

float: left; display: block;

margin: auto 10px;

}

Stage Three: Attach the Javascript code

Insert the following code into the <head> section of your html document:

<script type=”text/javascript” src=”scripts/jquery.standard.js”></script>

<script type=”text/javascript” src=”scripts/jquery.easing.js”></script>

<script type=”text/javascript” src=”scripts/jquery.lavalamp.js”></script>

<script type=”text/javascript”>

$(function() { $(”.lavaLamp”).lavaLamp({ fx: “backout”, speed: 700 })});

</script>

Now all you need to do is download the three Javascript files and save them a folder named ‘Scripts’ in the root level of your website. Here are the files; jQuery Standard, jQuery Lavalamp, jQuery Easing. Enjoy!

SEO Services

SEO (Search Engine Optimisation) is now a widely known service to those who want to increase their websites traffic levels. Through effective strategies an SEO developer can boost your website up the ‘natural’ search engine listings, providing more exposure to your target audience.

When searching SEO services for your website you should be looking for a company that you can trust, has proven experience that can be shown to you and of course, offer competitive prices.

The SEO Services Package

Within an SEO package the client can usually expect to receive; a keyword analysis report, on-page and off-page optimisation, regular progress reports and full customer support.

Cheap Web Design SEO

Yes, we offer SEO services here at Cheap Web Design. We have branded our product ‘Cheap SEO’ as we want to provide an affordable solution to smaller businesses and personal clients.

Cheap Web Design UK

Web design is a worldwide service offered by almost all countries. Each country will hold different standards and of course different prices. Many companies outsource work across the world to countries such as India where prices are much cheaper. The only downfall of doing this is the fact that the quality of the work is often lower and may not meet the required standards.

Quality UK web design.

When you come to us for web design services you can be sure that all of your work will be completed in the UK. We try to stay away from outsourcing as much as possible to maintain a high standard across all of our clients. Outsourcing may be cheaper but you can’t replicate good old web design UK.

Don’t want to use web design UK?

If you would rather go for the cheapest option and aren’t too concerned about guaranteed good quality web design then you should definitely try outsourcing. There are several good outsourcing websites for web design, where you can post your jobs and web designers will bid on your posts.

For information on outsourcing your web design tasks, contact us and we’ll let you know of the top places to find the best outsourcers.

Adding RSS 2.0 Feeds

If you have a website and want to have an RSS feed from your blog or somebody else’s blog or website then follow the guide below. Having an RSS feed will allow you to have automated updates on the latest news, entries or comments etc posted plugged straight to your homepage or landing pages.

Creating Your RSS Feed

Here is a really good step by step guide on how to create your RSS 2.0 feed: RSS 2.0 Feed Tutorial

For information and advice on other ways to create dynamic content for your website contact us and speak to one of our web designers.

Choosing Web Design Examples

If your in a position where you need a website for yourself or maybe your company then you will probably be thinking about approaching a web design company. If so then we would like to help you choose some design examples that you can show to the web designers so that they will have a clear understanding of what your looking for.

How To Pick Web Design Ideas

We have put together some steps for you to follow so that you can pick out some web design ideas and then same them to show the web design company.

  1. Type your main keywords into a search engine and take a look at your competitors websites OR if you already know who your competitors are you can go directly to their website.
  2. Choose the best 5 and note down their URL’s e.g www.designexample.co.uk and then rank them from 1 – 5 (1 being your most favourite).
  3. Make notes of specific sections of anyone of the websites that you really liked and would like to have featured on your website.
  4. Have a think about color schemes and any other extras that you would like on your website.

Now that you have your list and notes you are ready to contact a web design company. When the web designer asks what your looking for you can simply supply them with your list and notes. Easy!

If you would like any assistance choosing your design examples then we at Cheap Web Design will glad to help.

No Follow Links

No follow links are used to tell search engine crawlers not to follow certain outbound and inbound links on your website. They can be used for different reasons and are very easy to implement.

Why Use The No Follow Attribute

To keep your website strong you should try not to have too many outbound links and the ones that you do have should be to websites which have authority or a descent page rank. By using the no follow link attribute you can provide outbound links to any useful websites regardless of their strength because the search engines will simply ignore them. Another reason for using no follow links is to block search engines from following certain inbound links to private sections of your own website.

Creating A No Follow

Creating a no follow link is easy, simply add the code below to the links that you want the search engines to ignore.

Standard link:

<a href=”http://www.cheapwebdesign.co.uk“>Cheap Web Design</a>

Link with no follow attribute:

<a href=”http://www.cheapwebdesign.co.uk” rel=”nofollow”>Cheap Web Design</a>

That’s it. We hope that you can now block all your unwanted links.

Please note if you have an agreement to provide a link to another website that adding a no follow attribute may be breaking your terms.