Archive for February, 2010

60+ Essential Web Apps for Freelancer Web Designers

For one reason or another, a lot of freelancers use Web based Applications. As a full-time freelancer and part-time geek, I really like to manage my activities with applications on web too. Web based applications have many advantages over software…

WordPress Plugin For E-Commerce: GetShopped

GetShopped is a free WordPress plugin for adding e-commerce capabilities into WordPress-powered websites.

It is a very easy-to-setup plugin which can work with any standards compliant WordPress theme (and WordPress MU).

GetShopped WordPress Plugin

The plugin offers a flexible pricing structure for products with features like:

  • flexible coupon/discount pricing…

WordPress Tip: Remove nofollow Attributes from Post Content

If you have posts that include the nofollow attribute on links, you may at some point decide to remove them. By default, WordPress doesn’t insert nofollow attributes in post content, but there are a variety of plugins that will insert nofollow into all…

Find Differences In 2 PSD Files: ComparePSD

Sometimes we work on a PSD file, duplicate it and work more on it when creating a new version.

And one day, we need a layer or effect that only exists in only one of these files, search for it which…

How to remove “private” and “protected” from the post title

The only thing you have to do is to paste the following piece of code in your functions.php file. Once you’ll save the file, the hack will be applied to your your posts.

function the_title_trim($title) {
	$title = attribute_escape($title);
	$findthese = array(…

35 Latest High-Quality Free Fonts for Professional Designers

It’s essential for Designers to have a good understanding of typography and selection as the importance of typography in design can’t be neglected. The proper selection of typography can convert your normal design into attractive piece of art.

Among other things, effective…

Stop Spammers and Other Scumbags with a Custom Blacklist

I usually reserve most of my blacklisting content for Perishable Press, but after posting about using WordPress’ built-in tools to stop comment spam, several DiW readers have asked about a good custom blacklist that may be used for the “Comment Moderation” and/or “Comment…

Freebies – 15 High-Res Grungy Texturing Photoshop Brushes

Today I’ve got some ‘Grungy Texturing’ Photoshop Brushes for yall. They are 15 high-quality grungy brushes great for texturing backgrounds, text, etc. While I know the ‘full blown’ grunge designs are dying down somewhat in popularity, these types of brushes…

How to display custom post types on your WordPress blog homepage

The following code have to be pasted in your functions.php file. Once the file will be saved, it will work.
As you can see in the code, the post, page, album, movie, quote, and attachment types will be displayed. Modify that line to…

60+ Latest High-Quality Free WordPress Themes

WordPress! is an award-winning CMS, which enables you to build Blogs, Web sites and powerful online applications. Many aspects, including its ease-of-use and extensibility, have made WordPress the most popular blog software available. Best of all, WordPress is an open…