Showing posts with label Tips and Trick. Show all posts
Showing posts with label Tips and Trick. Show all posts

Sunday, February 19, 2012

Erase People in Photo just with Your Finger and Remove

As we know, Adobe hasn’t offer us an iOS or Android version of Photoshop. And apparently for normal users, it’s not very easy to use Photoshop to perfectly erase one or two people from a photo. How? Scalado’s Remove should be a nice solution for smartphone.

Erase People in Photo just with Your Finger and Remove

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

Friday, September 16, 2011

Creating a Virtual Host with the WAMP Server

Creating a Virtual Host with the WAMP Server: Has it Occurred to create a working directory on the localhost on another drive other than C :/**/ www /? The Following Will show you how simple belajarwebdesign create and configure a virtual host with WAMP.Sebelumnya you must be wondering, what is the advantages of using a Virtual Host? Why why not in the default folder instead? Why be complicated settings here and there etc? Here are some benefits:
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

Comments