.comment-link {margin-left:.6em;}

TechTutorials at MySQLTalk.com

Will be trying out some new tech gadgets, learning along with you and let's see how it all goes.

Wednesday, August 04, 2004

 

MoreGoogle

I found a really cool tool called MoreGoogle!. Let me know what you think!

posted by TechTutor  # 12:32 PM 0 comments links to this post  

Friday, July 23, 2004

 

Page 23

Steven told me to:

1) Grab the nearest book.
2) Open the book to page 23.
3) Find the fifth sentence.
4) Post the text of the sentence in your journal along with these instructions.
-----------------------------------------------------------------------------
The Ketogenic Diet, A Complete Guide for the Dieter and Practitioner by Lyle McDonald:

This is an attempt to maintain body glycogen stores at a certain level (19).

posted by TechTutor  # 3:05 PM 0 comments links to this post  

Monday, July 19, 2004

 

Implement a program and a Robots.txt file to exclude badly behaved robots automatically

Bad robots can overwhelm your website. Well behaved robots like Google's, will visit your site at a moderate pace, so as not to overwhelm your server and eventually use the data they received from your site to send you visitors. Bad robots usually ignore generally accepted protocols of conduct and are unlikely to send you visitors. Someone came up with a scheme to automatically rid your site of bad robots.
 
The first step is to create a robots.txt file, placed in your root directory (in my case, http://www.mysqltalk.com/robots.txt)
 
As per the instructions, it will have the following contents:
 
User-agent: *
Disallow: /getout.php
 
Then it asks you to create a directory called "trap", which I've done (http://www.mysqltalk.com/trap/).
 
I must note at this point that as mentioned on the site linked to, I have to wait a few days for the good robots to read the new data in robots.txt so that they won't get thrown out along with the bad bots...
 
Essentially, the next step is to "Chmod your .htaccess file to 644 and chmod getout.php to 755. You should put getout.php in the root folder....SNIP....

Add these lines to your .htaccess file at the very top.
SetEnvIf Request_URI "^(/403.*\.htm¦/robots\.txt)$" allowsome

order deny,allow
deny from env=getout
allow from env=allowsome
"
 
Then you add some links to getout.php and use the code as posted here and you're all set. I'll wait the few days and try it out. Then I'll let you know how it works...


posted by TechTutor  # 3:31 PM 0 comments links to this post  

Friday, July 16, 2004

 

Create Alexa Traffic Rankings

Here's another one. Create Graphs of your site with Alexa.
 
Since this is a new domain, the traffic is not too impressive, but hopefully that will change soon. Here's what it looks like:
 


Oh well, Blogger isn't letting me post the javascript onto here so let's link to the resulting image and see if that works:





posted by TechTutor  # 1:17 PM 0 comments links to this post  
 

Hello World!

This is my first test post on Google's Blogger.com

posted by TechTutor  # 10:34 AM 0 comments links to this post  

Archives

Friday, July 16, 2004   Monday, July 19, 2004   Friday, July 23, 2004   Wednesday, August 04, 2004  

This page is powered by Blogger. Isn't yours?