Archive for the ‘Other Webdesign Stuff’ Category

Webalizer vs Google Analytics… who to believe?

We always use Google Analytics for our website statistics, and I always thought this was a good way to go… I just took a look at a websites who also has Webalizer running, the difference is HUGE! For example: Google Analytics: 126 visits, 248 pageviews Webalizer: 749 visits, 2169 pageviews On the same day! How [...]

Read the rest of this entry »

Another book review: Neuro Web Design by Susan Weinschenk

I’m not about to review every book I read, but this one is a really nice addition to the usability books I posted a couple of weeks ago. Neuro Web Design is a very easy to read psychology book which deals with questions like: Why do people decide to buy a product online? and Why [...]

Read the rest of this entry »

Web Usability; 2 books reviewed

During my holiday I’ve read 2 books concerning web usability… here’s my opinion: #1: Don’t Make Me Think by Steve Krug Wonderful book, a must read for everyone in web design. The book covers most of the usability fields and is plain and simple to read. Steve uses mostly common sense to argue usability problems [...]

Read the rest of this entry »

Changing domainname using 301 moved permanently

When I switched domainnames from blog.emaux.nl to www.typo3-addict.com. Using the 301 moved permanently http header you redirect visitors directly to your new url and tell Google to visit the new url in the future. To use this 301 header just add the following to your htaccess file: <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} [...]

Read the rest of this entry »

UnitPNGfix – fix :)

As you probably would have noticed sometimes IE6 still get’s broken image links while your using the unitPNGfix from Unit Interactive. This first started to appear after their last update. Just use the code below and make sure you fill in the right path to the clear.gif:

Read the rest of this entry »