Skip to content

Instantly share code, notes, and snippets.

View fgelinas's full-sized avatar
😀
having fun

Francois Gelinas fgelinas

😀
having fun
View GitHub Profile
@fgelinas
fgelinas / _lang_util.php
Created April 16, 2012 01:03
Multilanguage site utility script
<?
/* _lang_util.php - Multilanguage site utility script
* This is my basic script to detect language and keep it in a cookie
*
* Language priority, from lowest to highest :
* - default lang
* - browser accepted lang
* - cookie lang
* - query parameter lang
*
@fgelinas
fgelinas / jquery.proxy.fix.js
Created August 10, 2011 00:30
Fix for $.proxy errors when using jQuery < 1.4
/*
* This is a fix to add the proxy function to jquery
* can be used for when using older jquery library.
*
* Francois Gelinas
* August 9, 2011
*
* Licensed using the jQuery license : MIT and GPL
* http://jquery.org/license/
*/