Notepad++ for Better Design

I gave up on Notepad a while ago and switched to Notepad++, which among other things allows one to format a file in UTF-8 without BOM, in turn cleaning up your XHTML files for validation (no “Byte-Order Mark found in UTF-8 File” warnings).

How to Update your Old Theme for WordPress 2.3: Tags

WordPress Tag Cloud One frequent question from users of our old themes that upgraded to WordPress 2.3 is to do with tags and how to include them in the theme templates.

Tags are very useful for Search Engine Optimization (SEO), especially when it serves as a keyword to describe your post, while it is ridiculously simple to add these tags to your template, a walk through is warranted for those less familiar with manipulation WordPress theme templates.

So here we go.

Login to your WP Admin from http://yoursite.com/wp-admin
Click on Presentation
Click Theme Editor
Click Main Index Template (to add tags to the home page) or Click Single Post (if one exists to add …

How to make your Codes “Friendly”

code breakerHave you found yourself wanting to display a piece of code in your blog post or a comment form that left you stripping off elements or re-pasting it over and over only to find that the code is actually being executed? I run in this issue a lot while replying to support questions, so I conveniently remove the < and > of all php script to allow the codes to show, this however cause more harm than help to the novice user and the experience is never that pleasant. Help is finally here!

A combination of using the “code” tag and converted the base code by using this cool converter called Postable makes for a delightful masterpiece that users can share, copy and paste without any hassles and guesswork. Here’s how you go about it.