Monthly Archives: February 2010

jQuery localStorage plugin

I’ve decided to wrap the functionality of HTML5 localStorage in a jQuery plugin, with the simple functionality of a lifetime period for every cache. I’m going to post only the pre-release with the idea to clean up the code in … Continue reading

Posted in javascript | Tagged , , , | Leave a comment

Storing JavaScript objects in html5 localStorage

There is a rising new age of HTML5, which comes with very nice features as video tag and localStorage. What localStorage is? In fact we have been waiting for long time to have something that give us the power of … Continue reading

Posted in javascript, micro tutorial | Tagged , , , , , , , , , , | 3 Comments

XAMPP and virtual hosts on Mac

Do virtual hosts work on your XAMPP? In my case they didn’t. What I mean when tell you this is that every simple technique I tried to setup a simple virtual hosts was completely non sense. They simply didn’t work … Continue reading

Posted in web development | Tagged , , , | Leave a comment

Get the browser locale and language from Zend_Locale

In a short snipped I’d like to mention the method of use in Zend_Locale: $locale = new Zend_Locale(); $browserLocale = $locale->getBrowser(); it’s quite useful! Sometimes you don’t need to redirect user only by IP or domain name. Think about browser’s … Continue reading

Posted in zend framework | Tagged , , , | Leave a comment

jQuery 1.4.2 comes with performance improvements!

The new version of jQuery – 1.4.2 comes with some very good news. Check out the performance improvements here. It’s amazing how radical can be an improvement release on this stage!

Posted in javascript, web development | Tagged , , , | Leave a comment