Lista Paginacao Class
Original post provide by PHP Classes: Latest entries
|
GNU/GPL Version 3 Released
According to the press release on the Free Software Foundation site, collaboration was a key ingredient to making the license as practical and useable as possible.“By hearing from so many different groups in a public drafting process, we have been able to write a license that successfully addresses a broad spectrum of concerns.
Review: Build Your Own Website The Right Way Using HTML & CSS
"A review of the SitePoint book "Build your own website the right way using HTML & CSS" "
BlogSecurity.net: Interview With Stefan Esser On WordPress
On the PHP Security Blog today, Stefan Esser points out an interview he did with BlogSecurity concerning the current state of security on the WordPress software. In the Interview they talk about several different aspects and securityrelated concerns including: a previous critical SQL injection vulnerability in WordPress Esser's general thoughts on the software his recommendations for the WordPress team improvements and suggestions for other blogging software he has Check out this post on the BlogSecurity site for the complete interview.
PHPBuilder.com: AJAX And PHP Part 2 - XML Communication/Processing
XML is a method of formatting data often for communication purposes between different computer systems. In this article, we will show you how to access an XML document with AJAX! They create a script that can load the XML information from a file and echo it back out to the waiting client script.
Community News: India's First PHP Unconference
Participation is free of cost! OSS Camp is based on philosophy of Bar Camp (Barcamp.org). Barcamp is an adhoc gathering born out of the desire for people to meet up, share, exchange ideas and possibilities in an open environment.
More Articles:
Text Helper Class
Package: Text Helper Class Summary: Perform several types of text processing operation Groups: Databases, HTML, PHP 5 Author: Chris Lam Description: This class can be used to perform several types of text processing operations. It can: - Capitalize the first letter of all words of string - Count the number of non-whitespace characters, words, sentences in a string - Encode strings for displaying as HTML, in URLs, escaping quotes, as hexadecimal, as Javascript strings, and obfuscate e-mail addresses - Exclude given words from a string - Highlight PHP code - Indent strings - Limit the length of a string in number or words or characters - Strip consecutive whitespace characters - Word wrap strings
Review: Build Your Own Website The Right Way Using HTML & CSS
"A review of the SitePoint book "Build your own website the right way using HTML & CSS" "
The Front Page Has Changed
The news on the front page of php.net has changed, the conference announcements are now located on their own page. The idea is to keep php.net specific news clear and also opens the door for additional news entries, like for RC releases.
Ldap_class
Package: ldap_class Summary: Retrieve user information from an LDAP server Groups: Databases, Networking Author: Aleck Description: This class can be used to access data in LDAP server. It can connect to an LDAP server authenticating with a given account. The class can perform LDAP queries to obtain information about a given user.
ShagaConfigurator
Package: shagaConfigurator Summary: Get application options from configuration files Groups: Configuration, PHP 5 Author: Arthur Tumanyan Description: This class can get application options from configuration files. It can read options from a configuration file named shaga.cfg.example defined in a custom format.