Use the format:
http://yoursite/yourlist/newform.aspx?source=http://yoursite/yourlibrary/thankyou.aspx
Use the format:
http://yoursite/yourlist/newform.aspx?source=http://yoursite/yourlibrary/thankyou.aspx
Joomla automatically puts meta tag generator with comments about joomla in the site. here is how to remove tht
<?php if (mosCountModules('left')>0) { ?>(where left is the position name)
http://forum.mamboserver.com/showthread.php?t=41728
$mydoc =& JFactory::getDocument();
$mytitle = $mydoc->getTitle();
$conf =& JFactory::getConfig();
$sitename = $conf->getValue('config.sitename');
$mydoc->setTitle($mytitle.' - '.$sitename);
http://joomlapanel.com/joomla-article/58-page-titles-in-joomla-15.html
Site > Global configuration > Disable ftp access
Open the map using post code or whtever u want to use.
then paste this in ur browser location bar:
javascript:void(prompt('',gApplication.getMap().getCenter()));
http://lifehacker.com/267361/how-to-find-latitude-and-longitude
These files were not modified through Core FTP Lite or any other ftp client i was using, so I had to login to the jumpbox as root and pass the chmod command to change permissions
sudo –i
(logs you in temporarily as root)
chmod og=rw /var/data/joomla15/xyz/abc.php
http://www.jumpbox.com/archives/140_how-to-access-a-jumpbox-as-root.html
http://www.cleverworkarounds.com/2007/10/25/dcom-fun-with-sharepoint/