An Introduction to Cryptography
Monday, July 23rd, 2007An Introduction to Intranet Application Frameworks
Wednesday, July 18th, 2007You can use software in a number of ways to improve the efficiency of employees in a company. If there is an intranet set up you may want to create applications that take advantage of it to help your workers keep track of various projects. To make this work ...
An Introduction to PHP Security
Wednesday, February 14th, 2007Since its introduction in 1994 or thereabouts the PHP language has grown to become the most popular scripting language in the world of server side scripting and now powers most of the web s most visited sites. With this popularity came new concerns such as performance maintainability ...
An Introduction to Security Measures in Apache 2.2
Tuesday, January 30th, 2007This article is aimed at giving you a practical and interesting introduction to the two methods of authentication available to you as an administrator of Apache. It is only a first step and not intended as the only step if you are configuring a commercial web server.... Refurbished and Used ...
An Introduction to Building Proxy Classes with PHP 5
Tuesday, January 2nd, 2007If you create object-oriented programs in in PHP 5 you know that their performance can be improved by rationalizing the use of objects. The proxy pattern can help with this task. In this first of a two-part series you will learn the key points of how to use ...
Introduction to Creating Command Objects with PHP 5
Tuesday, December 12th, 2006In this article the first part of a series you ll learn the basics of applying the command pattern with PHP 5. As always plenty of hands-on examples are included.... New SAP NetWeaver J2EE Preview! Try the new SAP NetWeaver J2EE preview. Download this exclusive development kit now!
Introduction to Using SQLite with PHP 5
Monday, December 4th, 2006If you use PHP 5 to build web-based applications that access a database you might want to consider SQLite. A lighter option than MySQL this database may still suit your purposes if you don t need all of MySQL s bells and whistles. This three-part series ...
An Introduction to Using the Decorator Pattern with PHP
Tuesday, August 29th, 2006A decorator class allows you to add more capacity to an existing class while leaving the original class untouched. It has certain advantages over inheritance as you will learn in this first article of a three-part series.... (Advertisement) Rackspace-Managed Servers, Fanatical Supportâ„¢ Full-Scale Microsoft & Linux Solutions & 0% Network ...
An Introduction to Simulating the Model-View-Controller Schema in PHP
Tuesday, August 8th, 2006Would you like to learn how to simulate an MVC-based system with PHP If so you ve come to the right place. This is the first article in a three-part series that will show you how to build this schema in PHP by constructing a few classes that ...
An Introduction to the Observer Pattern in PHP
Monday, July 17th, 2006If you have reached the point in your programming life where you are using design patterns you will want to read this article. The first of a three-part series it covers the Observer pattern which can be just the thing for situations where objects need to send ...
An Introduction to Sockets in PHP
Monday, May 22nd, 2006Working with low-level sockets can be a painful task in PHP. Fortunately PHP offers a nice library of socket handling functions to make your life easier. If you do a lot of network programming in PHP you will want to check out this three-part series which starts ...
Introduction to Maintaining the State of Applications with PHP Sessions
Wednesday, April 26th, 2006In PHP session management is used to help web applications maintain their state across several HTTP requests when needed. In this first part of a series you will learn the basics of the PHP built-in session mechanism as well as some of its many useful functions.... (Advertisement) MKS ...
Rich Internet Applications: Introduction to Adobe Flex and PHP
Tuesday, April 25th, 2006AJAX is popular for the creation of rich Internet applications but there are good alternatives. This article will introduce you to Flex applications rich Internet applications that run inside the Adobe Flash player.... (Advertisement) Refurbished and Used Networking Equipment Network Liquidators sells refurbished and used networking equipment for up ...
Associative Arrays in Oracle PL/SQL: Introduction
Monday, March 13th, 2006In this series of articles we shall concentrate on working with associative arrays in Oracle PL SQL. Even though I start with simple examples in the first article of this series I shall introduce you in my upcoming articles to the power of much more advanced ...
User-defined Interfaces in PHP 5: Introduction to Core Concepts
Monday, December 19th, 2005PHP5 takes users increasingly in the direction of object-oriented programming. The Standard PHP Library SPL is a new item that helps developers both with the creation of OOP applications and the maintenance of standardization. The SPL enables developers to work with user-defined interfaces. In this article the ...
