Wednesday, November 19, 2008

[PHP Classes] Weekly newsletter of Wednesday - 2008-11-19

PHP Classes
Icontem

Weekly newsletter of Wednesday - 2008-11-19

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/ .


Contents


  • Latest PHP Classes blog posts

  • Slide presentations of talks about classes (5 days ago)

    Posted on: 2008-11-14
    Summary: Authors may now submit slide presentations about their classes and have them rank higher in the users rated packages ranking.

    Also if you live near the Seattle, Washington area in the United States, you may also want to attend an informal PHP meetup next week, to which several well known PHP developers will also attend.

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 Cesar D. Rodas 31
2 Alexander Skakunov 26
3 lixlpixel 21
4 Protung Dragos 20
5 solomongaby 19
6 Khaled Al-Shamaa 16
7 Horst Nogajski 15
8 Richard Munroe 12
9 Olaf Lederer 10
10 Eric Sizemore 9

Contents



Browse all PHP User Groups by country

If you make part of a regional PHP User Group not listed here, submit your user group.

Contents


Innovation award results

Innovation Award Winners Congratulations to Alex Fourth!


Rank Class Author Score Points Prize
1 Binary search
Search for data in files using binary search
Alex Fourth 21.43% 9
2 Synchronize DB
Synchronize two MySQL databases
Cristian Vrinceanu 19.64% 8
3 debugTools
Display PHP execution information in a page
Andreas Christodoulou 14.29% 7
4 MemNestedSet
Manage a nested set of elements stored in arrays
Alan H. Lake 12.50% 6
5 Intelligent Censor
Replace rude words by acceptable alternatives
sk89q 10.71% 5
6 Relink
Rewrite URLs based on mod_rewrite configuration
Benjamin Falk 7.14% 4
7 Curl Auto Site Form Post Class
Submit forms using values retrieved from a page
mustafa yontar 5.36% 3
7 Check backup
Manage backup copies of files
zengwenjie 5.36% 3
9 Price Comparison Shopping by DataFeedFile.com
Generate price comparison site with DataFeedFile
Andrew Nurcahya 3.57% 1

Nominees to win the award of October of 2008

Class: mysqli.so.php Picture of Baris Yuksel
Description: Access MySQl databases with MySQLi compatible API
Author: Baris Yuksel
Age: 18
Country: Turkey Turkey

Class: MiniUrl short URL dynamic Picture of Igor Herson Aquino de França
Description: Create and redirect URL shortcuts
Author: Igor Herson Aquino de França
Age: 25
Country: Brazil Brazil

Class: Threading Picture of Alex B. Snet
Description: Create parallel processes with the PHP CLI program
Author: Alex B. Snet
Age: 19
Country: Russian Federation Russian Federation

Class: Spell Corrector Picture of Felipe Ribeiro
Description: Suggest corrected spelling text in pure PHP
Author: Felipe Ribeiro
Age: 23
Country: Brazil Brazil

Class: Alexa Picture of Sergey [YS.PRO]
Description: Get site ranking information from Alexa site
Author: Sergey [YS.PRO]
Age: 21
Country: Belarus Belarus

Class: JavaScript PHP Documentor Picture of Rafael M. Salvioni
Description: Generate documentation for Javascript scripts
Author: Rafael M. Salvioni
Age: 25
Country: Brazil Brazil

Class: Torrent RW Picture of adrien gibrat
Description: Create and parse Torrent files
Author: adrien gibrat
Age: 29
Country: France France

Vote

Contents


Latest blog trackback links

Trackback Class Age in days
¿como mejorar el rendimiento de un sitio web?
En estos días, después de terminar la...
gCache 3
W3 API ile RSS, CSS ve HTML dosyalarınin hata sayilarini bulun
W3 (Web'de ki standartları belir...
SimpleXML for PHP4 3
tutorial rewrite url dengan relink classes dari Benjamin Falk
Bagaimana mengimplementasikan url rew...
Relink 6
PHP Gallery System help
For your requirement, I don't think a...
Thumbnail Party 6
Creating a friend importer bp-component LightSpeed
I have received some great feedback i...
Open Inviter 7
Parse, Edit And Create Torrent Files With PHP
A .torrent file contains assorted met...
Torrent RW 8
Crosswords on the Web
Do you also like sudoku, crosswords, ...
Sudoku 8
PHP ve Serial Port
vakti zamaninda kendim yazmıstim...
PHP Serial 9
Another PHPClasses victory
Another my class has become a winner ...
Binary search 9
FileS3: La Nueva Manera de Compartir Tus Archivos!
Y con tantos servicios como MegaUploa...
Amazon S3 Stream Wrapper 9

Contents


Latest support forum threads

Subject Posted on Class
Very cool grid
Package rating comment
2008-11-18 Eyesis Data Grid Control
the example seems broken
Package rating comment
2008-11-18 ubDate
Excellent class.
Package rating comment
2008-11-18 AES 128
Although it's a very simple script it does what it should do.
Package rating comment
2008-11-18 MVC Like Modular Framework
thaks to the creator, i use it now
Package rating comment
2008-11-18 RSS Creator
Error loading in Excel
When loading in Excel 2007, it returns an XML error message
2008-11-18 Excel XML
bug in decoding jpg attachment
jpeg is malformed when message parts are dumped to disk
2008-11-17 MIME E-mail message parser
Very clean code.
Package rating comment
2008-11-17 Eyesis Data Grid Control
Other Required Classes
There are too many required classes!
2008-11-17 Forms generation and validation
Orkut grabber not working..
Orkut grabber not working..
2008-11-17 Contact Grabber

Contents


  • Latest package entries

  • XML Parser (XML to array)

    Picture of Eren Ezgü
    Author: Eren Ezgü
    Date: 2008-11-18 (1 day ago)
    Groups: XML
    Description: This class can be used to build an array with a XML document structure

    It takes a XML document as a single text string and parses it to build a document structure as nested array.

    The structure array is stored in a class variable.
  • Percent Russian Text Encoder

    Picture of Andrey Nikishaev
    Author: Andrey Nikishaev
    Date: 2008-11-18 (1 day ago)
    Groups: HTML, PHP 5, Text processing
    Description: This class can be used to convert Russian UTF-8 text to HTML entities.

    It uses multi-byte string extension to convert the text to character codes and generates HTML entities for those characters.
  • JS

    Picture of Jordi Girones
    Author: Jordi Girones
    Date: 2008-11-17 (2 days ago)
    Groups: HTML, PHP 5
    Description: This is a very simple class that can be used to include Javascript files in Web pages.

    It can add one or more Javascript files to a Web page and generates link tags to insert in the page head section in order to use the Javascript files in the page.
  • MVC Like Modular Framework

    Picture of Shawn McAllister
    Author: Shawn McAllister
    Date: 2008-11-17 (2 days ago)
    Groups: Libraries, Design Patterns
    Description: This package is a framework that implements the MVC design pattern.

    It works in such way that each URL directory of an application has its own module.

    Each module is implemented by a class with a name based on the directory name. That class loads the view and action classes.
  • vladzur Database

    Picture of Vladimir Zurita
    Author: Vladimir Zurita
    Date: 2008-11-16 (3 days ago)
    Groups: Databases
    Description: This class can be used to to change MySQL table records from parameter lists.

    It connects to a given MySQL database and can execute SQL INSERT, UPDATE, DELETE and DESCRIBE queries from parameters that specify the tables, fields and field values to use.
  • Eyesis Data Grid Control

    Picture of Mike Frank
    Author: Mike Frank
    Date: 2008-11-16 (3 days ago)
    Groups: HTML, PHP 5, Databases
    Description: This class can be used to display data from an SQL database in a sortable HTML table.

    It can execute a given SQL query and generate HTML and Javascript to display the data in an HTML table.

    The table listing can be sorted by clicking on the column header titles.
  • CSS

    Picture of Jordi Girones
    Author: Jordi Girones
    Date: 2008-11-15 (4 days ago)
    Groups: HTML, PHP 5
    Description: This is a very simple class that can be used to link CSS files to Web pages.

    It can add one or more CSS files to a Web page and generates link tags to insert in the page head section in order to use the CSS files in the page.
  • PHP Fancy Directory Browsing

    Picture of Er. Rochak Chauhan
    Author: Er. Rochak Chauhan
    Date: 2008-11-15 (4 days ago)
    Groups: Utilities and Tools
    Description: This class can be used to list the contents of directories in a Web page.

    It can extract the list of directories and files and output the listing as an HTML table.

    The directories are display as links to continue browsing their contents. The files are displayed as links to show their contents depending on the file type.
  • classtailfile

    Picture of maaskaas
    Author: maaskaas
    Date: 2008-11-14 (5 days ago)
    Groups: PHP 5, Files and Folders, Logging
    Description: This class can be used to watch log files to return newly added lines like the Linux/UNIX tail -f command.

    It opens an existing log file and seeks to the end of the file.

    The class checks whether any new lines are added. If a new line is added it is returned immediately. Otherwise it waits for a configurable time interval before it checks again whether the log file was updated.
  • Relevant Search in MySQL

    Picture of Andrey Nikishaev
    Author: Andrey Nikishaev
    Date: 2008-11-14 (5 days ago)
    Groups: PHP 5, Databases, Searching
    Description: This class can be used to compose SQL queries to perform database relevant searches.

    It can add tables, table fields, join tables and fields and search conditions.

    The class can assemble the SQL query that is returned as a single string ready to be executed.
  • ubDate

    Picture of Reynier Blanco
    Author: Reynier Blanco
    Date: 2008-11-13 (6 days ago)
    Groups: PHP 5, Time and Date
    Description: This class can be used to add or subtract time intervals from dates.

    It can take a given date and time and subtract a time interval in seconds, minutes, days, months or years.

    The class can also determine the day of the week of the resulting date in a given language.
  • RC4 Cypher

    Picture of Rafael M. Salvioni
    Author: Rafael M. Salvioni
    Date: 2008-11-13 (6 days ago)
    Groups: PHP 5, Cryptography
    Description: This class can be used to crypt and decrypt data with RC4 algorithm using pure PHP code.

    It takes an given string of data and encrypts it with a given key.

    The class can also do the opposite, i.e. decrypt the encrypted data with the same key.
  • ubNode

    Picture of Reynier Blanco
    Author: Reynier Blanco
    Date: 2008-11-12 (7 days ago)
    Groups: XML, PHP 5, Data types
    Description: This class can be used to convert objects into XML documents and vice-versa.

    It can take an object and generate a XML document file that contains a representation of the object structure.

    The class can also do the opposite, i.e. load a XML document file and create an object from the structured defined in the XML document.
  • PHP Cat Nested Model Category Class

    Picture of Ersin Güvenç
    Author: Ersin Güvenç
    Date: 2008-11-12 (7 days ago)
    Groups: PHP 5, Databases
    Description: This class can be used to manage an hierarchy of categories stored in a MySQL database.

    It can add, update and delete records of categories to a MySQL database table.

    It can also retrieve categories under a given category, get top categories, get the largest category and get all categories.

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-2008 PHP Classes

No comments: