<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="http://www.phpclasses.org/rss2html.xsl"?>
<!-- Generated by: http://www.phpclasses.org/rsswriter $Revision: 1.13 $ -->
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
 <channel>
  <atom:link rel="self" type="application/rss+xml" href="http://www.phpclasses.org/blog/package/1/post/latest.rss"/>
  <description>Latest posts on the Forms generation and validation package blog</description>
  <link>http://www.phpclasses.org/blog/package/1/</link>
  <title>Latest Forms generation and validation package blog posts</title>
  <pubDate>Thu, 16 Feb 2012 14:34:44 GMT</pubDate>
  <language>en</language>
  <image>
   <link>http://www.phpclasses.org/blog/package/1/</link>
   <title>PHP Classes site logo</title>
   <url>http://files.phpclasses.org/themes/igd01/graphics/logo-phpclasses.png</url>
  </image>
  <item>
   <link>http://www.phpclasses.org/blog/package/1/post/8-Validating-PHP-Form-Inputs-Depending-Other-Inputs.html</link>
   <title>Validating PHP Form Inputs Depending Other Inputs</title>
   <description>&lt;div style=&quot;clear: both&quot;&gt;&#10;&lt;div style=&quot;margin-top: 1ex&quot;&gt;&lt;a href=&quot;http://www.phpclasses.org/blog/package/1/post/8-Validating-PHP-Form-Inputs-Depending-Other-Inputs.html&quot;&gt;Validating PHP Form Inputs Depending Other Inputs&lt;/a&gt;&lt;/div&gt;&#10;&lt;div style=&quot;margin-top: 1ex&quot;&gt;By Manuel Lemos&lt;/a&gt;&lt;/div&gt;&#10;&lt;div style=&quot;margin-top: 1ex&quot;&gt;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.&lt;br /&gt;&#13;&#10;&lt;br /&gt;&#13;&#10;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.&lt;/a&gt;&lt;/div&gt;&#10;&lt;/div&gt;&#10;</description>
   <pubDate>Thu, 10 Mar 2011 18:13:15 GMT</pubDate>
   <guid>http://www.phpclasses.org/blog/package/1/post/8-Validating-PHP-Form-Inputs-Depending-Other-Inputs.html</guid>
   <category>Validation</category>
  </item>
  <item>
   <link>http://www.phpclasses.org/blog/package/1/post/7-Showing-Google-Maps-with-many-markers-in-PHP.html</link>
   <title>Showing Google Maps with many markers in PHP</title>
   <description>&lt;div style=&quot;clear: both&quot;&gt;&#10;&lt;div style=&quot;margin-top: 1ex&quot;&gt;&lt;a href=&quot;http://www.phpclasses.org/blog/package/1/post/7-Showing-Google-Maps-with-many-markers-in-PHP.html&quot;&gt;Showing Google Maps with many markers in PHP&lt;/a&gt;&lt;/div&gt;&#10;&lt;div style=&quot;margin-top: 1ex&quot;&gt;By Manuel Lemos&lt;/a&gt;&lt;/div&gt;&#10;&lt;div style=&quot;margin-top: 1ex&quot;&gt;Sometimes you need to display Google Maps with a large number of markers. However, adding too many markers makes the map page load too slow.&lt;br /&gt;&#13;&#10;&lt;br /&gt;&#13;&#10;This article explains how you can use marker cluster feature of the forms map location plug-in to cluster large numbers of markers to make the page load much faster.&lt;/a&gt;&lt;/div&gt;&#10;&lt;/div&gt;&#10;</description>
   <pubDate>Thu, 04 Feb 2010 15:03:43 GMT</pubDate>
   <guid>http://www.phpclasses.org/blog/package/1/post/7-Showing-Google-Maps-with-many-markers-in-PHP.html</guid>
   <category>New features</category>
  </item>
  <item>
   <link>http://www.phpclasses.org/blog/package/1/post/6-Rich-HTML-form-select-input-plugin.html</link>
   <title>Rich HTML form select input plug-in</title>
   <description>&lt;div style=&quot;clear: both&quot;&gt;&#10;&lt;div style=&quot;margin-top: 1ex&quot;&gt;&lt;a href=&quot;http://www.phpclasses.org/blog/package/1/post/6-Rich-HTML-form-select-input-plugin.html&quot;&gt;Rich HTML form select input plug-in&lt;/a&gt;&lt;/div&gt;&#10;&lt;div style=&quot;margin-top: 1ex&quot;&gt;By Manuel Lemos&lt;/a&gt;&lt;/div&gt;&#10;&lt;div style=&quot;margin-top: 1ex&quot;&gt;The HTML forms select inputs are very useful but their limitations do not allow presenting a more detailed and pleasant to read information about the options that the user can select.&lt;br /&gt;&#13;&#10;&lt;br /&gt;&#13;&#10;The form list select custom input plug-in was released with the goal of overcoming the limitations of regular select inputs.&lt;br /&gt;&#13;&#10;&lt;br /&gt;&#13;&#10;This article provides an introduction to the features of this new plug-in.&lt;/a&gt;&lt;/div&gt;&#10;&lt;/div&gt;&#10;</description>
   <pubDate>Tue, 22 Dec 2009 15:17:55 GMT</pubDate>
   <guid>http://www.phpclasses.org/blog/package/1/post/6-Rich-HTML-form-select-input-plugin.html</guid>
   <category>New features</category>
  </item>
  <item>
   <link>http://www.phpclasses.org/blog/package/1/post/5-Locating-addresses-on-Google-Maps-embedded-in-PHP-generated-Web-forms.html</link>
   <title>Locating addresses on Google Maps embedded in PHP generated Web forms</title>
   <description>&lt;div style=&quot;clear: both&quot;&gt;&#10;&lt;div style=&quot;margin-top: 1ex&quot;&gt;&lt;a href=&quot;http://www.phpclasses.org/blog/package/1/post/5-Locating-addresses-on-Google-Maps-embedded-in-PHP-generated-Web-forms.html&quot;&gt;Locating addresses on Google Maps embedded in PHP generated Web forms&lt;/a&gt;&lt;/div&gt;&#10;&lt;div style=&quot;margin-top: 1ex&quot;&gt;By Manuel Lemos&lt;/a&gt;&lt;/div&gt;&#10;&lt;div style=&quot;margin-top: 1ex&quot;&gt;The forms generation and validation class map location plug-in has been enhanced to help users locating an address or a city on Google Maps embedded in PHP generated Web forms.&lt;br /&gt;&#13;&#10;&lt;br /&gt;&#13;&#10;This article explains how the maps location plug-in uses the Google Maps Geo-Coding API to find locations entered by the users in Web forms.&lt;/a&gt;&lt;/div&gt;&#10;&lt;/div&gt;&#10;</description>
   <pubDate>Wed, 04 Nov 2009 09:33:36 GMT</pubDate>
   <guid>http://www.phpclasses.org/blog/package/1/post/5-Locating-addresses-on-Google-Maps-embedded-in-PHP-generated-Web-forms.html</guid>
  </item>
  <item>
   <link>http://www.phpclasses.org/blog/package/1/post/4-Making-money-with-advertising-in-embedded-Google-Maps.html</link>
   <title>Making money with advertising in embedded Google Maps</title>
   <description>&lt;div style=&quot;clear: both&quot;&gt;&#10;&lt;div style=&quot;margin-top: 1ex&quot;&gt;&lt;a href=&quot;http://www.phpclasses.org/blog/package/1/post/4-Making-money-with-advertising-in-embedded-Google-Maps.html&quot;&gt;Making money with advertising in embedded Google Maps&lt;/a&gt;&lt;/div&gt;&#10;&lt;div style=&quot;margin-top: 1ex&quot;&gt;By Manuel Lemos&lt;/a&gt;&lt;/div&gt;&#10;&lt;div style=&quot;margin-top: 1ex&quot;&gt;Since a few months ago, you can place advertising in Google Maps and make money from maps embedded in your site pages.&lt;br /&gt;&#13;&#10;&lt;br /&gt;&#13;&#10;This article explains how to achieve it easily in PHP using the map location plug-in of the Forms Generation and validation package.&lt;/a&gt;&lt;/div&gt;&#10;&lt;/div&gt;&#10;</description>
   <pubDate>Tue, 27 Oct 2009 11:35:00 GMT</pubDate>
   <guid>http://www.phpclasses.org/blog/package/1/post/4-Making-money-with-advertising-in-embedded-Google-Maps.html</guid>
  </item>
  <item>
   <link>http://www.phpclasses.org/blog/package/1/post/3-Upcoming-Visual-HTML-templates-editor-plugin.html</link>
   <title>Upcoming Visual HTML templates editor plug-in</title>
   <description>&lt;div style=&quot;clear: both&quot;&gt;&#10;&lt;div style=&quot;margin-top: 1ex&quot;&gt;&lt;a href=&quot;http://www.phpclasses.org/blog/package/1/post/3-Upcoming-Visual-HTML-templates-editor-plugin.html&quot;&gt;Upcoming Visual HTML templates editor plug-in&lt;/a&gt;&lt;/div&gt;&#10;&lt;div style=&quot;margin-top: 1ex&quot;&gt;By Manuel Lemos&lt;/a&gt;&lt;/div&gt;&#10;&lt;div style=&quot;margin-top: 1ex&quot;&gt;A new plug-in for the PHP HTML forms validation and generation is being developed to provide a Visual editor for HTML templates.&lt;br /&gt;&#13;&#10;&lt;br /&gt;&#13;&#10;This article gives an overview of this plug-in features and invites every user to test it and comment on its current features, report bugs and suggest new features to make it more useful to everybody.&lt;/a&gt;&lt;/div&gt;&#10;&lt;/div&gt;&#10;</description>
   <pubDate>Tue, 29 Sep 2009 12:50:23 GMT</pubDate>
   <guid>http://www.phpclasses.org/blog/package/1/post/3-Upcoming-Visual-HTML-templates-editor-plugin.html</guid>
   <category>New features</category>
  </item>
  <item>
   <link>http://www.phpclasses.org/blog/package/1/post/2-Advanced-PHP-forms-scaffolding-AJAX-enabled-plugin-released.html</link>
   <title>Advanced PHP forms scaffolding AJAX enabled plug-in released</title>
   <description>&lt;div style=&quot;clear: both&quot;&gt;&#10;&lt;div style=&quot;margin-top: 1ex&quot;&gt;&lt;a href=&quot;http://www.phpclasses.org/blog/package/1/post/2-Advanced-PHP-forms-scaffolding-AJAX-enabled-plugin-released.html&quot;&gt;Advanced PHP forms scaffolding AJAX enabled plug-in released&lt;/a&gt;&lt;/div&gt;&#10;&lt;div style=&quot;margin-top: 1ex&quot;&gt;By Manuel Lemos&lt;/a&gt;&lt;/div&gt;&#10;&lt;div style=&quot;margin-top: 1ex&quot;&gt;A new plug-in for the PHP forms generation and validation class to implement scaffolding forms with AJAX support and other advanced features was released.&lt;br /&gt;&#13;&#10;&lt;br /&gt;&#13;&#10;This article presents the current and future features of the plug-in.&lt;/a&gt;&lt;/div&gt;&#10;&lt;/div&gt;&#10;</description>
   <pubDate>Wed, 08 Apr 2009 12:50:40 GMT</pubDate>
   <guid>http://www.phpclasses.org/blog/package/1/post/2-Advanced-PHP-forms-scaffolding-AJAX-enabled-plugin-released.html</guid>
   <category>New features</category>
  </item>
  <item>
   <link>http://www.phpclasses.org/blog/package/1/post/1-New-scaffolding-AJAX-plugin-beta.html</link>
   <title>New scaffolding AJAX plug-in beta</title>
   <description>&lt;div style=&quot;clear: both&quot;&gt;&#10;&lt;div style=&quot;margin-top: 1ex&quot;&gt;&lt;a href=&quot;http://www.phpclasses.org/blog/package/1/post/1-New-scaffolding-AJAX-plugin-beta.html&quot;&gt;New scaffolding AJAX plug-in beta&lt;/a&gt;&lt;/div&gt;&#10;&lt;div style=&quot;margin-top: 1ex&quot;&gt;By Manuel Lemos&lt;/a&gt;&lt;/div&gt;&#10;&lt;div style=&quot;margin-top: 1ex&quot;&gt;A new version of the forms generation and validation class package will be released soon.&lt;br /&gt;&#13;&#10;&lt;br /&gt;&#13;&#10;The main new feature is a powerful scaffolding plug-in that makes possible to quickly build forms to manage data records performing basic CRUD operations (Create, Read, Update and Delete), as well other useful operations like Previews.&lt;br /&gt;&#13;&#10;&lt;br /&gt;&#13;&#10;Currently, this scaffolding plug-in is in beta testing phase, but it already includes advanced features such as transparent AJAX support.&lt;br /&gt;&#13;&#10;&lt;br /&gt;&#13;&#10;Feedback is needed from users interested in testing the plug-in before it is released to the general public.&lt;/a&gt;&lt;/div&gt;&#10;&lt;/div&gt;&#10;</description>
   <pubDate>Thu, 19 Mar 2009 12:46:05 GMT</pubDate>
   <guid>http://www.phpclasses.org/blog/package/1/post/1-New-scaffolding-AJAX-plugin-beta.html</guid>
   <category>New features</category>
  </item>
 </channel>
</rss>
