Ajax Freak
All about Ajax and PHP

Object-Oriented PHP shows developers how to take advantage of the new object-oriented features of PHP. Working within the context of concrete examples, the book begins with code compatible with PHP 4 and 5, and then focuses on object-orientation in PHP 5. The author’s practical approach uses numerous code examples, which will help developers get up to speed with object oriented PHP quickly, and show them how to apply what they learn to everyday situations. All code samples are available for download on the book’s companion site.
January 26, 2010 - 9:27 pm
Tags: PHP
Posted in PHP | No comments
January 26, 2010 - 9:19 pm
Tags: PHP
Posted in PHP | No comments
January 26, 2010 - 9:14 pm
Tags: Flash, PHP
Posted in Flash, PHP | No comments
XML/SWF Charts is a simple, yet powerful tool to create attractive charts and graphs from XML data.
Create an XML source to describe a chart, then pass it to this tool’s flash file to generate the chart. The XML source can be prepared manually, or generated dynamically using any scripting language (PHP, ASP, CFML, Perl, etc.)
XML/SWF [...]
This class is a wrapper around the FFmpeg, FLVTools2 and Mencoder programs to allow PHP developers to manipulate and convert video files.
It also provides FFmpeg-PHP emulation in pure PHP so you do not need to compile and install the module.
It performs several types of manipulation operations that include video format conversion, extract video frames into [...]
January 10, 2010 - 7:25 pm
Tags: ajax, autocomplete, Jquery, MySQL, PHP
Posted in Jquery, MySQL, PHP, ajax | No comments
January 6, 2010 - 7:30 pm
Tags: interview, PHP
Posted in Interview Q/A, PHP | No comments
PHP Crawler Class
This class can be used to extract links and images from remote Web pages.
It can access Web pages, parse the pages HTML and extract the URLs of the links and the images.
If necessary, the class may access a login page and emulate the submission of a login form to subsequent accesses can be [...]
Yii is a high-performance component-based PHP framework best for developing large-scale Web applications. Yii comes with a full stack of features, including MVC, DAO/ActiveRecord, I18N/L10N, caching, jQuery-based AJAX support, authentication and role-based access control, scaffolding, input validation, widgets, events, theming, Web services, and so on. Written in strict OOP, Yii is easy to use and [...]