Posts Tagged code

Creating a Upload/Download System Using PHP Classes

By Cody Robertson on August 29th, 2010 Category: Tutorials 15 Comments

Making a PHP upload script can be a very challenging task when you are just starting out, heck; it’s still hard to some extent when you are an experienced developer. So today, I’m going to show you how to make one using PHP5 Classes and a simple form. In the script we will be able […]

How To Use, Style and Implement WordPress Shortcodes

By Jennifer R on June 23rd, 2010 Category: Tutorials, Wordpress 30 Comments

How to Use, Implement and Style Wordpress Shortcodes

WordPress shortcode API is a powerful function which was introduced from version 2.5, it’s just a simple set of functions for creating macro codes in post content. If you’ve developed a Vbulletin forum before, you would have been familiar with the shortcode (something called BBCode) but the WordPress users maybe not. In this article, I […]