Contents Magic

Robots.txt - When Pros Get It Wrong

June 25th, 2007 · 3 Comments

If you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!

Yes - I am surprised when pros get it wrong. I created my robots.txt when I installed wordpress. At that time, the only thought to my mind for creating a robots.txt file was to disallow robots from entering into my admin area. Though with experience I learned, that there is no way a robot would crawl into my admin area unless untill I or someone else specifically link to it. So I was surprised to see a few advices given by pros like Micheal Grey did’nt get it quite right and experienced bloggers like Twenty Steps are confused.
[Find more →]

Browse more posts marked in:

;

→ 3 CommentsTags: seo · WordPress

How Cell Phone Companies Are Robbing You

June 9th, 2007 · 1 Comment

How Cell Phone Companies Are Robbing You

Nowadays it seems like nearly everyone has a cell phone. Cell phones have become a part of our life that for a few of us it hard to part us from these little gadgets. Does’nt this high reliance on these makes us a slave of our phone company. I think so.

But why is it like this in the first place. I came to this country in few years back as an immigrant so I know how cell phone companies work in ‘my part of the world’.

Here are a few important points to note about cell phone services in South Asian sub continent.
[Find more →]

Browse more posts marked in:

;

→ 1 CommentTags: cell phone

Google went too low - not really !!!

June 2nd, 2007 · No Comments

I was surprised to see the post Google Gets Caught With Their Pants Down!. Though Google has one thing at their credit that the domain pro.blogger.com did exist for a long time, as can be verified by web archives. [Find more →]

Browse more posts marked in:

;

→ No CommentsTags: internet

How Fast Is Your Net Connection - Speed Test Here

May 26th, 2007 · Comments Off

No duobt emule is one great tool for file sharing. While other file sharing stuff is now plagued with p0rn, I can still find many great things on emule.

But emule is not the fatsest one, or at least in the beginning. The tool actually gives you credit of how much have you given back to the other users. Also one important point is its configuration. Proper values should be set for the upload and download bandwidth limit. This brings me to the point of this post - The net speed.

To set correct [or should I say optimium] values you must know what are your limits. You dont want to give all the available bandwidth to emule , after all you have to do your work when upload and download continue in the back ground.

You need to find your uplaod and download limits and fortunately there are plenty of tools available. For most people , its a surprise to know that there uplaod speed is nearly 1/10th of their download speed.

Here are a few links. [Find more →]

Browse more posts marked in:

;

Comments OffTags: internet

To www or not to www - That Is Not A SEO Question

May 23rd, 2007 · 3 Comments

The other day I encountered a someone asking how should they manage incoming links that do not contain www as part of the url as the site was optimized in to be used with the www versions of the links.

The same question is asked differently sometimes as to what is the best practice to link to a site [your site]. Though a number of times you dont have much control over the incoming links to your site, but sometimes you do, [Find more →]

Browse more posts marked in:

;

→ 3 CommentsTags: Advice · seo

Friendly URLs In WordPress

May 20th, 2007 · 2 Comments

ok, let me admit. A while back I hardly had any ambition of making money from my blogs. Though I was not getting any search hits in the first place and on top of that I had no ads in my blog, but when I see the way other blogs are configured, it inspired me to go ahead and make my blog better then theirs, for myself and for my readers.

So one of the things that push me to use some of my time on week ends, was those better looking urls in a number of blogs. When I installed wordpress, my articles had a permalink looking something like

http://www.tanamtechnologies.com/wordpress/?p=[post_id]

All WordPress needs to fetch a post from my database is the execution of correct file [which is index.php] and supplying that file with the correct argument, which happens to be the post_id supplied with argument p. Clearly this is not very pretty. This is why they call the default permalinks as “Ugly”. [Find more →]

Browse more posts marked in:

;

→ 2 CommentsTags: WordPress · Apache

Getting mod_rewrite rewriting

May 19th, 2007 · 3 Comments

A few weeks back I was trying to get the following working, spent several hours and I was about to pull off my hairs.

I need to have a simple url rewriting that translates the following

http://www.tanamtechnologies.com/Web/Computers/Internet

to

http://www.tanamtechnologies.com/database.aspx?c=Category&s=SubCategory

also equally important to me was that I didn’t want any Redirections to happen. This was because I wanted the original URL to remain visible in the address bar and the user should never see that something is being pulled from database dynamically. [Find more →]

Browse more posts marked in:

;

→ 3 CommentsTags: Apache