31.5.07

Official Google Webmaster Central Blog: Analytics - Another tool for webmasters

Official Google Webmaster Central Blog: Analytics - Another tool for webmasters


Faster Google Analytics by hosting urchin.js locally

DreamHost Site of the Month SEO Challenge

Every month a contest called DHSOTM is held for the highest rated website on DreamHost. By winning the contest your site gets SEO and traffic benefits, which I hope to measure soon.



read more | digg story

30.5.07

Rewrite underscores to hyphens for SEO URL

This Apache .htaccess code 301 redirects requests for URLs with underscores (_) to the URL with hyphens.



read more | digg story

Multiply your DreamHost Referrals

Simple and effective method to start making good money from DreamHost Referrals



read more | digg story

Mixed SSL Content Warning - Workaround

Warning messages pop up when I accessed a page with secure and non-secure information and finally I found something that let me post non-ssl encrypted content on an ssl encrypted page and no warning messages will pop up, even in all versions of Internet Explorer!



read more | digg story

Requiring the WWW

Howto with working code: Require the WWW for SEO using Apache htaccess mod_rewrite, and Windows ISAPI_Rewrite



read more | digg story

25.5.07

Official Google Webmaster Central Blog: Using the robots meta tag

Official Google Webmaster Central Blog: Using the robots meta tag

Official Google Blog: Controlling how search engines access and index your website

Official Google Blog: Controlling how search engines access and index your website

AJAX + PHP = Shell Console (web-based)

Ever wanted to execute commands on your server through php? Now you can.



read more | digg story

Optimize Site with a Custom php.ini

Custom PHP.ini tips and tricks, especially useful for those on apache



read more | digg story

Google AdSense disabling arbitrage publisher accounts as of June 1st

Numerous AdSense publishers have been receiving emails from Google the past couple of days stating that their use of their AdSense account is an unsuitable business model and that accounts would be disabled as of June 1st, giving publishers about two weeks notice to prepare for the loss of the AdSense accounts... and since it seems that arbitrage



read more | digg story

Best-Practice SEO for sites Under Construction

Inform Search Engine Bots that you are working on the page so come back in, oh, say an hour? Uses "503 Service Temporarily Unavailable" header with retry-after header.



read more | digg story

24.5.07

Change Windows Passwords from DOS

Ever go to get on a computer and the user is logged out, and you don’t know the password? Or do you have some access, but not access to a users private files, and you want access to those files?



read more | digg story

Sweet Custom Boot Menu for Windows

Uses Custom boot.ini to achieve a similar look and operation of GRUB



read more | digg story

Advanced Google-Analytics 404 Error Page

This makes it very easy to diagnose and keep track of 404 Error messages from within google analytics.http://www.askapache.com/seo/tip-google-analytics-404-error-page.html



read more | digg story

Apache HTTP Status Codes Discovered

All 57 HTTP Status Codes and ErrorDocuments. Includes headers and data sent by apache for each one!http://www.askapache.com/htaccess/apache-status-code-headers-errordocument.htmlhttp://en.wikipedia.org/wiki/List_of_HTTP_status_codeshttp://wiki.apache.org/httpd/Info/Common_HTTPStatusCodes



read more | digg story

Apache .htaccess New CheatSheet

http://www.askapache.com/htaccess/apache-htaccess.htmlApache Web Server .htaccess and httpd.conf code snippets and examples updated regularly with the newest and best htaccess!



read more | digg story

23.5.07

Common HTTP StatusCodes

Here is a list of all 57 HTTP Status Codes recognized by Apache



read more | digg story

Secrets to make Faster, Speedier sites

Describes the very best and easiest methods to speed up your website. Sources include yahoo, google, oreilly, and the list includes methods of using caching, compression, gzip, css, js, etc.http://www.askapache.com/web-cache/top-methods-for-faster-speedier-web-sites.html



read more | digg story

22.5.07

Speed Up Sites with htaccess Caching

"Increase your page load times and save bandwidth with easy and really effective methods using apache htaccess directives. mod_headers to set expires, and max-age, and cache-control headers on certain filetypes. The second method employs mod_expires to do the same thing -- together with FileETag, makes for some very fast page loads!"



read more | digg story

Installing Multiple OS's Without A Floppy/CD/DVD/Etc.

This article explains how I managed to install over 50 various operating systems on my computer (1 hard drive) without having to burn the distro ISO to disk to boot from. (No floppy, usb, cd, dvd, etc. needed!)



read more | digg story

21.5.07

301 Redirects with mod_rewrite or RedirectMatch

301 Redirects using Apache mod_rewrite or RedirectMatch in .htaccess or httpd.conf



read more | digg story

Security with Apache htaccess

htaccess tricks and tips to increase the security of your site



read more | digg story

Rearranging Flash Elements with zIndex and wmode

I wanted a particular flash movie to show up when a user clicked on one of six buttons. I got the flash element to disappear or appear behind or in front by using the zIndex css attribute with javascript, and the wmode attribute.



read more | digg story

Howto Speed Up Google Analytics

Anyone that uses Google Analytics knows how it slows up your page load time by a few seconds. This method uses crontab to execute a shell script that downloads an updated urchin.js file every 24 hours and saves it into your local sites directory.http://digg.com/tech_news/Speed_up_Google_Analytics_with_this_simple_techniquehttp://www.askapache.com/webmaster/faster-google-analytics-with-a-local-urchinjs.html



read more | digg story

17.5.07

Rearranging Flash Elements with zIndex and wmode

I wanted a particular flash movie to show up when a user clicked on one of six buttons. I got the flash element to disappear or appear behind or in front by using the zIndex css attribute with javascript, and the wmode attribute.



read more | digg story

Updated Files and Caching mod_rewrite hack

Web Developers sometimes use file.ext?v=004 as a version control system to force visitors to use updated files. This is terrible. Instead link to apache-003.css and set it to be cached forever. When you change the file you just change the links to apache-004.css. That eliminates millions of bandwidth and resource robbing If-Modified-Since request



read more | digg story

8.5.07

Speedy WebSites using CSS and Image Sprites

Example use of an image sprite with css to speed up your websites drastically. An image sprite is 1 image composed of multiple images, using CSS you can display just one part of the image using background-position.



read more | digg story

Apache Authentication with htaccess

Examples and Descriptions of different access authentication methods in Apache using htaccess files



read more | digg story

Speedy WebSites using CSS and Image Sprites

Example use of an image sprite with css to speed up your websites drastically. An image sprite is 1 image composed of multiple images, using CSS you can display just one part of the image using background-position.



read more | digg story