Archive for August, 2009

Hide or shorten your long url

Tuesday, August 18th, 2009

The free web sites below can take a long URL and give you back a shorter URL without requiring registration. Since these sites forward a click from one link to another, they are also known as URL forwarders and some do subdomain forwarding. They offers free sub domains and turn it into a short, permanent, [...]

>>read more

How to add a bookmark code in your high traffic website

Tuesday, August 18th, 2009

Here’s how to add a bookmark code in your high traffic website: 1. Place the following script into your section in the page you need to use it: <script type="text/javascript"> function bookmark_us(url, title){ if (window.sidebar) // firefox window.sidebar.addPanel(title, url, ""); else if(window.opera && window.print){ // opera var elem = document.createElement(‘a’); elem.setAttribute(‘href’,url); elem.setAttribute(‘title’,title); elem.setAttribute(‘rel’,’sidebar’); elem.click(); } [...]

>>read more

Mosets Tree Google Map Integration

Monday, August 3rd, 2009

The tutorial explain how to add Google Map in your Mosets Tree component in joomla: Here’s how: Back up joomla files and database. Look for components/com_mtree/templates/m2/sub_listingDetails.tpl.php In line 102 : echo ‘</div>’; Replace with: ?> <div class="row" align="center"> <iframe width="500" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps?q=<?php echo $address;?>&amp;ie=UTF8&amp;output=embed"></iframe><br /><small><a href="http://maps.google.com/maps?q=<?php echo $address;?>&amp;ie=UTF8&amp;source=embed" style="color:#0000FF;text-align:left">View Larger Map</a></small> [...]

>>read more