| Posted on: |
2012-02-21 |
| City: |
Vancouver, British Columbia, Canada - PHP jobs in Canada |
| | May work remotely from another country |
Contents
Contents
-
| Posted on: |
2012-02-03 |
| Summary: |
PHP 5.3.9 release was mostly meant to fix a security bug, but it introduced a new more serious bug. PHP 5.3.10 was just released to fix this issue.
Meanwhile Debian Linux maintainers decided to stop enabling the Suhosin extension by default. This extension is used by several Linux distributions to provide protection against present and future security bugs of PHP.
Read this article to learn more about the just fixed bug what you should do to avoid these security issues. You can also learn more what is the current PHP security status and the importance of the Suhosin extension to prevent PHP security problems. |
-
| Posted on: |
2012-02-01 |
| Summary: |
Earlier in January Ed Finkler announced the MicroPHP manifesto. It seems to be a rant about against the practices of developers that make PHP development more complicated than it should be. This is one of the main topics discussed by Manuel Lemos and Ernani Joppert in the episode 20 of the Lately in PHP podcast.
They also discuss the final release of PHP 5.4.0 and whether you should upgrade it or not, the repercussion of the PHP Hash Collision Vulnerability, as well the trends of PHP world based on the analysis of the PHP Zeitgeist 2011 initiative.
Listen to the podcast or read the transcript now to learn more in detail about these interesting PHP topics. |
-
| Posted on: |
2012-01-29 |
| Summary: |
PHP 5.4 is being released after many months of development and tests.
Read this article to get a brief overview of the features of this new release and learn about criteria that you may follow to decide if and when you should upgrade to the new version. |
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 Nathan Bruer!
|
Nominees to win the award of January of 2012
| Class: |
Image Font |
 |
|
Description: |
Render images with text using graphics as fonts |
|
Author: |
Arturs Sosins |
|
Age: |
24 |
|
Country: |
Latvia |
|
| Class: |
Simple Array |
 |
|
Description: |
Manage arrays with keys of any type |
|
Author: |
Martin Lacroix |
|
Age: |
35 |
|
Country: |
France |
|
| Class: |
bkTree |
 |
|
Description: |
Insert and search text in a Burkhard-Keller tree |
|
Author: |
Brian |
|
Age: |
??? |
|
Country: |
United States |
|
| Class: |
POT Creator |
 |
|
Description: |
Build application translation files for gettext |
|
Author: |
Peter He |
|
Age: |
27 |
|
Country: |
China |
|
| Class: |
VMware ESX/ESXi |
 |
|
Description: |
Control a running VMWare instance via SSH |
|
Author: |
Amir Keshavarz |
|
Age: |
15 |
|
Country: |
Iran |
|
| Class: |
Complexity Analyzer |
 |
|
Description: |
Evaluate the complexity of classes' code |
|
Author: |
Philipp Strazny |
|
Age: |
45 |
|
Country: |
United States |
|
|
|
Contents
Contents
-
 |
| Author: |
Peter Kahl |
| Date: |
2012-02-22 (1 day ago) |
| Groups: |
Localization, HTTP, PHP 5 |
| Description: |
This class can detect the preferred language of the user accessing the site.
It can look at the HTTP request accept header and determine the preferred language of the user from a list of supported languages.
The detected language can fallback to a language associated to the user country in case the Accept header is not sent by the browser.
The detected language can be stored in a cookie to avoid needing to detect the language again in subsequent requests. |
|
-
 |
| Author: |
Andrei Alexandru |
| Date: |
2012-02-22 (1 day ago) |
| Groups: |
PHP 5, Files and Folders, Web services |
| Description: |
This class can get information about files in RapidShare.
It can send HTTP requests to the RapidShare site Web server to perform several operations with files.
Currently it can get the status of a given file, determine the best mirror server to download the file, get the file size and the MD5 hash of the file contents.
The class can send a single request to process multiple files at once to be faster. |
|
-
 |
| Author: |
martin barker |
| Date: |
2012-02-21 (2 days ago) |
| Groups: |
PHP 5, Databases, Libraries |
| Description: |
This class can call MySQL stored procedures.
It is a model class for the Lightweight MVC framework that can connect to a MySQL database and call given stored procedures.
The stored procedure parameters are taken from an array passed as argument that may defined whether the parameters are to be passed by value or define return values.
If there are return values, the class can also retrieve those return values as a separate result set. |
|
-
 |
| Author: |
Joseph |
| Date: |
2012-02-21 (2 days ago) |
| Groups: |
PHP 5, Graphics |
| Description: |
This package can create transparent gradient images.
It can create images with colored gradients that fill standard shapes that can be regular or irregular polygons, or user defined shapes.
The main class can return the gradient as GD extension image resource or as an array of data that defines the gradient colors. |
|
-
 |
| Author: |
Hossam Suliman |
| Date: |
2012-02-20 (3 days ago) |
| Groups: |
HTTP, PHP 5, Validation |
| Description: |
This class can parse and check the existence of a given URL.
It can parse and given URL and if valid extract its components like: the protocol scheme, authentication user, host name, host IP address version, connection port, path, query arguments and fragment.
In the case of HTTP URLs, the class can also check if a URL exists by sending an HTTP HEAD. |
|
-
 |
| Author: |
Timothy Tocci |
| Date: |
2012-02-20 (3 days ago) |
| Groups: |
HTML, PHP 5 |
| Description: |
This class can add pinned menus to for Web sites in IE 9.
It can compose the definition of the items, icons and URLs for a pinned menu of a Web site.
The class generates HTML and JavaScript for passing the menu definition in a format that is supported by Internet Explorer 9 (or later), so it can show that menu in Windows 7 (or later) for the Web site. |
|
-
 |
| Author: |
Roberto Martinez |
| Date: |
2012-02-19 (4 days ago) |
| Groups: |
Graphics |
| Description: |
This class can generate QRCode images in pure PHP.
It takes a given string and generates a QRCode model 2 image that represents that string.
The generated image can be saved to a file or served as the current script output in the PNG format.
The class code is based on the work originally written by Y. Swetake. |
|
-
 |
| Author: |
Volker Rubach |
| Date: |
2012-02-19 (4 days ago) |
| Groups: |
PHP 5, User Management, Security |
| Description: |
This class can store session data in MySQL using PDO.
It can register its functions to handle several operations to store and retrieve data for PHP sessions from a MySQL database using PDO extension functions.
The class computes a fingerprint value from the user computer IP address and browser identification, so if this fingerprint changes for a given session the class considers the session was hijacked and it is destroyed automatically. |
|
-
 |
| Author: |
Volker Rubach |
| Date: |
2012-02-18 (5 days ago) |
| Groups: |
PHP 5, Time and Date, Validation |
| Description: |
This class can convert and validate date values.
It can convert date values between formates like the German format and the ISO 9075 format used by databases like MySQL.
The class can also get the individual date elements like year, month, day and week day of the current date or another given date.
It can also validate a given date string and determine if it is the current year or month, get the age relative to a given date, get the date of the previous or next day or month. |
|
-
 |
| Author: |
Larry Wakeman |
| Date: |
2012-02-18 (5 days ago) |
| Groups: |
PHP 5, Databases, Systems administration, Code Generation |
| Description: |
This class can create, dump and update MySQL database schemata.
It can connect to a given MySQL server and dump the schema of a database to a PHP script that defines the list of tables, fields and properties in an array.
The class can also recreate or update a MySQL database schema to a newer version using a previously generated schema definition PHP script file. |
|
-
 |
| Author: |
Volker Rubach |
| Date: |
2012-02-17 (6 days ago) |
| Groups: |
PHP 5, Databases |
| Description: |
This class can access MySQL databases using the PDO extension. It can:
- Connect to a given MySQL server
- Execute prepared queries using parameter values defined using arrays
- Retrieve the number of rows in a query result set
- Retrieve a single value query result
- Retrieve a whole result set into an array |
|
-
 |
| Author: |
Mark Berube |
| Date: |
2012-02-17 (6 days ago) |
| Groups: |
Databases, Files and Folders |
| Description: |
This class can generate a CSV file from MySQL query results.
It can connect to a given MySQL database and execute a SQL query.
The class can generate a CSV file from the query results.
The CSV file may have headers generated from the query result column names or use custom names.
The generated CSV file may be save to a file, served for download or displayed on a Web page. |
|
-
 |
| Author: |
Mark Berube |
| Date: |
2012-02-16 (7 days ago) |
| Groups: |
HTML, Files and Folders |
| Description: |
This class can display the contents of a CSV file in a HTML table.
It can parse a given file with tabular data in CSV format and generates an HTML table with the extracted data.
Certain columns and rows of the CSV file may be omitted from the table output.
The generated table may present custom header titles or extract the titles from the CSV file. The table may show rows with alternating styles. |
|
-
 |
| Author: |
David James |
| Date: |
2012-02-16 (7 days ago) |
| Groups: |
PHP 5 |
| Description: |
This class can make HTML content scroll smoothly with a jQuery plug-in.
It is a plug-in for the CakePHP framework that can generate HTML with JavaScript to display several blocks of HTML content scrolling smoothly in an automatic way or when the use drags the mouse over scroll arrow elements. |
|
Contents
-
Courtesy of PHPDeveloper.org .
-
PHPDeveloper.org: 2012-02-22T18:14:22Z
-
PHPDeveloper.org: 2012-02-22T17:58:59Z
-
PHPDeveloper.org: 2012-02-22T16:42:17Z
-
PHPDeveloper.org: 2012-02-22T15:13:31Z
-
PHPDeveloper.org: 2012-02-22T14:09:36Z
-
PHPDeveloper.org: 2012-02-22T13:04:13Z
-
PHPDeveloper.org: 2012-02-21T17:03:40Z
-
PHPDeveloper.org: 2012-02-21T16:13:34Z
-
PHPDeveloper.org: 2012-02-21T15:52:20Z
-
PHPDeveloper.org: 2012-02-21T14:38:12Z
Contents
|
|