Monthly Archives: September 2008

Mobile device detection with PHP: 2 methods compared

I’ve been working on a mobile version of the (dutch) translation website I founded. Apart from releasing the mobile site itself, it’s of course also important to make people aware of the existence of it. That’s exactly the reason why I started looking for a script that performs mobile device detection. The aim of such a script is to detect who visits the www-version of my website with a mobile device and automatically redirect those visitors to the mobile site.

Within a couple of minutes I already found a couple of php-scripts that perform the trick. After reading through the code and checking some comments on blogs I ended up with two candidates:

1) A script by Andy Moore on mobiForge
2) A script by Russell Beattie

That left me with the next dillema, which one to pick?

Continue reading

Tagged , , ,

New exalead website and product offering

Yesterday Exalead released a new website, great compliment to my colleague’s who worked on this project. I think the new site is a huge improvement compared to the old one and it provides a perfect overview of Exalead’s (new) product offering.

I really recommend to have a look at Exalead Cloudview which, in my humble opinion, defines how the future of enterprise search will look like. And, while you’re at it, give Exalead’s Desktop search a try. The new desktop version can be accessed using your webbrowser and provides you with the same handy refinement options as can be used on exalead.com.

Tagged ,

Lifehack: use Gmail to manage your tasks

I have this habit to send myself an email to remind me of something. I do this for everyday tasks, things I need to buy or things I want to read when I have some spear time. The problem however is that these reminders ‘get lost’ between all the other email I receive. That’s why I took some time to configure Gmail to manage this. I’ve been using it for a couple of days now and it really saves me time!

It’s very easy to setup, this is what I’ve done:

1) In Gmail, go to settings -> filters -> create a new filter
2) In the subject field, enter “todo:” -> click on ‘Next Step’
3) Check ‘Skip the inbox’
4) Check ‘Apply label’ -> new label -> enter “Todo” as label name
5) Click ‘Create Filter’ and your done!

Now write yourself an email with a subject like “todo: put out the garbage” and you’ll notice that Gmail will automatically list the mail in your todo list. You can do the same for a shoppinglist or readinglist, just use another prefix and label when you create the filter (e.g. “to read:”). Once you have finished the task you can either mark it as read (for your archive) of remove it completely.

You can now easily manage your todo’s anywhere & anytime using a webbrowser, email client or your mobile phone. For example, I found it really handy to be able to access my shoppinglist at the moment I actually need it.

Tagged