Search

What Interests You?

Search
Advertisement
The page you were looking for no longer exists. The following search results may be of interest.
An Introduction to Dynamic HTML with Javascript Article 
This article show how to add dynamic content to a web page by using just a little bit of Javascript.
Oct 23, 2008 - Mark Alexander Bain
The Technologies of Ajax Article 
Ajax is a growing technology that allows for richer web applications with great flexibility for the developer and better response time for the user.
Apr 17, 2008 - Jacqueline Masloff
What is PHP? Article 
PHP forms the backbone of many web sites - this article has a look at what PHP is and how to start using it.
Sep 29, 2008 - Mark Alexander Bain
Creating a Distributed Web App with Javascript, PHP and MySQL Article 
On most web sites it is the server that does all of the work. However, it is possible to spread the load to client computers by combining AJAX and JSON
Jan 3, 2011 - Mark Alexander Bain
Beginning AJAX and Web XML Article 
AJAX and XML for Web Developers explained in a pragmatic primer for beginning and experienced professional web developers.
Aug 30, 2007 - Guy Lecky-Thompson
The 5 Elements of an Ajax Application Article 
This article looks at the 5 simple steps that can be used to build even the most complicated Ajax application.
Sep 19, 2008 - Mark Alexander Bain
A Simple Introduction to Ajax Article 
If you're starting to learn how to program using Ajax then this quick tutorial with its simple examples shows just how easy it is to implement Ajax in a web page.
Aug 20, 2008 - Mark Alexander Bain
Dynamic Redirect with JavaScript Article 
JavaScript tutorial article explaining how to split and modify a URL using JavaScript to allow dynamic redirection of web site traffic.
Mar 15, 2008 - Guy Lecky-Thompson
Moving into the 21st Century with AJAX Article 
The technology behind AJAX is not new. It is standard Javascript. However, this simple technique can be used to create amazing web sites.
Dec 7, 2009 - Mark Alexander Bain
Optimising the Use of Web Technologies with AJAX Article 
AJAX is a powerful technique but requires data in order to work correctly. However, the programmer can develop and test an application using dummy data from static sites.
Sep 27, 2009 - Mark Alexander Bain
Create a Dynamic Web Page List with Javascript Article 
Web page lists are userful, but they're static - a web page programmer can make them dynamic by adding some Javascript programming.
Dec 19, 2008 - Mark Alexander Bain
Creating Dynamic Combo-boxes with Javascript Article 
Dynamic drop-down lists can improve the user experience on any web site - and the programmer can make them dynamic by using Javascript
Dec 18, 2008 - Mark Alexander Bain
HTML5 SQL Database: Accessing Data with Javascript Article 
With the introduction of HTML5 web browsers it is now possible for Javascript code to interact directly with the data stored in a database stored on PC.
Nov 13, 2010 - Mark Alexander Bain
Ajax and the C++ Programmer Article 
This C++ tutorial shows how to develop Ajax applications by making use of CGI programs
Aug 24, 2008 - Mark Alexander Bain
Learn HTML Online Article 
Web pages are created using HyperText Markup Language (HTML). There are many HTML tutorials and other resources available for free on the web.
May 31, 2010 - Philip McIntosh
Beginning PHP Programming Article 
Answering the question: What is PHP and PHP Programming? A beginner's tutorial-style PHP introduction article, targeted at command line, GUI and web developers.
May 24, 2007 - Guy Lecky-Thompson
Output Buffer in PHP Article 
What is an output buffer and what can you do with it.
Jul 27, 2007 - Stephan Gerlach
Free PHP Hosting Article 
Free PHP hosting is now available at hundreds of free PHP web hosting sites, which saves money and provides dynamic pages and flexibility to website development.
Oct 17, 2009 - Ivy Liu
Build a Blog or CMS with PHP Article 
First steps PHP programming tutorial using PHP with MySQL to create a simple blogging platform or content management system.
May 28, 2008 - Guy Lecky-Thompson
Finding the Mouse Coordinates with Javascript Article 
The position of the mouse is important in many web based games, and it can easy be found by using some simple Javascript code. It even takes account of different browsers
Sep 23, 2009 - Mark Alexander Bain