Archive for April, 2010
How to check Link popularity or back links for a domain in php
Tuesday, April 20, 2010 5:06 1 CommentHow to check Link popularity or back links for a given domain in php? Link popularity is a measure of the quantity and quality of other web sites that link to a specific site on the World Wide Web. It is an example of the move by search engines towards off-the-page-criteria to determine quality content. Continue Reading »
DNS propagation
Monday, April 19, 2010 7:33 No CommentsWhat is DNS propagation. When a new domain name is registered (or an existing one is transferred to a new DNS), the information must be updated in the entire ISP’s and root servers around the world. This updating process is called as DNS propagation. DNS propagation time and Problems during the propagation. Any time that Continue Reading »
Private Domain Name Registration
Friday, April 16, 2010 6:08 No CommentsPrivate Domain Name Registration A private domain registration will keep your personal information (name, email address, etc.) out of the global Internet database, and will prevent a lot of spam from reaching your email box. You have the option of getting a private domain registration with every domain you register. ICANN, the governing body of Continue Reading »
Registering a domain name
Friday, April 16, 2010 5:02 No CommentsHow to register a domain name – Registering a domain name is one of the first steps in establishing a web site.
Top Level Domains
Tuesday, April 13, 2010 7:10 No CommentsA domain name “extension” is called a “top-level domain (TLD).” These are divided into three different categories: generic top-level domains (gTLD), country code top-level domains (ccTLD) and infrastructure top-level domains.
What is a Domain Name?
Tuesday, April 13, 2010 4:36 No CommentsThis page describes the term domain name and more information about the domain name
Get a domain name’s IP address with PHP
Friday, April 9, 2010 7:36 No CommentsHow to get Domain name’s IP address with PHP ?. It’s very easy to get the IP address for a domain name using PHP. We have two powerful functions in php to get the IP address of a domain name. Those functions are gethostbyname() gethostbynamel() The first one will return IP address corresponding to a Continue Reading »
How to Create a Website
Friday, April 9, 2010 6:55 No CommentsThis web page tell the beginners to how to create the web site and what are the steps involved in it.
Outsourcing Web design and development work
Thursday, April 8, 2010 4:51 No CommentsBefore you start outsourcing web design, you should consider pros and cons of outsourcing. Often outsourcing is a way to save money, but there can be unexpected issues.
How to know Mysql Version Using PHP
Thursday, April 8, 2010 2:11 No CommentsHow to know Mysql Version Using PHP ?. We can know the mysql version in the phpinfo. But if we want to display the mysql version in any web page dynamically, how we are you going to deal with that ?. A little bit logic and a liitle bit manipulation on the phpinfo information we Continue Reading »