8. Validating PHP Form Inputs Depending Other Inputs
Updated on: 2017-02-13
Posted on: 2011-03-10
Blog: PHP Forms Class with HTML Generator and JavaScript Validation package blog
Package: PHP Forms Class with HTML Generator and JavaScript Validation
Sometimes you have PHP generated pages with forms that have fields which you may want to validate or not depending on the state of other fields.
This article tells how you can easily implement conditional validation logic by explaining how to make one field be validated only if a radio or checkbox is site or some other special custom logic that you need to implement.
More ...
Post a comment
See comments (3) Trackbacks (0)
This article tells how you can easily implement conditional validation logic by explaining how to make one field be validated only if a radio or checkbox is site or some other special custom logic that you need to implement.



143. Is PHP really loosing popularity for Python and C#? PHP Innovation Award of 2010 - Lately in PHP podcast episode 9
Updated on: 2011-08-31
Posted on: 2011-02-28
The winner of the PHP Programming Innovation Award was announced. Rochak Chauhan was invited for an interview to talk about his award on episode 9 of the Lately in PHP podcast, hosted as usual by Manuel Lemos and Ernani Joppert.
The three also discuss the latest developments of the TIOBE programming languages ranking. The latest numbers seem to suggest that languages like Python and C# are gaining popularity supposedly at the expense of an apparent loss of interest on PHP.
More ...
Post a comment
See comments (8) Trackbacks (4)
The three also discuss the latest developments of the TIOBE programming languages ranking. The latest numbers seem to suggest that languages like Python and C# are gaining popularity supposedly at the expense of an apparent loss of interest on PHP.



142. Featured articles about your classes
Updated on: 2012-02-09
Posted on: 2011-02-23
The PHPClasses site is introducing a new feature that allows class developers to post special articles about their classes which become featured in the main PHP Classes blog.
The idea is to give more visibility to the work of the class developers by exposing to a greater audience certain articles about their classes which may be interesting to users of the site that are not yet users of those classes.
Only certain posts will get the featured article privilege. This posts explains how it works.
More ...
Post a comment
See comments (5) Trackbacks (0)
The idea is to give more visibility to the work of the class developers by exposing to a greater audience certain articles about their classes which may be interesting to users of the site that are not yet users of those classes.
Only certain posts will get the featured article privilege. This posts explains how it works.



141. PHP 2010 review and 2011 expectations, PHP bug fix releases and Chrome OS relevance - Lately in PHP podcast episode 8
Updated on: 2015-04-04
Posted on: 2011-01-31
On episode 8 of the Lately in PHP podcast, Manuel Lemos and Ernani Joppert review the most important happenings of the PHP world in 2010 and what they expect for 2011.
They also comment on the latest PHP bug fix releases and discuss why Chrome OS matters to PHP developers and Web application developers in general.
More ...
Post a comment
See comments (0) Trackbacks (1)
They also comment on the latest PHP bug fix releases and discuss why Chrome OS matters to PHP developers and Web application developers in general.



140. Does Google Chrome OS matter?
Updated on: 2011-01-25
Posted on: 2011-01-25
If you are a Web developer that is a question that you probably have been asking yourself since Google Chrome OS buzz started.
More ...
Post a comment
See comments (2) Trackbacks (0)



139. PHP Zeitgeist 2010: What PHP developers have been looking for in the last year?
Updated on: 2013-01-03
Posted on: 2011-01-03
PHP Zeitgeist is an initiative similar to Google Zeitgeist for presenting information about what PHP developers have been looking for in the latest times.
The PHP Zeitgeist 2010 edition was just published. This article presents an analysis about PHP developers search trends during 2010.
More ...
Post a comment
See comments (0) Trackbacks (2)
The PHP Zeitgeist 2010 edition was just published. This article presents an analysis about PHP developers search trends during 2010.



138. 2010: Yet another great year for PHP
Updated on: 2012-02-09
Posted on: 2010-12-23
2010 was an year full of interesting happenings for the PHP development and its community of developers.
This article presents a balance of what were the most important happenings in the PHP community in 2010, as well a reflection of what we can expect for 2011 for PHP, as well for the PHPClasses site.
More ...
Post a comment
See comments (3) Trackbacks (0)
This article presents a balance of what were the most important happenings in the PHP community in 2010, as well a reflection of what we can expect for 2011 for PHP, as well for the PHPClasses site.



137. Hardware Accelerated PHP, PHP 5.3.4, PHP 5.4 hold off, mod_PageSpeed and AJAX 2 - Lately in PHP podcast episode 7
Updated on: 2014-02-15
Posted on: 2010-11-30
On this episode of Lately in PHP podcast, Manuel Lemos and Ernani Joppert discuss the proposal of using video card GPUs to accelerate PHP.
They also comment on the upcoming release of PHP 5.3.4 expected for mid-December, as well the PHP 5.4 hold off debate that has been going on due mostly to the lack of consensus between core developers.
Apart from those PHP issues, they also comment of accelerating Web pages using Google mod_PageSpeed Apache 2 module, as well about the new features of XMLHttpRequest Level 2 JavaScript object to implement AJAX applications.
More ...
Post a comment
See comments (2) Trackbacks (1)
They also comment on the upcoming release of PHP 5.3.4 expected for mid-December, as well the PHP 5.4 hold off debate that has been going on due mostly to the lack of consensus between core developers.
Apart from those PHP issues, they also comment of accelerating Web pages using Google mod_PageSpeed Apache 2 module, as well about the new features of XMLHttpRequest Level 2 JavaScript object to implement AJAX applications.



136. AJAX 2: New possibilities offered by XMLHttpRequest level 2 specification
Updated on: 2010-11-23
Posted on: 2010-11-23
AJAX applications are often implemented using the XMLHttpRequest JavaScript object.
XMLHttpRequest is getting a new specification named Level 2. This post is just a quick note about another interesting article about what new specification brings and how you can take advantage of it in your AJAX applications.
More ...
Post a comment
See comments (8) Trackbacks (0)
XMLHttpRequest is getting a new specification named Level 2. This post is just a quick note about another interesting article about what new specification brings and how you can take advantage of it in your AJAX applications.



135. Accelerate Web Pages Automatically using Google Mod_PageSpeed: Unusual Site Speedup Techniques Part 4
Updated on: 2010-11-17
Posted on: 2010-11-17
After several months of development, Google announces a stable release of mod_pagespeed, an Apache 2 Web server module that can automatically optimize the Web pages that are served by Apache without any changes to the actual scripts that generate those Web pages.
This article explains in more detail what is mod_pagespeedup and how you can use it to improve the speed of serving your site Web pages.
More ...
Post a comment
See comments (16) Trackbacks (4)
This article explains in more detail what is mod_pagespeedup and how you can use it to improve the speed of serving your site Web pages.


