In: Web Development
10 Aug 2010I have recently encounter a problem Error 500 with running SEF on a joomla website. I was stumbled because all SMTP configuration in the Joomla (Site -> General Configurations ->Server) where correct. Here are the steps that took me fix Error 500 and to make my Contact Us from working with SEF.
In: Web Development| jQuery
20 Feb 2009Running two JavaScript libraries on the same page is causing some issues, one or the other might be running but not both at the same time. The issue is that jQuery and Mootools are both using $ to call the function. There are number of fixes that could be done to make them both run [...]