
Search In
Geocoding is the process of finding the geographical coordinates of the given location, So if you looking help to create Geo Location function see code example below. Here I have created edit text using place name for users. When User enters any plac
Previous Git Blogs
Intialize git repostiory
First Commit
Two tree architecture and Three tree architecture
Best basic practices for writing commit messages
Viewing the commit logs
Git Basic WorkFlow
In the last Blog Git Basic WorkFlow we have
Hi Friends,
Today I am going to explain the, how we can delete past search and web activity data, If you want know How to save Past search and browsing activity in Google you can visit my previous blog post.
Today Internet securit
Hello Reader's if you want to know the users which are accessing your website then you can get them by their IP. Lets see the example as below:-
Try this simple PHP function.
<?php
function ip_info($ip = NULL, $purpose = "location", $deep_detec
There is an interesting way to multiply two positive integer values without using " * " operator and using binary shift operator. The complexity of the program will depends on the number of bits in the binary representation of the multiplier value.
Dialog Box: A dialog box is a temporary window used to retrieve user input while creating application. It can be used to raise or alert and to get the confirmation of input from the user
Types of Dialog box:
Alert dialog box
Confirmation dialog bo
While binding data with GridView control the two of major things that we want is to sort data and to filter data.
First thing can be done by writing Sql query with order by clause.
Select * from student order by StId
Secon
Hello all,
Every time you see some graphic emoticons in comment they look like sad, funny, jolly, naughty. With the help of this blog you can add these emoticons in your project.
Here I am using emoticons plugins Basically it replace your simple cod
IMAP
IMAP stands for Internet Mail Access Protocol.
IMAP is the protocol used for manipulating and changing the mails without actually downloading it. You can do any action you want to perform and it will hold by the mail server its
WHM is used for linux web hosting environment.
Step 1: Setup Virtual Private Cloud (VPC)
Select Services >> Networking >> VPC (VPC Dashboard)
Now click on Start VPC Wizard button.
Select VPC with a Single Public Subnet
Input your C
