Research Papers and Tutorials
Multi-threaded tcp server in c (BSD) - March 17, 2005 A code example of a multi-threaded server, written in c, that takes input until newline and then appends it to a file. Securing PHP Web Applications - July 07, 2004 Common security holes and suggestions for resolving potential data compromise scenarios. Working with Objects in PHP 5, Part 2 - July 07, 2004 The second part of the series showing new PHP programmers how to deal with Objects and learn the basics of Object Oriented Programming. Working with Objects in PHP 5, Part 1 - July 06, 2004 A primer on classes and object-oriented web application development with PHP 5. Email, Virtual Domains Solution - November 20, 2003 A solution for implementing virtual domains using Exim, Courier-IMAP and mMySQL. Using SOAP in PHP - March 29, 2003 Implementing webservice servers and clients using SOAP and PHP. This paper has examples and explanations regarding implimenting effective webservices. Using Multiple Files in PHP Programming - March 25, 2003 A detailed explanation of the methods for making and using include files in PHP, as well as passing values between included and parent files without using global variables. Ugly Apple interface fix! - September 28, 2002 If you hate the brushed metal look of your Mac OS X (10.2) applications, here is a way to change it. What is SOAP? - February 25, 2002 A detailed explanation of SOAP, the Simple Object Access Protocol; an industry standard that Microsoft's .NET technology initiative is based on. |