Category Archives: Content Management Systems

Content Management Systems have helped thousands of developers and business owners to fast track their websites and benefit from the model view controller development paradigm

Joomla SQL 2 Excel Replacement

Joomla SQL 2 Excel Replacement Some months ago, almost a year I think there used to be a really ripping piece of software called SQL2Excel that was provided by Joomla R Us. It appears that this site has been down … Continue reading

Posted in Content Management Systems, Joomla Development | 3 Comments

The System Library ‘GD’ is not registered

The System Library ‘GD’ is not registered So… It appears that I am not the only one who ran into this issue, and not actually having run into it directly myself, it was a little tricky to get to the … Continue reading

Posted in Content Management Systems, Web Development | 1 Comment

eval base64_decode php

Eval base64_decode php So, it appears that there are some subtle variants on the site hacked in google and returning viagara or cialus, however those are spelled. But I believe the attack vector is the same and the protection is … Continue reading

Posted in Content Management Systems, Joomla Development, Wordpress Development | Leave a comment

Updating to Joomla 2.5

Updating to Joomla 2.5 NOTE: Do not do this on a live server, backup and test mileage before deploy as components and modules might not be available. Also templates need to be updated It’s getting pretty easy to update things … Continue reading

Posted in Joomla Development | Leave a comment

Updating the SiteURL or Home Link for wordpress

Updating the SiteURL or Home Link for wordpress Here and there I have come up with a problem to solve when either deploying word press sites or beginning to maintain sites that are live. My first step is usually to … Continue reading

Posted in Content Management Systems, MYSQL, Wordpress Development | Leave a comment

Letters Missing From PDF

Letters Missing From PDF Having trouble with letters missing from your pdf content when you copy it to web? I noticed this issue before which I at first thought to be a corrupted PDF, but the PDF itself retained the … Continue reading

Posted in Content Management Systems, Drupal Development, Joomla Development, Wordpress Development | 1 Comment

Allowing SuperAdmin access to Joomla for Demos

So you want to allow SuperAdmin access to joomla for demos, but you don’t want anybody to be able to do anything? Well, if thats what you want to do, then you will have to perform the following.

Posted in Content Management Systems, Joomla Development | Tagged , , , , , | 1 Comment

Latest Version of Joomla Link

In case anyone is wondering where they can get the latest version of Joomla information which is now scheduled to have a major release every 6 months, the url is http://update.joomla.org/core/list.xml. There is an extension update link as well but … Continue reading

Posted in Content Management Systems, Joomla Development | Tagged , , , | Leave a comment

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