How to create color pickers with frabtastic dynamicly
by krike in Code snippets / Freebees on 21 Jan 2012
A very usefull code snippet to dynamicly create frabtastic color pickers for your Wordpress themes.
by krike in Code snippets / Freebees on 21 Jan 2012
A very usefull code snippet to dynamicly create frabtastic color pickers for your Wordpress themes.
by krike in Code snippets / Freebees on 02 Nov 2010
A free code snippet in order to make the timthumb script work on you wordpress MU installation which seems to be a big problem on most blogs.
by krike in Freebees / PHP classes on 18 May 2010
For one of my projects I had several pages where people could upload images or other files. Now knowing that OOP has as purpose to limit the code and make the same back-end code available for different functionalities. I created an upload helper file for CodeIgniter. This helper file should allow you to create your [...]