A tutorial on how to add new column in the posts table in the admin view
A tutorial on how to add new column in the posts table in the admin view
A few tips on developing web apps using PHP and MySQL by guest writer Kelly Marsh
Two ways to hide your wordpress admin bar.
Learn how to setup multiple subdomains in your localhost using XAMPP
Create gorgeous web 2.0 buttons for your website in an instant
A simple implementation of a slideshow using jQuery Cycle Plugin with navigation.
Finally, I was able to finish developing a simple plugin for codingcereal.com. “CodingCereal Embed Demo Script“ is a wordpress plugin that enables the user to: Insert javascript, css and meta script in the header area for their post. Insert custom html scripts within their post using the [cc_embed_script] shortcode Insert javascript codes in the body [...]
Sometimes there are instances where you need to debug a live web site without displaying HTTP Status code. Where you can’t create pages where you put notices like “Site Under Maintenance” or those animated GIF’s of a construction worker drilling the road. Those moments where you are itching to parse series of server-side scripts which [...]
CSS Maker is a free tool to experiment with CSS properties and values and generate a simple stylesheet for your site. It helps you create css scripts fast and easy.
Speed up the loading of your site by caching web site files like images, CSS and javascript files. First time visitors of your site will gonna be making several HTTP requests. The more HTTP requests, the slower your site will load.