Archive for the ‘Uncategorized’ Category

Yanggaw 2008 synopsis and cast

Sunday, October 4th, 2009

Read the full synopsis and cast here : http://imurderedthem.blogspot.com/2009/10/yanggaw-synopsis-2008.html

>>read more

Watch Yanggaw (2008) Full Movie Free

Sunday, October 4th, 2009

Watch the movie Yanggaw 2008 here :

http://www.mypinoytvlive.info/movies/yanggaw-2009/yanggaw-part-1.html

>>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>
</div>
<?php
echo ‘</div>’;
Save [...]

>>read more

How to remove the entire directory in linux comand

Thursday, December 11th, 2008

The tutorial explains on how to remove empty directories and all subdirectories in Linux operating system.
Linux command:
rm

>>read more