article series

Michael Nitschinger's Blog: Understanding the Lithium Router - P...

PHPDeveloper.org  Mon, 02/07/2011 - 13:55

Michael Nitschinger has posted the first part of a series about the internals of the Lithium routing system in the Lithium PHP 5.3 framework.


 

Creating Pseudo-3D Imagery with GIMP

Linux Today  Tue, 09/08/2009 - 22:32

Packt Publishing: "In this two part article series by Reynante Martinez, we will learn how to digitally sketch/draw your scenes, give them subtle color shifts, add fake lighting, and apply filter effects to further emulate how 3D does its job in a step by step process."


 

Creating Convincing Images with Blender Internal Renderer-part1

Linux Today  Mon, 08/03/2009 - 17:31

Packt: "In this article series by Reynante Martinez, we will learn how to go about creating really convincing still images in Blender with the help of Blender Internal Renderer."


 

Multicore Video Decoding with MPlayer, Part 1

Linux Today  Mon, 07/27/2009 - 13:02

Linux.com: "In this two-part article series I'll look at two ways to possibly improve your h264 playback with MPlayer: using multiple CPU cores and using the GPU to offload the decoding.

I'll include benchmarks so you can see the effect each of these has on performance."


 

PHPandSalesforce.com: Introduction and Lead Generation

PHPDeveloper.org  Wed, 06/24/2009 - 10:17

lanstein has submitted a two-part article series looking at connecting your PHP application with the Salesforce.com APIs (as a part of a blog dedicated entirely to the subject):


 

DevShed: Magic Functions in PHP 5

PHPDeveloper.org  Wed, 05/27/2009 - 07:42

In this new tutorial on DevShed they take a look at a feature added in PHP5 to help makes developers' lives easier - magic functions.

These magic functions (like __get and __set) can help you catch things a bit closer to the execution of the language than an if or other conditional could and to do some very fun things.