CMS tutorial site

Web tutorials for beginners by professionals
Want to easily submit, share or add tutorials to your favorites?    or  
coding subcategories
Tutorials listed under coding

How to Submit a Form with Control + Enter

This tutorial will teach you how to submit a form using the keyboard combination Control + Enter.

In category: Javascript
Show some love
  • Share Share

Try and catch method in php

try and catch is a new object oriented way of dealing with errors

In category: PHP
Show some love
  • Share Share

php upload script

In this tutorial you will learn how to create a php upload script with basic security. You will also learn to pay attention to specific parts of the upload form to help you out when debugging errors.

In category: PHP
Show some love
  • Share Share

Creating a CAPTCHA in PHP with GD

A CAPTCHA (Completely Automated Public Turing test to tell Computers and Humans Apart) is a system designed to test if input is originating from a human or a computer. This tutorial will explain how to make your own CAPTCHA using PHP and the bundled GD image manipulation library.

In category: PHP
Show some love
  • Share Share

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 simple includes, and the others are slightly more advanced and flexible.

In category: PHP
Show some love
  • Share Share

Creating an Upload Progress Bar in PHP with APC

This tutorial will explain how to create an AJAX progress bar for PHP file uploads. There is no method build into PHP for returning the status of an upload in progress, so this requires a module called the Alternative PHP Cache (APC). This allows you to store data across sessions and includes built-in functionality for storing/returning file upload stats.

In category: PHP
Show some love
  • Share Share

Creating a Calendar in PHP

This tutorial will explain how to create a dynamic calendar from scratch in PHP.

In category: PHP
Show some love
  • Share Share

Accessing the Command Line From PHP

This tutorial will explain the different methods of accessing the system command line from a PHP script.

In category: PHP
Show some love
  • Share Share

Creating a TinyURL Clone

This tutorial will explain how to create a basic clone of the TinyURL service. We will go over the database structure, creating the required PHP script, and using mod rewrite to make nicer URLs.

In category: PHP
Show some love
  • Share Share

Creating a BBCode Parser

This mini tutorial will show you how to create a function that you can use on any string to convert BBCode into its XHTML equivalent.

In category: PHP
Show some love
  • Share Share
here comes feedback.