Keeping current with RSS Readers
It is really easy to subscribe to blogs with an RSS Reader. Today I’ll show you how to do so with Blog Lines. I have been using it for a bit now, and really like it. You can access all your favorite blogs from any computer, all in one place.
Create a Bloglines Account
Simply go here [...]
Displaying Random Links
This tutorial goes out to Andre who wanted to use the URL Rotator for something similar but different. In this tutorial I am going to assume that you already have a database table “textlinks” set up with at least the following fields: title, url
The Code
<?
$global_dbh = mysql_connect("localhost","dbusername","dbpassword");
mysql_select_db("dbname", $global_dbh);
$query = "SELECT `title`, `url` FROM `textlinks` [...]
Increasing Subscribers with Traffic Exchanges
Many people will say that Traffic Exchange Advertising just doesn’t work, however the people who say that are the people who stick up their entire site in an exchange and expect people to bookmark their site, buy everything, and come back every day.
Today I’ll give you some pointers on how to increase your blog subscribers [...]
Google Adsense Optimizing
Have you ever noticed your website showing advertisements that don’t have to do with your content? You can have some great articles – but without optimizing your site for Adsense, you could be displaying ads that aren’t of any value to viewers.
To optimize your site, it is as simple as putting two HTML comment tags [...]
Having a Trackback Party
I came across this website which was having a trackback party, and I started to ponder if such a concept could drive alot of traffic to your website.. It looks like it would benefit both parties, those trackbacking would get on the main post, and the main post would get on the track backing sites.
So [...]
The Problog Checklist
If you are running a Professional Blog, then make sure you go through this checklist! I’ll surely be adding more in the future, so it wouldn’t be too bad of an idea to bookmark this and check back once a month. It is also good to go through the checklist monthly, because sometimes things break [...]





