Create Accordion Menu Using CSS3 Transition

There are many ways to create an accordion menu, most of them use a javascript library like jQuery to make the effect runs cross browsers. In this tutorial, we'll see how to make an accordion menu using CSS3 transition. It works on most modern … [Read more...]

How To Create Your Own Social Bookmarking Script

Social bookmarking is a great way to bring traffic to your website. Each social bookmarking network often has its own scripts for users to insert into their website to share articles on it. This may increase the number of included javascript files if … [Read more...]

How To Customize Feed In WordPress

WordPress provides 2 types of feed: full text and summary. The full text feed shows whole content of posts with all HTML tags, and the summary by default shows only 55 first words without any HTML tags. But, in some cases, you want something between … [Read more...]

WordPress Tip: Remove All HTML Tags In Comments

By default, WordPress allows commentators to use some HTML tags in comments for links, quote or format text. But in many blogs, these tags are rarely used, or even they're used for spam links. In that case, we might want to let the commentators use … [Read more...]

How To Create A Better Meta Box In WordPress Post Editing Page

WordPress is one of the most powerful blog platforms out there. One of its strength is the ability to allow post authors to assign custom fields to a post. This arbitrary extra information is known as meta-data and can be added using the Custom … [Read more...]