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

Posted in General, Javascript, Jquery, Layout | Tagged , | Leave a comment

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

Posted in General, html, Javascript, Jquery | Tagged , , , , , | Leave a comment

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

Posted in General, Javascript, Jquery, Languages, php | Tagged , , , | 1 Comment

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

Posted in Javascript, Jquery | Tagged , , | Leave a comment

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

Posted in html, Jquery | Tagged , , , , , | 7 Comments

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

Posted in General, Jquery | Tagged , , , | Leave a comment

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

Posted in Javascript, Jquery | Tagged , , , , , , | Leave a comment

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

Posted in css, Jquery, php, Symfony | Tagged , , , , , | 1 Comment

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

Posted in books, Javascript, Jquery | Tagged , , , | Leave a comment

UI/Datepicker

A year ago we started working with the Jquery Library and we are very excited about the easy to use JavaScript library. A very easy and complete documentation can be found on the site and tons of plug-ins are being … Continue reading

Posted in Javascript, Jquery | Tagged , , , | Leave a comment