blog
The Most Important Ways to Rank in Google
Google uses many different attributes to determine where a website appears in its search engine results. No one really knows for sure what those attributes are. But, with some time and testing, you can get a small idea of what Google wants to see. What Not To Do. I can say, from first hand experience, [...]
Neat wordpress trick
Extract all the emails from the comments in a wordpress blog. I haven’t tried this yet but saw it on a webmaster forum. <? $db_host = “localhost”; $db_user = “username”; $db_password = “password”; $db_name = “database”; $connect=mysql_connect($db_host,$db_user,$db_password) or die(mysql_error()); $db=mysql_select_db($db_name, $connect) or die(mysql_error()); $result=mysql_query(“select comment_author_email from wp_comments”); while($row=@mysql_fetch_assoc($result)) { $email=$row[comment_author_email]; echo $email; } ?>
Sneaky but very clever – Snap.com
Yet another new and innovative way for making money on the web, yet not for you! Snap.com has a “service” for websites, which adds look ahead capabilities to any link. It is called “snap shots” and is very polished. It takes a “snap shot” of the contents of a link and displays it to the [...]
How to increase traffic to your blog
Getting started. I believe one of the keys which contributes to traffic growth is setting a goal. My site traffic in the first few days saw only a handful of site visitors. After seeing the number at 37, I said to myself silently, “this is not good enough, I want massive traffic.” In those days, [...]
How to find a good webhost
There are a few things to consider when you decide to get web hosting for your blog or website. I know it may be tempting to just find a web host with a toll free number and just get started, but you might be locking yourself into something which won’t work well for you in [...]
