- Content Uploader demo video
- Speedy Content Distribution
- Joomlamailer Mailchimp Integration Released
- Mailchimp meets Joomla - Teaser
- Zoom on 'corePHP'
- Simple yet powerful new interface for Joomailer
- Joomla 1.6 custom parameters
- Content Uploader Pro 1.3 Update - Joomfish
- Support Germany Win! - 28% FTW
- Free Content Uploader receives a facelift

Coding
As the release of Joomla 1.6 stable comes closer we have started to migrate our extensions to the new framework. We came accross some challenges and because there is very few documentation about some changes in 1.6 we'd like to share our findings with the hope that they will be useful for one or another developer.
So here is how you can create custom parameters for your plugins:
If you are developing web applications and need to use javascript libraries from time to time you probably allready have read about the Google AJAX libraries API, which enables you to include nearly any javascript library with only two lines of code. You don't have to include the libraries into your package anymore.
As this is such a usefull solution we decided to write a short instruction how to use the Google AJAX libraries API for those who might have missed that opportunity.