|
|
| 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: |
inayat |
| Date: |
2009-01-07 (1 day ago) |
| Groups: |
PHP 5 |
| Description: |
Import Gmail contacts by just giving emailid and password using Curl and GData |
|
-
 |
| Author: |
Er. Rochak Chauhan |
| Date: |
2009-01-07 (1 day 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 (2 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 (2 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 (3 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 (3 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 (4 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 (4 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 (5 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 (5 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 (6 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 (6 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. |
|
-
 |
| Author: |
Abhinaba Basu |
| Date: |
2009-01-01 (7 days ago) |
| Groups: |
PHP 5, Searching, Text processing, Web services |
| Description: |
This class can be used to search for questions in the experts-exchange.com site.
It accesses Google search to retrieve the page with the best match to a given question.
The class retrieve the best match page of experts-exchange.com site from Google search cache. It parses that page to extract the question title, question description, question code snippet if available, accepted solution and the code snippet of the accepted solution. |
|
-
 |
| Author: |
Rubens Takiguti Ribeiro |
| Date: |
2009-01-01 (7 days ago) |
| Groups: |
PHP 5, Text processing |
| Description: |
This class can be used to manipulate text with Unicode encodings.
It can perform several types of operations that involve text strings encoded as UTF-8, UTF-16 or UTF-32, like:
- Get the text sequence for byte order mark for little and big endian
- Convert a given character code to Unicode encoded text and vice-versa
- Get the byte length of a given Unicode encoded character
- Convert text encoding between UTF-8, UTF-16 and UTF-32
- Get a part of an Unicode encoded string from a given position and an optional length
- Get the string length of an Unicode encoded text
- Determine whether a given string has Unicode encoded text |
|
Contents
Courtesy of SecuritySpace.com .
Category: FreeBSD Local Security Checks
|
|
Contents
Contents
|