Posts by Julian
Fancybox 1.3.4 not working on ie6/ie7
0Hi guys,
The other day I noticed there was a new version of Fancybox, the Fancybox 1.3.4. Initially, I was using the Fancybox 1.3.1 for all our websites.
Seeing that, I decided to update the files and quite surprisingly (or not
!) it didn’t work on Internet Explorer 6 and Internet Explorer 7.
Theres’ definitely an issue with the CSS, could even be the last release of jQuery library.
My advice: not use the Fancybox 1.3.4 for now (if you want to make it work on IE).
I tried few things but didn’t really get the time to work in depth on it.
I’m going to update this post as soon as I have an IE6/IE7 fix.
I’ll keep you posted,
J.
jQuery Fancybox 1.3.1 plugin images not working on IE : How to fix it
26
Here is a little fix for the jQuery plugin FancyBox 1.3.1.
If you have encountered the same issue as me with the images display on IE, here is the solution:
jQuery UI 1.8 autocomplete : how to fix issues/bugs with label and value
3
Ok so if I have decided to write this article it is mainly because a lot of developers like me encountered issue with this new jQuery UI autocomplete. Here is my function autocomplete that I re-use all the time in my different website projects.
How to secure your ajax controller for codeigniter/php
4
This is a basic security test that I thought about last week. In my websites, I have an AJAX controller where I put all my Ajax functions (eg autocomplete, email check, etc ).
Before last week I wasn’t protecting the functions from a classic call via browser.
For some functions it was not a big deal because I was sending data in POST but for those in GET, it was more problematic. So I added a security check in my constructor. From now on, I’m 99% (for Josh) sure that these functions are called only via XMLHTTPREQUEST.
Tabnagging or Tabnapping or tabnabbing : A New Type of Phishing Attack
1Just a quick article to tell you about this new type of phishing attack called “tabnagging”/”tabnabbing” or “tabnapping”. This one is really tricky and everyone coud be fooled by it.
Twoolr : Every statistics about your twitter account

Twoolr has been created by Antoine Guiral (@antoineguiral on twitter), a talented and self-educated web developer. Its creator defined his website as
“a mix of twitter and statistics tools”
and that’s exactly what it does, amazing don’t you think?!
How to code non-intrusive javascript with jQuery, Codeigniter and Smarty
0
There is one thing I really stand for when I develop website, it’s accessibility. With all these new asynchronous technologies, the question is can we code without thinking about those who have no javascript enabled.
