preload
Sep 27

Well to all that are reading this one of the SEO techniques any on can do in there blog is create  301 redirect. Why must you do this? because google thinks that you have two pages (www.thegeekbooys.comand thegeekboys.com) you have two incoming link pages. So what the 301 redirect does is add them together basically.

here is the technicalitys:

“The “301 Permanent Redirect” is the most efficient and search engine friendly method for redirecting websites. You can use it in several situations, including:

  • to redirect an old website to a new address
  • to setup several domains pointing to one website
  • to enforce only one version of your website (www. or no-www)
  • to harmonize a URL structure change

There are several ways to setup a 301 Redirect, below I will cover the most used ones:

PHP Single Page Redirect

In order to redirect a static page to a new address simply enter the code below inside the index.php file.

<?php
header("HTTP/1.1 301 Moved Permanently");
header("Location: http://www.newdomain.com/page.html");
exit();
?>

PHP Canonical Redirect

The Canonical 301 Redirect will add (or remove) the www. prefixes to all the pages inside your domain. The code below redirects the visitors of the http://domain.com version to http://www.domain.com.

<?php
if (substr($_SERVER['HTTP_HOST'],0,3) != 'www') {
header('HTTP/1.1 301 Moved Permanently');
header('Location: http://www.'.$_SERVER['HTTP_HOST']
.$_SERVER['REQUEST_URI']);
}
?>

Apache .htaccess Singe Page Redirect

In order to use this method you will need to create a file named .htaccess (not supported by Windows-based hosting) and place it on the root directory of your website, then just add the code below to the file.

Redirect 301 /old/oldpage.htm /new/http://www.domain.com/newpage.htm

Apache .htaccess Canonical Redirect

Follow the same steps as before but insert the code below instead (it will redirect all the visitors accessing http://domain.com to http://www.domain.com)

Options +FollowSymlinks
RewriteEngine on
rewritecond %{http_host} ^domain.com [nc]
rewriterule ^(.*)$ http://www.domain.com/$1 [r=301,nc]

ASP Single Page Redirect

This redirect method is used with the Active Server Pages platform.

<%
Response.Status="301 Moved Permanently"
Response.AddHeader='Location','http://www.new-url.com/'
%>

ASP Canonical Redirect

The Canonical Redirect with ASP must be located in a script that is executed in every page on the server before the page content starts.

<%
If InStr(Request.ServerVariables("SERVER_NAME"),"www") = 0 Then
Response.Status="301 Moved Permanently"
Response.AddHeader "Location","http://www."
& Request.ServerVariables("HTTP_HOST")
& Request.ServerVariables("SCRIPT_NAME")
End if
%> "

Sep 27

this is a new plugin that allows you to make any word into a link “This plugin replaces words in your posts with anything you want. I use it to replace words with links. For example, if you see my sister’s name, Ashley, anywhere on the site, it will link to a picture of her”.

You can download this in my plugin section.

Can you imagine the potential money opportunities this can bring. I’m going to try it lets see if it works

Sep 26

Well here is another tip in getting people to your site. Forum posting is a great way to bring people to your site. People it really works. here is a little list But don’t just stick with this go out and find some More forums to post.

Some blogging forums include:

  • Authority Blogger Forum(479 Members) – Although the purple design makes me feel sick, there is some great content from some great bloggers.
  • Blogging Tips Forum(102 Members) -   This forum has been promoted on JohnChow.com yet it still seems like it is having trouble growing.   There are lots of different categories to post in.
  • DoshTalk- (240 Members) – This forum is geared towards bloggers who are also interested in monetization.   This forum also uses a revenue sharing scheme which pays you a varied amount for contributing valuable content.

But don’t think you just have to stick to blogging specific forums as there are plenty of webmaster related forums which will also do the trick.  Some of these include:

  • Digital Point Forums – This is a huge forum with a strong community.  I use this forum to find developers and designers as well as giving the odd plug for my blog.
  • Webmaster Talk -Back in the day, this was a huge forum too, but it seems to have died down a bit.  However, there is still a great community with lots of categories to post in

Make sure you dont spam these forums. A good Technique is to add your link

Sep 26

SONY Vaio Zoom and L-Type

 Holly crap this fucking computer is sick. What the fuck has sony done this time. I personally love the sony company because they have all the new shit and hot shit coming out. When I first seen this computer i was like my garbage computer does not compare.

A notebook with the idea of being entirely holographic when the screen is off it appears as clear glass. The keyboard is  extensive with a beautiful black shine and when you turn it on the keyboard, screen, mouse buttons are displayed as holograms.

Fortunately the Vaio Zoom is a mere none working concept with no info on important tidbits and technical stats. Just a glimpse at the future of notebooks to come and I’m loving it!

Sorry to say but i think i will be switching my laptop soon maybe even creating a tech review site to get all the free toys.

Sep 24

Well this is a list of Directories to add your site to. It’s a good idea to add your site – will they deliver visitors to your site? Yes. So don’t ask questions and do it. It can only help Right( dam people if they only listen to me they can get more visitors to there site) Although many bloggers and marketers are trying to play down how effective directories are, I still strongly believe that directories play an important role in search engine rankings.

Directories

Blogarama
Blog Catalog
BlogStreet
Globe of Blogs
WeBlogAlot
EatonWeb
Blog Flux
Blogion
Bloghop
Bloggernity
Blog Search Engine
Technorati
All-Blogs
BlogCode
blogBunch
Feeds4All
FeedBoy

This is by no means a complete list.

Sep 22

Well I just found this really nice plugin. If you use Wordpress and host the site you’r self (meaning if you url isn’t ebay.worpress.com) then you have realized that wordpress does not come with it own stats system. So this plugin will add one. I always like to have a few stat systems because I’m obsessed with looking at my traffic (maybe your the same). All you need to do is download and install this plugin.

Sep 21

So today I got an email from a good friend of mine charles from  http://www.charleslau.com ( I still had to pay for the review Just $10 bucks well spent) that he was done with our Video review. You know i’m going to say “Great review” so don’t take my word for go check it out yourself.

It’s Always a good idea to stat getting reviews for your site. It helps build traffic. It’s good to get reviews from site’s that are in the same niche as you. What iv noticed is that blogger all visit each other’s sites. It’s like a circle of trust and you need to be in it to succeed.

Sep 17


I used to be a big fan of Yahoo’s Overture keyword Selector when searching for the popularity of keywords, but lately have been using Googles AdWords Keyword Tool more often. Use the Google AdWords Keyword Tool to find the best keywords and
phrases for your website.
Use the Google tool on your “keyword phrases” and see what you can
find out to help “pull” new sales leads and business opportunities to you when maximizing SEO on your blog or website.