Tuesday, December 1, 2009

[PHP Classes] Innovation Award results of November of 2009

PHP Classes
Icontem

Innovation Award results of November 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
IP2Location One year server license IP to country region city databaseOne year server license IP to country region city database
Embarcadero One copy of Delphi for PHPOne copy of Delphi for 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
NuSphere One downloadable copy of PhpED ProfessionalOne downloadable copy of PhpED Professional
JCX Software One copy of VS.PHPOne copy of VS.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
O'Reilly One downloadable e-book of choice by O'ReillyOne downloadable e-book of choice by O'Reilly
Manning One book of choice by ManningOne book of choice by Manning
Packt One book of choice by PacktOne book of choice by Packt
WebDev Publishing One year subscription to the PDF edition of the JSMag magazineOne year subscription to the PDF edition of the JSMag magazine
PHP Architect One subscription to the PDF edition of the PHP Architect magazineOne subscription to the PDF edition of the PHP Architect magazine
Apress One book of choice by ApressOne book of choice by Apress

Innovation Award Winners Congratulations to Comanici Paul!


Rank Class Author Score Points Prize
1 EmbeVi
Embed remote videos and audio in HTML pages
Comanici Paul Romania 25.42% 9
2 Bot recognizer and dispatcher
Recognize and handle Web robot by IP or user agent
Alexander Selifonov Russian Federation 18.64% 8
3 Email 2 SMS
Send SMS by e-mail to many carriers
Utsav Handa India 15.25% 7
4 SUIT Framework
Template engine with configurable syntax
Brandon Evans United States 13.56% 6
5 Animated PNG Creator
Create PNG format animations from a list of images
Dzsoni Voker Slovak Republic 8.47% 5
6 MyBox
Calculate volumetric weight of a package
Roberto Aleman Venezuela 6.78% 4
7 PHP MSSQL Dump
Dump a Microsoft SQL server database
Jonathan Hilgeman United States 5.08% 3
8 Gravatar RPC
Send requests to the Gravatar API about images
Wouter van Vliet Denmark 3.39% 2
8 Text to Timestamp
Convert English expressions into time values
Martin Denmark 3.39% 2


Nominees to win the award of November of 2009

Class: PHP parallel programming Picture of akash
Description: Run parallel scripts using a C++ program
Author: akash
Age: ???
Country: India India
Comment: Some tasks require the execution of lengthy procedures many times.

Often, a better approach to execute such procedures in less time is to start parallel threads that execute parts of the procedures.

PHP can start parallel processes using the pcntl extension, which only works on Linux/Unix-like systems.

This class provides an alternative solution for starting and managing parallel PHP scripts. It uses a separate program written in C++. This program comes in versions for Linux/Unix and Windows.

It is also able to control the execution of the parallel PHP scripts and can capture their output.

Class: Multi Singleton Picture of Sebastian Potasiak
Description: Implementation of the singleton design pattern
Author: Sebastian Potasiak
Age: 16
Country: Poland Poland
Comment: Singleton is a design pattern that assures that only one instance of an object is created.

Usually, each class defines its own implementation of the singleton design pattern.

This class can manage singletons of multiple classes.

Class: Bounded Queue Picture of Ahmad Retha
Description: Manage queue with a limited number of elements
Author: Ahmad Retha
Age: ???
Country: United Kingdom United Kingdom
Comment: Queues can be used to maintain a set of elements that can be pushed and popped from the queue.

Usually, queues can maintain an unlimited set of elements. This class provides a different implementation that allows to limit the number of items present in the queue at any moment.

Class: PHP Website Multi Language Picture of Sandeep Kumar
Description: Translate application texts using Google Translate
Author: Sandeep Kumar
Age: 25
Country: India India
Comment: To adapt an application to work with multiple idioms, it is necessary to translate the application texts to each of the supported idioms.

This class makes it easier to adapt applications to multiple idioms by using Google translate site to translate the original application text to each of the supported languages.

This way it generates what can be the first version of the internationalized application scripts.

Class: Loading Div Picture of Gianluca Zanferrari
Description: Display an animation while a page is loading
Author: Gianluca Zanferrari
Age: 43
Country: The Netherlands The Netherlands
Comment: Some pages take a while to load because they have several elements that need to be retrieved remotely before they can be displayed.

The user needs to be patient while the page is loading. In this situation it is better to give some feedback during the load of the page.

This class provides a simple but effective solution to give some feedback to the user while a page is loading.

Class: Regexp Builder- Picture of Marco Marchiò
Description: Build regular expressions programmatically
Author: Marco Marchiò
Age: ???
Country: Italy Italy
Comment: Regular expressions are often used to match text expressions that follow an expected syntax.

However, the syntax of regular expressions is not very trivial to most developers.

This class provides a very developer friendly way to build regular expressions.

Class: HTML 5 Picture of Güayoyo
Description: Generate article pages using HTML 5 syntax
Author: Güayoyo
Age: 51
Country: Italy Italy
Comment: HTML 5 introduces a set of new tags with names with better semantic for composing articles, for instance.

This class provides a practical example of composing article documents with the new HTML 5 tags.

Class: OFX Parser Picture of Felipe Nascimento de Moura
Description: Parse and extract financial records from OFX files
Author: Felipe Nascimento de Moura
Age: ???
Country: Brazil Brazil
Comment: OFX is a XML based format for exchanging financial records between programs that manipulate this kind of information, like Intuit Quicken, Microsoft Money, Google Finance, etc..

This class provides a PHP solution for solution to extract financial records from OFX files.

Class: Quadratic Equation Picture of Mammadli
Description: Solve quadratic equations
Author: Mammadli
Age: ???
Country: Azerbaijan Azerbaijan
Comment: Quadratic equations are often used to solve problems in physics for instance.

This class provides a simple but practical way for solving quadratic equations.

Vote


  • PHP Classes site tip of the day:

  • New site features beta testingNew site features beta testing

    The PHP Classes site is always implementing new features.

    Some features will be made available exclusively to users that adhere to a paid subscriptions package of services to be made available soon.

    Paid subscription site features include navigation without advertising, better search engine feature, personalized site bookmarks and other features that subscribers are willing to pay for.

    If you are considering to become a paying subscriber and would like to suggest more paid features, or otherwise participate in the beta testing phase of the new features, please submit a request to become a beta tester.

    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: