Archives for Programing
Simple PHP mail script
This script is not only educational, but also applicable for practical web development. It allows you to place a simple form for sending emails on any HTML page. The script…
PHP Include File
Server Side Includes (SSI) are used to create functions, headers, footers, or elements that will be reused on multiple pages. Server Side Includes You can insert the content of a…
Multiple Page Forms
So you have this long, involved form. Rather than present the user with a myriad of inputs on a single page, you want to break this up into separate form…
Free Software Profile: PHP
General OverviewPHP is an HTML-embedded scripting language. Like Microsoft's ASP technology, it is designed to be processed on the server side and produce dynamic Web is the third version of…
PHP and ASP.NET Go Head-to-Head
One developer's view of the pros and cons of the two most popular means of building web applications When it comes to Web development these days, you have a lot…
PHP vs ASP
Overview: Comparison between ASP and PHP Active Server Pages (ASP) is Microsoft's scripting technology for displaying dynamic web pages, ASP programmes mostly use VBScript, JScript. PHP on the other hand…
Introduction to .NET languages, VS.NET and Extending VS.NET
Introduction to .NET Languages In other sections previous to this, we have examined the runtime and the Common Type System. Essentially then, a .NET application can be thought of some…
Why PHP?
According to NetCraft surveys, PHP is now the most popular module for the Apache server and in total running on something like two million Web sites. Here are some of…
Advantages of PHP Over Java
PHP is an established server-side scripting language for creating dynamic Web pages. As a language that has been designed expressly for the Web, it brings many features that commercial entities…
PHP 4.0: Dynamic Content for the Web Warrior
If you've been cruising the net, looking for the latest and greatest things, you often come across vaporware technologies, and promises that are made and broken. You might find yourself…
Evolution of a Super Hero
The release of PHP , the long-awaited, next generation of the popular Web scripting language, is just around the corner. The most recent version, release candidate 1, is stable and…
Why Python?
My first look at Python was an accident, and I didn't much like what I saw at the time. It was early 1997, and Mark Lutz's book Programming Python from…
10 Reasons to Develop in ASP
Active Server Pages are a server-side scripting technology primary developed to work under IIS (Internet Information Server) on Windows NT Server (3rd party products exist enabling the use of ASP…