Handling HTML Strings and Files with the DOM XML Extension in PHP 5
Tuesday, March 25th, 2008Handling User Accounts in Samba
Thursday, February 21st, 2008In this third part to a four-part series on handling authentication and authorization in Samba you will learn about username maps account utilities and more. It is excerpted from chapter five of em Using Samba Third Edition em written by Gerald Carter ...
Using the SIGNAL Statement for Error Handling
Thursday, September 13th, 2007In this conclusion to a three-part series you will learn about the SIGNAL statement and its uses for creating your own error statements. It is excerpted from chapter six of the book em MySQL Stored Procedure Programming em written by Guy Harrison and Steven Feuerstein ...
Handling Static Data with PHP 5
Tuesday, September 11th, 2007It s pretty common when using PHP to develop dynamic object-oriented applications. Every so often though you need to work with static data. This article will explain how to work with static data and static properties and show you how this ability can be useful in ...
Error Handling Examples
Thursday, September 6th, 2007In this second article in a three-part series you will learn more about errors and exception handlers. It is excerpted from chapter six of the book em MySQL Stored Procedure Programming em written by Guy Harrison and Steven Feuerstein O Reilly ISBN ...
Error Handling
Thursday, August 30th, 2007In this first article in a three-part series you will learn how to create various types of exception handlers. It is excerpted from chapter six of the book em MySQL Stored Procedure Programming em written by Guy Harrison and Steven Feuerstein O Reilly ...
Handling Cookies and File Data with the Factory Pattern in PHP 5
Monday, July 2nd, 2007Any PHP developer who has been using the object-oriented paradigm for a while for developing web applications knows that the factory design pattern can be really useful when it comes to creating multiple objects across a specific programming context. However if you re interested in filling some knowledge gaps ...
Handling Result Sets and More with PDO Objects in PHP 5
Monday, June 4th, 2007Building PHP applications that interact with different database systems can be a daunting task especially from a developer s point of view. To tackle this issue with minor hassles PHP 5.1 comes bundled with a powerful extension called PDO short for PHP Data Objects a ...
Game Programming using SDL: Raw Graphics and Event Handling
Monday, February 5th, 2007If you have found yourself struggling with pixel-level graphics and or user input for your games this is the article for you. You will learn how to handle these tasks using SDL. This is the second part of a series on game programming with SDL.... Refurbished and Used Networking Equipment ...
Handling File Data with the Facade Pattern in PHP 5
Tuesday, January 23rd, 2007Are you interested in learning the foundations of different structural patterns in PHP 5 If your answer is affirmative then you should start reading this article immediately Welcome to the last installment of the series Introducing the Facade Pattern in PHP 5. In two consecutive ...
Handling Entries for a Blogger Built with PHP
Tuesday, November 28th, 2006Are you searching for an accessible guide on how to create a blog application with PHP 5 Then this set of articles might be what you ve been looking for Welcome to the second part of the series Building a Blogger with PHP. In three parts ...
Using Session Handling Objects to Maintain the State of Applications with PHP Sessions
Wednesday, May 10th, 2006Here you have it. The tutorial that you were waiting for Welcome to the concluding part of the series Maintaining the state of applications with PHP sessions. In several tutorials this series goes through the key points of managing sessions in PHP and explores some ...
PyQT: Handling Windows and Buttons
Wednesday, April 5th, 2006In this article you will continue to learn about the process of building a GUI in PyQT. Specifically you will learn about QDialog and QPushButton which handle windows and buttons the building blocks of most GUIs.... (Advertisement) Advanced Reuse and Component-Based Development Free MKS whitepaper. Component based ...
Error Handling in PHP: Introducing Exceptions in PHP 5
Wednesday, January 18th, 2006Welcome to the last part of the series Error Handling in PHP. In two parts this series introduces the basics of error handling in PHP. It demonstrates some of the most common methods for manipulating errors in PHP 4 and explains the implementation of exceptions in ...
Error Handling in PHP: Coding Defensively
Wednesday, January 11th, 2006As with any programming language when you code in PHP it helps immensely if you set up your applications to handle errors gracefully. This article explores some of the most common error checking methods available in PHP and provides hands-on examples that use different error handling methods.... (Advertisement) ...
