PHPBuilder.com: AJAX and PHP Part 2 - XML Communication/Processing
Original post provide by PHP FreaksPHPBuilder.com has posted part two of their look at combining Ajax and PHP. They take things a step further than last time and look at the actual communication between the script and the server.
AJAX and PHP 5 both have powerful features for processing and using an XML document. 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. They also include the other half the clientside javascript that grabs the XML information, parses it, and pushed it into a javascript object for easy access.
Previous Articles:Community News: India's First PHP Unconference
At OSS Camp there are no RULES, FIXED Formats, where open source geeks run the show!! Some of the tracks for PHP camps are Frameworks, Unit Testing, PHP Security, Performance Management, High Availability beside product specific themes like Joomla, Drupal, EZ, Dot Project camps.
Pro::PHP Podcast: Newscast For 2007.06.28
Among the topics mentioned on this week's show are: php|works the PHP plush elephant Circular references talk about Ohloh and the loss of Bertrand Gugger. You can grab this latest show directly [mp3] or subscribe to their feed to get this and future episodes.
PEAR Blog: Request For Ideas: New Developer FAQ
New developers need quite a time to familiarize themselves with the rules and conventions in PEAR. With the new role of mentors in PEAR2, they will have a contact person they can ask in that cases. But in many cases the same questions will get asked which will get boring for the mentoring developer, so we need a MiniFAQ with a list of things the newbie should know.
Mike Potter's Blog: Slides For Today's E-seminar On Flex And PHP
For those that weren't able to make it to Adobe's webcast for combining Flex and PHP for web developers, the host Mike Potter has posted the slides for your review. The session is targeted at PHP developers starting out with Flex.
Community News: Planet-Websecurity.org Launched
As Chris Shiflett mentions today, there's a new web development security aggregation site that's been launched PlanetWebsecurity.org [feed]. Christian Matthies has headed up the project: Those of you who have spoken to me recently may already be aware of this project, but for those who don't, I am pleased to announce the launch of Planet Websecurity, founded with the intention to bring together similarly themed news and rants related to Web security and to display them in one place.
More Articles:
BlogSecurity.net: Interview With Stefan Esser On WordPress
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.
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" "
GNU/GPL Version 3 Released
But even more importantly, these different groups have had an opportunity to find common ground on important issues facing the free software community today, such as patents, tivoization, and Treacherous Computing,” said the Foundation's executive director, Peter Brown.To see the GPLv3 in all its glory, you can view the full document, and to show your support and usage of the new license, be sure to grab an icon from the FSF's blog post announcing the release.
Lista Paginacao Class
Esta classe exibe a listagem de forma agradavél formatada por arquivos CSS e Javascript. Ao passar o mouse sobre uma linha esta muda de cor ficando diferente da demais linhas. As linhas pares são de cor diferente das linhas ímpares.
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