2007-09-07

[PHP Classes] PHP Classes: Daily newsletter of Friday - 2007-09-07

PHP Classes: Daily newsletter of Friday - 2007-09-07


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.

Advertisement


This newsletter is always available online and upto date at: http://www.phpclasses.org/newsletter/ .

    Latest PHP Classes blog posts

  • 13 rules to optimize your Web site performance (7 days ago)
  • Posted on: 2007-08-31
    Summary: Everybody wants to squeeze as much performance of their Web applications as possible. Usually this requires skilled professionals to achieve. Fortunately, several performance evaluation tools are now available to make Web site performance tuning a much easier task.

    This post discusses tools like YSlow and other techniques to tune your Web servers performance, as well the results of using such tools and techniques in a busy site like PHPClasses.

Contents


    Top friends of the site

    Friends of the PHP Classes site is a initiative to provide recognition to the users that contribute to the growth of the site community.

    For more information on how to become a friend of the site look here.

    Rank Friend Referrals
    1 Horst Nogajski 33
    2 Cesar D. Rodas 24
    3 lixlpixel 22
    4 Khaled Al-Shamaa 17
    5 Alexander Skakunov 17
    6 Richard Munroe 10
    7 Liam Hatton 10
    8 Eric Sizemore 9
    9 Giorgos 8
    10 Ehsanul Haque 6

Contents


Contents


Award winners Congratulations to Khaled Al-Shamaa!


Rank Class Author Score Prize
1 ArIdentifier
Identify Arabic text in multi-language documents
Khaled Al-Shamaa 20.00% One copy of VS.PHP
2 Multi-thread Simulation
Emulate threads using separate HTTP requests
Alex Lau 10.67% One book of choice by O'Reilly
2 Large Database Backup
Backup large MySQL databases into multiple files
Nadir Latif 10.67% One downloadable copy of PhpED Professional
4 NamespaceSim
Emulate class namespaces under PHP 5
Martin Alterisio 9.33% One downloadable copy of Komodo Pro
5 Remote MySQL Query
Execute remote MySQL queries across the Web
Jeff Williams 8.00% One copy of the Zend Studio
6 iCaptcha
CAPTCHA validation asking questions about pictures
Er. Rochak Chauhan 6.67%
6 True Color Picker
Present a palette to let the user pick colors
Moe Sweet 6.67%
6 gStats
Keep track of site visits and link clicks
Cesar D. Rodas 6.67%
6 Change Web Site Mode
Switch access to sites between test and production
Nadir Latif 6.67%
10 StringGrid
Display information in plain text tables
Jochen Preusche 5.33%
10 MP3 Management
Catalog MP3 files in a MySQL database
Nadir Latif 5.33%
12 Feed Finder Class
Find URLs of RSS, ATOM and OPML feeds
Ivan Melgrati 4.00%
13 WhoCalledUs
Get details about phone numbers from whocalled.us
Zachary Howe <1.00%
13 OPML Parser Class
Extract the properties of content from OPML files
Ivan Melgrati <1.00%

Nominees to win the award of August of 2007

Class: Team schedule maker Picture of lior
Description: Generate season schedules of games played by teams
Author: lior
Age: ???
Country: Israel Israel

Class: gFeed Picture of Cesar D. Rodas
Description: Stream wrapper to read and write RSS feeds
Author: Cesar D. Rodas
Age: 20
Country: Paraguay Paraguay

Class: gHttp Picture of Cesar D. Rodas
Description: Stream wrapper to send HTTP POST and GET requests
Author: Cesar D. Rodas
Age: 20
Country: Paraguay Paraguay

Class: uncentralizedDownloader Picture of Rémy Sanchez
Description: Manage downloading of files from multiple servers
Author: Rémy Sanchez
Age: 17
Country: France France

Class: LZW Picture of Sam Shull
Description: Compress and uncompress data with LZW algorithm
Author: Sam Shull
Age: 30
Country: United States United States

Class: ASCII85 Picture of Sam Shull
Description: Encode and decode data using the ASCII85 algorithm
Author: Sam Shull
Age: 30
Country: United States United States

Class: MakeCAB Picture of Sam Shull
Description: Create CAB archives from lists of files
Author: Sam Shull
Age: 30
Country: United States United States

Class: Site Checker Picture of Nadir Latif
Description: Find broken links in Web site pages
Author: Nadir Latif
Age: 24
Country: Pakistan Pakistan

Class: KML Generator Picture of Pablo Kogan
Description: Generate KML definitions for Google Earth
Author: Pablo Kogan
Age: ???
Country: Argentina Argentina

Class: MEM Picture of roast
Description: Access data in a memcache server like an array
Author: roast
Age: 22
Country: China China

Class: Simple RPN Interpreter Picture of Arturo Gonzalez-Mata Santana
Description: Evaluate reverse polish notation expressions
Author: Arturo Gonzalez-Mata Santana
Age: 50
Country: Spain Spain

Class: PHP Dial Gauge Picture of Stephen Powis
Description: Generate an image of a dial gauge
Author: Stephen Powis
Age: 23
Country: United States United States

Vote

Contents


Trackback Class Age in days
How to improve your resume
I would like to share my experience...
FuseBox Manager 0
Google Mapping Part Deux (Multiple Addresses)
n my first post on this topic, I show...
Easy Google Map 2
uncentralizedDownloader : nominé !
Et voilà, mon uncentralizedDownloader...
uncentralizedDownloader 3
Create excel files with PHP
Have you ever thought of creating exc...
MS-Excel Stream Handler 5

Contents


Subject Posted on Class
Picture in box
How put a picture in a box
2007-09-07 Diagram 2
How to Fix it
googleCrawler fix
2007-09-06 Google Crawler
error
Fatal error: Call to a member function asOctets() on a non-objec
2007-09-06 E-mail address validation class

Contents


    Latest package entries

  • Persistencia
  • Picture of juan duarte
    Author: juan duarte
    Date: 2007-09-06 (1 day ago)
    Groups: PHP 5, Databases
    Description: This class can be used to store and retrieve persistent objects in database table rows.

    It is a base class that provides functions for mapping objects of a sub-class to rows of a database table.

    Each sub-class is mapped to a database table with the same name. The class uses PHP 5 reflection support to retrieve public class variables and map them to database table fields with the same name.

    The code and comments are in Spanish.

    In Spanish:

    Esta clase provee los metodos esenciales para hacer persistente a un objeto de una clase que haya heredado la Clase base Object.

    Para la conexion a la base de datos requiere la creación de un objeto Conexión el cual pertenecera a una clase que implemente los metodos de la interfaz q viene con el paquete de persistencia.

  • MultiCurl class library
  • Picture of Vadym
    Author: Vadym
    Date: 2007-09-06 (1 day ago)
    Groups: Networking, HTTP, PHP 5
    Description: This class can be used to retrieve multiple pages simultaneously from remote Web servers.

    It uses PHP Curl extension to establish one or more HTTP requests that may be executed in parallel.

    The class supports:

    - Only a limited number of requests are executed in parallel, so exceeding requests are delayed until prior requests are finished
    - Restrict the size of retrieved data to a given limit
    - Set common CURL options for all requests
    - Set separate CURL options for different requests when necessary
    - Use callback events for response result processing.

Contents


If you are not interested in receiving any more messages like this one, send an empty message to unsubscribe-newsletter@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-2007 PHP Classes

沒有留言: