Advertisment
Turn your (or your customer's) PHP site into a CMS! The ability to edit your site in WYSIWYG fashion is easier than you might think, and that...
This is a very handy function if you want to clean up your content before storing it into your database. It uses 'eregi_replace' to...
This article will guide you through step-by-step to learn how to upload and manage files using PHP. All code provided as well.
A snippet that helps you download files from the web, with the use of the well known cURL library for php.
This tutorial will help explain how to filter out bad words in your forum, comments, or blog.
This tutorial shows you how to build a custom registration component with more fields and custom validation in Joomla 1.5 that you can use to...
Shows how to setup a gallery with multiple uploads through a Shockwave made with the Flex SDK, also shows how to extend Zend Session to setup...
The first part in a series on how to write a combination of a CMS and community with the Zend Framework and the Smarty templating system.
The third part in a series on how to write a combination of a CMS and community with the Zend Framework and the Smarty templating system.
This tutorial will teach you how to have those index.php?page=whatever things...
Learn how to create a news CMS with admin panel, easy to use editor.
The third part covers a class that handles user authentication. This class will be used to implement the login/logout/registration process to...
Create your own content management system using an OOP approach. The first part covers the base class used to build the CMS.
The fourth part implements the login, logout, registration process using the class created in the third part
The second part in a series on how to write a combination of a CMS and community with the Zend Framework and the Smarty templating system.
Veremos paso a paso como hacer navegacion por paginas, con ejemplos incluidos.
AJAX powered blogging system. It is focused on ease of use, web standards, and speed. This blog is not full of ...
Brief step-by-step guide. Master the installation of Wordpress yourself easily.
Create a category system that allows for unlimited number of categories. Keep everything dynamic and easy to use.
Create your own content management system using an OOP approach. The second part implements a class that handles the database functions that we’ll...