In this first part of our new WordPress series, which will show you how to use WordPress as a CMS, Dennis Pallett gives you an introduction to WordPress plugins and templates.
Join the discussion!
PHPit Forums has opened its doors, so come joins us for the latest PHP discussions. If you need help with a certain problem, or just want to know something about OOP or design patterns, PHPit Forums is the place to be. Or, if you're a true PHP expert, we could really need your knowledge, so join PHPit Forums and share your expertise!
Recently Added
Using WordPress as a Content Management System, Part 1
Article posted on October 29th, 2005 by Dennis Pallett5 Tips To Speed Up PHP Development
Article posted on October 23rd, 2005 by Dennis PallettIn this article, Dennis Pallett gives you five great tips on speeding up your PHP development.
Create your own BBCode, using PHP
Article posted on October 16th, 2005 by Dennis PallettThis tutorial will show you how you can create your own BBCode using PHP and regular expressions.
BBCode Format Function
Code snippet posted on October 16th, 2005 by Dennis PallettThis function can be used in your scripts to use BBCode.
PHP:Form Series, Part 2: Formtypes & Setting Default Values
Article posted on October 9th, 2005 by Dennis PallettIn this second and final part of our PHP:Form series, you will learn what formtypes are and how to use them. In addition, Dennis Pallett also shows you a neat little feature of the PHP:Form component: setting default values.
PHP & Security: 3 Example Exploits
Article posted on October 1st, 2005 by Dennis PallettSecurity is one of the most important things of a PHP script, and must be your top priority. In this article, Dennis Pallett shows us 3 example exploits and how to prevent them from working in your PHP scripts!
An Extensive Examination of the PHP:DataGrid Component: Part 2
Article posted on September 24th, 2005 by Dennis PallettIn the second part of our PHP:DataGrid Examination Series, Dennis Pallett has a look at using Styles and Custom Columns.
PHP:Form Series, Part 1: Validators & Client-side Validation
Article posted on September 18th, 2005 by Dennis PallettIn this first part, of a new two-part series, Dennis Pallett has a look at the PHP:Form component. He first discusses the component, and its features. He then has a deeper look at the inbuilt validation of PHP:Form, called validators, and Client-Side validation.