Joomla! Extensions

Please note, these extensions are all in alpha release, and you may encounter bugs and/or compatibility issues.  Please feel free to contact me with any bug reports, and I will do my best to fix them.

SC Extgen - Component for Joomla! 1.5

SC Extgen - Component for Joomla! 1.5

SC Extgen is a development tool to help with some common Joomla! extension development tasks.

If you have questions, please email me at phil@snellcode.com

Demo SC Extgen

Download com_scextgen.zip

Read more: SC Extgen - Component for Joomla! 1.5

0 Comments

   
SC jQuery - System Plugin for Joomla! 1.5

SC jQuery - System Plugin for Joomla! 1.5

This plugin is used to load jQuery javascript library, and set "no conflict" mode to allow usage with mootools, and other libraries. No conflict mode removes the "$" operator from jQuery, allowing other libraries to use that operator. To use jQuery code with this plugin, you must wrap your code in a function like this...

jQuery(function($) {
$('body').css('color','red');
});

You may add as many lines of code as you need, but you must wrap the whole thing in the protected function. This is just one method of using jQuery in no conflict mode, for other methods, see: Using jQuery with Other Libraries

Thank you for trying this plugin, don't forget to 'publish' it. If you have questions, please email me at phil@snellcode.com

Download plg_system_scjquery

Read more: SC jQuery - System Plugin for Joomla! 1.5

4 Comments

   
SC Minify - System Plugin for Joomla! 1.5

SC Minify - System Plugin for Joomla! 1.5

SC Minify is a system plugin that combines and minifies css and javascript, using PHP Minify http://code.google.com/p/minify/

Thank you for trying this plugin, don't forget to 'publish' it. If you have questions, please email me at phil@snellcode.com

Download plg_system_scminify.zip

Read more: SC Minify - System Plugin for Joomla! 1.5

1 Comment