List dates between specified dates
I recently had the need to list dates between specified dates for an application. I created a function for doing some sort of date lister. I just wanted to share it.
Continue reading List dates between specified dates
Javascript double exclamation point !!
I spend my time developing applications and have geared most of my time to learn and hopefully 'master' javascript. One of the things I've noticed while reading the Mootools Core source code(Yeah, I'm hard core :p ) is the double exclamation points.
function $chk(obj){
return !!(obj || obj === 0);
};
What does that mean?
Continue reading Javascript double exclamation point !!
Implementing jQuery Live in Mootools
If you're like me, I've been wanting to have a jquery live implementation in Mootools for the longest time. Luckily someone from Stackoverflow did it for us.
Continue reading Implementing jQuery Live in Mootools
Symfony 2.0 Reloaded
I haven't been much of a Symfony user, but with a new release like this, I'd probably try it out. So, what's new?
Built with performance in mind, Symfony 2 is one of the fastest PHP framework. It is up to 3 times faster than symfony 1.4 or Zend Framework 1.10 and consumes half the memory.
Continue reading Symfony 2.0 Reloaded
Simple ORM Solutions
I've been trying out ORM solutions for personal projects I am doing. I have however encountered two, that I think are simple enough to handle small to medium-sized sites like what I have.
Continue reading Simple ORM Solutions
Firefox is the world's most used browser
Firefox is the most used browser in the world according to Statcounter. Internet explorer 7 usage has been going down. Internet explorer 8 has been growing for a while but not as much as Firefox 3.5.
Continue reading Firefox is the world's most used browser
Easy jQuery Promotional Footers with Meerkat

Meerkat is an excellent jQuery plugin that allows you to do just that with your own website and more.
Demo: Meerkat Demo Area
Download: Meerkat Download Area
License: Meerkat is free but not using any the free licenses
Continue reading Easy jQuery Promotional Footers with Meerkat
Image Viewer with Thumbnails using Mootools
This is a simple tutorial for creating an image viewer with thumbnails using Mootools.
Continue reading Image Viewer with Thumbnails using Mootools

