Showing posts with label Tips and Trick. Show all posts
Showing posts with label Tips and Trick. Show all posts
Sunday, February 19, 2012
Monday, December 19, 2011
Qibla Mosque Straightening Using Google Map
Qibla Mosque Straightening Using Google Map: It is endless when we discuss about the Google map. Well, in this article, we will make a straight line from two different locations. The method is called with a polyline. To make the line on the Google map, we still use the basic coding to display the Google map on our personal website. Once you open the page, now make a folder on your personal web page by following the steps in the article. Once the folder is successfully created, then we proceed to the next step.
Next step, type the code below which serves to show the line polyline.
var polyline = new GPolyline([ new GLatLng(-7.919536103992129, 112.59542226791382), new GLatLng(-7.930529082052441, 112.61073231697083) ], "#ff0000", 10); map.addOverlay(polyline);
Put the code above under the code below.Monday, December 12, 2011
Embiggen Your KVM Virtual Machines
Embiggen Your KVM Virtual Machines : When you provision virtual machines, you try to ensure that they have the storage that they need. But as we all know, storage needs tend to change over time. If you have KVM machines that need more space, we can up their storage with tools you already have handy.
When you provision virtual machines, you try to ensure that they have the storage that they need. But as we all know, storage needs tend to change over time. If you have KVM machines that need more space, we can up
When you provision virtual machines, you try to ensure that they have the storage that they need. But as we all know, storage needs tend to change over time. If you have KVM machines that need more space, we can up
Friday, September 16, 2011
Creating a Virtual Host with the WAMP Server
Free Placement. With the virtual hosts we are free to create our own working folder on
Wednesday, August 10, 2011
How to Make CRUD Fast Using Grocery CRUD
Oke this time I'will create tutorial how to use Geocery CRUD..
this, plugin Code Igneter for CRUD with AJAX .. NICE
* You can see some file and directory
* Please COPY file with appropriate your CI project
* example in directory application/config you copy file in same directory in CI
Subscribe to:
Posts (Atom)
