PHP’s print_r function is invaluable. It prints a human-readable string representation of a variable.
Category Archives: Programming
WP Database Description
Database Description The following is an outline and description of the database tables created during the standard installation of WordPress Version 3.0. Currently, the only database supported by WordPress is MySQL version 4.1.2 or greater.
TinyMCE automatically remove empty tags
I need to have the following HTML code: <div id="boxContainer"></div> but the editor removes all "empty" situations!
How to fix ‘Function eregi() is deprecated’ in PHP 5.3.0?
I used to use eregi for validating email address input that matches to the regular expression.
3 jQuery Twitter Plugins – Add Tweets To Your Website
Integrating social profiles with websites is a very popular trend as they represent a content. For Twitter, if you have an account and want to add tweets to your website, these 3 jQuery Tweeter plugins will help you for sure:
Adding Custom Widgets and Page Templates with WordPress
Step 1: Adding A New Widget Area First thing we need to do is add our new widget area. To do this you will need to open the function.php file (or create one and put in into your theme folder if you don’t have one yet) and add this bit of code: