<?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"
	>

<channel>
	<title>Fabrizio Balliano</title>
	<atom:link href="http://fabrizioballiano.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://fabrizioballiano.net</link>
	<description></description>
	<pubDate>Tue, 06 May 2008 08:08:09 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>UCK 2.0.3 released</title>
		<link>http://fabrizioballiano.net/2008/05/05/uck-203-released/</link>
		<comments>http://fabrizioballiano.net/2008/05/05/uck-203-released/#comments</comments>
		<pubDate>Mon, 05 May 2008 18:51:25 +0000</pubDate>
		<dc:creator>Fabrizio Balliano</dc:creator>
		
		<category><![CDATA[Companies]]></category>

		<category><![CDATA[CreaLabs]]></category>

		<category><![CDATA[Things I do]]></category>

		<category><![CDATA[UCK]]></category>

		<guid isPermaLink="false">http://fabrizioballiano.net/?p=156</guid>
		<description><![CDATA[Just a few days after the 2.0.2 it&#8217;s time to download the new 2.0.3. It&#8217;s only a minor minor minor update release, just some documentation changes and the uck-gui icon was moved from the &#8220;utility&#8221; menu to the &#8220;system tools&#8221; menu.
Download UCK 2.0.3
PS: Sorry for the ugly post, I&#8217;m really out of time now :-)

]]></description>
			<content:encoded><![CDATA[<p>Just a few days after the 2.0.2 it&#8217;s time to download the new 2.0.3. It&#8217;s only a minor minor minor update release, just some documentation changes and the uck-gui icon was moved from the &#8220;utility&#8221; menu to the &#8220;system tools&#8221; menu.</p>
<p><a href="http://sourceforge.net/project/showfiles.php?group_id=169959&#038;package_id=193837&#038;release_id=597246">Download UCK 2.0.3</a></p>
<p>PS: Sorry for the ugly post, I&#8217;m really out of time now :-)</p>
<div class='addthis'><script type="text/javascript"><!--
  addthis_url    = 'http%3A%2F%2Ffabrizioballiano.net%2F2008%2F05%2F05%2Fuck-203-released%2F';
  addthis_title  = 'UCK+2.0.3+released';
  addthis_pub    = 'balliano';
--></script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script></div>
]]></content:encoded>
			<wfw:commentRss>http://fabrizioballiano.net/2008/05/05/uck-203-released/feed/</wfw:commentRss>
		</item>
		<item>
		<title>P4A 3 goes RC</title>
		<link>http://fabrizioballiano.net/2008/05/05/p4a-3-goes-rc/</link>
		<comments>http://fabrizioballiano.net/2008/05/05/p4a-3-goes-rc/#comments</comments>
		<pubDate>Mon, 05 May 2008 18:41:00 +0000</pubDate>
		<dc:creator>Fabrizio Balliano</dc:creator>
		
		<category><![CDATA[Companies]]></category>

		<category><![CDATA[CreaLabs]]></category>

		<category><![CDATA[P4A]]></category>

		<category><![CDATA[PHP]]></category>

		<category><![CDATA[Programming languages]]></category>

		<category><![CDATA[Things I do]]></category>

		<guid isPermaLink="false">http://fabrizioballiano.net/?p=155</guid>
		<description><![CDATA[Time to release some bugfixes and prepare for the stable release, we had to cut out jQuery UI (and P4A_DB_Navigator&#8217;s drag&#038;drop) from our roadmap &#8217;cause it seems that jQuery UI won&#8217;t be released soon and we can&#8217;t wait anymore.
Anyway, here is the changelog:
- saveUploads() method was moved from P4A_Mask to P4A_Data_Source
- P4A_DB::quote() method&#8217;s 2nd param [...]]]></description>
			<content:encoded><![CDATA[<p>Time to release some bugfixes and prepare for the stable release, we had to cut out jQuery UI (and P4A_DB_Navigator&#8217;s drag&#038;drop) from our roadmap &#8217;cause it seems that jQuery UI won&#8217;t be released soon and we can&#8217;t wait anymore.</p>
<p>Anyway, here is the changelog:</p>
<blockquote><p>- saveUploads() method was moved from P4A_Mask to P4A_Data_Source<br />
- P4A_DB::quote() method&#8217;s 2nd param &#8220;autoquote&#8221; is now false by default,<br />
  solving some problems with P4A_Data_Field::getSQLValue() and getSQLNewValue()<br />
- when P4A_DB_Source needs a quoted value now it uses P4A_DB->quote() with<br />
  autoquote turned on<br />
- P4A_DB::quote() method, if autoquote param is on, always encloses the value<br />
  within single quotes<br />
- jQuery::form was updated to 2.0.8<br />
- jQuery::iFixPNG was updated to 2.1<br />
- P4A_Menu&#8217;s CSS were changed a bit solving a bug with IE6 (too fast hide)<br />
- P4A_DB_Navigator movements were disabled (due to the unavailable jQuery UI release)<br />
  thus now all allowMovements methods trigger errors</p></blockquote>
<p>We&#8217;ll let this release &#8220;rest&#8221; for some weeks, during this time we&#8217;ll work on the documentation and website, fixing the bugs that will eventually come out. If everything will go smoothly as I hope, we&#8217;ll simply have to sync translations and release it as 3.0.0 final.</p>
<p><a href="http://downloads.sourceforge.net/p4a/p4a-3.0.0-rc1.zip?modtime=1209983193&#038;big_mirror=0">Download P4A 3.0.0-rc1</a>, please <a href="https://translations.launchpad.net/p4a/trunk/+pots/p4a">help us with translations</a> and report us all the bugs you find! Thank you so much!</p>
<div class='addthis'><script type="text/javascript"><!--
  addthis_url    = 'http%3A%2F%2Ffabrizioballiano.net%2F2008%2F05%2F05%2Fp4a-3-goes-rc%2F';
  addthis_title  = 'P4A+3+goes+RC';
  addthis_pub    = 'balliano';
--></script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script></div>
]]></content:encoded>
			<wfw:commentRss>http://fabrizioballiano.net/2008/05/05/p4a-3-goes-rc/feed/</wfw:commentRss>
		</item>
		<item>
		<title>UCK 2.0.2: hardy support and GPL3</title>
		<link>http://fabrizioballiano.net/2008/05/02/uck-202-hardy-support-and-gpl3/</link>
		<comments>http://fabrizioballiano.net/2008/05/02/uck-202-hardy-support-and-gpl3/#comments</comments>
		<pubDate>Fri, 02 May 2008 11:50:18 +0000</pubDate>
		<dc:creator>Fabrizio Balliano</dc:creator>
		
		<category><![CDATA[Companies]]></category>

		<category><![CDATA[CreaLabs]]></category>

		<category><![CDATA[Things I do]]></category>

		<category><![CDATA[UCK]]></category>

		<guid isPermaLink="false">http://fabrizioballiano.net/?p=154</guid>
		<description><![CDATA[It was a long time since the last UCK release but&#8230; it actually works pretty well for its purpose, anyway we thought it was time for an update.
With 2.0.2 you&#8217;ll find that UCK is now released under GPL3, I love it :-)
This new release adds support for Ubuntu 8.04 (hardy heron).
I worked on the (small) [...]]]></description>
			<content:encoded><![CDATA[<p>It was a long time since the last <a href="http://uck.sf.net">UCK</a> release but&#8230; it actually works pretty well for its purpose, anyway we thought it was time for an update.</p>
<p>With 2.0.2 you&#8217;ll find that UCK is now released under GPL3, I love it :-)<br />
This new release adds support for Ubuntu 8.04 (hardy heron).</p>
<p>I worked on the (small) patched working on &#8220;<a href="http://ubuntu-it.crealabs.it">Ubuntu Italian ISO</a>&#8221; and <a href="http://minibuntu.crealabs.it">Minibuntu</a> thus it should be tested enough.</p>
<p><a href="http://sourceforge.net/project/showfiles.php?group_id=169959&#038;package_id=193837&#038;release_id=596476">Download UCK 2.0.2</a></p>
<div class='addthis'><script type="text/javascript"><!--
  addthis_url    = 'http%3A%2F%2Ffabrizioballiano.net%2F2008%2F05%2F02%2Fuck-202-hardy-support-and-gpl3%2F';
  addthis_title  = 'UCK+2.0.2%3A+hardy+support+and+GPL3';
  addthis_pub    = 'balliano';
--></script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script></div>
]]></content:encoded>
			<wfw:commentRss>http://fabrizioballiano.net/2008/05/02/uck-202-hardy-support-and-gpl3/feed/</wfw:commentRss>
		</item>
		<item>
		<title>e-Socrates.org is alive and kicking again</title>
		<link>http://fabrizioballiano.net/2008/04/26/e-socratesorg-is-alive-and-kicking-again/</link>
		<comments>http://fabrizioballiano.net/2008/04/26/e-socratesorg-is-alive-and-kicking-again/#comments</comments>
		<pubDate>Sat, 26 Apr 2008 12:36:01 +0000</pubDate>
		<dc:creator>Fabrizio Balliano</dc:creator>
		
		<category><![CDATA[Companies]]></category>

		<category><![CDATA[CreaLabs]]></category>

		<category><![CDATA[Things I do]]></category>

		<category><![CDATA[e-Socrates]]></category>

		<guid isPermaLink="false">http://fabrizioballiano.net/?p=153</guid>
		<description><![CDATA[It&#8217;s been a while since the latest update on the e-Socrates.org project. During the last week Andrea and I decided that was time to work on that and we reinstalled all the moodle platform (1.9), recreated the nice graphic theme (you can download it if you want) and changed the policy.
Now e-Socrates.org is a full [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been a while since the latest update on the <a href="http://www.e-socrates.org">e-Socrates.org</a> project. During the last week Andrea and I decided that was time to work on that and we reinstalled all the moodle platform (1.9), recreated the nice graphic theme (you can download it if you want) and changed the policy.</p>
<p>Now <strong>e-Socrates.org is a full and free moodle hosting with ethic</strong>, ethic because everyone can access to all the material for reading also if the course is closed for subscription.</p>
<p>There would be a lot more to say but I&#8217;m running out of time, please keep reading on <a href="http://www.e-socrates.org">www.e-socrates.org</a>.</p>
<div class='addthis'><script type="text/javascript"><!--
  addthis_url    = 'http%3A%2F%2Ffabrizioballiano.net%2F2008%2F04%2F26%2Fe-socratesorg-is-alive-and-kicking-again%2F';
  addthis_title  = 'e-Socrates.org+is+alive+and+kicking+again';
  addthis_pub    = 'balliano';
--></script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script></div>
]]></content:encoded>
			<wfw:commentRss>http://fabrizioballiano.net/2008/04/26/e-socratesorg-is-alive-and-kicking-again/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Minibuntu 8.04 is out</title>
		<link>http://fabrizioballiano.net/2008/04/26/minibuntu-804-is-out/</link>
		<comments>http://fabrizioballiano.net/2008/04/26/minibuntu-804-is-out/#comments</comments>
		<pubDate>Sat, 26 Apr 2008 11:55:25 +0000</pubDate>
		<dc:creator>Fabrizio Balliano</dc:creator>
		
		<category><![CDATA[Companies]]></category>

		<category><![CDATA[CreaLabs]]></category>

		<category><![CDATA[Minibuntu]]></category>

		<category><![CDATA[Things I do]]></category>

		<guid isPermaLink="false">http://fabrizioballiano.net/?p=152</guid>
		<description><![CDATA[Just a day after the official Ubuntu 8.04 release I packed and uploaded the new minibuntu, go download it and start creating your own Ubuntu:
http://minibuntu.crealabs.it

]]></description>
			<content:encoded><![CDATA[<p>Just a day after the official Ubuntu 8.04 release I packed and uploaded the new minibuntu, go download it and start creating your own Ubuntu:</p>
<p><a href="http://minibuntu.crealabs.it">http://minibuntu.crealabs.it</a></p>
<div class='addthis'><script type="text/javascript"><!--
  addthis_url    = 'http%3A%2F%2Ffabrizioballiano.net%2F2008%2F04%2F26%2Fminibuntu-804-is-out%2F';
  addthis_title  = 'Minibuntu+8.04+is+out';
  addthis_pub    = 'balliano';
--></script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script></div>
]]></content:encoded>
			<wfw:commentRss>http://fabrizioballiano.net/2008/04/26/minibuntu-804-is-out/feed/</wfw:commentRss>
		</item>
		<item>
		<title>CreaLabs has a new website</title>
		<link>http://fabrizioballiano.net/2008/04/14/crealabs-has-a-new-website/</link>
		<comments>http://fabrizioballiano.net/2008/04/14/crealabs-has-a-new-website/#comments</comments>
		<pubDate>Mon, 14 Apr 2008 15:31:07 +0000</pubDate>
		<dc:creator>Fabrizio Balliano</dc:creator>
		
		<category><![CDATA[Companies]]></category>

		<category><![CDATA[CreaLabs]]></category>

		<guid isPermaLink="false">http://fabrizioballiano.net/?p=150</guid>
		<description><![CDATA[Finally the time has come, it was a long time since we turned the old website off and replaced it with a (beatiful IMHO :-)) splash page.

Today we opened the new CreaLabs&#8217; website, an italian wordpress powered blog with some nice info on what we do, be sure to check it out :-)
http://www.crealabs.it

]]></description>
			<content:encoded><![CDATA[<p>Finally the time has come, it was a long time since we turned the old website off and replaced it with a (beatiful IMHO :-)) splash page.</p>
<p><a href='http://www.crealabs.it'><img src="http://fabrizioballiano.net/wp-content/uploads/2008/04/crealabs.png" alt="" title="crealabs" width="391" height="120" class="centered" /></a></p>
<p>Today we opened the new CreaLabs&#8217; website, an italian wordpress powered blog with some nice info on what we do, be sure to check it out :-)<br />
<a href="http://www.crealabs.it">http://www.crealabs.it</a></p>
<div class='addthis'><script type="text/javascript"><!--
  addthis_url    = 'http%3A%2F%2Ffabrizioballiano.net%2F2008%2F04%2F14%2Fcrealabs-has-a-new-website%2F';
  addthis_title  = 'CreaLabs+has+a+new+website';
  addthis_pub    = 'balliano';
--></script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script></div>
]]></content:encoded>
			<wfw:commentRss>http://fabrizioballiano.net/2008/04/14/crealabs-has-a-new-website/feed/</wfw:commentRss>
		</item>
		<item>
		<title>10th preview for P4A 3, major upgrades and optimizations</title>
		<link>http://fabrizioballiano.net/2008/04/10/10th-preview-for-p4a-3-major-upgrades-and-optimizations/</link>
		<comments>http://fabrizioballiano.net/2008/04/10/10th-preview-for-p4a-3-major-upgrades-and-optimizations/#comments</comments>
		<pubDate>Thu, 10 Apr 2008 12:15:25 +0000</pubDate>
		<dc:creator>Fabrizio Balliano</dc:creator>
		
		<category><![CDATA[Companies]]></category>

		<category><![CDATA[CreaLabs]]></category>

		<category><![CDATA[P4A]]></category>

		<category><![CDATA[PHP]]></category>

		<category><![CDATA[Programming languages]]></category>

		<category><![CDATA[Things I do]]></category>

		<guid isPermaLink="false">http://fabrizioballiano.net/?p=149</guid>
		<description><![CDATA[The test phase is going on, thus some small modifications were done on many parts of the P4A codebase.

One important things for developer is that now all P4A_DB methods can use the &#8220;binding&#8221; feature coming with Zend Framework/PDO.
Other improvements were achived if you run P4A on Windows servers
FCKEditor was updated the new and shining 2.6 [...]]]></description>
			<content:encoded><![CDATA[<p>The test phase is going on, thus some small modifications were done on many parts of the P4A codebase.</p>
<ul>
<li>One important things for developer is that now all <strong>P4A_DB methods can use the &#8220;binding&#8221; feature</strong> coming with Zend Framework/PDO.</li>
<li>Other improvements were achived if you run <strong>P4A on Windows servers</strong></li>
<li>FCKEditor was updated the new and shining 2.6 release and other libraries were updated too</li>
</ul>
<p>but the most wonderful improvement is the <strong>Javascript/CSS lazy loading</strong>. We&#8217;re many heavy javascripts bundled with P4A (FCKEditor, the date picker etc&#8230;) and sometimes your app won&#8217;t use them&#8230; now every component is loaded only when needed and your applications will start and run much faster!</p>
<p>Anyway, let&#8217;s review the changelog:</p>
<blockquote><p>- a bug with P4A_Field::getAsRadio() was solved (labels can be clicked now)<br />
- P4A_Rmdir_Recursive() global function was added<br />
- P4A_Data_Field::setSequence() method does not add the &#8220;_seq&#8221; postfix anymore<br />
- P4A_DB::nextSequenceId() method adds the &#8220;_seq&#8221; postfix depending on the db you&#8217;re using<br />
- SQL dump for PostgreSQL was added to products_catalogue sample<br />
- products_catalogue&#8217; SQL dump for MySQL was renamed to db_dump_mysql.sql<br />
- P4A_Quote_SQL_Value() global function was removed<br />
- P4A_DB::quote() method was added (it&#8217;s a wrapper for Zend_DB quote method)<br />
- P4A_DB::get*(), fetch*(), query*() methods now support the binding params array<br />
- P4A_ROOT_PATH autodetection rules were changed a bit for Windows server compatibility<br />
- P4A_Strip_Double_Backslashes() global function was added<br />
- P4A_UPLOADS_DIR autodetection rules were changed a bit for Windows server compatibility<br />
- P4A_Fieldset&#8217;s label&#8217;s CSS was changed for Safari 3.1 compatibility<br />
- P4A_Label&#8217;s CSS was changes a bit for cross-browser compatibility<br />
- P4A_Field::getasText()&#8217;s CSS now has a default width (150px)<br />
- a bug with P4A_I18N::mergeTranslation() method was solved<br />
- FCKEditor was updated to 2.6<br />
- jQuery::UI::datepicker was updated to 3.4.3<br />
- javascript/css lazy loading was implemented, all widget depending js/css area loaded<br />
  only when loosing a lot of KB on first run<br />
- print CSS was removed<br />
- translations were synched<br />
- &#8220;Loading&#8230;&#8221; message can now be translated</p></blockquote>
<p>Now you can <a href="http://downloads.sourceforge.net/p4a/p4a-2.99.9.zip">Download P4A 2.99.9</a>, please <a href="https://translations.launchpad.net/p4a/trunk/+pots/p4a">help us with translations</a> and report us all the bugs you find! Thank you so much!</p>
<p>PS: remember to keep your eyes on the <a href="http://p4a.crealabsfoundation.org/tv">P4A TV</a>!</p>
<p>PPS: spread the word :-)</p>
<div class='addthis'><script type="text/javascript"><!--
  addthis_url    = 'http%3A%2F%2Ffabrizioballiano.net%2F2008%2F04%2F10%2F10th-preview-for-p4a-3-major-upgrades-and-optimizations%2F';
  addthis_title  = '10th+preview+for+P4A+3%2C+major+upgrades+and+optimizations';
  addthis_pub    = 'balliano';
--></script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script></div>
]]></content:encoded>
			<wfw:commentRss>http://fabrizioballiano.net/2008/04/10/10th-preview-for-p4a-3-major-upgrades-and-optimizations/feed/</wfw:commentRss>
		</item>
		<item>
		<title>P4A video: multidatabase</title>
		<link>http://fabrizioballiano.net/2008/04/03/p4a-video-multidatabase/</link>
		<comments>http://fabrizioballiano.net/2008/04/03/p4a-video-multidatabase/#comments</comments>
		<pubDate>Thu, 03 Apr 2008 09:20:30 +0000</pubDate>
		<dc:creator>Fabrizio Balliano</dc:creator>
		
		<category><![CDATA[Companies]]></category>

		<category><![CDATA[CreaLabs]]></category>

		<category><![CDATA[P4A]]></category>

		<category><![CDATA[PHP]]></category>

		<category><![CDATA[Programming languages]]></category>

		<category><![CDATA[Things I do]]></category>

		<guid isPermaLink="false">http://fabrizioballiano.net/?p=148</guid>
		<description><![CDATA[Just check it out on P4A TV:
http://p4a.crealabsfoundation.org/tv/2008/04/02/multidatabase.html

]]></description>
			<content:encoded><![CDATA[<p>Just check it out on <a href="http://p4a.crealabsfoundation.org/tv/">P4A TV</a>:<br />
<a href="http://p4a.crealabsfoundation.org/tv/2008/04/02/multidatabase.html">http://p4a.crealabsfoundation.org/tv/2008/04/02/multidatabase.html</a></p>
<div class='addthis'><script type="text/javascript"><!--
  addthis_url    = 'http%3A%2F%2Ffabrizioballiano.net%2F2008%2F04%2F03%2Fp4a-video-multidatabase%2F';
  addthis_title  = 'P4A+video%3A+multidatabase';
  addthis_pub    = 'balliano';
--></script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script></div>
]]></content:encoded>
			<wfw:commentRss>http://fabrizioballiano.net/2008/04/03/p4a-video-multidatabase/feed/</wfw:commentRss>
		</item>
		<item>
		<title>9th preview for P4A 3, closer and closer</title>
		<link>http://fabrizioballiano.net/2008/03/28/9th-preview-for-p4a-3-closer-and-closer/</link>
		<comments>http://fabrizioballiano.net/2008/03/28/9th-preview-for-p4a-3-closer-and-closer/#comments</comments>
		<pubDate>Fri, 28 Mar 2008 09:57:56 +0000</pubDate>
		<dc:creator>Fabrizio Balliano</dc:creator>
		
		<category><![CDATA[Companies]]></category>

		<category><![CDATA[CreaLabs]]></category>

		<category><![CDATA[P4A]]></category>

		<category><![CDATA[PHP]]></category>

		<category><![CDATA[Programming languages]]></category>

		<category><![CDATA[Things I do]]></category>

		<guid isPermaLink="false">http://fabrizioballiano.net/2008/03/28/9th-preview-for-p4a-3-closer-and-closer/</guid>
		<description><![CDATA[Time for a weekend bugfix preview release, there&#8217;s only one more task in our roadmap, that&#8217;s the P4A_DB_Navigator drag&#038;grop, but we&#8217;ve to wait for jQuery UI 1.5 to be released before completing it&#8230;
Changelog for this release:
- some minor changes were done after strict validation checks
- products_catalogue sample now has a &#8220;date&#8221; field to play with
- [...]]]></description>
			<content:encoded><![CDATA[<p>Time for a weekend bugfix preview release, there&#8217;s only one more task in our roadmap, that&#8217;s the P4A_DB_Navigator drag&#038;grop, but we&#8217;ve to wait for jQuery UI 1.5 to be released before completing it&#8230;</p>
<p>Changelog for this release:</p>
<blockquote><p>- some minor changes were done after strict validation checks<br />
- products_catalogue sample now has a &#8220;date&#8221; field to play with<br />
- a bug with empty values in P4A_Tables (passed to formatters) was solved<br />
- P4A_I18N::format() and normalize() methods now returns an empty string if<br />
  no value is passed<br />
- P4A_Validate_NotEmpty::isValid() method now correctly handles the &#8220;0&#8243; string<br />
  (which is a Zend Framework bug but we create a workaround for it)<br />
- P4A_I18N::translate() methods returns an empty string if nothing is passed<br />
- minor documentation updates were done on P4A_DB_Source<br />
- Zend Framework was updated to 1.5.1<br />
- P4A_Field::getAsMulticheckbox() and getAsRadio() methods now use<br />
  P4A_Generate_Widget_Layout_Table() global function to render labels and inputs<br />
- P4A_Field::getAsDate()&#8217;s input is now &#8220;readonly&#8221;<br />
- a bug with P4A_I18N::format() method managing dates was solved<br />
  (forcing format to YYYY-MM-dd)</p></blockquote>
<p>Next week the new translations will be imported and released, now go ahead and <a href="http://downloads.sourceforge.net/p4a/p4a-2.99.8.zip">Download P4A 2.99.8</a>, please <a href="https://translations.launchpad.net/p4a/trunk/+pots/p4a">help us with translations</a> (for the next preview I&#8217;ll sync all translations) and report us all the bugs you find! Thank you so much!</p>
<p>PS: remember to keep your eyes on the <a href="http://p4a.crealabsfoundation.org/tv">P4A TV</a>!</p>
<p>PPS: spread the word :-)</p>
<div class='addthis'><script type="text/javascript"><!--
  addthis_url    = 'http%3A%2F%2Ffabrizioballiano.net%2F2008%2F03%2F28%2F9th-preview-for-p4a-3-closer-and-closer%2F';
  addthis_title  = '9th+preview+for+P4A+3%2C+closer+and+closer';
  addthis_pub    = 'balliano';
--></script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script></div>
]]></content:encoded>
			<wfw:commentRss>http://fabrizioballiano.net/2008/03/28/9th-preview-for-p4a-3-closer-and-closer/feed/</wfw:commentRss>
		</item>
		<item>
		<title>8th preview for P4A 3</title>
		<link>http://fabrizioballiano.net/2008/03/25/8th-preview-for-p4a-3/</link>
		<comments>http://fabrizioballiano.net/2008/03/25/8th-preview-for-p4a-3/#comments</comments>
		<pubDate>Tue, 25 Mar 2008 09:14:36 +0000</pubDate>
		<dc:creator>Fabrizio Balliano</dc:creator>
		
		<category><![CDATA[Companies]]></category>

		<category><![CDATA[CreaLabs]]></category>

		<category><![CDATA[P4A]]></category>

		<category><![CDATA[PHP]]></category>

		<category><![CDATA[Programming languages]]></category>

		<category><![CDATA[Things I do]]></category>

		<guid isPermaLink="false">http://fabrizioballiano.net/2008/03/25/8th-preview-for-p4a-3/</guid>
		<description><![CDATA[P4A 3 is coming, we&#8217;ve only 2 tasks to complete in our roadmap!
For 2.99.7, out 8th preview release, I worked most of all on translation  support to build multilanguage applications and now our products_catalogue sample has multilanguage features you should explore.
The raw changelog:
- a bug with disabled P4A_Field::getAsCheckbox() was solved
- P4A_Field::getAsRadio()&#8217;s CSS was modified [...]]]></description>
			<content:encoded><![CDATA[<p>P4A 3 is coming, we&#8217;ve only 2 tasks to complete in our roadmap!</p>
<p>For 2.99.7, out 8th preview release, I worked most of all on translation  support to build multilanguage applications and now our products_catalogue sample has multilanguage features you should explore.</p>
<p>The raw changelog:</p>
<blockquote><p>- a bug with disabled P4A_Field::getAsCheckbox() was solved<br />
- P4A_Field::getAsRadio()&#8217;s CSS was modified a bit<br />
- P4A_Fieldset&#8217;s legend is now auto translated on getAsString()<br />
- P4A_Menu&#8217;s items are now auto translated on getAsString()<br />
- P4A_Mask&#8217;s title is now auto translated on getAsString()<br />
- P4A_Table&#8217;s headers names are now auto translated on getAsString()<br />
- P4A_Mask&#8217;s title is now automatically generated using ucfirst() function instead of ucwords()<br />
- P4A_I18N::mergeTranslation() method was added<br />
- products catalogue sample application was changed for simplicity (SQL structure also)<br />
- products catalogue sample application multilanguage support was added<br />
- P4A:I18N::format() and normalize() methods now have a new parameter that allows coder to control<br />
  if the method should throw an exception or now (default is true)<br />
- P4A_Fields now turns off the exception throwing parameter when calling P4A:I18N::format() or<br />
  P4A:I18N::normalize(), to avoid application break due to a wrong input</p></blockquote>
<p>Now you can <a href="http://downloads.sourceforge.net/p4a/p4a-2.99.7.zip">Download P4A 2.99.7</a>, please <a href="https://translations.launchpad.net/p4a/trunk/+pots/p4a">help us with translations</a> (for the next preview I&#8217;ll sync all translations) and report us all the bugs you find! Thank you so much!</p>
<p>PS: remember to keep your eyes on the <a href="http://p4a.crealabsfoundation.org/tv">P4A TV</a>!</p>
<p>PPS: spread the word :-)</p>
<div class='addthis'><script type="text/javascript"><!--
  addthis_url    = 'http%3A%2F%2Ffabrizioballiano.net%2F2008%2F03%2F25%2F8th-preview-for-p4a-3%2F';
  addthis_title  = '8th+preview+for+P4A+3';
  addthis_pub    = 'balliano';
--></script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script></div>
]]></content:encoded>
			<wfw:commentRss>http://fabrizioballiano.net/2008/03/25/8th-preview-for-p4a-3/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
