Archive for May, 2009

New Senior Programmer
Company News

0 Comments

Ziller have recently taken on board a new senior programmer, Shah Bhuiyan. Shah is a highly skilled programmer who is in charge of the main development work at Ziller. Shah holds a Bachelor of Science in Computer Science and a Masters in Information Technology. We strongly welcome Shah on board.

Number 1 Mistake when Tracking a Website
analytics

5 Comments

While this is basic written law, it amazes me just how many web developers are not excluding non targeted traffic from website statistics. Website statistics are absolutely crucial to the success of a website, they allow you to constantly monitor the performance and also allow you to make crucial business decisions. Therefor it is very important that your statistics are accurate, and show a true representation of your users.

An example is if you have a web developer who manages your website, you will be amazed by how much time they spend using and navigating it. If they fail to block their own IP addresses and exclude their traffic, all their activity will show in your reports, and will skew the results. The same applies to your staff and even your own usage. Your staff and yourself do not act and behave like normal users do on the website, and so having this show in your reports is bad and will come back to hurt you.

Tags: , ,

Don’t Use a Captcha
Website Usability

1 Comment

I wrote a post earlier this year regarding the use of captcha forms – my opinion was that that the majority of them on the Internet are badly designed and are also badly hurting conversion rates – nothing has changed.

I just read a great post regarding the many ways to avoid using a captcha and thought it was worth a shout.

Tags: ,

CSS ID Explanation
Web Design

0 Comments

If you have some experience with HTML and CSS, you will understand that you are able to apply an ID or class attribute to any HTML tag, which allows you to then specify styles for that tag via the style sheet. If you look at any well built style sheet you would usually notice the use of both ID and classes. So what is the difference?

The W3C refers to the ID tag as “a unique identifier to an element”, so in plain English what this means is an ID attribute can only be used on one element, where a class can be used on multiple elements. To give an example, you would use an id when referring to a unique element such as a specific list, however would use a class when applying a certain style to one or more objects such as multiple div’s.

One interesting feature of the ID tag that I find is not well known, is the ability to link with anchor text to a specific ID. For example if you specify your footer element with an ID called “footer”, you are able to link directly to that part of the page… Let’s take news.com.au as an example. There footer is contained within a div which has an id named ‘footer’ applied to it, so if we link to:

http://www.news.com.au/#footer

You will notice the homepage loads, but scrolls directly to the footer tag, which is the bottom of the page.

Tags: , , , ,

Mandatory Registration is a No No
Conversion Optimisation

0 Comments

A few months back one of my posts at half-geek talked about the big mistake many shopping carts make by making it mandatory to register when checking out. By registering I mean making them enter a password when checking out that they would then use to access their account and checkout in the future.

My good friends at getalastic today released a post called checkout inspiration from top converting sites which I thought was very interesting. It backs up the fact that making a user register does cause friction and will result in cart abandoment which any shopping cart can do without.

Looking at Nielsen Online / Marketing Charts which lists the top 10 ecommerce converting sites, you may notice that some of the sites listed here do make you register when checking out. Don’t always do what the leaders in your field do, they may well find it more efficient to loose some sales in order to complete some other business goal.

Tags: ,

Strong Tag or Bold Tag? < strong > vs < b >
Website Usability

3 Comments

I thought that this question was a pretty good one to write about, as it seems many web designers out there know that these tags exist but couldn’t tell you the difference between them. Using the < b > tag or the < strong > tag will seem to do the same thing, it will bold any text wrapped around the tag, so why are there different tags to do the same thing?

People in the seo world started to talk about how the strong tag had a greater seo benefit, and it was good practice to use the strong tag around keywords instead of using the standard bold tag. Thankfully Matt Cutts cleared this up by stating that Google treats the tags exactly the same.

OK so what exactly is the difference? Basically it’s called semantic mark-up – actively describing the content you are presenting to the user. W3C prefer that you use semantic mark-up, and I have to agree with them.

Building websites is all about providing a good experience to the user, which includes users with visual impairments. Without the use of semantic mark-up visually impaired users will not get the same meaning from content that people who are reading it will, which is surprisingly a large number of Internet users.

Tip of the day – use semantic mark-up.

Tags: , , ,
Ziller Online Marketing Blog footer