Monday, 6 of September of 2010

9 and 1/2 Things You Must Do When Changing WordPress Themes

WordPress makes it very easy to change themes and completely change the design of your blog. That’s a great feature, and it allows non-designers and people with limited CSS/HTML/etc. experience to do some amazing stuff.

But, there’s a number of critical steps you need to go through after changing your blog’s design, in order to make sure it’s going to work perfectly.

  1. The Sidebar Will Be Overwritten. Most people make a lot of changes to their sidebars, adding text, advertising, links, widgets, etc. If you’re using widget-enabled WordPress themes this isn’t an issue (because widgets stay in place when themes are changed) but if you made changes manually you’re going to have to redo them.Before you activate the new theme, save all of the code from your sidebar (just copy and paste it somewhere.) When you switch themes, edit the sidebar file(s) and re-apply your changes.
  2. Read more »

100+ Resources for Web Developers

There is some amazing stuff out there on the Web–resources, tools, tricks, and tips. Problem is, as a Web developer, you spend so much of your time just keeping up with new technologies – learning, playing – and this doesn’t leave much time to go hunting for the latest and greatest tool, or for a better way of doing things.

So we’ve put together a list of over 100 resources to help make your life as a developer easier; where to find snippets of code, sites that automate processes, cheat sheets, lessons, useful tools and a couple of silly videos to give your brain a break if you make it through to the end. Please enjoy!

Read more »


Useful WordPress Plugins

WP Cache

To save your SQL server resources, WP Cache works by caching Worpress pages and storing them in a static file for serving future requests directly from the file rather than loading and compiling the whole PHP code and then building the page from the database. It is a very useful plugin if you have a high traffic site or low performance server.

WP eCommerce

Want to sell stuffs on your blog? You must check out this WP eCommerce plugin by Instinct. It is an Ajax powered shopping cart, very easy to use. You can setup your shop in minutes through the Admin panels.

Read more »


The Top 30 WordPress Plugins List

Is there any blogger blogging about blogging ;) that hasn’t posted a list of his favorite plugins yet? Well, since I’m now in it too, I might as well do it. But you won’t find a list of my favorite plugins here. I did much better! I compiled a true TOP 30 list of the most popular plugins in blogosphere ;)

The list is based on the Lists of favorite Wordpress plugins, made by Lorelle last month. Lorelle found 48 lists with a total of 280 plugins that were recommended by other bloggers to their readers.

So I went through all those lists and compiled a spreadsheet of the mentioned plugins to see which of them were the most used in blogosphere. Here are the results:

Read more »