Archive for April, 2010

How to check Link popularity or back links for a domain in php

Tuesday, April 20, 2010 5:06 1 Comment

How 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 »

This was posted under category: PHP Tags: , , , , ,

DNS propagation

Monday, April 19, 2010 7:33 No Comments

What 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 »

This was posted under category: Altmint Tags: , , , , , , ,

Private Domain Name Registration

Friday, April 16, 2010 6:08 No Comments

Private 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 »

This was posted under category: Altmint Tags: , , , , , ,

Top Level Domains

Tuesday, April 13, 2010 7:10 No Comments

A 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.

This was posted under category: Altmint Tags: , , , , ,

What is a Domain Name?

Tuesday, April 13, 2010 4:36 No Comments

This page describes the term domain name and more information about the domain name

This was posted under category: Altmint Tags: , , ,

Get a domain name’s IP address with PHP

Friday, April 9, 2010 7:36 No Comments

How 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 »

This was posted under category: PHP Tags: , ,

Outsourcing Web design and development work

Thursday, April 8, 2010 4:51 No Comments

Before 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.

This was posted under category: Altmint Tags: , , , , , ,

How to know Mysql Version Using PHP

Thursday, April 8, 2010 2:11 No Comments

How 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 »

This was posted under category: Mysql, PHP Tags: , ,