browse by tag: content management
sort by
Migrating a Legacy Forum to vBulletin 4.0.3
in PHP added by prodevtips, on 22/7/2010 advanced tutorials content management mysql php5
How to switch from a legacy forum to vBulletin, and customizing vBulletin.
3 comments save reportFunctional PHP 5.3 Part I - What are Anonymous Functions and Closures?
in PHP added by goodphptutorials, on 18/8/2009 advanced tutorials closure content management lambda
One of the most exciting features of PHP 5.3 is the first-class support for anonymous functions. You may have heard them referred to as closures or lambdas as well. There's a lot of meaning behind these terms so let's straighten it all out.
comment save reportAdding Ajax with jQuery to Joomla 1.5
in PHP added by prodevtips, on 3/8/2009 advanced tutorials content management mysql oo programming php5
How to quickly add Ajax anywhere in Joomla 1.5 using jQuery.
comment save reportIntegrate PHPBB3 with your website
in PHP added by exoph, on 27/5/2009 advanced tutorials beginner tutorials content management forum phpbb3
This tutorial will show you how to take a simple installation of PHPBB3 and add it to your website to restrict page access based on registration status.
comment save reportImage watermark with PHP
in PHP added by webmonitore, on 22/5/2009 advanced tutorials beginner tutorials content management general php5 security
To prevent quality images being stolen, we can use PHP to watermark web-images in popular formats like GIF/PNG/JPEG. We print a transparent gif-image on a jpeg-photo in this tutorial.
1 comment save reportAccess Control [PDF]
in PHP added by nirajam, on 19/10/2008 content management mysql php5
This tutorial gives the outline of a highly flexible role-based access control system. The tutorial helps in establishing principles using standard notions of RBAC. It also teaches you the code for administering RBAC and explains how questions about access can be answered.
comment save reportCustom RSS 2.0 Content Feeds using OOP
in PHP added by aaronson, on 10/6/2008 content management oo programming rss xml
With WEB 2.0 fast approaching we are scurrying to make our sites ready for the change. Adding syndicated content to get a deeper reach in to this web is one way to get started. In this tutorial i will show you how to make your own RSS 2.0 content Feed using Object Orientated Programming for your website. At the end of the tutorial there will also be the full script for you to learn by example or just cut out the middle man and use it.
comment save reportCreate A Wordpress 2.5 Widget
in PHP added by jlaing, on 23/4/2008 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 report