0
favorites
favorites
0
comments
comments
validator class
a validtor class that validates inputs from a form ...
0
favorites
favorites
0
comments
comments
Iterate through hashmap
This loop iterates through a hashmap. very simple. ...
0
favorites
favorites
0
comments
comments
Jquery Accordion
Jquery accordion. Easy customization with CSS. ...
0
favorites
favorites
0
comments
comments
jQuery Tabs
A simple jquery tab.
You can style it as you want with CSS. :)
...
0
favorites
favorites
0
comments
comments
LibraryAdmin Use in Backend Addons
Create a preset as normal and include it into the BE like this.
The steps are modular to allow to add multiple presets according to current needs and print them out whenever it makes sense. (Mostly when printing the footer of the module.) ...
0
favorites
favorites
0
comments
comments
Minecraft .txt from URL reader.
Title says all!
...
0
favorites
favorites
0
comments
comments
Vanity URLs in CodeIgniter
Everyone want vanity urls in their CodeIgniter applications. Giving a user their own spot on your server makes them feel important after all. The closer that username is to the domain in the url the better (for seo). Here's my snippit for ideas on the subject. ...
0
favorites
favorites
0
comments
comments
Android Wheel component
Android Wheel component ...
0
favorites
favorites
0
comments
comments
Check in PHP your environment : DEV or PROD
If you need to check your environment : DEV or PROD in order to display or not debug data.
Extracted from symfony framework ...
0
favorites
favorites
0
comments
comments
element exists?
A function to check if an element exists. (Hope i'll never forget) ...