Thursday, October 1, 2009

[PHP Classes] Innovation Award results of September of 2009

PHP Classes
Icontem

Innovation Award results of September of 2009

Advertisement

You are getting this message because you voluntarily subscribed to the PHP Classes site. To change your newsletter or alert messages delivery options, see the instructions at the bottom of this message.

The winners of the Award may receive prizes provided by sponsors.

Sponsors Prizes
JCX Software One copy of VS.PHPOne copy of VS.PHP
Human Profile One copy of DWebPro Standard LicenseOne copy of DWebPro Standard License
Zend One copy of the Zend StudioOne copy of the Zend Studio
IP2Location One year server license IP to country region city databaseOne year server license IP to country region city database
Codegear One copy of Delphi for PHPOne copy of Delphi for PHP
NetMake One license of ScriptCase Enterprise editionOne license of ScriptCase Enterprise edition
ActiveState One downloadable copy of Komodo IDEOne downloadable copy of Komodo IDE
NuSphere One downloadable copy of PhpED ProfessionalOne downloadable copy of PhpED Professional
PHP Architect One subscription to the PDF edition of the PHP Architect magazineOne subscription to the PDF edition of the PHP Architect magazine
O'Reilly One downloadable e-book of choice by O'ReillyOne downloadable e-book of choice by O'Reilly
Apress One book of choice by ApressOne book of choice by Apress
WebDev Publishing One year subscription to the PDF edition of the JSMag magazineOne year subscription to the PDF edition of the JSMag magazine
Manning One book of choice by ManningOne book of choice by Manning
Packt One book of choice by PacktOne book of choice by Packt

Innovation Award Winners Congratulations to Thiemo Mättig!


Rank Class Author Score Points Prize
1 TM::MyCSV
Manage CSV files like database tables
Thiemo Mättig Germany 27.66% 10
2 Reviews
Store and retrieve reviews of products in MySQL
Manish Khanchandani India 19.15% 9
3 get2post
Generate links that post forms
Gianluca Zanferrari The Netherlands 12.77% 8
3 Perfect URL Trimmer
Retrieve the shortest URL from several services
Khurram Adeeb Noorani Pakistan 12.77% 8
5 OOCSS
Template engine for CSS style sheet files
Corey Hart United States 8.51% 6
6 LLRB Tree
Manage a balanced tree of text word nodes
Jay Wheeler United States 6.38% 5
7 setTimeout and setInterval
Call a function after a period of time
Sam Shull United States 4.26% 4
7 coverFlow
Generate images using the cover flow effect
Uku-Kaarel Jo~esaar Estonia 4.26% 4
7 SEO Title
Analyze and report problems in page titles
Sandeep Kumar India 4.26% 4
10 PHP Chunk
Extract chunks from large XML files
Dom Hastings United Kingdom <1.00% 1


Nominees to win the award of September of 2009

Class: PHP Mud Names Picture of Ludovic Bellière
Description: Generate random names for Multi-User Dungeon games
Author: Ludovic Bellière
Age: 22
Country: Belgium Belgium
Comment: Multi-User Dungeon games are a kind of role playing games. Each character has a name that often is invented.

This class can generate random names for characters that despite they do not mean anything, they sound very much like typical to names of characters that you often see in this kind of games.

Class: Multi Threading, Daemon (Windows service) Picture of Manooj Kumar Dhar
Description: Create Windows service to run daemons
Author: Manooj Kumar Dhar
Age: ???
Country: Luxembourg Luxembourg
Comment: A Windows service is a program that keeps running in the background ready to perform certain tasks. It is the equivalent to daemon processes on Linux and other Unix like systems.

This class gives an example of how to create and register a service that can be started and stopped like other Windows services.

Class: Super Proxy Picture of Mathias Krieck
Description: Create object to access private members
Author: Mathias Krieck
Age: ???
Country: Germany Germany
Comment: When you want to perform a tests that verify whether a given class works as expected, you may need to call functions or access variables that are private or protected.

That circumstance raises a difficulty because you can only access private and protected members from inside the same class.

This class provides a workaround that consists in creating a clone of the original class which has all private and protected variables and functions made public.

This way it becomes possible to access all class members for testing purposes.

Class: BMP_Loader Picture of Dzsoni Voker
Description: Read and write BMP images in pure PHP
Author: Dzsoni Voker
Age: ???
Country: Slovak Republic Slovak Republic
Comment: The PHP GD extensions allows you to read and write image files in different formats, but it does not have built-in support to the BMP format.

This class implements a pure PHP solution to read and write images in the BMP format, so it does not depend on any special PHP extensions.

Class: XML Debugger Picture of Thales Jacobi
Description: Parse XML documents and locate all errors
Author: Thales Jacobi
Age: 28
Country: United Kingdom United Kingdom
Comment: XML parsers process XML documents but usually they fail when they find the first malformation error. This is not useful if you need to find out all errors that a XML document may have.

This class provides a more fault tolerant solution to check XML documents, as it does not exit on the first malformation error that it finds in a XML document being checked.

Class: Google Analytics Cookie Parser Picture of Joao Correia
Description: Retrieve and parse Google Analytics cookies
Author: Joao Correia
Age: 32
Country: Portugal Portugal
Comment: Google Analytics is a tool that keeps track of all sorts of statistics of the visitors of a site.

It setups cookies with several types of information about where the user has been.

This class can parse the information stored in Google Analytic cookies to return more meaningful values.

Vote


  • PHP Classes site tip of the day:

  • Support forumsSupport forums

    If you would like to post a comment or request support about using a given class, you may use the support forums that exist for each class.

    These forums may be found by going to the respective class page and use the "Support forum" link.

    When a new support forum message is posted, the respective class author is notified by e-mail, unless he has choosen in his user options page to never subscribe to his classes' discussion forums.

    Any other user may subscribe to any class forums and also be notified by e-mail about new threads or even every new message replies posted on the forums of his interest.

    Read about other interesting tips


If you are not interested in receiving any more messages like this one, send an empty message to unsubscribe-awards@phpclasses.org or go to the user options page and uncheck the respective e-mail delivery option. There you can also switch the message format between text and HTML. Note that there are several mailing lists. If you want to unsubscribe from all lists at once, send an empty message to unsubscribe-content@phpclasses.org .

For more information send a message to info at phpclasses dot org.
Copyright (c) Icontem 1999-2009 PHP Classes

No comments: