Recently Popular Cms Tagged Tutorials
Jan 19
AJAX form Validation
AJAX Form Validation this chapter helps users create a form validation application that implements traditional techniques with added AJAX flavor, thereby making the form more user friendly,responsive, and pleasing.
Jan 19
AJAX form Validation
AJAX Form Validation this chapter helps users create a form validation application that implements traditional techniques with added AJAX flavor, thereby making the form more user friendly,responsive, and pleasing.
Jan 11
Build User Login Flash Widget
This chapter shows how to utilize user management within a Flash application by building a User Login Flash widget. One of the most important aspects of the Drupal CMS is its ability to manage its users and protect the content of that site using a permission-based role system.
Oct 14
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.
Sep 20
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.
Jun 16
Dates and Calendars module in Drupal 5
Dates and Calendars is an article extracted from Marjorie Roswells’s new book titled, ‘Drupal 5 Views Recipes’ by Packt Publishing. In this tutorial, users will learn how to create a wide variety of views, mostly from a single workshop content type. This chapter rounds out coverage of all of the Views User Interface fieldsets, including [...]
Mar 4
Social Bookmarking with WordPress Plugin
From this tutorial, users will learn how to create a working, useful, and attractive WordPress plugin from scratch. Users will also learn how to extract information using WordPress API and how to use CSS to improve the appearance of the plugin. The knowledge users will gain from this tutorial alone will allow them to write [...]
Mar 4
How to create ExpressionEngine webpages
The basic concept in ExpressionEngine is that of 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 want, we can use a template exactly like a HTML file, without any problems. We can create an entire [...]
Sep 29
Loading Excel Data Using PHP
Some PHP applications (most often CMS backends) need to load Excel data directly from .xls file, manipulate and insert into a database. This tutorial shows one of the ways how to do it.
Sep 4
Browser based template editor
A common feature to CMS scripts is a browser based means of editing your templates. This can be helpful if you manage your site remotely or on the move quite often. In this tutorial we walk through how to create a simple template editor in PHP.
Jan 11
Detailed CMS Tutorial for Articles/Poetry/Lyrics/Jokes...
This detailed tutorial will guide you how to setup a CMS for poetry, lyrics, articles and jokes related website, together with a membership system. It basically uses a mySQL database to store data and uses php to show the information. Only registered users can add articles poems lyrics etc. It has an installer to easily [...]