User link feeds using WordPress comments
How to manipulate the comments of a specific WordPress post to create a user-submitted link feed. Uses WordPress' native PHP coding and functions.
Extending Zend DB Table
Shows how you can extend the Zend DB Table which is an important part of the popular PHP framework, in order to do less database coding.
Online user counter
Ever wanted to know exactly how many people are on your web site at any given time? This tutorial will teach you how you can create a script which will tell you exactly that.
Easily Integrate FCKeditor with MYSQL database
The FCKeditor allows you to edit your webpages right online without knowing HTML. You edit your pages in an online text editor just like a MS Word. Best of all it’s Free. This tutorial will walk you through setting up the FCKeditor with a MYSQL database.
Build a ‘WordBurner’ Email Newsletter Manager
In this tutorial I’ll show you how to use your regular Wordpress website combined with Feedburner to make a simple email newsletter manager.
Easy setup of Login, Registration and Password Pro
This video tutorial will walk you through setting up a registration and login system for your web pages. You can then password protect any pages you desire on your website.
The script allows a user to register, log in, log out, change their password, and retrieve a forgotten password. It also makes sure the user submits a valid email address by sending them a link to their email that they must click before the registration is completed.
There is no need to know coding