browse by tag: content management
sort by
Create A Wordpress 2.5 Widget
in PHP added by jlaing, 3 weeks ago advanced tutorials content management widgets wordpress
Create a plugin widget in Wordpress 2.5. Covers settings up and using sidebars in your template, activating your widget, and displaying your widget. This tutorial is best suited for people familiar with both PHP and Wordpress themes and plugins.
comment save reportComplete advanced login member system
in PHP added by ineedtutorials, on 17/1/2008 advanced tutorials content management database login mysql security
This tutorial will show you how to create an advanced member login system with PHP, users can register, change password, email activation is included.
comment save reportCreating a simple login script with php and mysql
in PHP added by ineedtutorials, on 31/12/2007 beginner tutorials content management mysql security
Learn to create a simple login system with php and mysql in 7 simple steps
comment save reportWriting a CMS/Community with Smarty and the Zend Framework Part 6
in PHP added by prodevtips, on 7/12/2007 AJAX advanced tutorials content management oo programming php5
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 custom session ids.
comment save reportWriting a CMS/Community with Smarty and the Zend Framework Part 3
in PHP added by prodevtips, on 11/11/2007 advanced tutorials content management oo programming php5
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.
comment save reportWriting a CMS/Community with Smarty and the Zend Framework Part 2
in PHP added by prodevtips, on 10/11/2007 advanced tutorials content management oo programming php5
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.
comment save reportJoomla 1.5 Advanced Registration
in PHP added by prodevtips, on 5/11/2007 advanced tutorials content management php5
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 override the default one.
comment save reportPHP Tell-A-Freind Form
in PHP added by mig35, on 3/10/2007 content management email form process
See how to create a tell-a-friend script in PHP. The source code shows how to validate user data and then safely process it. Check the demo.
comment save reportSkinning Your Website
in PHP added by goodphptutorials, on 9/7/2007 content management skinning template
I've followed countless methods for skinning/theming my website and they've always been flawed with cross-browser compatibility issues or have serious security issues. This little script will help you skin your website without having to rely on bad coding or constant troubleshooting.
comment save reportPHP Tutorial - BBCode
in PHP added by Dale, on 15/6/2007 bbcode content management discussion board forum guestbook
This tutorial will enable you to use BBCode (Bulletin Board Code) in either your own custom made forums, guestbooks or similar projects.
comment save reportWordpress PHP Templates
in PHP added by goodphptutorials, on 11/3/2007 content management wordpress templates php
There have many concerns and question about the template system used in WordPress. Mostly the concerns are with n00bs and the complications of PHP. "I want to change this and that, but don't know PHP". I hear this a lot. But the thing is, you don't need to know PHP to change the Templates in WordPress.
comment save reportIntegrating Textile And GeSHi
in PHP added by goodphptutorials, on 21/1/2007 code highlighting content management geshi markup textile
This short tutorial will show you how to integrate Textile (a mark up language for PHP) with GeSHi (a code highlighter). This tutorial is for anyone who wants to create a CMS (content management system).
comment save reportAdding a WYSIWYG Editor To Your Site
in PHP added by goodphptutorials, on 21/12/2006 CMS WYSIWYG content management
Turn your (or your customer's) site into a CMS! The ability to edit your site in WYSIWYG fashion is easier than you might think, and that is what this tutorial will address in 3 easy steps. No more uploading changes to your site. Edits can be made online from any location.
comment save reportCake Tutorial: Building A Simple Blog - Part 1
in PHP added by goodphptutorials, on 4/9/2006 cake cakephp content management framework oop
This tutorial introduces CakePHP, by walking you through setting up a simple blog and, later, adding advanced blogging features. You will learn how to make Cake map data from database records into data structures which you can present in your application.
comment save reportSimple Localization with PHP
in PHP added by goodphptutorials, on 24/8/2006 content management language localisation setstring
On PHP DevCenter, Adam Trachtenberg and Joao Prado Maia have described interesting ways to localize web sites with PHP. In this article I've offered another alternative, which should be easy for non-programmers to use. We will take advantage of the user function setstring function
comment save reportCreating Simple PHP Contact Form
in PHP added by goodphptutorials, on 29/4/2006 content management
When you need user feedback sent to your email, you will need a contact form. In this tutorial you'll learn how to create a contact form with PHP!
comment save reportCreating A Simple PHP Forum
in PHP added by goodphptutorials, on 26/4/2006 content management
Learn to create a php powered forum step by step. Use simple php code to create a powerful forum!
comment save reportCreating A Simple PHP Guestbook
in PHP added by goodphptutorials, on 17/4/2006 content management
In this tutorial I'll show you how to create a simple php guestbook for beginner of php and mysql.
comment save reportBuild a phpBB Forum in 5 Steps
in PHP added by goodphptutorials, on 30/3/2006 content management forums phpbb
If you're thinking of setting up a forum for your Website, you need not start from scratch. The open-source script, phpBB, can easily be installed on most Web servers. This article will describe how to do it right, from downloading through to customisation.
comment save reportPHP/MySQL News with Comments
in PHP added by goodphptutorials, on 26/2/2006 comment content management mysql news
In this tutorial, you will learn the concepts behind building a news system with PHP and MySQL.
comment save reportComment Board
in PHP added by goodphptutorials, on 11/2/2006 board comment content management forum thread
This is a three-part tutorial that shows you hwo to make a comment/discussion board using PHP and mySQL. There are three files: comments.php, which displays the comments, commentadd.php, which processes the comment, and commentform.html
comment save reportGooglifying Search Results
in PHP added by goodphptutorials, on 23/1/2006 content management google results search style
Most people are familiar with doing searches on Google, and how Google formats search results. First, the search criteria text appears in a bold font. Second, the text of the search results ends with an ellipsis (...) to let the user know that there is more information where that came from. These little UI features make it easy for readers to find what they are looking for.
comment save reportSearch Engine in PHP: The basics
in PHP added by goodphptutorials, on 21/12/2005 content management
A search engine is built over an index that reduces words from the text content into "stems" to make them searchable, and it must ignore "stop words". Learn how to make a professional search engine in PHP, without dependence to any database system, and a relevancy rating of the results.
comment save reportIntelligent CMS: Web Form Best Practices
in PHP added by goodphptutorials, on 15/12/2005 content management
This article talk about reusable functions that will assuredly cut time from your CMS development schedule.
comment save reportCreating a PHP-Based Content Management System
in PHP added by goodphptutorials, on 8/12/2005 CMS articles content management management templates
If you're going to run an intranet site, then you'll probably want a content management system (CMS)
comment save report