|
|
| Posted on: |
2008-12-26 |
| City: |
Muzaffarpur, Bihar, India - PHP jobs in India |
| | May work remotely from another country |
Contents
Contents
-
| Posted on: |
2008-12-23 |
| Summary: |
This post gives a brief summary of the most important features implemented in the PHPClasses site in 2008.
It also presents several features that are planned to be implemented in 2009 and asks for your feedback about which features you would like to see implemented first. |
-
| Posted on: |
2008-12-18 |
| Summary: |
Microsoft has been participating in several initiatives that benefit PHP. This post talks about such initiatives.
It includes an interview with an Microsoft Open Source Labs leader, and a review of a what happened at summit that Microsoft organized in their headquarters in Redmond with several influential PHP community people. |
Contents
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. |
Contents
Contents
Congratulations to Open Inviter!
|
Nominees to win the award of December of 2008
| Class: |
Dash Media Player |
 |
|
Description: |
Embed the Dash Media player in a Web page |
|
Author: |
Travis Tidwell |
|
Age: |
29 |
|
Country: |
United States |
|
| Class: |
Facebook Notification Class |
 |
|
Description: |
Send e-mail and notifications to Facebook users |
|
Author: |
Md. Mahmud Ahsan |
|
Age: |
24 |
|
Country: |
Bangladesh |
|
| Class: |
adv_net |
 |
|
Description: |
Analyze the local network with nmap |
|
Author: |
Tomasz Malewski |
|
Age: |
24 |
|
Country: |
Poland |
|
| Class: |
SQL Parse and Compile |
 |
|
Description: |
Parse and compose SQL queries programatically |
|
Author: |
Tom Schaefer |
|
Age: |
??? |
|
Country: |
Germany |
|
| Class: |
IAF decoder coder |
 |
|
Description: |
Parse and generate Outlook IAF configuration files |
|
Author: |
ruslan kononov |
|
Age: |
27 |
|
Country: |
Russian Federation |
|
| Class: |
Console Progress Bar |
 |
|
Description: |
Draw a progress bar in ANSI console |
|
Author: |
Alex B. Snet |
|
Age: |
19 |
|
Country: |
Russian Federation |
|
| Class: |
Name Parser |
 |
|
Description: |
Parse a person full name to retrieve its parts |
|
Author: |
G. Miernicki |
|
Age: |
33 |
|
Country: |
United States |
|
|
|
Contents
Contents
Contents
-
 |
| Author: |
lee |
| Date: |
2009-01-08 (1 day ago) |
| Groups: |
Databases, User Management, Content management |
| Description: |
This class can be used to keeps track of visitors to show limited number of ads or content a day.
It checks the current user IP address in a MySQL database table to determine whether the user has already visited the site.
The class stores the current date and time in the database table if the user has not accessed the site today. Otherwise the class increments the number of accesses of the user.
It returns a condition to determine whether an ad can be displayed if the number of accesses did not exceed a given limit. |
|
-
 |
| Author: |
Sanjoy Ganguly |
| Date: |
2009-01-08 (1 day ago) |
| Groups: |
Graphics, Validation |
| Description: |
This class can be used to generate CAPTCHA validation images.
It generates an image with a given width and height display a random validation text with a given length. The generated random text is stored in a session variable for posterior validation.
The generated image is obfuscated by a given background image before being served as the current script output in JPEG format. |
|
-
 |
| Author: |
inayat |
| Date: |
2009-01-07 (2 days ago) |
| Groups: |
PHP 5, Web services |
| Description: |
This class can be used to import contacts from Gmail.
It uses the Google GData Web services API to send requests to authenticate on behalf of a given Gmail user and retrieve his contact list. |
|
-
 |
| Author: |
Er. Rochak Chauhan |
| Date: |
2009-01-07 (2 days ago) |
| Groups: |
HTML, PHP 5, Content management |
| Description: |
This class can be used to display text messages scrolling vertically.
It generates the necessary HTML, Javascript and CSS to display several text messages in page that scrolls vertically.
The messages stop scrolling while the user leaves the mouse pointer over the text and resumes scrolling when the user removes the mouse pointer. |
|
-
 |
| Author: |
Md. Mahmud Ahsan |
| Date: |
2009-01-06 (3 days ago) |
| Groups: |
Content management, Social Networking, AJAX |
| Description: |
This class can be used generate an application that can be used to select friends on Facebook.
It generates the necessary HTML, CSS and Javascript to display a list of friends of the current Facebook user.
The user can choose which friends he wants to select and then the friends list is submitted to a given URL using AJAX to avoid reloading the whole page. |
|
-
 |
| Author: |
László Zsidi |
| Date: |
2009-01-06 (3 days ago) |
| Groups: |
Graphics |
| Description: |
This class can be used to process an image to make it look like a cartoon.
It takes an image file and creates a new image applying the necessary image processing effects to give it the aspect of a cartoon image.
The processed image can be served as the current script output in the JPEG, PNG or GIF formats.
|
|
-
 |
| Author: |
Markus Schanz |
| Date: |
2009-01-05 (4 days ago) |
| Groups: |
PHP 5, Games |
| Description: |
This class can be used to retrieve information from a Counter-Strike server.
It can connect to a given Counter-Strike game server and send commands to retrieve several types of information.
Currently it can retrieve various details about the game server, the players, and the server rules. |
|
-
 |
| Author: |
Igor Herson Aquino de França |
| Date: |
2009-01-05 (4 days ago) |
| Groups: |
PHP 5, Chat |
| Description: |
This class can be used to manage a chat dialog sessions
It can start dialog sessions between individual users and an administrator.
The dialog sessions of all users are stored in a MySQL database.
The class can list all user chat sessions, add new messages entered by the administrator or the users, retrieve all the messages exchanged between each user and the administrator to display in a chat window. |
|
-
 |
| Author: |
luigi de rosa |
| Date: |
2009-01-04 (5 days ago) |
| Groups: |
Graphics |
| Description: |
This class can be used to apply effects on images using only the GD image extension.
It takes an handle of a previous loaded or created image with the GD extension and can apply several types of effects using only functions of the GD library.
Currently it can draw a gradient stripe of given colors, replace the color of points with a given color, convert the color of points to gray scale tones, invert the colors of the points, and perform several other effects like blur, edge detect and emboss.
Simple class for modify/apply effect on images, using GD library. |
|
-
 |
| Author: |
Maury |
| Date: |
2009-01-04 (5 days ago) |
| Groups: |
Files and Folders, Text processing |
| Description: |
This class can be used to generate documents in RTF format.
This is an enhanced version of the class previously published by Michele Brodoloni.
This version add support to set the document margin and add tables to the documents. |
|
-
 |
| Author: |
Nikola Posa |
| Date: |
2009-01-03 (6 days ago) |
| Groups: |
HTML, PHP 5, Databases |
| Description: |
This class can show links to browse MySQL database query results.
There is a base class that can show links to browse generic listings split between multiple pages of a limited number of items, given the total number of items the link base URL.
A sub-class can be used to generate links to browse listings of MySQL database query results. |
|
-
 |
| Author: |
Debug |
| Date: |
2009-01-03 (6 days ago) |
| Groups: |
Language |
| Description: |
This class can be used to generate parsing tables for context free grammars.
It takes arrays with the expressions that define the productions of the language to parse.
The class returns arrays with LR(0) action and goto tables with non-deterministic cells for subsequent LR parsing. |
|
-
 |
| Author: |
Vineet Sethi |
| Date: |
2009-01-02 (7 days ago) |
| Groups: |
XML, PHP 5 |
| Description: |
This class can be used to parse XML documents into arrays.
It uses the DOM functions to parse a given XML document passed as a string.
The class builds an array that contains the structure of tags and data contained in the XML document. |
|
-
 |
| Author: |
Nurul Ferdous |
| Date: |
2009-01-02 (7 days ago) |
| Groups: |
PHP 5, Files and Folders, Printing |
| Description: |
This class can be used to convert HTML documents to PCL (Printer Control Language) format supported by many plotter devices.
It uses the html2ps Perl script to convert HTML to a Postscript file. Then it users the Ghostscript program to convert Postscript to a PCL file. |
|
Contents
Courtesy of SecuritySpace.com .
Category: FreeBSD Local Security Checks
|
|
Contents
Contents
|