Listing of Tutorials & Articles in Scripts
- Create image with PHP/GD and adding fonts on the fly
- License: Freeware
- Price: 0.00

GD Library is one of the cool features started from PHP 3.0 , this one page tutoarial lets you see the basic concept of GD library`s working . and how to add fonts etc..
- Publisher: Sreejith
- Date: 15-03-2012
- Platform: Misc Scripts
- Generating Images with PHP
- License: Freeware
- Price: 0.00

One of the really cool features with PHP 3.0 is its integration with the GD Graphics library. Learn how to use these features and make images with pure code..
- Publisher: Blair Ireland
- Date: 15-03-2012
- Platform: Misc Scripts
- How to write text on a dynamically generated image
- License: Freeware
- Price: 0.00

This tutorial will tell you how to write text to a blank dynamically generated PNG image in PHP. This is fairly simple, so it will just be the first step in a series of tutorials dealing with images in PHP. The image functions require the GD library to be installed.
- Publisher: Sven Vdhrison
- Date: 15-03-2012
- Platform: Misc Scripts
- Image Rotation with PHP
- License: Shareware
- Price: .price.

This tutorial will show you how to rotate an image in your PHP scripts. You'll need to have the GD library installed to be able to use some of the functions we use in this guide, though this is included with most PHP installations so there's a chance you'll have it.
- Platform: Misc Scripts
- Upload images with mysql database
- License: Freeware
- Price: 0.00

In this tutorial is presented a simple code with informations about programing a script that uses MYSQL database to upload images. Very simple to interpretate, to code and to test, its a simple way to learn how to program a upload script that select images from the MYSQL database using php programing.
- Publisher: tutorialize
- Date: 15-03-2012
- Platform: Misc Scripts
- Write text on an existing PNG image in PHP
- License: Freeware
- Price: 0.00

This article will tell you how to write text on an existing PNG image using PHP using PHP's image manipulation functions..
- Publisher: vdhri.net
- Date: 15-03-2012
- Platform: Misc Scripts
- Use PHP on pages without a .php extension
- License: Freeware
- Price: 0.00

This guide will tell you how you can use .htaccess to use PHP code on pages that don't have a .php extension, for example on a page called index.htm..
- Publisher: Sven Vdhrison
- Date: 15-03-2012
- Platform: Misc Scripts
- Finding Items in an Array with PHP
- License: Freeware
- Price: 0.00

This elementary tutorial describes how to search an array to see if a specific item lies in it. In the tutorial, we create an array of strings such as "Apple" and "Orange" then show you how to use PHP to find out that "Apple" is in the array but "Monkey" is not.
- Publisher: Sven Vdhrison
- Date: 15-03-2012
- Platform: Misc Scripts
- PHP Basics
- License: Freeware
- Price: 0.00

A general introduction to PHP, what it is, some benefits it has, how to output text to your pages, setting variables and a little more..
- Publisher: netcode[.net]
- Date: 15-03-2012
- Platform: Misc Scripts
- PHP Basics: Introduction to Scalar Variables
- License: Shareware
- Price: .price.

Other tutorials here may focus on getting a specific task done, but at the core of any language is syntax that must be learned and understood if you are ever to progress in it. This is what I hope to explain to you about the PHP language..
- Publisher: niallj
- Date: 15-03-2012
- Platform: Misc Scripts
- PHP's 'IF' statement - Part
- License: Shareware
- Price: .price.

The 'if' statement is vital in order to produce good quality PHP. In this tutorial, I hope to explain the details and give you a basic insight into constructing good scripts. There is also a second part, which goes into a little more detail with some further trouble-shooting tips.
- Publisher: Chris
- Date: 15-03-2012
- Platform: Misc Scripts
- PHP's 'IF' statement - Part 2
- License: Shareware
- Price: .price.

The 'if' statement is vital in order to produce good quality PHP. This tutorial goes slightly further into its use and details some more error-stopping ideas..
- Publisher: Chris
- Date: 15-03-2012
- Platform: Misc Scripts
- Tizag.com's PHP Tutorial
- License: Freeware
- Price: 0.00

Learn PHP through lessons and examples that are based on plausible real world applications. Also contained on tizag.com is a MySQL tutorial to aid you in your PHP/MySQL knowledge..
- Publisher: tizag.com
- Date: 15-03-2012
- Platform: Misc Scripts
- A quick tutorial in .htaccess
- License: Freeware
- Price: 0.00

Apache's .htaccess allows a wide range of useful web server behaviours to be implemented, the most popular of which are provision of custom error pages, and password protection of directories. This tutorial gives a brief lesson in how to implement these two useful types of service.
- Publisher: The Mouse Whisperer
- Date: 15-03-2012
- Platform: Misc Scripts
- Find a visitor's IP Address with PHP
- License: Freeware
- Price: 0.00

Do you want to know the IP address of a visitor? This can be useful for many reasons, such as tracking site usage or blocking access to specific people. This guide tells you how to find it using PHP..
- Publisher: Sven Vdhrison
- Date: 15-03-2012
- Platform: Misc Scripts
- How to Find the Current URL with PHP
- License: Freeware
- Price: 0.00

The full URL to a page comes in three parts: The domain name, the path to the file then the filename, and the query string. For example, take the URL http://www.example.com/ex ample/page.php?name=Bob: 1. The domain name: www.example.com; 2. The path to the page: /example/page.
- Publisher: Sven Vdhrison
- Date: 15-03-2012
- Platform: Misc Scripts
- Random Image Script
- License: Shareware
- Price: .price.

This is a simple random image script which is ideal for displaying basic images from a text file . In future examples we will expand on this and build some simple banner rotation systems..
- Publisher: tutorials.programmingsite.co.uk
- Date: 15-03-2012
- Platform: Misc Scripts
- ssl through whm
- License: Freeware
- Price: 0.00

SSL is an internet security protocol. When a web server sends out content through HTTPS, this one gets encrypted so that only the client making the request can read it..
- Publisher: scripts.franciscocharrua.com
- Date: 15-03-2012
- Platform: Misc Scripts
- Planet K
- License: Shareware
- Price: .price.

Anyhitng to do with php this is the place..
- Publisher: planetk.co.uk
- Date: 15-03-2012
- Platform: Misc Scripts
- Adding Sorting and Paging in GridView
- License: Freeware
- Price: 0.00

ASP.NET 2.0 Free Training : Adding Sorting and Paging in GridView - In this tutorial you will learn adding sorting and paging in a GridView Control, Implement Two Column Sorting, Create Code for Custom Sorting, Editing the GridView control data, Deleting Displayed Records, Inserting Records and Using Templates.
- Publisher: Exforsys Inc
- Date: 15-03-2012
- Platform: Misc Scripts
- ASP.NET 2.0 Free Tutorials : SqlDataSource Control
- License: Freeware
- Price: 0.00

ASP.NET 2.0 Free Tutorials : SqlDataSource Control - In this tutorial you will learn about The Data Source Wizard - SqlDataSource Control, the process of setting up the data source. DataSource controls enable programmers to declaratively connect data sources to the user interface.
- Publisher: Exforsys Inc
- Date: 15-03-2012
- Platform: Misc Scripts
- ASP.NET 2.0 Free Tutorials : The GridView Control
- License: Freeware
- Price: 0.00

ASP.NET 2.0 Free Tutorials : The GridView Control - In this tutorial you will learn about GridView Control, features of the GridView control, GridView supported field types and Creating a GridView control on a Page. The GridView control is the official successor to the DataGrid control of yesteryears.
- Publisher: Exforsys Inc
- Date: 15-03-2012
- Platform: Misc Scripts
- ASP.NET 2.0 Training : Working With Master Pages
- License: Freeware
- Price: 0.00

ASP.NET 2.0 Training : Working With Master Pages - In this Tutorial you will learn how to work with Master Pages, create a file system on website, create a Master Page, create layout table for the Master Page, To add static content to the master page and add a content placeholder.
- Publisher: Exforsys Inc
- Date: 15-03-2012
- Platform: Misc Scripts
- ASP.NET 2.0 Tutorials : GridView Filtering
- License: Freeware
- Price: 0.00

ASP.NET 2.0 Tutorials : GridView Filtering - In this tutorial you will learn how to add a filter to a Grid View Control, To modify the query with a parameterized filter, the WHERE Clause, Parameter properties, Parameter Value Editor and To test filtering.
- Publisher: Exforsys Inc
- Date: 15-03-2012
- Platform: Misc Scripts
- Creating Web Wizards in ASP.NET 2.0
- License: Freeware
- Price: 0.00

ASP.NET 2.0 Free Training : Creating Web Wizards - In this tutorial you will learn about Rich Controls and Services, Creating Web Wizards, Working with the Wizard Control, Editing Wizard Steps, Adding a Completion Step, To edit the completion step, To show the user's data and Testing Wizard Control.
- Publisher: Exforsys Inc
- Date: 15-03-2012
- Platform: Misc Scripts
- Creating your first ASP.Net project
- License: Freeware
- Price: 0.00

In this article we will show you how to create your first project or web application, we will take you through the steps involved and point out the differences you may come across according to your set up and the development tools you have chosen..
- Publisher: Michael Wall
- Date: 15-03-2012
- Platform: Misc Scripts
- Dynamic Image control in ASP.NET
- License: Freeware
- Price: 0.00

ASP.NET Training : Dynamic Image control - In this tutorial you will learn how to create Dynamic Image Control, DynamicImage Control Properties and Custom Parameters. The DynamicImage control derives from the DynamicImageBase which is in turn derived from Image.
- Publisher: Exforsys Inc
- Date: 15-03-2012
- Platform: Misc Scripts
- Proper source code management of your Visual Studio 2003 solutions
- License: Freeware
- Price: 0.00

This article describes procedures to easily and properly create and maintain your VS.Net 2003 projects under your source control system. This is especially important for ASP.Net web applications as many developers have difficulty organizing them under Visual Source Safe.
- Publisher: Jason Agostoni
- Date: 15-03-2012
- Platform: Misc Scripts
- Working with Web Parts in ASP.NET 2.0
- License: Freeware
- Price: 0.00

ASP.NET 2.0 Training : Working with Web Parts - In this tutorial you will learn about Understanding Web Parts, Building pages with Web Parts, Web Part Display Modes, Advantages of using WebParts, To create a new Web site using WebParts, The Web.config File and Adding the WebPartManager Control.
- Publisher: Exforsys Inc
- Date: 15-03-2012
- Platform: Misc Scripts
- A Guide to XML
- License: Shareware
- Price: .price.

This article provides a technical introduction to XML with an eye towards guiding the reader to appropriate sections of the XML specification when greater technical detail is desired. This introduction is geared towards a reader with some HTML or SGML experience, although that experience is not absolutely necessary.
- Publisher: xml.com
- Date: 14-03-2012
- Platform: Misc Scripts



