44 Comments // 3 Dec // by Saad Bassi

WordPress is an awesome publishing tool, and one of the best features is its flexibility to customize its core functions with plugins. The simplest definition of a plugin is:
A plugin is a snippet of code which is used to extend the functionality of WordPress.
And one of the nicest things about plugins is that the barrier to entry is extremely low. It takes very little technical knowledge to make your first plugin!
Click to Read
57 Comments // 31 Aug // by andrea_r

Ever get tired of installing and setting up WordPress yet again so you can show a client a theme in development? Why yes, there is an easier way.
Enter WordPressMU, the multi-user, multi-blog version of WordPress which will soon be merged into the core. For those of you ready to jump-start some development, read on.
Click to Read
43 Comments // 17 Aug // by sogeking

Cheat sheets has several benefits from saving you a lot of time to also helping you improve your skills and productivity in that cetrain task.
They provide a great and quick reference and also helps your learn faster by showing all the necessary information needed. There are documentations, but they can sometimes be a hassle.
It is pretty hard to remember everything and thankfully, there are cheat sheets. So, here are the list of some of the most essential cheat sheets every web developer and designer should have.
Click to Read
125 Comments // 3 Aug // by Michael Martin

Social bookmarking and link sharing is probably the largest source of traffic for most of us. Sites like Stumbleupon and Delicious send hundreds of thousands of visitors across the blogosphere.
So how can we encourage more people to share our links? One of the easiest options is to include a set of links at the bottom of your posts which readers can click to automatically vote for your article.
There are plugins which can do this of course, but that requires you to work with their settings, names icons in their banner and it means having yet another plugin installed on your site.
If you would rather avoid that and have complete control for yourself, then you might prefer to code the links into your theme yourself.
Click to Read
61 Comments // 16 Jul // by RobbyAnz

Wordpress is a great solution for creating blog, but that isn’t all it can do. The incredible power and simplicity of this platform allows you to create personal web pages or entire web sites in minutes, using all the functions of this environment with minimal effort.
With Wordpress, you can develop an entire professional web site (with or without a blog) even though you know just a little bit of HTML! Read on to see how.
Click to Read
110 Comments // 3 Jun // by Alex Denning

If your site takes an age to load, in the words of Jeremy Clarkson, that’s not good. You don’t want to wear on your reader’s patience before they’ve even started reading.
In this post we’ll explore ten ways to speed up your site, with tricks ranging from easy to even easier; none of the stuff in this post is difficult, so there’s no excuse for a slow-loading blog after reading this!
1. Delete Any Unwanted Plugins
If your site is loading slowly, look at how many plugins you’re using. If the answer is more than ten, look at the plugins you’re using and ask yourself whether you can integrate them directly into your theme.
While you’re at it, also ask yourself whether you really need the plugin. If you can do without it, do.
Click to Read
18 Comments // 19 Mar // by Michael Martin

It can be very tedious to navigate through a category on a WordPress blog. Your navigation options tend to be limited to “Next Page”/”Previous Page".
Not the most efficient method in the world…
When you do a search on Google, you can skip to page 3, 4, 5 or anything else. And once you do, you can always click back to page 1. It makes flicking through a large number of results much, much easier.
So, why don’t we recreate that in WordPress? Milo is going to show us how.
Click to Read