August 2010
M T W T F S S
« Jun    
 1
2345678
9101112131415
16171819202122
23242526272829
3031  
 


Useful







Brussels web design blog

June 24th, 2010

Analytics showcase – lab-au.com

[ Warning: this is a shamelessly bragging post about website optimisation. But it's also a good insight into how to actually analyse your traffic statistics, based on bounce rate, average time on site, and returning visitors ]

After about one year after launching LAb[au]’s website redesign, here is an excerpt from Google Analytics:

0,91% bounce rate

The bounce rate describes the proportion of users whose next action after landing on your website is… to leave it – hence the “bounce” metaphor. That means the lower is the better.

I’ve never seen such a low bounce rate: it means most people that land on the homepage interact with it.  (Ok, I’m hearing the skeptics among us who will probably state that it’s because you actually need to click to  get to some content. Before you complain about “mystery meat” navigation, just understand this: web designers and developers are not LAb[au]’s target audience; we are reaching out to actors on the art, architecture scene, curators, public and private institutions, etc… which are used to – and expect  – creativity, out-of-the box thinking,  daring, clear cut identity profiles. Anyway.) Read the rest of this entry »

April 23rd, 2010

52324 outstanding ways of increasing your site conversion rate

Read the rest of this entry »

February 12th, 2010

Testing your site on multiple Internet Explorer versions

I just found a nice tool to have several internet explorer versions running in parallel: the Internet Explorer Collection.

Feels like testing your site under Internet Explorer 1 ? Right, you don’t. But with this tool, you can.
Read the rest of this entry »

January 22nd, 2010

Email Protector plugin for Wordpress

New Wordpress Plugin : Pixeline’s Email Protector, prevents spambots from harvesting any email addresses put in your wordpress post or pages.

Check it out and let me know if it works for you!

January 16th, 2010

A fix for wordpress and “Fatal error: Allowed memory size”

It happened me twice and maybe it happened to you (hence this post): i would install a plugin (like Relevanssi or Search Unleashed), which would break Wordpress or not function like i want it, desactivate it, at which point Wordpress goes berseck.
everytime i would edit or add a post or page, i would get this error message.

PHP:
  1. Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 587403 bytes) in /wp-includes/wp-db.php

The best solution i 've had so far is to increase php memory limit to a high value. Not clean, i know, but it works.
So as not to destroy the fix whenever you upgrade Wordpress, put it in your wp-config.php file.

PHP:
  1. ini_set("memory_limit","365M");

website
Valid XHTML 1.0! Valid CSS!