PHP / jQuery
What is the future of Web Applications?
0I’ve been building websites for almost 10 years now and recently I had the chance to work in a team where we can investigate about new technologies, patterns, etc.
While we are building an application which has be be compliant with multiple platforms, we have to use webservices to provide data and services to third party application such as a flash interface or a mobile application for exemple.
Zend_Db and Symfony 2 using Dependency Injection
0This week I spent some time playing with Symfony 2, a framework that everyone heard about which become as famous as Zend. After few hours juggling with the bundles, configuration, routing, etc it come to life and does not look as complex as it seems to be.
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.
Youtube library for CodeIgniter
3
It has been almost a year that I’m using CodeIgniter and I can tell you that the thing missing with this framework is libraries. Today I’m gonna share with you this youtube library which basically return an array of video for a keywords, very useful if you need to illustrate a article or whatever you want actually.
Highcharts Library for CodeIgniter
28
Hi everyone, in this post I’ll talk about a Codeigniter library that I’ve done after few hours using highchart. Highchart is one of the best javascript library i’ve ever used to render beautiful charts (which are compatible with iPhone and iPad). This library is awesome !
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.
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.