code samples

Python4Kids: New Tutorial - Format Strings and Silly Sentences

Linux Today  Wed, 06/15/2011 - 23:04

Python Tutorials for Kids 8+: "We have been covering lots of new concepts very quickly. So now is the time to slow down a bit and go over some of the things we’ve already done, to have a look at them in a little more depth.

In particular I want to try to give you some direction on how to make these code samples your own."


 

How to Automatically Index Scanned Forms Using Barcodes

Redmond Developer News | Tech Library  Tue, 04/19/2011 - 12:37

In this white paper learn how barcodes give scanned images a readily identifiable key, allowing for easy storage and retrieval.

Review code samples and see how to add barcode reading and writing to your applications. Read more.


 

Stoyan Stefanov's Blog: Automating HTTPWatch with PHP

PHPDeveloper.org  Mon, 03/07/2011 - 13:49

Stoyan Stefanov has a two part blog post series looking at automating a tool that lets you look into the HTTP traffic coming and going on your browser - HTTPWatch.


 

Hasin Hayder's Blog: Complete oAuth script for Twitter and Linke...

PHPDeveloper.org  Mon, 04/05/2010 - 11:21

Hasin Hayder has posted a few simple files that you can use to make an oAuth connection from your application.

In his cases it's been tested with Twitter and LinkedIn.


 

Keith Casey's Blog: Book Review: PHP Design Patterns by Jason Sw...

PHPDeveloper.org  Fri, 10/16/2009 - 07:30

Keith Casey has posted a review of the php|architect book "PHP Design Patterns" by Jason Sweat to his blog today.


 

Zend Developer Zone: Internationalization in PHP 5.3

PHPDeveloper.org  Mon, 07/06/2009 - 20:42

On the Zend Developer Zone Stas Malyshev has posted a new tutorial looking at the internationalization features that come bundled with PHP 5.3.


 

DevShed: Including Files Recursively with Loader Applications in...

PHPDeveloper.org  Thu, 06/11/2009 - 11:43

DevShed continues their "loaders in applications" series with this fourth part, a look at including files recursively.


 

DevShed: Refactoring the MySQL Abstraction Class with the Active...

PHPDeveloper.org  Wed, 04/08/2009 - 06:56

DevShed has the latest article in their tutorial series looking at the Active Record design pattern posted today.

This time they focus on a bit of refactoring to make their MySQL abstraction class a bit easier to use and work better.