Content Management
Results 1 - 20 of 49
All New Joomla! Flash Tutorial Center!
Salyris Studios is proud to announce the release of our All New Joomla! Flash Tutorial Center! This collection includes a total of 102 tutorials.
You get: Joomla Administrator, Joomla! Beginner, Joomla! Layout, DocMAN, OpenSEF, VirtueMart and...
(show more)
Reading & Updating Content of a file
This script shows an example of a counter being incremented every time the page is loaded.
This is achieved by reading a file line by line using the fgets function and exctracting the 2 fields (one for the date one for the counter). The file is then...
(show more)
Create CMS Website
With this tutorial you create website with CMS Made Simple without deepening in programming. Step by step: from website idea and setup through website design to of additional tools, like News, Guestbook, Contact forms, Photo Gallery, User Management....
(show more)
Generating (X)HTML Documents Using DOMDocument In PHP
PHP 5 includes a powerful set of DOM manipulation classes that gives you full control over XML documents. This functionality behaves very similar to JavaScript's DOM manipulation engine. In this tutorial, we'll explore the DOMDocument class by generating...
(show more)
Modifying Templates Using DOMDocument In PHP
PHP 5 includes a powerful set of DOM manipulation classes that gives you full control over XML documents. This functionality behaves very similar to JavaScript's DOM manipulation engine. In this tutorial, we'll use the PHP DOMDocument class to load and...
(show more)
Harish Kumaresh
You'll learn how to embed and display third-party video within your content, using Embedded Media Field to automatically parse and display video from an editor's pasted URL from YouTube, Blip.TV, or other providers.
Afsha Walele
The basic concept in ExpressionEngine is that of a template. Go to any ExpressionEngine powered website and you will undoubtedly be looking at a template. Templates are what the outside world sees. At its most basic, a template in ExpressionEngine is a...
(show more)
Add a WYSIWYG Editor To Your PHP Site For Content Management
Turn your (or your customer's) PHP site into a CMS! The ability to edit the content of 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...
(show more)
Building Dynamic Pages With Search Engines in Mind
This tutorial shows you how to make a site database-driven, but still indexable by search engines. It also explains how to create a site to be co-brandable whose look-and-feel are dependent on which "affiliate" site was being accessed.
Simple PHP Page Template System
A common use for PHP is managing page templates. This makes is much easier to make changes to the layout on several pages by just editing one file. In this tutorial, I will explain some simple methods for managing templates in PHP. One involves using...
(show more)
Simple way of creating template based website using phpBB templating engine
Want to change the layout of your site within minutes, able ignore php codes...? Convert your site to template based using phpBB templating class.
Templating with phpBB template Engine Part 2
In this part, you will learn on how to create a template based dynamic table using phpBB template engine
Creating a Templating System with PHP
Templating is important to nearly every website now. It allows you to use the same design on all your pages, while having different content on each page. There are many ways of doing it; this article will focus on the most common.
Creating a Website Design Templating System Using PHP
Learn how to create a website design templating system using php to be able to easily update different sections on your website by changing only few design files. The tutorial is designed for total beginners, so it is easy to understand and...
(show more)
PHP Remove Non-Alphanumeric Characters
Need help removing un-wanted characters from your php text form strings. Here's how to strip a string of all symbols and Non-Alphanumeric characters from your forms or database with ereg_replace.
MySQL (BLOB field) Image Gallery Example
This is a simple example of photo-gallery script, which uses MySQL table (BLOB field) to store images. Trivial password-protection, uploading and deleting images are supported. For Apache-version of PHP there is advanced browser-caching support (using...
(show more)
Advanced Templating Tutorial
Here you will learn some of the special PHP5 class functions while creating a massive templating class (in power, not size). This templating class will be capable of an unlimited (only limited by system) number of loops, embedded loops, and references....
(show more)
Table Class for PHP
This code allows you to dynamically create your tables using PHP code. It is perfect for a content management system where you do not know how many rows of data will appear at design time. The class allows you to easily add rows as they are needed...
(show more)
Display Different Content for Different Countries
This code example shows you how to display different content to users from different countries. This can be used to implement a multi-lingual user-interface or display localized ads to users from different countries. It can also be used to block users...
(show more)
How to install Php Nuke
This is a short tutorial to help people understand how to easily install phpNuke. There are some issues that would arise on installation and this article is trying to explain them.
