Archive for 2010

Optimizing WordPress Permalinks

Configuring your WordPress permalinks is simple and only takes a second, but understanding what they are and how they work is key to setting up the best permalink structure possible. Your site’s permalinks are like the street address for your…

Word-Wrap: A CSS3 Property That Works in Every Browser

Word-Wrap: A CSS3 Property That Works in Every BrowserOkay, this is not exactly the kind of CSS property that’s going to be used in every design. But it is a very useful one when you need it, and some might say it’s much more practical than some of…

Undertaking


Undertaking

Type – templates
Authorfreecsstemplate

Added – 2010-08-22
Downloads – 1

A two-column web design, best for your personal and business blogging.

This post was generated by an RSS Feed from Free Website Templates

How to display your average feed readers

As usual, the first thing to do is to paste the function in your functions.php file:

function get_average_readers($feed_id,$interval = 7){
	$today = date('Y-m-d', strtotime("now"));
	$ago = date('Y-m-d', strtotime("-".$interval." days"));
	$feed_url="https://feedburner.google.com/api/awareness
/1.0/GetFeedData?uri=".$feed_id."&dates=".$ago.",".$today;
	$ch = curl_init();
	curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
	curl_setopt($ch, CURLOPT_URL, $feed_url);

Do SEO Fast Before You Do It Best

by Stoney deGeyter

I generally implement my optimization campaigns in two phases. The first phase is a quick run through to get as many of the site pages “search engine friendly” as possible. The second is a much more thorough…

SEO 101: Everything You Need to Know About SEO (But Were Afraid to Ask) – Part 1

by Stoney deGeyter

SEO 101

When you’ve been writing about SEO as long as I have you sometimes feel that you’ve run out of things to say. We forget that there is always someone new just learning about SEO and hasn’t…

How to Optimize Your Site for Better Loading Time

In April Google officially announced they were integrating loading time into their algorithm. As they put it, “speeding up websites is important — not just to site owners, but to all Internet users. Faster sites create happy…

Vertebrata


Vertebrata

Type – templates
Authorfreewpthemes

Added – 2010-05-28
Downloads – 1

A two-column, fixed-width template. This template features a splash page that can be changed easily.

This post…

Template45


Template45

Type – templates
Authorwebpagetemplates

Added – 2010-03-15
Downloads – 24

A two-column simple free web templates designed for any types of small business and personal website.

This…

Facebook changes the rules on business pages AGAIN…


FAIL stampFirst they renamed Fan Pages to Business Pages, now they’re messing with the way things look.

I have to say I’m not too happy with Facebook over these changes, as they’ll affaect thousands of people who have invested…