A new beginning ?!?

Like anybody’s interested, huh? Well, I did bring it upon myself. This website/blog which bears my name should have been updated more frequently. But what’s done is done, now its time for a ‘new beginning’ on the condition that the world doesn’t end tomorrow… hehe. If you’ve been here before(not likely, though), you’d notice a new theme. Hopefully, my lazy ass ain’t finished with it yet and I’ll improve on it. Currently its red with an Arsenal logo on the background… I’m an Arsenal fan, can’t help it.

In the past years I’ve lost my internet presence but I’m certain it’ll be only a matter days for me to get a foothold again.  In future posts I plan on writing about few ideas of mine and my journey of implementing the same. I’m a little rough, bear with me.

Firefox 4.0 beta 7 is fastest and most powerful till date

Mozilla guys released Firefox 4.0 beta 7 today and they claim it to be ‘what’s written in the title.’ According to their blog entry at Mozila’s blog, it can render javascript 3 times faster than the stable version of firefox i.e., 3.6 and also comes with enhanced 3D capabilities. If you have used the earlier beta versions, then you might be familiar with the new look of Firefox (somewhat similar to Chrome).

With so many new browsers challenging Firefox’s supremacy, people who have stuck with Firefox will now feel really good about it as Firefox 4.0 has the X-factor we have been waiting for. It might even bring the users it lost to Chrome and the new IE.

To download Firefox 4.0b7. click here

Arsenal wins and Bon Jovi Live on Youtube 10 Nov

Arsenal has defeated Wolves 2-0 with Chamakh scoring both the goals in the starting and ending minutes of the match. Fabianski did a fantastic job today. That’s really good for us and we really need him to perform as Mr. Wenger doesn’t seem to be interested in getting a keeper to Emirates soon.

And yeah! Bon Jovi’s  Times Square concert is going live on YouTube. Though Bon Jovi is not the first to be going live via YouTube but being a Bon Jovi fan I want this to be the biggest.

Good Day, folks.

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