Getting Started Chapter 5 – Testing and Troubleshoot

We have set up a domain and integrated it with hosting account. Now the time has come that we check if everything has gone by our plans.

Step 1

Type in the domain name name you registered in the address bar of your browser. Press enter and wait for your page to load. It shouldn’t too long as the site has nothing to show, or in other words its empty.  You will probably see a page with the directory listing of your home folder, i.e., public_html or htdocs.

Troubleshoot

I see a page which says ‘You account has been created’ or something similar instead the directory listing.

This is nothing unusual. Hosts usually create an index page by default. You don’t need and will have to delete it later.

My site doesn’t load at all. My damn browser shows a server timeout.

There can be a lot reasons to this. Lets discuss the common ones.

  1. Make sure your domain properly configed. Just check whether the nameservers you entered are correct or not.
  2. It may take up to 24 or 48 or 72 hours, depending on your host, for you domain to propagate.  You domain might not have propagated. You might have to wait for few more hours.
  3. Your cache memory still has the old values for your domain. Clear the cache and you’ll have your site working.

Step-2

Now the time has come to create our first personalized homepage (for testing).

Log on to your hosting account’s panel and find for something like ‘File manager’ and go to root folder (public_html on Linux servers or htdocs on windows servers). In this file you need to create a new file by the name of ‘index.html’. If a file named ‘index.html’ or ‘index.php’ or any index file already exists, you have to delete it first before creating the new one.

Once created open the file so that we add some stuff to it. I’ll say just type in a warm welcome for yourself, something like “Welcome to your site.” !!

Go open your website in an another window and you’ll see your message. So that means you are done with with testing.

Now we are through with the testing which means we can soon go live to a wider audience.

Microblogging scripts – Create your own twitter

How about a personal space for your own community, friends, club or family. Actually, how about something like twitter. Yeah! I mean your own personal twitter.

Is it possible?

Internet comes up with solutions to every problem. Be it fixing your stuff or broken softwares. It has answers to all the questions.

In this case, we have got a couple of good softwares/scripts which perfectly meet our requirements. These are FREE microblogging scripts which can create something looking like twitter.

Continue reading

Google turns goo.gl to make urls shorter

Google has announced on their official blog that they have launched a new updated versions of Google Toolbars and FeedBurner with the ability to offer its users with its new Url Shortner service, known as goo.gl.

goo.gl

Search engine, mail service, browser, operating systems, social networking etc. Well now there is a url shortening service to it. With so many url shorteners already available, there is always a difficulty to find a reliable one. But with goo.gl you will have a clear a choice as you know that google can be trusted. According to them (googleblog.blogspot.com), this service is suppose to be more

1. Stable:  ”Google’s scalable, multi-datacenter infrastructure provides great uptime and a reliable service to our users.”

2. Secure: “As we do with web search, shortened URLs are automatically checked to detect sites that may be malicious and warn users when the short URL resolves to such sites.”

3. Faster: “At Google we like fast products and we’ve worked hard to ensure this service is quick. We’ll continue to iterate and improve the speed of Google Url Shortener.”

Currently the service is just available with Google toolbar and FeedBurner, and not as a stand-alone service. I hope they’ll make it available for wider use soon.

Getting Started Chapter 4 – Integrating domain with a hosting account

So, finally we have reached a stage where we are going to learn on how the camouflage, known as the domain name, works for a site. Integrating a domain with an hosting account is one of the most essential part when it comes to building a web site. In this chapter we ‘ll try to understand on how we can connect a domain to a hosting account following a few few easy steps.

Continue reading