Archive for June, 2010
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…
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…
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…
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) : ?>
…
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
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…
At some point, you may have a situation where you want to center multiple elements (maybe <div> elements, or other block elements) on a single line in a fixed-width area. Centering a single element in a fixed area is easy.…
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, as the name implies, is a social network icons with crispy…
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
Follow Us!