Archive for June, 2010

20+ Free Portfolio Templates, Themes And PSDs

For a designer, developer, photographer or anyone/any business creative, the website of their own is the best place to showcase their skills and services.

You may be “about to design your new portfolio website” and thinking whether you should start…

WordPress tip: Quickly secure plugin files

Paste the following in your .htaccess file. Don’t forget to backup the file before edition!

<Files ~ "\.(js|css)$">
  order allow,deny
  allow from all
</Files>

This recipe has been submitted by Greg Winiarski. Thanks for your contribution!


This post

20 Killer Image Sliders & Carousels

Whenever I am developing a new website or WordPress theme, I try and look for new kind of content sliders and carousel scripts (that can scroll images & HTML content). Over a period of time, I have bookmarked some efficient…

Recommended WordPress plugin – Photodropper for WordPress

If you post a lot of your blog’s content onto Facebook, you really need to include a picture with your blog posts to make it look good, stand out and not look like everything else you post on your Facebook

WordPress hack: Get popular posts by comments count

Simply paste the following code where you want to display your most popular posts to be displayed:

$pop = $wpdb->get_results
("SELECT id, post_title, comment_count FROM {$wpdb->prefix}posts
WHERE post_type='post' ORDER BY comment_count DESC LIMIT 10");
<ul>
foreach($pop as $post) : ?>

Importance of Being "SEO Earnest"

by Garry Przyklenk

After working for several years in online marketing, I have come to
appreciate that many practitioners in the online space can be less than
honest about the true goals of search engine optimization.  Although the

How to get content removed from Google

We’re getting a few calls about this at the moment, so I thought I’d write a blog post about it. Bear with me because it is quite long.

There could be many reasons for you to want content removed from…

Center Multiple DIVs with CSS

Center Multiple Divs with CSSAt some point, you may have a situation where you want to center multiple elements (maybe &lt;div&gt; elements, or other block elements) on a single line in a fixed-width area. Centering a single element in a fixed area is easy.…

SEO With Google Webmaster Tools – Part 2: Site Configuration

by Stoney deGeyter

In Part 1 of this series I introduced Google webmaster tools and walked you through adding websites. Now that you have your site(s) in the system, you’ll need to configure your site so you get the most…

SocialClean- Free Social Network Icons

To continue our grateful attitude to our readers and community in general, we are glad to release yet another high quality icon set – “SocialClean” for our readers.

SocialClean, as the name implies, is a social network icons with crispy…