Category Archives: Jquery
an infinite image carousel
One of my favorite blogs is that of jQuery 4 Designers and this time he created a cool tutorial on how to create one with jQuery. It has always been a struggle to create a nice carousel but i think … Continue reading
What browser should you use?
Over the years we have tried to create websites that are displayed correctly on every browser, and sometimes we did manage to get it correct. But it isn’t that easy to get your application configured and coded so that all … Continue reading
Security on websites
Sometimes it’s interesting to protect your web content from the world, and there are different ways (or a combination) to do this: Create a robot.txt file This file is uploaded into the root folder of a website and makes sure … Continue reading
John Resig: the messy DOM
Take a look at this: a very interesting video of John Resig on the DOM. John Resig: "The DOM Is a Mess" @ Yahoo! Video
Select element, return 2 values
I had a problem earlier today: I needed to have a select box that returns 2 or more values in stead of 1. I got this far: The value of the options gets the id of the item that is … Continue reading
jQuery API browser
When writing your code using jQuery, you visit their website quite often to get information on attributes, plug-ins, etc. Sometimes the website is slow and not easy to use. Well they recently launched an offline API browser that works super … Continue reading
3 tips when using jQuery
AjaxForm or ajaxSubmit This plug-in provides numerous options you can call to manage your form before and after submission and all this in AJAX. More info on http://malsup.com/jquery/form/ Live Query When an element is loaded into a page, you will … Continue reading
Symfony: How to refactor
Last year, my team and I, needed to create a new web application. We decided to make use of a well known PHP framework called Symfony. Not because some say this is the best framework, but because … It is … Continue reading
Secrets of the JavaScript Ninja
John Resig is writing a new book that will be released in the fall of 2008 and we are waiting impatiently. It’s called Secrets of the JavaScript Ninja and will be 300 pages full of information for the advanced JavaScript … Continue reading