Archive for December, 2009
In a previous post, we discussed why links are important- they get you ranked. Now, lets take that a next step further: what kind of links do you want?
The perfect link. So what is the perfect link?
Well, the perfect link…
This post was generated by an RSS Feed from WP Recipes
The first thing to do is to get your logo ready. Size might be 30*31px and the logo must be uploaded the images directory of your theme dir.
For exemple, if…
This post was generated by an RSS Feed from Search Engine Guide
by Stoney deGeyter
Ever see one of those movies where some secret government agency has a super high-tech office in an old, dilapidated building in some rundown part of town?…
In this tutorial, you’ll go through easy steps for creating a nice envelope icon. There’s a light use of the Pen Tool in the tutorial, but most of it uses Selection Tools to create this icon. The stamp is also…
This post was generated by an RSS Feed from WP Recipes
To achieve this recipe, you first have to get the code from detectmobilebrowsers.mobi and upload it to your theme directory.
Once done, simply open your header.php file and place the following at the…
The landscape of web typography is changing quickly these days. We’ve gone from the wild west days of sIFR to Cufón to finally seeing font embedding seeing wide spread adoption by browser developers (and soon web designers) with @font-face. For…
Creative Nerds, a blog focused on design inspiration, is sharing 100+ free letter pressed icons in PSD format.
This beautiful set comes in 3 different styles. It includes icons of social bookmarking, actions & other various shapes.
They are free to be used in…
This post was generated by an RSS Feed from WP Recipes
Just insert the following code into your functions.php file, and you’re done. Don’t forget to paste your Google Analytics code on line 5.
<?phpadd_action('wp_footer', 'ga');
function ga() { ?> // Paste your…
This post was generated by an RSS Feed from WP Recipes
This recipe is extremely easy to implement : open you index.php file and replace your current navigation by the following:
<?php if ($paged > 1) { ?>
<div class="navigation">
<div class="alignleft">
<?php…
