There are many people on twitter that seem to ignore their followers when they have a lot. I guess these people just appreciate their followers whenever they feel like it. Don’t get me wrong though, there are many people with a lot of followers that will try to respond to every question or statement that “needs” a response.
Get U Sum More Content, Click Here to Continue . . . .

{ 4 comments }

Thesis Tutorial: Color Navigation Bar

June 24, 2009

In this thesis tutorial I will show you how to color your navigation bar. Everything shows up fine in Firefox and Opera, but doesn’t show up fine in Internet Explorer. You can see the images below of the before and after of this tutorial. If you have any problems with this tutorial, then let [...]

Read the full article →

Google Pagerank Sucks

June 23, 2009

Google pagerank sucks, I know I know. I was surprised to get a few emails talking about how much pagerank sucks. I guess my last article explained what Google pagerank is reminded people how much they don’t like the current system.

Read the full article →

Google Pagerank Explained

June 21, 2009

Explaining Google pagerank isn’t an easy thing to do. However, I think I have a great idea of how it works considering I took this blog all the way to a PR 5 in less than a year. That should give me some credibility when it comes to explaining Google pagerank.
Google Pagerank Explained
Here is [...]

Read the full article →

Amazing Thesis Theme Skins for Wordpress

June 20, 2009

The Thesis theme for Wordpress is one of the most popular out their. Now people are rolling out the Thesis skins. Although there aren’t many now, wait a couple months down the road. There are going to be so many skins you won’t know what to do with yourself. Check em out yo….

Read the full article →

Wordpress SEO Secrets

June 15, 2009

Your Wordpress SEO is one of the most important things for your blog unless you are not worried about getting traffic from search engines. There are many simple things you can do for your blog’s SEO with the Wordpress platform.
It is so simple that all it takes is downloading a few plugins to your [...]

Read the full article →

Display Recent Posts in Wordpress

June 9, 2009

This is the easiest way to display your recent posts in Wordpress. You can display recent posts using a witch if you would like or you can use this code and display it wherever you want on your blog. You can also change how many posts you want to display. It is currently [...]

Read the full article →

Display Recently Updated Posts or Pages in Wordpress

June 9, 2009

This code will display recently updated posts or pages in Wordpress. This is actually one of my favorite things to do because it allows her readers and other visitors to know what you have recently updated. It will definitely raise your pageviews because people will likely want to know what you recently updated.

<?php
$today [...]

Read the full article →

Display Recent Comments in Wordpress

June 9, 2009

You can display recent comments in Wordpress by using the code below just in case you do not want to use a widget. This also allows you to choose what you want to be part of your recent comments. Using a widget is not while you to decide what will show on your [...]

Read the full article →

Display Top Comments in Wordpress

June 9, 2009

If you are wanting to display the top comments in Wordpress then use the code below. You can change the limit in the coding if you prefer to do so. Wordpress should allow you to do this without interfering with any of your other code.

<?php $result = $wpdb->get_results("SELECT comment_count,ID,post_title FROM $wpdb->posts ORDER BY [...]

Read the full article →