This is a tutorial that teaches the users how to develop a standard codings by using php on their websites. The author says to the users that this tutorial covers php coding style which is the way of improving their programming skills and provides...
Best Practices: Database Abstraction is a tutorial which takes comparision on some traditional database access methods with PEAR. The author gives his view on points like properly named, makes sense, minimal methods and complete method, he...
Technotes, HowTo Series C# Coding Style Guide is a tutorial which guides you in writing programs in C# language. This tutorial also shows you how to create a directory layout for the namespace. In this tutorial the author explains the readers...
XML Best Practices for SQL Server Yukon is an simple tutorial in which author gives description about several methods of manipulating XML data and the methods of using it in SQL server in .NET. This simple tutorial will be helpful for ASP.NET...
DBForms from MS Access to PHP + MySQL is an effective application which allows to convert MS Access databases and MS Access forms to PHP WEB-pages where data source for web pages is MySQL tables converted by the tool. The tool also converts MS...
Because of ColdFusion's rapid speed-to-market, fundamental processes and best practices are sometimes overlooked. Optimizing ColdFusion 5 will help developers establish standardized coding practices and structured methodologies in order to build...
PHP Screw is a simple to use tool for protecting PHP coding through encryption. This could be very useful for commercial programmers who sell their PHP codes, the script can be handed over as a encrypted file , it decrypts itself just before...
SourceCop for PHP is a complex encryptioning program that protects codes and difficult for anyone to understand. This program also encrypts file names thus making difficult to alter php coding. This script features like, variable, class name,...
Tag Tester(PHP) is a script based on PHP and is very much useful for testing PHP files. This would be of great use for people who do PHP coding, so that they can check their codigs for any error. No need for any configuration, everything is fixed...
An easy guide to getting started with PHP. It allows you to create a working feedback form, and explains the entire process, giving you a basic knowledge of PHP coding. |