Posts tagged codeigniter
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 !
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.