<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Stefan Gabos &#187; Zebra_Form</title>
	<atom:link href="http://stefangabos.ro/category/zebra-form/feed/" rel="self" type="application/rss+xml" />
	<link>http://stefangabos.ro</link>
	<description>web developer extraordinaire</description>
	<lastBuildDate>Sat, 12 May 2012 19:31:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Zebra_Form, version 2.8.2 now available</title>
		<link>http://stefangabos.ro/php-libraries/zebra_form-version-2-8-2-now-available/</link>
		<comments>http://stefangabos.ro/php-libraries/zebra_form-version-2-8-2-now-available/#comments</comments>
		<pubDate>Fri, 11 May 2012 20:56:25 +0000</pubDate>
		<dc:creator>Stefan Gabos</dc:creator>
				<category><![CDATA[PHP libraries]]></category>
		<category><![CDATA[Zebra_Form]]></category>

		<guid isPermaLink="false">http://stefangabos.ro/?p=1788</guid>
		<description><![CDATA[Here’s what’s new in version 2.8.2: the upload rule now has also a client-side validation side, where it checks if the indicated path exists and is writable; fixed a bug for file uploads where, if the name of the uploaded file was too long, the &#8220;x&#8221; for canceling was not visible anymore; fixed a bug [...]]]></description>
			<content:encoded><![CDATA[<p>Here’s what’s new in version 2.8.2: the upload rule now has also a client-side validation side, where it checks if the indicated path exists and is writable; fixed a bug for file uploads where, if the name of the uploaded file was too long, the &#8220;x&#8221; for canceling was not visible anymore; fixed a bug where, after selecting a file, by clicking very close to the file’s name, users could open the file picker again, resulting in bogus visuals; fixed a bug which made the file name not to appear for an upload control having “upload” as the sole attached rule; updated Zebra_DatePicker to version 1.3.2</p>
<p>Visit <a href="http://stefangabos.ro/php-libraries/zebra-form/">Zebra_Form</a>&#8216;s page</p>
]]></content:encoded>
			<wfw:commentRss>http://stefangabos.ro/php-libraries/zebra_form-version-2-8-2-now-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zebra_Form, version 2.8.1 now available</title>
		<link>http://stefangabos.ro/php-libraries/zebra_form-version-2-8-1-now-available/</link>
		<comments>http://stefangabos.ro/php-libraries/zebra_form-version-2-8-1-now-available/#comments</comments>
		<pubDate>Sat, 07 Apr 2012 16:12:14 +0000</pubDate>
		<dc:creator>Stefan Gabos</dc:creator>
				<category><![CDATA[PHP libraries]]></category>
		<category><![CDATA[Zebra_Form]]></category>

		<guid isPermaLink="false">http://stefangabos.ro/?p=1764</guid>
		<description><![CDATA[Elements can now be validated "on-the-fly" where an element is validated as soon as it looses focus; use the newly added "validate_on_the_fly" flag for the "client_side_validation"; thanks to <strong>François Rigaudie</strong> and <strong>Konstantin Stoyanov</strong>; all error messages can now be shown on form submit rather than only the first one; use the newly added "validate_all" flag for the "client_side_validation"; thanks to <strong>François Rigaudie</strong> and <strong>Konstantin Stoyanov</strong>; file names can now be prefixed with a given string when uploading files (using the "upload" rule); thanks to <strong>Robert Warelis</strong>; the library now triggers an error message if a "date" control doesn't have the "date" rule set. note that this rule cannot be set automatically since it requires an error message to be set by the developer. thanks to <strong>bastian</strong>; the "length" rule, set with the 4th argument to TRUE, will now always show the character counter; previously, the character counter was shown only if the lower limit was 0. thanks to <strong>Andy Vogar</strong>; fixed a bug in the JavaScript code regarding the file upload control which was not working with jQuery UI. thanks to <strong>edward</strong> for fixing it; fixed a bug where validation would fail if there were two or more file upload controls on a form. thanks to <strong>edward</strong> for fixing it; fixed a bug where the class for disabled control was not correctly applied; some updates in the documentation; updated <a href="http://stefangabos.ro/jquery/zebra-datepicker/">Zebra_DatePicker</a> to version 1.3.1]]></description>
			<content:encoded><![CDATA[<p>Elements can now be validated &#8220;on-the-fly&#8221; where an element is validated as soon as it looses focus; use the newly added &#8220;validate_on_the_fly&#8221; flag for the &#8220;client_side_validation&#8221;; thanks to <strong>François Rigaudie</strong> and <strong>Konstantin Stoyanov</strong>; all error messages can now be shown on form submit rather than only the first one; use the newly added &#8220;validate_all&#8221; flag for the &#8220;client_side_validation&#8221;; thanks to <strong>François Rigaudie</strong> and <strong>Konstantin Stoyanov</strong>; file names can now be prefixed with a given string when uploading files (using the &#8220;upload&#8221; rule); thanks to <strong>Robert Warelis</strong>; the library now triggers an error message if a &#8220;date&#8221; control doesn&#8217;t have the &#8220;date&#8221; rule set. note that this rule cannot be set automatically since it requires an error message to be set by the developer. thanks to <strong>bastian</strong>; the &#8220;length&#8221; rule, set with the 4th argument to TRUE, will now always show the character counter; previously, the character counter was shown only if the lower limit was 0. thanks to <strong>Andy Vogar</strong>; fixed a bug in the JavaScript code regarding the file upload control which was not working with jQuery UI. thanks to <strong>edward</strong> for fixing it; fixed a bug where validation would fail if there were two or more file upload controls on a form. thanks to <strong>edward</strong> for fixing it; fixed a bug where the class for disabled control was not correctly applied; some updates in the documentation; updated <a href="http://stefangabos.ro/jquery/zebra-datepicker/">Zebra_DatePicker</a> to version 1.3.1</p>
<p>Visit <a href="http://stefangabos.ro/php-libraries/zebra-form/">Zebra_Form</a>&#8216;s page</p>
]]></content:encoded>
			<wfw:commentRss>http://stefangabos.ro/php-libraries/zebra_form-version-2-8-1-now-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zebra_Form, version 2.8 now available</title>
		<link>http://stefangabos.ro/php-libraries/zebra_form-version-2-8-now-available/</link>
		<comments>http://stefangabos.ro/php-libraries/zebra_form-version-2-8-now-available/#comments</comments>
		<pubDate>Sat, 10 Mar 2012 22:55:16 +0000</pubDate>
		<dc:creator>Stefan Gabos</dc:creator>
				<category><![CDATA[PHP libraries]]></category>
		<category><![CDATA[Zebra_Form]]></category>

		<guid isPermaLink="false">http://stefangabos.ro/?p=1747</guid>
		<description><![CDATA[Fixed a bug where the attach_tip() JavaScript method was not working properly; thanks to <strong>Andrei Bodeanschi</strong>; previously, the placeholders were injected to the bottom of the main document rather than right after the parent element and thus generating issues like placeholder remaining visible when hiding the parent element's container; now the placeholders are injected in the DOM right next to the parent element; fixed a bug where because of the fact that JavaScript and PHP treat new lines, accented characters and special characters differently (1 byte in JavaScript and 2 or 3 bytes in PHP), server-side validation of a maximum allowed length would sometimes fail if a textarea's value would contain new lines, although client-side validation was ok; thanks to <strong>Andrei Bodeanski</strong> for spotting it; fixed a bug where setting the "readonly_element" property to FALSE on a date element had no effect; thanks to <strong>bastian</strong>; fixed a bug where a date element's "get_date" method was triggering a warning if the the element was not required and no date was selected; thanks to <strong>bastian</strong>; the "length" rule now accepts a 5th argument instructing the script to show a counter of remaining characters; added a new method available for text, textarea and password controls, called <a href="http://stefangabos.ro/wp-content/docs/Zebra_Form/Generic/Zebra_Form_Control.html#methodchange_case">change_case</a> which can be used to instruct the script to force all letters typed by the user, to either uppercase or lowercase, in real-time; added documentation on <a href="http://stefangabos.ro/wp-content/docs/Zebra_Form/Zebra_Form/Zebra_Form.html#methodclient_side_validation">how to access the Zebra_Form object in JavaScript</a>, with examples; added documentation on <a href="http://stefangabos.ro/wp-content/docs/Zebra_Form/Generic/Zebra_Form_Control.html#methodset_rule">how to use AJAX in custom validations</a> (scroll down to the "custom" rule and keep reading); tweaked the default CSS style of the date control which was a bit too short; updated <a href="http://stefangabos.ro/jquery/zebra-datepicker/">Zebra_DatePicker</a> to version 1.2]]></description>
			<content:encoded><![CDATA[<p>Fixed a bug where the attach_tip() JavaScript method was not working properly; thanks to <strong>Andrei Bodeanschi</strong>; previously, the placeholders were injected to the bottom of the main document rather than right after the parent element and thus generating issues like placeholder remaining visible when hiding the parent element&#8217;s container; now the placeholders are injected in the DOM right next to the parent element; fixed a bug where because of the fact that JavaScript and PHP treat new lines, accented characters and special characters differently (1 byte in JavaScript and 2 or 3 bytes in PHP), server-side validation of a maximum allowed length would sometimes fail if a textarea&#8217;s value would contain new lines, although client-side validation was ok; thanks to <strong>Andrei Bodeanski</strong> for spotting it; fixed a bug where setting the &#8220;readonly_element&#8221; property to FALSE on a date element had no effect; thanks to <strong>bastian</strong>; fixed a bug where a date element&#8217;s &#8220;get_date&#8221; method was triggering a warning if the the element was not required and no date was selected; thanks to <strong>bastian</strong>; the &#8220;length&#8221; rule now accepts a 5th argument instructing the script to show a counter of remaining characters; added a new method available for text, textarea and password controls, called <a href="http://stefangabos.ro/wp-content/docs/Zebra_Form/Generic/Zebra_Form_Control.html#methodchange_case">change_case</a> which can be used to instruct the script to force all letters typed by the user, to either uppercase or lowercase, in real-time; added documentation on <a href="http://stefangabos.ro/wp-content/docs/Zebra_Form/Zebra_Form/Zebra_Form.html#methodclient_side_validation">how to access the Zebra_Form object in JavaScript</a>, with examples; added documentation on <a href="http://stefangabos.ro/wp-content/docs/Zebra_Form/Generic/Zebra_Form_Control.html#methodset_rule">how to use AJAX in custom validations</a> (scroll down to the &#8220;custom&#8221; rule and keep reading); tweaked the default CSS style of the date control which was a bit too short; updated <a href="http://stefangabos.ro/jquery/zebra-datepicker/">Zebra_DatePicker</a> to version 1.2</p>
<p>Visit <a href="http://stefangabos.ro/php-libraries/zebra-form/">Zebra_Form</a>&#8216;s page</p>
]]></content:encoded>
			<wfw:commentRss>http://stefangabos.ro/php-libraries/zebra_form-version-2-8-now-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zebra_Form, version 2.7.7 now available</title>
		<link>http://stefangabos.ro/php-libraries/zebra_form-version-2-7-7-now-available/</link>
		<comments>http://stefangabos.ro/php-libraries/zebra_form-version-2-7-7-now-available/#comments</comments>
		<pubDate>Wed, 18 Jan 2012 15:07:02 +0000</pubDate>
		<dc:creator>Stefan Gabos</dc:creator>
				<category><![CDATA[PHP libraries]]></category>
		<category><![CDATA[Zebra_Form]]></category>

		<guid isPermaLink="false">http://stefangabos.ro/?p=1662</guid>
		<description><![CDATA[Fixed a bug that made disabling dates impossible - thanks to <strong>Andrei Bodeanschi</strong>; fixed a bug with the "convert" rule that made it always delete the converted image immediately after conversion, if the "overwrite" argument was set to TRUE; added Albanian translation; thanks to <strong>Faton Sopa</strong>.]]></description>
			<content:encoded><![CDATA[<p>Fixed a bug that made disabling dates impossible &#8211; thanks to <strong>Andrei Bodeanschi</strong>; fixed a bug with the &#8220;convert&#8221; rule that made it always delete the converted image immediately after conversion, if the &#8220;overwrite&#8221; argument was set to TRUE; added Albanian translation; thanks to <strong>Faton Sopa</strong>.</p>
<p>Visit <a href="http://stefangabos.ro/php-libraries/zebra-form/">Zebra_Form</a>&#8216;s page</p>
]]></content:encoded>
			<wfw:commentRss>http://stefangabos.ro/php-libraries/zebra_form-version-2-7-7-now-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zebra_Form, version 2.7.6 now available</title>
		<link>http://stefangabos.ro/php-libraries/zebra_form-version-2-7-6-now-available/</link>
		<comments>http://stefangabos.ro/php-libraries/zebra_form-version-2-7-6-now-available/#comments</comments>
		<pubDate>Tue, 06 Dec 2011 19:41:33 +0000</pubDate>
		<dc:creator>Stefan Gabos</dc:creator>
				<category><![CDATA[PHP libraries]]></category>
		<category><![CDATA[Zebra_Form]]></category>

		<guid isPermaLink="false">http://stefangabos.ro/?p=1518</guid>
		<description><![CDATA[A bug was fixed that appeared since the last version and made file uploads to never pass validation; a bug was fixed where placeholders (labels used as "hints" inside text/password/textarea controls) would not follow their parent control upon resizing the browser window; sometimes error messages get stuck and cannot be closed; although I couldn't find the root of the problem I've done some tweaks and it seems to be working a bit better now (especially error messages related to file upload controls). the whole logic around error messages needs to be rewritten tough, as I realized that there are some faulted approaches there. ]]></description>
			<content:encoded><![CDATA[<p>A bug was fixed that appeared since the last version and made file uploads to never pass validation; a bug was fixed where placeholders (labels used as &#8220;hints&#8221; inside text/password/textarea controls) would not follow their parent control upon resizing the browser window; sometimes error messages get stuck and cannot be closed; although I couldn&#8217;t find the root of the problem I&#8217;ve done some tweaks and it seems to be working a bit better now (especially error messages related to file upload controls). the whole logic around error messages needs to be rewritten tough, as I realized that there are some faulted approaches there. </p>
<p>Visit <a href="http://stefangabos.ro/php-libraries/zebra-form/">Zebra_Form</a>&#8216;s page</p>
]]></content:encoded>
			<wfw:commentRss>http://stefangabos.ro/php-libraries/zebra_form-version-2-7-6-now-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zebra_Form, version 2.7.5 now available</title>
		<link>http://stefangabos.ro/php-libraries/zebra_form-version-2-7-5-now-available/</link>
		<comments>http://stefangabos.ro/php-libraries/zebra_form-version-2-7-5-now-available/#comments</comments>
		<pubDate>Sun, 20 Nov 2011 15:22:34 +0000</pubDate>
		<dc:creator>Stefan Gabos</dc:creator>
				<category><![CDATA[PHP libraries]]></category>
		<category><![CDATA[Zebra_Form]]></category>

		<guid isPermaLink="false">http://stefangabos.ro/?p=1510</guid>
		<description><![CDATA[In this version, a bug was fixed where using multiple forms on a single page would disable client-side validation for all forms but the first one; thanks to <strong>Pedro Abreu</strong> for reporting; fixed a bug where if there were selection groups in a select, it would never pass validation; fixed a bug where placeholders (labels as hints inside textboxes and textareas) were not working on textareas; thanks to <string>Chris</string> for reporting it a long time ago and to <strong>Andrei Bodeanschi</strong> for recently reminding me about it; elements that have <em>display:none </em> or <em>visibility:hidden</em> are no longer checked in the client-side validation process; the Zebra_Transform plugin is not included anymore in the library; it can be downloaded and used separately from <a href="http://stefangabos.ro/jquery/zebra-transform/">here</a> if needed; as a result, the form’s <em>fancy_form()</em> method is also gone; some additions to documentation;]]></description>
			<content:encoded><![CDATA[<p>In this version, a bug was fixed where using multiple forms on a single page would disable client-side validation for all forms but the first one; thanks to <strong>Pedro Abreu</strong> for reporting; fixed a bug where if there were selection groups in a select, it would never pass validation; fixed a bug where placeholders (labels as hints inside textboxes and textareas) were not working on textareas; thanks to <string>Chris</string> for reporting it a long time ago and to <strong>Andrei Bodeanschi</strong> for recently reminding me about it; elements that have <em>display:none </em> or <em>visibility:hidden</em> are no longer checked in the client-side validation process; the Zebra_Transform plugin is not included anymore in the library; it can be downloaded and used separately from <a href="http://stefangabos.ro/jquery/zebra-transform/">here</a> if needed; as a result, the form’s <em>fancy_form()</em> method is also gone; some additions to documentation;</p>
<p>Visit <a href="http://stefangabos.ro/php-libraries/zebra-form/">Zebra_Form</a>&#8216;s page</p>
]]></content:encoded>
			<wfw:commentRss>http://stefangabos.ro/php-libraries/zebra_form-version-2-7-5-now-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zebra_Form, version 2.7.4 now available</title>
		<link>http://stefangabos.ro/php-libraries/zebra_form-version-2-7-4-now-available/</link>
		<comments>http://stefangabos.ro/php-libraries/zebra_form-version-2-7-4-now-available/#comments</comments>
		<pubDate>Fri, 30 Sep 2011 06:45:33 +0000</pubDate>
		<dc:creator>Stefan Gabos</dc:creator>
				<category><![CDATA[PHP libraries]]></category>
		<category><![CDATA[Zebra_Form]]></category>

		<guid isPermaLink="false">http://stefangabos.ro/?p=1448</guid>
		<description><![CDATA[<ul class="default">
<li>fixed another bug that would make date validation impossible in certain scenarios;</li>
<li>minor updates to the JavaScript code;</li>
</ul>]]></description>
			<content:encoded><![CDATA[<ul class="default">
<li>fixed another bug that would make date validation impossible in certain scenarios;</li>
<li>minor updates to the JavaScript code;</li>
</ul>
<p>Visit <a href="http://stefangabos.ro/php-libraries/zebra-form/">Zebra_Form</a>&#8216;s page</p>
]]></content:encoded>
			<wfw:commentRss>http://stefangabos.ro/php-libraries/zebra_form-version-2-7-4-now-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zebra_Form, version 2.7.3 now available</title>
		<link>http://stefangabos.ro/php-libraries/zebra_form-version-2-7-3-now-available/</link>
		<comments>http://stefangabos.ro/php-libraries/zebra_form-version-2-7-3-now-available/#comments</comments>
		<pubDate>Fri, 16 Sep 2011 08:53:19 +0000</pubDate>
		<dc:creator>Stefan Gabos</dc:creator>
				<category><![CDATA[PHP libraries]]></category>
		<category><![CDATA[Zebra_Form]]></category>

		<guid isPermaLink="false">http://stefangabos.ro/?p=1368</guid>
		<description><![CDATA[<ul class="default">
<li>fixed a bug where dates having the day < 10 would not pass validation; thanks to <strong>Dev</strong> for reporting;</li>
<li>fixed a bug where <a href="http://stefangabos.ro/jquery/zebra-transform/">Zebra_TransForm</a> was incorrectly initialized and was transforming controls on the entire page rather than just the current form’s controls;</li>
<li>fixed a bug that made impossible to set custom classes for the actual &#60;form&#62; tag, through the form’s constructor method; thanks to <strong>Sebi Popa</strong> for reporting;</li>
<li>fixed a bug that would cause the script to trigger a warning when a select control would have [] (square brackets) in its name but the multiple attribute was not also set;</li>
<li>fixed an issue that allowed malicious users to submit arbitrary values instead of the ones defined at the form’s creation, for select controls, checkboxes and radio buttons; the severity of the issue was low as the submitted values were still filtered for cross-site scripting (XSS) attempts, so no real harm could be done; thanks for <strong>PunKeel </strong> for reporting;</li>
<li>previously, the library would rely on information available in the $_FILES super-global for determining an uploaded file’s mime type, which, as it turns out, is determined by the file’s extension, representing a potential security risk; now, for PHP versions 5.3.0+ compiled with the “php_fileinfo” extension, the uploaded file’s mime type is determined using PHP’s finfo_file function; thanks to <strong>DaveK</strong> for reporting;</li>
<li>now the script throws a JavaScript error if the JavaScript function required by a custom validation doesn’t exists; previously, it would silently ignore the fact;</li>
<li>updated the <a href="http://stefangabos.ro/jquery/zebra-datepicker/">Zebra_DatePicker</a> to version 1.1.2</li>
<li>updated documentation to reflect the recent changes in the <a href="http://stefangabos.ro/php-libraries/zebra-image/">Zebra_Image</a> library</li>
</ul>]]></description>
			<content:encoded><![CDATA[<ul class="default">
<li>fixed a bug where dates having the day < 10 would not pass validation; thanks to <strong>Dev</strong> for reporting;</li>
<li>fixed a bug where <a href="http://stefangabos.ro/jquery/zebra-transform/">Zebra_TransForm</a> was incorrectly initialized and was transforming controls on the entire page rather than just the current form’s controls;</li>
<li>fixed a bug that made impossible to set custom classes for the actual &lt;form&gt; tag, through the form’s constructor method; thanks to <strong>Sebi Popa</strong> for reporting;</li>
<li>fixed a bug that would cause the script to trigger a warning when a select control would have [] (square brackets) in its name but the multiple attribute was not also set;</li>
<li>fixed an issue that allowed malicious users to submit arbitrary values instead of the ones defined at the form’s creation, for select controls, checkboxes and radio buttons; the severity of the issue was low as the submitted values were still filtered for cross-site scripting (XSS) attempts, so no real harm could be done; thanks for <strong>PunKeel </strong> for reporting;</li>
<li>previously, the library would rely on information available in the $_FILES super-global for determining an uploaded file’s mime type, which, as it turns out, is determined by the file’s extension, representing a potential security risk; now, for PHP versions 5.3.0+ compiled with the “php_fileinfo” extension, the uploaded file’s mime type is determined using PHP’s finfo_file function; thanks to <strong>DaveK</strong> for reporting;</li>
<li>now the script throws a JavaScript error if the JavaScript function required by a custom validation doesn’t exists; previously, it would silently ignore the fact;</li>
<li>updated the <a href="http://stefangabos.ro/jquery/zebra-datepicker/">Zebra_DatePicker</a> to version 1.1.2</li>
<li>updated documentation to reflect the recent changes in the <a href="http://stefangabos.ro/php-libraries/zebra-image/">Zebra_Image</a> library</li>
</ul>
<p>Visit <a href="http://stefangabos.ro/php-libraries/zebra-form/">Zebra_Form</a>&#8216;s page</p>
]]></content:encoded>
			<wfw:commentRss>http://stefangabos.ro/php-libraries/zebra_form-version-2-7-3-now-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zebra_Form 2.7.2 and Zebra_DatePicker 1.1.1 are now available!</title>
		<link>http://stefangabos.ro/php-libraries/zebra_form-2-7-2-and-zebra_datepicker-1-1-1-are-now-available/</link>
		<comments>http://stefangabos.ro/php-libraries/zebra_form-2-7-2-and-zebra_datepicker-1-1-1-are-now-available/#comments</comments>
		<pubDate>Mon, 29 Aug 2011 08:26:00 +0000</pubDate>
		<dc:creator>Stefan Gabos</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[PHP libraries]]></category>
		<category><![CDATA[Zebra_Datepicker]]></category>
		<category><![CDATA[Zebra_Form]]></category>

		<guid isPermaLink="false">http://stefangabos.ro/?p=1347</guid>
		<description><![CDATA[A bug was fixed in the DatePicker's source, regarding event delegation, a bug that would crash the script in certain scenarios; thanks to Sebi Popa for spotting it!]]></description>
			<content:encoded><![CDATA[<p>A bug was fixed in the DatePicker&#8217;s source, regarding event delegation, a bug that would crash the script in certain scenarios; thanks to Sebi Popa for spotting it!</p>
<p>Visit <a href="http://stefangabos.ro/jquery/zebra-datepicker/">Zebra_Datepicker</a>&#8216;s page<br />
Visit <a href="http://stefangabos.ro/php-libraries/zebra-form/">Zebra_Form</a>&#8216;s page</p>
]]></content:encoded>
			<wfw:commentRss>http://stefangabos.ro/php-libraries/zebra_form-2-7-2-and-zebra_datepicker-1-1-1-are-now-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zebra_Form, version 2.7.1 now available</title>
		<link>http://stefangabos.ro/php-libraries/zebra_form-version-2-7-1-now-available/</link>
		<comments>http://stefangabos.ro/php-libraries/zebra_form-version-2-7-1-now-available/#comments</comments>
		<pubDate>Sat, 30 Jul 2011 12:45:21 +0000</pubDate>
		<dc:creator>Stefan Gabos</dc:creator>
				<category><![CDATA[PHP libraries]]></category>
		<category><![CDATA[Zebra_Form]]></category>

		<guid isPermaLink="false">http://stefangabos.ro/?p=1323</guid>
		<description><![CDATA[In version 2.7.1 a bug was fixed where dates would never validate for languages other than English - thanks to <strong>alfred</strong>; the form now completely adheres to <a href="http://www.w3.org/TR/WCAG20-TECHS/H44.html">http://www.w3.org/TR/WCAG20-TECHS/H44.html</a> which requires that all controls have an associated label - previously, the honeypot element did not have an associated label - thanks to <strong>Alexis</strong>; some minor optimizations in the PHP code and some clarifications in the documentation regarding the "resize" rule;]]></description>
			<content:encoded><![CDATA[<p>In version 2.7.1 a bug was fixed where dates would never validate for languages other than English &#8211; thanks to <strong>alfred</strong>; the form now completely adheres to <a href="http://www.w3.org/TR/WCAG20-TECHS/H44.html">http://www.w3.org/TR/WCAG20-TECHS/H44.html</a> which requires that all controls have an associated label &#8211; previously, the honeypot element did not have an associated label &#8211; thanks to <strong>Alexis</strong>; some minor optimizations in the PHP code and some clarifications in the documentation regarding the &#8220;resize&#8221; rule;</p>
<p>Visit <a href="http://stefangabos.ro/php-libraries/zebra-form/">Zebra_Form</a>&#8216;s page</p>
]]></content:encoded>
			<wfw:commentRss>http://stefangabos.ro/php-libraries/zebra_form-version-2-7-1-now-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

