Web Developer Tutorials, Articles & Help
Most of the programming languages use control structures to control the flow of a program. The control structures include decision-making and loops. Decision-making is done by applying different conditions in the program. If the conditions are true, the statements following the condition are executed.
Monday, 19th March 2007
Interfaces in Java
In Java, a class can have at the most one immediate superclass. Multiple inheritance, where a class has more than one superclass, is not allowed in Java. However, one cannot ignore the importance of multiple inheritance because a large number of real-life applications require the use of multiple inheritance.
Monday, 11th December 2006
Accessing and Manipulating XML Data in Microsoft .NET Framework
The Extensible Markup Language (XML) is a simple, flexible and portable markup language. It is the preferred standard of communication developed by the World Wide Web Consortium (W3C).
Tuesday, 24th October 2006
Saving PHP Session Data to a Database
As you should be aware the HTTP protocol, as used for serving web pages, is completely stateless. This means that after the server has received a request, processed it and sent a response, the process which dealt with that request dies. Anything that the process had in its memory therefore dies with it, so when a subsequent request is received from the same client it is unable to refer to its memory about anything that happened previously.
Friday, 22nd September 2006
Accessing and Manipulating XML Data in Microsoft .NET Framework
The Extensible Markup Language (XML) is a simple, flexible and portable markup language. It is the preferred standard of communication developed by the World Wide Web Consortium (W3C).
Wednesday, 23rd August 2006
Developer Resources
» Directory Submission» ES Flash Photo Gallery
» Best Web Hosting
» NEO Binaries - The Web Ap...
» Cheap Web Design and SEO ...
Developer Articles
» Google Algorithm Update A...» Branding and Your Keyword...
» SEO - The Downfall of SEO...
» SEO- Creating Organic Sea...
» SEO - Tips For Making SEO...
