Login | Register
Compare Gas & Electricity Prices

Latest Complaints

Latest Reviews/Articles

Latest News & Stories

Tutorials

Web Designers and Developers most common mistakes

Intro and Splash Pages The worst thing you could do is to have a Flash splash page and inside the flash object there is the enter link. This mean, the each engine spiders can not access the enter link inside the flash object. Therefore, your splash page with the flash object will be the only [...]

SEO Guide for Web Designers by a Web Designer Part 1/3

According to a recent poll, 12 000 web designers were asked “Do you think web designers required SEO?” 84% voted YES, 7% voted NO, and 9% don’t know anything about SEO. If you are among the 9% of the web designers that don’t know what SEO is, then this article will try to explain some [...]

Drop shadows with css

Drop shadows are a great and easy way to add some depth on your images. Especially you can add drop shadows with css, which you don’t have to spend time adding any drop shadows using Photoshop and export them out as .jpg. If you don’t like your drop shadows or for some reason want to [...]

How to put an anchor to your html input button

Ok, usually it is pretty straight forward if you just have a regular anchor link like this one. 1. The link code: <a href=”#myLink”>Link</a> 2. The anchor code: <a name=”myLink”>Anchor</a> But what if you have your link as an input form and you want to add the anchor link like this one below. <input type=”submit” [...]

Mouseover not showing when hover over input button

I was wondering the other day why my search button doesn’t have a mouse over effect. It should change the pointer into a hand when you hover over my search box. It is showing only for IE but not in FireFox. This is what I have before and you can see when the cursor is [...]

Users Place More Weight on Good web Design

The demand for good web design is increasing, revealed a recent Webcopyplus online poll. Almost 25% of web users indicated “poor visual presentation” as the number one element that drives them away from websites. Only 6.6% of web users who participated in a similar 2007 online poll indicated “poor visual presentation” as the main reason [...]

How to Transfer your WordPress site to a new web host

I’m not going to each step by step, I am assuming you know the basics. If you don’t understand any of the steps, write a question below and I’ll try to answer to you asap. Before you proceed, I am using phpmyadmin, and a ftp software. Ask your web host provider if you need help [...]

Partition hard drive with Vista Ultimate 64 bit

Well, I got my hard drive back today and I need to partition it. I tried installing PartitionMagic 8 but I am using Vista 64 bit and I was getting some errors. There is another way to go about partitioning the hard drive without any third party software if you have Vista Ultimate 64 bit. [...]

The Cascading Style Sheets Structure and Rules

The Cascading Style Sheets are made up of 2 parts, the selector and the declaration. The selector comes first and it describes the element on the page that is going to be control through this rule. In the image below you will see the selector which will control all the h1 in the current document. [...]

Understand Style Sheets

CSS stand for Cascading Style Sheets. A CSS style is a collection of formatting attribute that is use to style an element on a page. A style sheet is a collection of these styles that can either apply on a single page on a site, or multiple pages on a site or the entire site. [...]

Web designer online writing tips

Poorly written web writing misleads visitors and wastes millions of hours daily. For todays there are more than one billion Internet users, which translate to frustration. For your web design customers, it means missed opportunities. Gain insight into highly effective web writing tactics that will help promote positive online experiences with every website you design [...]

Block or disable background button with Flash

This is a little tutorial for Flash button. I found out about this trick on my own by accident when I was building my Flash home page back in 2004. I needed a way to disable a button when I have another object floating on top of the button. I notice that I can disable [...]

Center centent vertically & horizontally with divs/CSS

Do you ever want to center your content in the middle of the page vertically and horizontally? Well, here is a great way to do just that all with css. It is very easy to build something similar with only html tales, but what if you want to only use divs and css? I been [...]

What is the difference between id and class

ID tags are very similar to class tag, that’s is why many people are confuse. I always wonder this myself…here is what I know… ID tag can only be use once on a single page. For example, you have <div id=”something”>content here</div> you can not use it again on the same page. Actually, you can [...]

How to remove wordpress Post Revisions

Every time you update your posts or pages wordpress will automatically backup the last version of the posts. This feature can be very helpful when you want to go back in time and change your posts to the past version, but I find it clogging up the database as each update will add an new [...]

Page 1 of 212