Tag Archives: plugin

A JQuery Print Library that fixes the IE7 Shrink-to-Fit issue

There is an option in most browsers called “Shrink-to-Fit”. This is a page setup configuration that, if turned on, will attempt to scale the web page in size to make it fit on the selected paper size you are printing … Continue reading

Posted in css, Html, Javascript Development, Web Development | Tagged , , , , , , , | 4 Comments

Joomla Module with Component Install

Looking for a way to package a module inside a component package, I came across the following technique. Re-use the JInstaller class and the com_installer install from folder code as well as the unpack methods to unzip.

Posted in Joomla Development, php development, Web Development | Tagged , , , , , , | 2 Comments

Joomla 1.0 Content Missing

Was having an issue viewing some content on a Joomla 1.0 site. Noticed that the server code was php5.3. There are some issues with some versions of Joomla with php5.3. For the 1.5 branch, the latest versions work but the … Continue reading

Posted in Content Management Systems, Joomla Development | Tagged , , , , , , , , | 7 Comments