Home » PHP » CMS
PHP CMS tutorials
This tutorial covers key reference information under easy-to-look-up headings that will help you with Joomla! template development. From the many CSS ID and class styles that Joomla! outputs, to Joomla!'s jdoc tags and their controlling attributes, the information in this tutorial is listed along with key links to bookmark which will make template development as easy as possible. (pdf tutorial, install Acrobat Reader to read this tutorial)
Related Tutorials
Find and fix common problems on your Joomla! 1.5 Website
Learn to diagnose and fix some of the most common problems with your Joomla! website, without needing to resort to hiring people to fix them, or waiting for extension developers to provide support. You will also understand the implications and risks of customizing a Joomla! site, and using extensions that hack the Joomla! core.
Adding and Managing Image Content in Joomla!
Utilizing multimedia effectively within a Joomla website requires discipline and knowledge. Multimedia provides us with stunning interactive user experiences and wonderful design options. This tutorial provides complete assistance that will enable you to utilize image content effectively within your Joomla! website. Along with browser support and accessibility for images, you will learn to create multimedia image galleries and slideshows as well as include images in articles and modules. (pdf tutorial, install acrobat reader to read this tutorial)
Learn to Secure Joomla! Extensions
This tutorial explains how developers can avoid some of the more common mistakes that lead to security vulnerabilities in Joomla! It also demonstrates how extensions can be made secure and some of the implications if developers fail to do this. PDF FILE
Using Included Content for your template
Page template is repeated over and over within a site. The layout of the template generally does not change. Because of this, it lends itself to be includes for each of your page. This will eliminate recreating the template each time. In the tutorial you will be breaking apart a template to create includes that will not change, so when reconstructed in PHP it will display correctly.
Joomla 1.5 Advanced Registration
Build a custom registration component.
ThemeWars, A New Joomla, and The Case of the Missing Title
Ern's summer grab bag covers random news on content management systems and tips on how to hide page titles in Drupal.
Building a simple template engine
Yes that's another template engine in PHP. I've been using Smarty for years but now I want to build a simple template engine with PHP as template language.
Templates, The PHPLIB Way
This tutorial explains how to use PHPLIB Template in your PHP scripts. Main topics include: Using PHPLIB Template, Nested Templates, and Appending Template Text.
Templates and Template Engines
Templates provide a simple means to separate server side code from client side code in our scripts. This article looks at when template systems are useful, their shortcomings and why template engines are a bad idea.
Basic Template System
In this tutorial we will learn how to make a basic php template system. Which will allow us to include the template files into our php code.
How to create ExpressionEngine webpages
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 HTML (or CSS or JavaScript) file. If we wanted to, we could use a template exactly like a HTML file, without any problems. We could create an entire website without ever using any other part of ExpressionEngine. At the end, you will have a completely working weblog, and a great understanding of how you can use HTML and CSS in templates. (pdf file, install Acrobat Reader to read this tutorial)
HTML Templates
Most sites use a standard template throughout the whole website. The header and footer data is stored in a .php file and loaded for each page allowing easy maintenance. This tutorial will show you how to get PHP to dynamically choose which file to include based upon the page currently being viewed.
binarycloud: the opensource platform for php web applications
binarycloud is a platform for rapidly developing complex web applications. It includes basic services like authentication, permissions, a template engine, database abstraction etc.
Templates - why and how to use them in PHP3
This tutorial shows you how to create a template-based Web site using FastTemplate class by CDI. By using FastTemplate you can change the look of your entire web site in seconds, use abstract programming without HTML, and your Webpage designer does not need to take care of all that "fuzzy" code.
Simple Template Systems
Why work harder when you can just work smarter, and get things done in half the time? One of PHP's many uses is in creating templates, which allow you to separate content and formatting. The benefits of this are immediately obvious - you can change the look of an entire site by just editing a single line of code, and with more advanced usage of mySQL, you can even create whole sites that run on a single file.
BLOOpress Wordpress Theme
Hello welcome to part 3 of the BLOOpress wordpress theme. Today well be converting our CSS template into a working wordpress theme
How to Create an Author Info Section in Wordpress
Its common to find an authors credit and bio at the end of a blog post, especially on blogs that post content from multiple writers. Using a cocktail of Wordpress template tags, an info section can be easily put together to showcase the authors avatar profile image, their name, link to their website and short bio .
How to create a gallery class
In this tutorial, we will create a gallery class, and also a template class that will work together with the gallery class.
 
Categories