Archive for the ‘Tutorials’ Category
Ext JS: Adding Functionality To Your Form
Monday, December 8th, 2008Note: This tutorial, and Ext JS in-general, is aimed at intermediate to advanced web developers. If you are amateur with JavaScript or would like to know more about the Ext JS framework I’m sure they won’t mind you browsing by their place.
Simple Example: Using ExtJS, we’re going to add functionality to our login form, [...]
Ext JS: Create A Basic Login Form
Thursday, December 4th, 2008Note: This tutorial, and Ext JS in-general, is aimed at intermediate to advanced web developers. If you are amateur with JavaScript or would like to know more about the Ext JS framework I’m sure they won’t mind you browsing by their place.
Forward: If you haven’t heard of the amazing JavaScript framework named ExtJS yet, [...]
The “Almost” Perfect Smarty Setup
Monday, November 19th, 2007So, you’re looking for the “almost” perfect startup tutorial for the uber-famous Smarty template engine written with PHP? Or, are you just looking for a good straight-up to the point tutorial on using Smarty? Well, either way HERE IT IS!!
For the basic setup check out this tutorial here. Once you have Smarty running on your [...]
Folder Structuring Best Practices
Saturday, November 10th, 2007I tend to be tedious when it comes to how I layout my folder/file structures with large web projects. Here’s the just of it:
Basic Folder/Directory Structure:
/root/
-/img/
-/includes/
-/templates/
/root/ - This is the root folder/directory. You can also call this “public_html” or “httpdocs”. [...]
Introduction To PHP: Part #1: What Is PHP?
Monday, October 29th, 2007In what will be a new tutorial series here at KilerMedia.com, we are going to teach you PHP!
In this first tutorial we ask the question, “What Is PHP?”
PHP is a reflective programming language originally designed for producing dynamic web pages. PHP is used mainly in server-side scripting, but can be used from a command line [...]

