Web
WEB is a computer programming system created by Donald Knuth as the first implementation of what he called "literate programming".
Article

Karrigell for Python

Since Python is not specifically designed for web development, a number of technologies created by Python users exist that aim to provide a web development environment. While the exact approach to...
Article

Using Spyce

If you are looking for a way to embed Python within HTML you might want to take a look at a web environment called Spyce. Two of its advantages are its features and its flexibility. Keep reading to...
Article

Putting RSS to Work: Immediate Action Feeds

In the course of working on the design for several RSS/Atom-enabled applications, I have become increasingly dissatisfied with the typical form of syndicated feeds. These feeds are so easy to...
Article

JSON and the Dynamic Script Tag: Easy, XML-less Web Services for JavaScript

Making requests to third-party web services from an AJAX application is a pain, but new web services that offer the option of returning JSON (JavaScript Object Notation) instead of XML can provide...
Article

All Aboard AJAX, HTML Canvas, and the Supertrain

In this article I'm going to walk through a less complex experiment, using canvas to graphically represent the real-time state of a fictional railway system. I'm not going to deconstruct the details...
Article

Creating XML with Ruby and Builder

This article will walk you through how to install and then create XML documents with Builder, independent of Rails. It won't, of course, cover all the features of Builder, but it will cover enough to...
Article

Creating a file manager with PHP

Moving files across multiple computers can often be a problem, and synchronization is one of the biggest problems. What if you could simply store your files in one place, and access it on each...
Article

User-defined interfaces in PHP 5: Implementing (X)HTML Widgets

In this article you will learn the basics of object-oriented web page generation through the use of (X)HTML widgets. You will also see how objects implement the "HTMLRenderer" interface to explicitly...
Article

Dynamic Watermarking with PHP

One of the things you can do with PHP's many functions for image handling and manipulation is create an image watermarking class. This will allow you to add a watermark to images, which can be useful...
Article

The Active Record Pattern, concluded

This article, the second of two parts, helps you use design patterns to better organize how your web application interacts with a database.
Article

User-defined Interfaces in PHP 5: Turning MySQL Classes into Interface Implementers

This article explains the use of interfaces in PHP5, highlighting their advantages and illustrating their implementation in real applications. Having developed a large set of (X)HTML widget classes...
Article

PHP Security: Basic PHP Security

To make sure the security in your PHP scripts are okay, you have to start with the basics: filter input, and escape output. If you haven't got that working properly, your scripts will always be open...
Article

Back to basics: PHP & Arrays

If you're a seasoned PHP developer, who knows arrays like the back of his hand, this might be an article you'd want to skip. But if you're still unsure how arrays work, or if you're just curious...
Article

Creating a chat script with PHP and Ajax, Part 1

This article describes how to create a really basic chat script, and nothing more. In the next parts we'll be adding more features, eventually creating a really robust and powerful chat script.
Article

A MIME Mailer Class

Setting up a web application to send plain text email is easy. What if you need the email to handle other content, such as images or special document formats? This article explains how to design a...
Article

User-defined Interfaces in PHP 5: Building a Page Generator

In this final part of the series on user-defined interfaces in PHP 5, Alejandro puts all of the classes created in the previous articles together to work as a page generator. This allows complex page...
Article

Coding the Form Generator Module

Most developers must deal with the job of developing robust data validation for forms on a regular basis. Nobody wants to write the same code over and over, so this article (the first of three in a...
Article

Introducing Exceptions in PHP 5

This article demonstrates some of the most common methods for manipulating errors in PHP 4, and explains the implementation of exceptions in PHP 5, particularly in object-oriented environments.
Article

Building a PHP5 Form Processor: Coding the Form Validator Module

In this second part of a three-part series, we take up the topic of server-side validation. By the time you finish this article, you'll have the general guidelines for how to build a form validating...
 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.