Perl Lists: More Functions and Operators

Monday, March 31st, 2008

We left off covering the splice function which can be used for adding and removing elements from a list. We also spoke about four other functions pop push shift and unshift which are all ...

Defining Some Custom PHP Functions with Yahoo Web Services

Tuesday, February 5th, 2008

Welcome to the fourth installment of the series Using Yahoo Web Services with PHP 5. Made up of six approachable tutorials this series provides you with the right pointers to start using these useful web services within the context of your PHP 5-driven applications. It complements ...

All About SQL Functions

Monday, December 17th, 2007

In the last tutorial we left off with the SUM column function. In this article we will cover the remaining Aggregate Functions and the Scalar Functions. We might even make some fat jokes some mama jokes and as always some nerd jokes.... Refurbished and Used Networking Equipment ...

Drawing Functions and the GD Library in PHP

Tuesday, August 21st, 2007

If you re a PHP developer looking for an approachable guide on how to use the popular GD extension available with PHP 4 and PHP 5 then look no further because this series might be what you need. Welcome to the third article of the series that began ...

Classes as PHP Functions

Wednesday, August 9th, 2006

A class is a function of PHP that has its roots in object oriented programming. The ability to use classes in PHP has been increasing with later versions. If you want to add the power of classes to your PHP programming keep reading.... (Advertisement) Rackspace-Managed Servers, Fanatical Supportâ„¢ Full-Scale Microsoft ...

PHP Functions

Tuesday, August 1st, 2006

If you re looking for a way to save time when you program look no further. Creating functions lets you reuse code that you ve used before without having to rewrite the whole thing. Keep reading to learn how.... (Advertisement) Java/.NET reporting Report Design made simple with M.S. Word. Generate ...

Using the Sleep and Wakeup Functions to Serialize Objects in PHP

Friday, June 16th, 2006

Curious about how to serialize your objects inside your beautifully-crafted application Look no further. Welcome to the second part of the series Serializing objects in PHP. This set of three tutorials introduces the fundamentals of objects serialization and teaches you some advanced concepts regarding this approach ...

Using Advanced Functions to Maintain the State of Applications with PHP Sessions

Wednesday, May 3rd, 2006

Here we are again. This is part two of the series Maintaining the state of applications with PHP sessions. In three parts this series ranges from the basics of session management in PHP such as creating registering session data and destroying sessions to ...

Optimizing Queries with Operators for Date, Time and Other Functions

Thursday, April 13th, 2006

This article will give you a good grounding in operators branching and functions in MySQL so you can make the database instead of your own code do the bulk of the work. It is the third of three parts and excerpted from chapter four of ...

Optimizing Queries with Operators, Branching and Functions, continued

Thursday, April 6th, 2006

This article will give you a good grounding in operators branching and functions in MySQL so you can make the database instead of your own code do the bulk of the work. It is the second of three parts and excerpted from chapter four of ...

Optimizing Queries with Operators, Branching and Functions

Thursday, March 30th, 2006

This article will give you a good grounding in operators branching and functions in MySQL so you can make the database instead of your own code do the bulk of the work. It is the first of three parts and excerpted from chapter four of ...