<?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>Fabrizio Balliano</title>
	<atom:link href="http://fabrizioballiano.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://fabrizioballiano.net</link>
	<description></description>
	<lastBuildDate>Fri, 02 Dec 2011 08:30:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Magento Professional customer&#8217;s password hashing</title>
		<link>http://fabrizioballiano.net/2011/11/30/magento-professional-customers-password-hashing/</link>
		<comments>http://fabrizioballiano.net/2011/11/30/magento-professional-customers-password-hashing/#comments</comments>
		<pubDate>Wed, 30 Nov 2011 13:50:48 +0000</pubDate>
		<dc:creator>Fabrizio Balliano</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Magento]]></category>

		<guid isPermaLink="false">http://fabrizioballiano.net/2011/11/30/magento-professional-customers-password-hashing/</guid>
		<description><![CDATA[So you want to import customer accounts but you&#8217;ve to generate the password hash? here you&#8217;ve the algorithm used by Magento Professional (which is different from Magento Community, but you can easily find that one in the net):]]></description>
			<content:encoded><![CDATA[<p>So you want to import customer accounts but you&#8217;ve to generate the password hash? here you&#8217;ve the algorithm used by Magento Professional (which is different from Magento Community, but you can easily find that one in the net):</p>
<blockquote><p><?php<br />
$passhash = hash("sha256", $salt . $password) . ":$salt";
</p></blockquote>
<p>By the way, for the community it&#8217;s</p>
<blockquote><p><?php<br />
$passhash = md5($salt . $password) . ":$salt";
</p></blockquote>



Share/bookmark: 

	<a rel="nofollow" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Ffabrizioballiano.net%2F2011%2F11%2F30%2Fmagento-professional-customers-password-hashing%2F&amp;title=Magento%20Professional%20customer%27s%20password%20hashing" title="Digg"><img src="http://fabrizioballiano.net/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a> 
	<a rel="nofollow" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Ffabrizioballiano.net%2F2011%2F11%2F30%2Fmagento-professional-customers-password-hashing%2F&amp;title=Magento%20Professional%20customer%27s%20password%20hashing" title="StumbleUpon"><img src="http://fabrizioballiano.net/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a> 
	<a rel="nofollow" href="http://www.facebook.com/share.php?u=http%3A%2F%2Ffabrizioballiano.net%2F2011%2F11%2F30%2Fmagento-professional-customers-password-hashing%2F&amp;t=Magento%20Professional%20customer%27s%20password%20hashing" title="Facebook"><img src="http://fabrizioballiano.net/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a> 
	<a rel="nofollow" href="http://reddit.com/submit?url=http%3A%2F%2Ffabrizioballiano.net%2F2011%2F11%2F30%2Fmagento-professional-customers-password-hashing%2F&amp;title=Magento%20Professional%20customer%27s%20password%20hashing" title="Reddit"><img src="http://fabrizioballiano.net/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a> 
	<a rel="nofollow" href="http://www.mixx.com/submit?page_url=http%3A%2F%2Ffabrizioballiano.net%2F2011%2F11%2F30%2Fmagento-professional-customers-password-hashing%2F&amp;title=Magento%20Professional%20customer%27s%20password%20hashing" title="Mixx"><img src="http://fabrizioballiano.net/wp-content/plugins/sociable/images/mixx.png" title="Mixx" alt="Mixx" class="sociable-hovers" /></a> 
	<a rel="nofollow" href="http://del.icio.us/post?url=http%3A%2F%2Ffabrizioballiano.net%2F2011%2F11%2F30%2Fmagento-professional-customers-password-hashing%2F&amp;title=Magento%20Professional%20customer%27s%20password%20hashing" title="del.icio.us"><img src="http://fabrizioballiano.net/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a> 
	<a rel="nofollow" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Ffabrizioballiano.net%2F2011%2F11%2F30%2Fmagento-professional-customers-password-hashing%2F&amp;title=Magento%20Professional%20customer%27s%20password%20hashing" title="Google"><img src="http://fabrizioballiano.net/wp-content/plugins/sociable/images/googlebookmark.png" title="Google" alt="Google" class="sociable-hovers" /></a> 
	<a rel="nofollow" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Ffabrizioballiano.net%2F2011%2F11%2F30%2Fmagento-professional-customers-password-hashing%2F&amp;title=Magento%20Professional%20customer%27s%20password%20hashing" title="Live"><img src="http://fabrizioballiano.net/wp-content/plugins/sociable/images/live.png" title="Live" alt="Live" class="sociable-hovers" /></a> 
	<a rel="nofollow" href="http://www.newsvine.com/_tools/seed&amp;save?u=http%3A%2F%2Ffabrizioballiano.net%2F2011%2F11%2F30%2Fmagento-professional-customers-password-hashing%2F&amp;h=Magento%20Professional%20customer%27s%20password%20hashing" title="NewsVine"><img src="http://fabrizioballiano.net/wp-content/plugins/sociable/images/newsvine.png" title="NewsVine" alt="NewsVine" class="sociable-hovers" /></a> 


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://fabrizioballiano.net/2011/11/30/magento-professional-customers-password-hashing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create a custom order attribute in Magento</title>
		<link>http://fabrizioballiano.net/2011/11/15/create-a-custom-order-attribute-in-magento/</link>
		<comments>http://fabrizioballiano.net/2011/11/15/create-a-custom-order-attribute-in-magento/#comments</comments>
		<pubDate>Tue, 15 Nov 2011 09:54:25 +0000</pubDate>
		<dc:creator>Fabrizio Balliano</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Magento]]></category>

		<guid isPermaLink="false">http://fabrizioballiano.net/?p=735</guid>
		<description><![CDATA[I&#8217;ve run into a few posts about this thing but none of them was working out of the box so I took all the info and glued them together so&#8230; if you&#8217;ve to create a custom attribute for a Magento order but you don&#8217;t have a module (and its installer script) simply create a php [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve run into a few posts about this thing but none of them was working out of the box so I took all the info and glued them together so&#8230;</p>
<p>if you&#8217;ve to create a custom attribute for a Magento order but you don&#8217;t have a module (and its installer script) simply create a php file in the project&#8217;s root with this code:</p>
<blockquote><p>require_once(&#8216;app/Mage.php&#8217;);<br />
Mage::app()->setCurrentStore(Mage::getModel(&#8216;core/store&#8217;)->load(Mage_Core_Model_App::ADMIN_STORE_ID));<br />
$installer = newMage_Sales_Model_Mysql4_Setup;<br />
$attribute  = array(<br />
        &#8216;type&#8217;          => &#8216;text&#8217;,<br />
        &#8216;backend_type&#8217;  => &#8216;text&#8217;,<br />
        &#8216;frontend_input&#8217; => &#8216;text&#8217;,<br />
        &#8216;is_user_defined&#8217; => true,<br />
        &#8216;label&#8217;         => &#8216;Your attribute label&#8217;,<br />
        &#8216;visible&#8217;       => true,<br />
        &#8216;required&#8217;      => false,<br />
        &#8216;user_defined&#8217;  => false,<br />
        &#8216;searchable&#8217;    => false,<br />
        &#8216;filterable&#8217;    => false,<br />
        &#8216;comparable&#8217;    => false,<br />
        &#8216;default&#8217;       => &#8221;<br />
);<br />
$installer->addAttribute(&#8216;order&#8217;, &#8216;your_attribute_code&#8217;, $attribute);<br />
$installer->endSetup();</p></blockquote>
<p>This attribute is a &#8220;text&#8221; and it&#8217;s made not to be visible but just to use it as a container for some data you may need in your custom development, more info may come in comments if you need.</p>



Share/bookmark: 

	<a rel="nofollow" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Ffabrizioballiano.net%2F2011%2F11%2F15%2Fcreate-a-custom-order-attribute-in-magento%2F&amp;title=Create%20a%20custom%20order%20attribute%20in%20Magento" title="Digg"><img src="http://fabrizioballiano.net/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a> 
	<a rel="nofollow" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Ffabrizioballiano.net%2F2011%2F11%2F15%2Fcreate-a-custom-order-attribute-in-magento%2F&amp;title=Create%20a%20custom%20order%20attribute%20in%20Magento" title="StumbleUpon"><img src="http://fabrizioballiano.net/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a> 
	<a rel="nofollow" href="http://www.facebook.com/share.php?u=http%3A%2F%2Ffabrizioballiano.net%2F2011%2F11%2F15%2Fcreate-a-custom-order-attribute-in-magento%2F&amp;t=Create%20a%20custom%20order%20attribute%20in%20Magento" title="Facebook"><img src="http://fabrizioballiano.net/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a> 
	<a rel="nofollow" href="http://reddit.com/submit?url=http%3A%2F%2Ffabrizioballiano.net%2F2011%2F11%2F15%2Fcreate-a-custom-order-attribute-in-magento%2F&amp;title=Create%20a%20custom%20order%20attribute%20in%20Magento" title="Reddit"><img src="http://fabrizioballiano.net/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a> 
	<a rel="nofollow" href="http://www.mixx.com/submit?page_url=http%3A%2F%2Ffabrizioballiano.net%2F2011%2F11%2F15%2Fcreate-a-custom-order-attribute-in-magento%2F&amp;title=Create%20a%20custom%20order%20attribute%20in%20Magento" title="Mixx"><img src="http://fabrizioballiano.net/wp-content/plugins/sociable/images/mixx.png" title="Mixx" alt="Mixx" class="sociable-hovers" /></a> 
	<a rel="nofollow" href="http://del.icio.us/post?url=http%3A%2F%2Ffabrizioballiano.net%2F2011%2F11%2F15%2Fcreate-a-custom-order-attribute-in-magento%2F&amp;title=Create%20a%20custom%20order%20attribute%20in%20Magento" title="del.icio.us"><img src="http://fabrizioballiano.net/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a> 
	<a rel="nofollow" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Ffabrizioballiano.net%2F2011%2F11%2F15%2Fcreate-a-custom-order-attribute-in-magento%2F&amp;title=Create%20a%20custom%20order%20attribute%20in%20Magento" title="Google"><img src="http://fabrizioballiano.net/wp-content/plugins/sociable/images/googlebookmark.png" title="Google" alt="Google" class="sociable-hovers" /></a> 
	<a rel="nofollow" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Ffabrizioballiano.net%2F2011%2F11%2F15%2Fcreate-a-custom-order-attribute-in-magento%2F&amp;title=Create%20a%20custom%20order%20attribute%20in%20Magento" title="Live"><img src="http://fabrizioballiano.net/wp-content/plugins/sociable/images/live.png" title="Live" alt="Live" class="sociable-hovers" /></a> 
	<a rel="nofollow" href="http://www.newsvine.com/_tools/seed&amp;save?u=http%3A%2F%2Ffabrizioballiano.net%2F2011%2F11%2F15%2Fcreate-a-custom-order-attribute-in-magento%2F&amp;h=Create%20a%20custom%20order%20attribute%20in%20Magento" title="NewsVine"><img src="http://fabrizioballiano.net/wp-content/plugins/sociable/images/newsvine.png" title="NewsVine" alt="NewsVine" class="sociable-hovers" /></a> 


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://fabrizioballiano.net/2011/11/15/create-a-custom-order-attribute-in-magento/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>UCK 2.4.5 is out!</title>
		<link>http://fabrizioballiano.net/2011/11/10/uck-2-4-5-is-out/</link>
		<comments>http://fabrizioballiano.net/2011/11/10/uck-2-4-5-is-out/#comments</comments>
		<pubDate>Thu, 10 Nov 2011 16:49:17 +0000</pubDate>
		<dc:creator>Fabrizio Balliano</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Things I do]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[UCK]]></category>

		<guid isPermaLink="false">http://fabrizioballiano.net/2011/11/10/uck-2-4-5-is-out/</guid>
		<description><![CDATA[A new maintainance release is ready just for you, giving you full oneiric compatibility (except for alternate, we need help), here&#8217;s the changelog: &#8212;&#8212;&#8212;&#8211; &#8211; 2.4.5 &#8211; &#8212;&#8212;&#8212;&#8211; * Frontend: * new languages (zh-hans/zh-hant) are now correctly handled. Fixes #770810 * hybrid image generation support was added to uck-gui (#830146) * oneiric language packs support [...]]]></description>
			<content:encoded><![CDATA[<p>A new maintainance release is ready just for you, giving you full oneiric compatibility (<a href="https://bugs.launchpad.net/uck/+bug/885399">except for alternate, we need help</a>), here&#8217;s the changelog:</p>
<blockquote><p>&#8212;&#8212;&#8212;&#8211;<br />
&#8211; 2.4.5 &#8211;<br />
&#8212;&#8212;&#8212;&#8211;<br />
* Frontend:<br />
	* new languages (zh-hans/zh-hant) are now correctly handled.<br />
	  Fixes #770810<br />
	* hybrid image generation support was added to uck-gui (#830146)<br />
	* oneiric language packs support was added<br />
* Backend:<br />
	* /etc/fstab is not mandatory in the squashfs file system (#808506)<br />
	* /var/run is now a symbolic link to /run (#812418)<br />
	* Oneiric alternate support was added (#842487)<br />
	* mkisofs calls were replaced with genisoimage (#836350)<br />
	* isohybrid support was added (uck-remaster-pack-iso -h) (#830146)<br />
	* manifest diff now checks if manifest files really exist<br />
	* lxterminal support was added (#865295)<br />
	* mksquashfs now uses XZ (lzma) compression if available<br />
	  (squashfs-tool => 4.1 and guest kernel => 2.6.30)<br />
	  (#654234)<br />
	* gfxboot-theme-ubuntu download method was rewritten<br />
	  (question #157847)<br />
	* firefox locale auto-remove workaround was added (#886838)<br />
* Package:<br />
	* suggestion for syslinux (isohybrid) installation was added</p></blockquote>
<p><a href="http://sourceforge.net/projects/uck/files/uck/2.4.5/uck_2.4.5-0ubuntu1_all.deb/download">Download UCK 2.4.5</a> or use <a href="http://fabrizioballiano.net/2010/09/02/ucks-ppas-now-available/">our stable PPA</a>.</p>



Share/bookmark: 

	<a rel="nofollow" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Ffabrizioballiano.net%2F2011%2F11%2F10%2Fuck-2-4-5-is-out%2F&amp;title=UCK%202.4.5%20is%20out%21" title="Digg"><img src="http://fabrizioballiano.net/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a> 
	<a rel="nofollow" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Ffabrizioballiano.net%2F2011%2F11%2F10%2Fuck-2-4-5-is-out%2F&amp;title=UCK%202.4.5%20is%20out%21" title="StumbleUpon"><img src="http://fabrizioballiano.net/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a> 
	<a rel="nofollow" href="http://www.facebook.com/share.php?u=http%3A%2F%2Ffabrizioballiano.net%2F2011%2F11%2F10%2Fuck-2-4-5-is-out%2F&amp;t=UCK%202.4.5%20is%20out%21" title="Facebook"><img src="http://fabrizioballiano.net/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a> 
	<a rel="nofollow" href="http://reddit.com/submit?url=http%3A%2F%2Ffabrizioballiano.net%2F2011%2F11%2F10%2Fuck-2-4-5-is-out%2F&amp;title=UCK%202.4.5%20is%20out%21" title="Reddit"><img src="http://fabrizioballiano.net/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a> 
	<a rel="nofollow" href="http://www.mixx.com/submit?page_url=http%3A%2F%2Ffabrizioballiano.net%2F2011%2F11%2F10%2Fuck-2-4-5-is-out%2F&amp;title=UCK%202.4.5%20is%20out%21" title="Mixx"><img src="http://fabrizioballiano.net/wp-content/plugins/sociable/images/mixx.png" title="Mixx" alt="Mixx" class="sociable-hovers" /></a> 
	<a rel="nofollow" href="http://del.icio.us/post?url=http%3A%2F%2Ffabrizioballiano.net%2F2011%2F11%2F10%2Fuck-2-4-5-is-out%2F&amp;title=UCK%202.4.5%20is%20out%21" title="del.icio.us"><img src="http://fabrizioballiano.net/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a> 
	<a rel="nofollow" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Ffabrizioballiano.net%2F2011%2F11%2F10%2Fuck-2-4-5-is-out%2F&amp;title=UCK%202.4.5%20is%20out%21" title="Google"><img src="http://fabrizioballiano.net/wp-content/plugins/sociable/images/googlebookmark.png" title="Google" alt="Google" class="sociable-hovers" /></a> 
	<a rel="nofollow" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Ffabrizioballiano.net%2F2011%2F11%2F10%2Fuck-2-4-5-is-out%2F&amp;title=UCK%202.4.5%20is%20out%21" title="Live"><img src="http://fabrizioballiano.net/wp-content/plugins/sociable/images/live.png" title="Live" alt="Live" class="sociable-hovers" /></a> 
	<a rel="nofollow" href="http://www.newsvine.com/_tools/seed&amp;save?u=http%3A%2F%2Ffabrizioballiano.net%2F2011%2F11%2F10%2Fuck-2-4-5-is-out%2F&amp;h=UCK%202.4.5%20is%20out%21" title="NewsVine"><img src="http://fabrizioballiano.net/wp-content/plugins/sociable/images/newsvine.png" title="NewsVine" alt="NewsVine" class="sociable-hovers" /></a> 


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://fabrizioballiano.net/2011/11/10/uck-2-4-5-is-out/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>&#8220;Magento 1.4 Themes Design Cookbook&#8221; review</title>
		<link>http://fabrizioballiano.net/2011/08/17/magento-1-4-themes-design-cookbook-review/</link>
		<comments>http://fabrizioballiano.net/2011/08/17/magento-1-4-themes-design-cookbook-review/#comments</comments>
		<pubDate>Wed, 17 Aug 2011 09:04:09 +0000</pubDate>
		<dc:creator>Fabrizio Balliano</dc:creator>
				<category><![CDATA[Various]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[e-commerce]]></category>
		<category><![CDATA[Magento]]></category>
		<category><![CDATA[Magento 1.4 Development Cookbook]]></category>
		<category><![CDATA[Magento 1.4 Themes Design]]></category>
		<category><![CDATA[Packt]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[Varien]]></category>

		<guid isPermaLink="false">http://fabrizioballiano.net/2011/04/26/magento-1-4-themes-design-cookbook-review/</guid>
		<description><![CDATA[As I wrote a few days ago, I was asked to review the Magento 1.4 Development Cookbook by Packt so I took the right time to read it deeply and with great attention to point out every pro and con of this mid-length book (249 pages). First of all the book is available at a [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://link.packtpub.com/doBmjO"></a><a href="http://link.packtpub.com/F3myXd "><img class="alignleft size-full wp-image-677" title="Magento 1.4 Themes Design Cookbook" src="http://fabrizioballiano.net/wp-content/uploads/2011/04/magento-14-themes-design.jpg" alt="" width="145" height="179" /></a>As I wrote a few days ago, I was asked to review the <a href="http://link.packtpub.com/doBmjO">Magento 1.4 Development Cookbook</a> by <a href="http://www.packtpub.com/">Packt</a> so I took the right time to read it deeply and with great attention to point out every pro and con of this mid-length book (249 pages).</p>
<p>First of all the book is available at a price of ~40 USD (~31 EUR) if you want the paper book, or ~32 USD (~25 EUR) for the digital copy (in PDF format), <strong>the price is right</strong> (maybe just a little high) for a highly technical book like this. You&#8217;ll also receive a <strong>comprehensive archive of all the code</strong> that&#8217;s used in the book, really useful for a quick cut&amp;paste to try out things!</p>
<p>Now, I&#8217;ve to say that Magento 1.6 is near to be released and still we&#8217;ve no book about 1.5, and also if 1.4 documentation is still valid I think that it would be the time to update all the books on the new releases.</p>
<p><strong>Chapter 1</strong>: I think it&#8217;s completely useless unless for the section about the differences between 1.3 and 1.4, in this moment every designer about to design and/or code a Magento themes already know what can be done and surely has seen enough themes in the wild so I think that we don&#8217;t need an introduction or a showcase.</p>
<p><strong>Chapter 2</strong>: this is one of my preferred chapters, ok it&#8217;s not so difficult but it explains all the basic concept and it&#8217;s really needed for the first timers. I think this chapter should have been the first one but anyway it&#8217;s great.</p>
<p><strong>Chapter 3</strong>: probably it could be merged with the 2nd &#8217;cause it keeps talking about the basic things you need to know when you&#8217;re about to start working on a Magento themes, useful but anyway I think none needs a &#8220;where do I get inspiration for a favicon&#8221; section. The &#8220;display products on the homepage&#8221; section is instead really useful and raises the level of this chapter.</p>
<p><strong>Chapter 4</strong>: first real steps into customizing a default Magento theme to fit your design, with some more basic hits (like enabling template path hints and block names hints) and some detailed info about CMS pages (which actually area managed pretty bad in Magento).</p>
<p><strong>Chapter 5</strong>: creating a theme from scratch, pretty advanced things are going on here :) and that&#8217;s the kind of things I like the most.</p>
<p><strong>Chapter 6</strong>: starts with a useless section about integrating font-face into a Magento theme, actually I don&#8217;t understand why this kind of info should be in a Magento book, it should have been in a HTML/CSS one&#8230; but finishes with some pretty handy documentation about &#8220;navigation&#8221; and the &#8220;product view&#8221; template.</p>
<p><strong>Chapter 7</strong>: the part I liked the most about this chapter is about creating a custom block and using it in a layout xml file, other things (adding javascripts or stylesheets) are a little too basic at this point.</p>
<p><strong>Chapter 8</strong>: talks about mail templates, pretty basic stuff in the beginning, getting interesting later with variables in emails and a good section about how to integrate external newsletter systems and another one on upgrade-proof email templates.</p>
<p><strong>Chapter 9</strong>: integrating social stuff, absolutely basic notions about copying facebook&#8217;s html widgets and paste it in your templates&#8230;</p>
<p><strong>Chapter 10</strong>: print styles, once again I think that this topic should be covered in a HTML/CSS guide.</p>
<p><strong>Conclusions</strong>: if you never wrote a Magento theme buy this book, it will help you in a lot of ways. The second time you&#8217;ll have to do the same work again&#8230; you won&#8217;t need it.</p>



Share/bookmark: 

	<a rel="nofollow" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Ffabrizioballiano.net%2F2011%2F08%2F17%2Fmagento-1-4-themes-design-cookbook-review%2F&amp;title=%22Magento%201.4%20Themes%20Design%20Cookbook%22%20review" title="Digg"><img src="http://fabrizioballiano.net/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a> 
	<a rel="nofollow" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Ffabrizioballiano.net%2F2011%2F08%2F17%2Fmagento-1-4-themes-design-cookbook-review%2F&amp;title=%22Magento%201.4%20Themes%20Design%20Cookbook%22%20review" title="StumbleUpon"><img src="http://fabrizioballiano.net/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a> 
	<a rel="nofollow" href="http://www.facebook.com/share.php?u=http%3A%2F%2Ffabrizioballiano.net%2F2011%2F08%2F17%2Fmagento-1-4-themes-design-cookbook-review%2F&amp;t=%22Magento%201.4%20Themes%20Design%20Cookbook%22%20review" title="Facebook"><img src="http://fabrizioballiano.net/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a> 
	<a rel="nofollow" href="http://reddit.com/submit?url=http%3A%2F%2Ffabrizioballiano.net%2F2011%2F08%2F17%2Fmagento-1-4-themes-design-cookbook-review%2F&amp;title=%22Magento%201.4%20Themes%20Design%20Cookbook%22%20review" title="Reddit"><img src="http://fabrizioballiano.net/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a> 
	<a rel="nofollow" href="http://www.mixx.com/submit?page_url=http%3A%2F%2Ffabrizioballiano.net%2F2011%2F08%2F17%2Fmagento-1-4-themes-design-cookbook-review%2F&amp;title=%22Magento%201.4%20Themes%20Design%20Cookbook%22%20review" title="Mixx"><img src="http://fabrizioballiano.net/wp-content/plugins/sociable/images/mixx.png" title="Mixx" alt="Mixx" class="sociable-hovers" /></a> 
	<a rel="nofollow" href="http://del.icio.us/post?url=http%3A%2F%2Ffabrizioballiano.net%2F2011%2F08%2F17%2Fmagento-1-4-themes-design-cookbook-review%2F&amp;title=%22Magento%201.4%20Themes%20Design%20Cookbook%22%20review" title="del.icio.us"><img src="http://fabrizioballiano.net/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a> 
	<a rel="nofollow" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Ffabrizioballiano.net%2F2011%2F08%2F17%2Fmagento-1-4-themes-design-cookbook-review%2F&amp;title=%22Magento%201.4%20Themes%20Design%20Cookbook%22%20review" title="Google"><img src="http://fabrizioballiano.net/wp-content/plugins/sociable/images/googlebookmark.png" title="Google" alt="Google" class="sociable-hovers" /></a> 
	<a rel="nofollow" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Ffabrizioballiano.net%2F2011%2F08%2F17%2Fmagento-1-4-themes-design-cookbook-review%2F&amp;title=%22Magento%201.4%20Themes%20Design%20Cookbook%22%20review" title="Live"><img src="http://fabrizioballiano.net/wp-content/plugins/sociable/images/live.png" title="Live" alt="Live" class="sociable-hovers" /></a> 
	<a rel="nofollow" href="http://www.newsvine.com/_tools/seed&amp;save?u=http%3A%2F%2Ffabrizioballiano.net%2F2011%2F08%2F17%2Fmagento-1-4-themes-design-cookbook-review%2F&amp;h=%22Magento%201.4%20Themes%20Design%20Cookbook%22%20review" title="NewsVine"><img src="http://fabrizioballiano.net/wp-content/plugins/sociable/images/newsvine.png" title="NewsVine" alt="NewsVine" class="sociable-hovers" /></a> 


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://fabrizioballiano.net/2011/08/17/magento-1-4-themes-design-cookbook-review/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>P4A 3.8.4 is out!</title>
		<link>http://fabrizioballiano.net/2011/08/11/p4a-3-8-4/</link>
		<comments>http://fabrizioballiano.net/2011/08/11/p4a-3-8-4/#comments</comments>
		<pubDate>Thu, 11 Aug 2011 11:58:59 +0000</pubDate>
		<dc:creator>Fabrizio Balliano</dc:creator>
				<category><![CDATA[P4A]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Things I do]]></category>

		<guid isPermaLink="false">http://fabrizioballiano.net/2011/08/11/p4a-3-8-3-is-out-2/</guid>
		<description><![CDATA[Another maintenance release for our beloved project, here you&#8217;ve the changelog: - &#8220;meta viewport&#8221; tag was added to mask&#8217;s HTML for a better mobile rendering - P4A::getMetaViewport() and setMetaViewport() methods were added - p4a_center_elements() javascript funcion now removes marginLeft/paddingLeft from the first visible column of the first P4A_Frame widget - a bug with P4A_Frame and [...]]]></description>
			<content:encoded><![CDATA[<p>Another maintenance release for our beloved project, here you&#8217;ve the changelog:</p>
<blockquote><p>- &#8220;meta viewport&#8221; tag was added to mask&#8217;s HTML for a better mobile rendering<br />
- P4A::getMetaViewport() and setMetaViewport() methods were added<br />
- p4a_center_elements() javascript funcion now removes marginLeft/paddingLeft<br />
  from the first visible column of the first P4A_Frame widget<br />
- a bug with P4A_Frame and multiple CSS classes was solved<br />
- P4A_Table&#8217;s arrow symbols were because the past ones weren&#8217;t shown on mobile<br />
  devices<br />
- an ob_clean() call was added to P4A_Thumbnail_Generator::outputThumbnail()<br />
  method<br />
- Zend Framework was updated to 1.11.10<br />
- P4A_Table&#8217;s image cols do not throw exception anymore if the image<br />
  does not exist<br />
- P4A_Field_loadSelectByArray helper now supports a second parameter to specify<br />
  the array&#8217;s primary key field name</p></blockquote>
<p><a href="http://sourceforge.net/projects/p4a/files/p4a/3.8.4">Download P4A 3.8.4</a></p>



Share/bookmark: 

	<a rel="nofollow" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Ffabrizioballiano.net%2F2011%2F08%2F11%2Fp4a-3-8-4%2F&amp;title=P4A%203.8.4%20is%20out%21" title="Digg"><img src="http://fabrizioballiano.net/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a> 
	<a rel="nofollow" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Ffabrizioballiano.net%2F2011%2F08%2F11%2Fp4a-3-8-4%2F&amp;title=P4A%203.8.4%20is%20out%21" title="StumbleUpon"><img src="http://fabrizioballiano.net/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a> 
	<a rel="nofollow" href="http://www.facebook.com/share.php?u=http%3A%2F%2Ffabrizioballiano.net%2F2011%2F08%2F11%2Fp4a-3-8-4%2F&amp;t=P4A%203.8.4%20is%20out%21" title="Facebook"><img src="http://fabrizioballiano.net/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a> 
	<a rel="nofollow" href="http://reddit.com/submit?url=http%3A%2F%2Ffabrizioballiano.net%2F2011%2F08%2F11%2Fp4a-3-8-4%2F&amp;title=P4A%203.8.4%20is%20out%21" title="Reddit"><img src="http://fabrizioballiano.net/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a> 
	<a rel="nofollow" href="http://www.mixx.com/submit?page_url=http%3A%2F%2Ffabrizioballiano.net%2F2011%2F08%2F11%2Fp4a-3-8-4%2F&amp;title=P4A%203.8.4%20is%20out%21" title="Mixx"><img src="http://fabrizioballiano.net/wp-content/plugins/sociable/images/mixx.png" title="Mixx" alt="Mixx" class="sociable-hovers" /></a> 
	<a rel="nofollow" href="http://del.icio.us/post?url=http%3A%2F%2Ffabrizioballiano.net%2F2011%2F08%2F11%2Fp4a-3-8-4%2F&amp;title=P4A%203.8.4%20is%20out%21" title="del.icio.us"><img src="http://fabrizioballiano.net/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a> 
	<a rel="nofollow" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Ffabrizioballiano.net%2F2011%2F08%2F11%2Fp4a-3-8-4%2F&amp;title=P4A%203.8.4%20is%20out%21" title="Google"><img src="http://fabrizioballiano.net/wp-content/plugins/sociable/images/googlebookmark.png" title="Google" alt="Google" class="sociable-hovers" /></a> 
	<a rel="nofollow" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Ffabrizioballiano.net%2F2011%2F08%2F11%2Fp4a-3-8-4%2F&amp;title=P4A%203.8.4%20is%20out%21" title="Live"><img src="http://fabrizioballiano.net/wp-content/plugins/sociable/images/live.png" title="Live" alt="Live" class="sociable-hovers" /></a> 
	<a rel="nofollow" href="http://www.newsvine.com/_tools/seed&amp;save?u=http%3A%2F%2Ffabrizioballiano.net%2F2011%2F08%2F11%2Fp4a-3-8-4%2F&amp;h=P4A%203.8.4%20is%20out%21" title="NewsVine"><img src="http://fabrizioballiano.net/wp-content/plugins/sociable/images/newsvine.png" title="NewsVine" alt="NewsVine" class="sociable-hovers" /></a> 


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://fabrizioballiano.net/2011/08/11/p4a-3-8-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>P4A 3.8.3 is out!</title>
		<link>http://fabrizioballiano.net/2011/06/15/p4a-3-8-3-is-out/</link>
		<comments>http://fabrizioballiano.net/2011/06/15/p4a-3-8-3-is-out/#comments</comments>
		<pubDate>Wed, 15 Jun 2011 08:04:30 +0000</pubDate>
		<dc:creator>Fabrizio Balliano</dc:creator>
				<category><![CDATA[P4A]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Things I do]]></category>

		<guid isPermaLink="false">http://fabrizioballiano.net/2011/06/15/p4a-3-8-3-is-out/</guid>
		<description><![CDATA[A few improvements on different areas, here you&#8217;ve the changelog: - P4A_DB_Navigator now supports query defined sources - a bug with P4A_Data_Source::saveUploads() was solved - a bug with P4A_Table&#8217;s image cols (without GD installed) was solved - P4A_DB_Navigator now triggers a beforeclick event - all p4a_load_js calls were migrated to require.js - a bug with [...]]]></description>
			<content:encoded><![CDATA[<p>A few improvements on different areas, here you&#8217;ve the changelog:</p>
<blockquote><p>- P4A_DB_Navigator now supports query defined sources<br />
- a bug with P4A_Data_Source::saveUploads() was solved<br />
- a bug with P4A_Table&#8217;s image cols (without GD installed) was solved<br />
- P4A_DB_Navigator now triggers a beforeclick event<br />
- all p4a_load_js calls were migrated to require.js<br />
- a bug with P4A_DB_Source::deleteRow() called when in newRow state was solved<br />
- p4a_ajax_enable javascript function was added<br />
- a bug with P4A_GD constant default definition was solved<br />
- P4A_Mask::restart() method was added<br />
- Zend Framework was updated to 1.11.7<br />
- translations were updated<br />
- P4A_DB_Source::load() method now checks for duplicate calls and throws an error</p></blockquote>
<p><a href="http://sourceforge.net/projects/p4a/files/p4a/3.8.3">Download P4A 3.8.3</a></p>



Share/bookmark: 

	<a rel="nofollow" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Ffabrizioballiano.net%2F2011%2F06%2F15%2Fp4a-3-8-3-is-out%2F&amp;title=P4A%203.8.3%20is%20out%21" title="Digg"><img src="http://fabrizioballiano.net/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a> 
	<a rel="nofollow" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Ffabrizioballiano.net%2F2011%2F06%2F15%2Fp4a-3-8-3-is-out%2F&amp;title=P4A%203.8.3%20is%20out%21" title="StumbleUpon"><img src="http://fabrizioballiano.net/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a> 
	<a rel="nofollow" href="http://www.facebook.com/share.php?u=http%3A%2F%2Ffabrizioballiano.net%2F2011%2F06%2F15%2Fp4a-3-8-3-is-out%2F&amp;t=P4A%203.8.3%20is%20out%21" title="Facebook"><img src="http://fabrizioballiano.net/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a> 
	<a rel="nofollow" href="http://reddit.com/submit?url=http%3A%2F%2Ffabrizioballiano.net%2F2011%2F06%2F15%2Fp4a-3-8-3-is-out%2F&amp;title=P4A%203.8.3%20is%20out%21" title="Reddit"><img src="http://fabrizioballiano.net/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a> 
	<a rel="nofollow" href="http://www.mixx.com/submit?page_url=http%3A%2F%2Ffabrizioballiano.net%2F2011%2F06%2F15%2Fp4a-3-8-3-is-out%2F&amp;title=P4A%203.8.3%20is%20out%21" title="Mixx"><img src="http://fabrizioballiano.net/wp-content/plugins/sociable/images/mixx.png" title="Mixx" alt="Mixx" class="sociable-hovers" /></a> 
	<a rel="nofollow" href="http://del.icio.us/post?url=http%3A%2F%2Ffabrizioballiano.net%2F2011%2F06%2F15%2Fp4a-3-8-3-is-out%2F&amp;title=P4A%203.8.3%20is%20out%21" title="del.icio.us"><img src="http://fabrizioballiano.net/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a> 
	<a rel="nofollow" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Ffabrizioballiano.net%2F2011%2F06%2F15%2Fp4a-3-8-3-is-out%2F&amp;title=P4A%203.8.3%20is%20out%21" title="Google"><img src="http://fabrizioballiano.net/wp-content/plugins/sociable/images/googlebookmark.png" title="Google" alt="Google" class="sociable-hovers" /></a> 
	<a rel="nofollow" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Ffabrizioballiano.net%2F2011%2F06%2F15%2Fp4a-3-8-3-is-out%2F&amp;title=P4A%203.8.3%20is%20out%21" title="Live"><img src="http://fabrizioballiano.net/wp-content/plugins/sociable/images/live.png" title="Live" alt="Live" class="sociable-hovers" /></a> 
	<a rel="nofollow" href="http://www.newsvine.com/_tools/seed&amp;save?u=http%3A%2F%2Ffabrizioballiano.net%2F2011%2F06%2F15%2Fp4a-3-8-3-is-out%2F&amp;h=P4A%203.8.3%20is%20out%21" title="NewsVine"><img src="http://fabrizioballiano.net/wp-content/plugins/sociable/images/newsvine.png" title="NewsVine" alt="NewsVine" class="sociable-hovers" /></a> 


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://fabrizioballiano.net/2011/06/15/p4a-3-8-3-is-out/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>P4A 3.8.2 is out!</title>
		<link>http://fabrizioballiano.net/2011/05/22/p4a-3-8-2-is-out/</link>
		<comments>http://fabrizioballiano.net/2011/05/22/p4a-3-8-2-is-out/#comments</comments>
		<pubDate>Sun, 22 May 2011 12:53:43 +0000</pubDate>
		<dc:creator>Fabrizio Balliano</dc:creator>
				<category><![CDATA[P4A]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Things I do]]></category>

		<guid isPermaLink="false">http://fabrizioballiano.net/2011/05/22/p4a-3-8-2-is-out/</guid>
		<description><![CDATA[This is a minor release but it contains really a lot of great upgrades and fixes, here you&#8217;ve the changelog: - Zend Framework was updated to 1.11.6 - CKEditor was updated to 3.6.0 - jQuery UI was updated to 1.8.11 - requirejs was added - P4A_Dir_Source automatically sorts files - P4A_Dir_Source::setPageLimit() calling was disabled - [...]]]></description>
			<content:encoded><![CDATA[<p>This is a minor release but it contains really a lot of great upgrades and fixes, here you&#8217;ve the changelog:</p>
<blockquote><p>- Zend Framework was updated to 1.11.6<br />
- CKEditor was updated to 3.6.0<br />
- jQuery UI was updated to 1.8.11<br />
- requirejs was added<br />
- P4A_Dir_Source automatically sorts files<br />
- P4A_Dir_Source::setPageLimit() calling was disabled<br />
- P4A_Dir_Source&#8217;s page limit is now set to 0 (disabled)<br />
- autocomplete values are now sorted and unique<br />
- P4A_Field::getSource() method was added<br />
- p4a_load_js now uses requirejs<br />
- P4A_Field and P4A_Data_Fields now support the &#8220;datetime&#8221; type<br />
- P4A_Field and P4A_Data_Fields now support the &#8220;time&#8221; type<br />
- P4A_Object::dropImplement() now turns the action to lowercase<br />
- deprecated method P4A_Object::dropMethod() was removed<br />
- a javascript bug with P4A_DB_Navigator&#8217;s drag&#038;drop functionalities was solved<br />
- P4A_DB_Navigator now correctly supports source with non-default DSN
</p></blockquote>
<p><a href="http://sourceforge.net/projects/p4a/files/p4a/3.8.2">Download P4A 3.8.2</a></p>



Share/bookmark: 

	<a rel="nofollow" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Ffabrizioballiano.net%2F2011%2F05%2F22%2Fp4a-3-8-2-is-out%2F&amp;title=P4A%203.8.2%20is%20out%21" title="Digg"><img src="http://fabrizioballiano.net/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a> 
	<a rel="nofollow" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Ffabrizioballiano.net%2F2011%2F05%2F22%2Fp4a-3-8-2-is-out%2F&amp;title=P4A%203.8.2%20is%20out%21" title="StumbleUpon"><img src="http://fabrizioballiano.net/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a> 
	<a rel="nofollow" href="http://www.facebook.com/share.php?u=http%3A%2F%2Ffabrizioballiano.net%2F2011%2F05%2F22%2Fp4a-3-8-2-is-out%2F&amp;t=P4A%203.8.2%20is%20out%21" title="Facebook"><img src="http://fabrizioballiano.net/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a> 
	<a rel="nofollow" href="http://reddit.com/submit?url=http%3A%2F%2Ffabrizioballiano.net%2F2011%2F05%2F22%2Fp4a-3-8-2-is-out%2F&amp;title=P4A%203.8.2%20is%20out%21" title="Reddit"><img src="http://fabrizioballiano.net/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a> 
	<a rel="nofollow" href="http://www.mixx.com/submit?page_url=http%3A%2F%2Ffabrizioballiano.net%2F2011%2F05%2F22%2Fp4a-3-8-2-is-out%2F&amp;title=P4A%203.8.2%20is%20out%21" title="Mixx"><img src="http://fabrizioballiano.net/wp-content/plugins/sociable/images/mixx.png" title="Mixx" alt="Mixx" class="sociable-hovers" /></a> 
	<a rel="nofollow" href="http://del.icio.us/post?url=http%3A%2F%2Ffabrizioballiano.net%2F2011%2F05%2F22%2Fp4a-3-8-2-is-out%2F&amp;title=P4A%203.8.2%20is%20out%21" title="del.icio.us"><img src="http://fabrizioballiano.net/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a> 
	<a rel="nofollow" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Ffabrizioballiano.net%2F2011%2F05%2F22%2Fp4a-3-8-2-is-out%2F&amp;title=P4A%203.8.2%20is%20out%21" title="Google"><img src="http://fabrizioballiano.net/wp-content/plugins/sociable/images/googlebookmark.png" title="Google" alt="Google" class="sociable-hovers" /></a> 
	<a rel="nofollow" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Ffabrizioballiano.net%2F2011%2F05%2F22%2Fp4a-3-8-2-is-out%2F&amp;title=P4A%203.8.2%20is%20out%21" title="Live"><img src="http://fabrizioballiano.net/wp-content/plugins/sociable/images/live.png" title="Live" alt="Live" class="sociable-hovers" /></a> 
	<a rel="nofollow" href="http://www.newsvine.com/_tools/seed&amp;save?u=http%3A%2F%2Ffabrizioballiano.net%2F2011%2F05%2F22%2Fp4a-3-8-2-is-out%2F&amp;h=P4A%203.8.2%20is%20out%21" title="NewsVine"><img src="http://fabrizioballiano.net/wp-content/plugins/sociable/images/newsvine.png" title="NewsVine" alt="NewsVine" class="sociable-hovers" /></a> 


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://fabrizioballiano.net/2011/05/22/p4a-3-8-2-is-out/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Probably the best WordPress LinkedIn profile plugin :-)</title>
		<link>http://fabrizioballiano.net/2011/05/22/probably-the-best-wordpress-linkedin-profile-plugin/</link>
		<comments>http://fabrizioballiano.net/2011/05/22/probably-the-best-wordpress-linkedin-profile-plugin/#comments</comments>
		<pubDate>Sun, 22 May 2011 12:26:38 +0000</pubDate>
		<dc:creator>Fabrizio Balliano</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Things I do]]></category>
		<category><![CDATA[FB LinkedIn Resume]]></category>
		<category><![CDATA[LinkedIn]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://fabrizioballiano.net/?p=694</guid>
		<description><![CDATA[A few weeks ago I was working on my Italian professional website and I wanted to use my LinkedIn profile as the website&#8217;s home page, I tried some of the existing WordPress LinkedIn plugins but none of them was working (they use a bunch of complex regex that are really easy to break, if LinkedIn [...]]]></description>
			<content:encoded><![CDATA[<p>A few weeks ago I was working on my Italian professional website and I wanted to use my LinkedIn profile as the website&#8217;s home page, I tried some of the existing WordPress LinkedIn plugins but none of them was working (they use a bunch of complex regex that are really easy to break, if LinkedIn changes its pages a little bit all of them won&#8217;t work, and that was the case) so I started to write my own <a href="http://fabrizioballiano.net/fb-linkedin-resume/">LinkedIn resume plugin</a>.</p>
<p>I used a different approach using DOM parsing and I think that will be absolutely bulletproof :)<br />
It also outputs raw parts of LinkedIn HTML so it&#8217;s much easier to style and we&#8217;re sure that it will include every future feature LinkedIn may add (also without my intervention), I think that&#8217;s a great plus.</p>
<p>Release 1.3 it&#8217;s available right now and the plugin (available under GPL license) is right there for you to download and use for free.<br />
<a href="http://fabrizioballiano.net/fb-linkedin-resume/">Check it out</a>!</p>



Share/bookmark: 

	<a rel="nofollow" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Ffabrizioballiano.net%2F2011%2F05%2F22%2Fprobably-the-best-wordpress-linkedin-profile-plugin%2F&amp;title=Probably%20the%20best%20WordPress%20LinkedIn%20profile%20plugin%20%3A-%29" title="Digg"><img src="http://fabrizioballiano.net/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a> 
	<a rel="nofollow" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Ffabrizioballiano.net%2F2011%2F05%2F22%2Fprobably-the-best-wordpress-linkedin-profile-plugin%2F&amp;title=Probably%20the%20best%20WordPress%20LinkedIn%20profile%20plugin%20%3A-%29" title="StumbleUpon"><img src="http://fabrizioballiano.net/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a> 
	<a rel="nofollow" href="http://www.facebook.com/share.php?u=http%3A%2F%2Ffabrizioballiano.net%2F2011%2F05%2F22%2Fprobably-the-best-wordpress-linkedin-profile-plugin%2F&amp;t=Probably%20the%20best%20WordPress%20LinkedIn%20profile%20plugin%20%3A-%29" title="Facebook"><img src="http://fabrizioballiano.net/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a> 
	<a rel="nofollow" href="http://reddit.com/submit?url=http%3A%2F%2Ffabrizioballiano.net%2F2011%2F05%2F22%2Fprobably-the-best-wordpress-linkedin-profile-plugin%2F&amp;title=Probably%20the%20best%20WordPress%20LinkedIn%20profile%20plugin%20%3A-%29" title="Reddit"><img src="http://fabrizioballiano.net/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a> 
	<a rel="nofollow" href="http://www.mixx.com/submit?page_url=http%3A%2F%2Ffabrizioballiano.net%2F2011%2F05%2F22%2Fprobably-the-best-wordpress-linkedin-profile-plugin%2F&amp;title=Probably%20the%20best%20WordPress%20LinkedIn%20profile%20plugin%20%3A-%29" title="Mixx"><img src="http://fabrizioballiano.net/wp-content/plugins/sociable/images/mixx.png" title="Mixx" alt="Mixx" class="sociable-hovers" /></a> 
	<a rel="nofollow" href="http://del.icio.us/post?url=http%3A%2F%2Ffabrizioballiano.net%2F2011%2F05%2F22%2Fprobably-the-best-wordpress-linkedin-profile-plugin%2F&amp;title=Probably%20the%20best%20WordPress%20LinkedIn%20profile%20plugin%20%3A-%29" title="del.icio.us"><img src="http://fabrizioballiano.net/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a> 
	<a rel="nofollow" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Ffabrizioballiano.net%2F2011%2F05%2F22%2Fprobably-the-best-wordpress-linkedin-profile-plugin%2F&amp;title=Probably%20the%20best%20WordPress%20LinkedIn%20profile%20plugin%20%3A-%29" title="Google"><img src="http://fabrizioballiano.net/wp-content/plugins/sociable/images/googlebookmark.png" title="Google" alt="Google" class="sociable-hovers" /></a> 
	<a rel="nofollow" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Ffabrizioballiano.net%2F2011%2F05%2F22%2Fprobably-the-best-wordpress-linkedin-profile-plugin%2F&amp;title=Probably%20the%20best%20WordPress%20LinkedIn%20profile%20plugin%20%3A-%29" title="Live"><img src="http://fabrizioballiano.net/wp-content/plugins/sociable/images/live.png" title="Live" alt="Live" class="sociable-hovers" /></a> 
	<a rel="nofollow" href="http://www.newsvine.com/_tools/seed&amp;save?u=http%3A%2F%2Ffabrizioballiano.net%2F2011%2F05%2F22%2Fprobably-the-best-wordpress-linkedin-profile-plugin%2F&amp;h=Probably%20the%20best%20WordPress%20LinkedIn%20profile%20plugin%20%3A-%29" title="NewsVine"><img src="http://fabrizioballiano.net/wp-content/plugins/sociable/images/newsvine.png" title="NewsVine" alt="NewsVine" class="sociable-hovers" /></a> 


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://fabrizioballiano.net/2011/05/22/probably-the-best-wordpress-linkedin-profile-plugin/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>What a great monitor for Sony Vaio VPCF11Z1E (i7, 8GB RAM, bluray burner)!</title>
		<link>http://fabrizioballiano.net/2011/05/19/what-a-great-monitor-for-sony-vaio-vpcf11z1e-i7-8gb-ram-bluray-burner/</link>
		<comments>http://fabrizioballiano.net/2011/05/19/what-a-great-monitor-for-sony-vaio-vpcf11z1e-i7-8gb-ram-bluray-burner/#comments</comments>
		<pubDate>Thu, 19 May 2011 15:32:59 +0000</pubDate>
		<dc:creator>Fabrizio Balliano</dc:creator>
				<category><![CDATA[Various]]></category>
		<category><![CDATA[LCD]]></category>
		<category><![CDATA[SONY]]></category>
		<category><![CDATA[SONY Vaio]]></category>
		<category><![CDATA[VPCF11Z1E]]></category>

		<guid isPermaLink="false">http://fabrizioballiano.net/?p=681</guid>
		<description><![CDATA[The title is obviously rhetorical, let me explain. First a bit of introduction, this is an hi-end pc, it has an i7 processor, 8GB RAM, blu ray burner and a 1080p (1920&#215;1080) LCD panel, there are no excuses, this is a quite expensive machine and must be perfect! I bought the notebook a few months ago [...]]]></description>
			<content:encoded><![CDATA[<p>The title is obviously rhetorical, let me explain.</p>
<p>First a bit of introduction, this is an hi-end pc, it has an i7 processor, 8GB RAM, blu ray burner and a 1080p (1920&#215;1080) LCD panel, there are no excuses, this is a quite expensive machine and must be perfect!</p>
<p>I bought the notebook a few months ago and I had troubles with the LCD panel since the first day, at the beginning it had a darker section (~5mm) on all the bottom part of the panel. That&#8217;s really annoying. I sent the notebook back to sony 2 times (more than 2 weeks without the newly bought PC):</p>
<ul>
<li>first time the wrote me &#8220;ok we replaced your panel&#8221;: it simply was not true (IMHO)</li>
<li>second time they told me &#8220;hey your monitor is perfect, this is our standard&#8221;</li>
</ul>
<p>WHAT??? I see a lot of notebooks every day where I work and in the stores, none has this kind of problems (neither the sony&#8217;s). I always heard that SONY LCD were just great, one of the best and instead I&#8217;ve the ugliest monitor I ever had!!! In the past I had a few DELL pcs (I know, I did a big mistake chosing SONY against DELL).</p>
<p>Now the problem gets worse, just look at the pictures:<br />
<a href="http://fabrizioballiano.net/wp-content/uploads/2011/05/sony2.jpg"><img class="size-medium wp-image-684 alignleft" src="http://fabrizioballiano.net/wp-content/uploads/2011/05/sony2-300x225.jpg" alt="" width="450" /></a><a href="http://fabrizioballiano.net/wp-content/uploads/2011/05/sony1.jpg"><img class="size-medium wp-image-683 alignleft" src="http://fabrizioballiano.net/wp-content/uploads/2011/05/sony1-300x224.jpg" alt="" width="450" /></a><br />
Is this the SONY LCD top  quality? ahahhaha just don&#8217;t make me laugh!<br />
Actually I&#8217;ve to say that the situation shown in the pictures above happens only sometimes (apparently randomly), all other time the problem is less serious but anyway&#8230; what if it completely break right after the warranty expiration?</p>
<p>Another great feature of this top class LCD panel is that if you turn down the brightness level to the minimum, half the screen slowly turns off (and then it bounces on and off forever), don&#8217;t you believe me? Here you have:<a href="http://fabrizioballiano.net/wp-content/uploads/2011/05/sony3.jpg"><img class="aligncenter size-medium wp-image-699" title="sony3" src="http://fabrizioballiano.net/wp-content/uploads/2011/05/sony3-300x225.jpg" alt="" width="450" /></a><br />
If you want to see it in action <a href="http://fabrizioballiano.net/wp-content/uploads/2011/05/sony4.3gp">check this movie clip</a>.</p>
<p>There&#8217;s one more problem, the leather inserts are falling apart, take a look at this picture:<a href="http://fabrizioballiano.net/wp-content/uploads/2011/05/sony5.jpg"><img src="http://fabrizioballiano.net/wp-content/uploads/2011/05/sony5-300x187.jpg" alt="" title="" width="450" class="alignleft size-medium wp-image-704" /></a><a href="http://fabrizioballiano.net/wp-content/uploads/2011/05/sony6.jpg"><img src="http://fabrizioballiano.net/wp-content/uploads/2011/05/sony6-300x193.jpg" alt="" title="" width="450" class="alignleft size-medium wp-image-705" /></a></p>
<p>I&#8217;ll try to send the notebook to SONY another time (and this is a problem for me &#8217;cause I work with this machine!), will they understand that it has a problem? I&#8217;ll keep you updated.</p>
<p><strong>UPDATE</strong>: sony changed the motherboard and the leather part, everything not related to the monitor which still have the same problems!!!</p>



Share/bookmark: 

	<a rel="nofollow" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Ffabrizioballiano.net%2F2011%2F05%2F19%2Fwhat-a-great-monitor-for-sony-vaio-vpcf11z1e-i7-8gb-ram-bluray-burner%2F&amp;title=What%20a%20great%20monitor%20for%20Sony%20Vaio%20VPCF11Z1E%20%28i7%2C%208GB%20RAM%2C%20bluray%20burner%29%21" title="Digg"><img src="http://fabrizioballiano.net/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a> 
	<a rel="nofollow" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Ffabrizioballiano.net%2F2011%2F05%2F19%2Fwhat-a-great-monitor-for-sony-vaio-vpcf11z1e-i7-8gb-ram-bluray-burner%2F&amp;title=What%20a%20great%20monitor%20for%20Sony%20Vaio%20VPCF11Z1E%20%28i7%2C%208GB%20RAM%2C%20bluray%20burner%29%21" title="StumbleUpon"><img src="http://fabrizioballiano.net/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a> 
	<a rel="nofollow" href="http://www.facebook.com/share.php?u=http%3A%2F%2Ffabrizioballiano.net%2F2011%2F05%2F19%2Fwhat-a-great-monitor-for-sony-vaio-vpcf11z1e-i7-8gb-ram-bluray-burner%2F&amp;t=What%20a%20great%20monitor%20for%20Sony%20Vaio%20VPCF11Z1E%20%28i7%2C%208GB%20RAM%2C%20bluray%20burner%29%21" title="Facebook"><img src="http://fabrizioballiano.net/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a> 
	<a rel="nofollow" href="http://reddit.com/submit?url=http%3A%2F%2Ffabrizioballiano.net%2F2011%2F05%2F19%2Fwhat-a-great-monitor-for-sony-vaio-vpcf11z1e-i7-8gb-ram-bluray-burner%2F&amp;title=What%20a%20great%20monitor%20for%20Sony%20Vaio%20VPCF11Z1E%20%28i7%2C%208GB%20RAM%2C%20bluray%20burner%29%21" title="Reddit"><img src="http://fabrizioballiano.net/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a> 
	<a rel="nofollow" href="http://www.mixx.com/submit?page_url=http%3A%2F%2Ffabrizioballiano.net%2F2011%2F05%2F19%2Fwhat-a-great-monitor-for-sony-vaio-vpcf11z1e-i7-8gb-ram-bluray-burner%2F&amp;title=What%20a%20great%20monitor%20for%20Sony%20Vaio%20VPCF11Z1E%20%28i7%2C%208GB%20RAM%2C%20bluray%20burner%29%21" title="Mixx"><img src="http://fabrizioballiano.net/wp-content/plugins/sociable/images/mixx.png" title="Mixx" alt="Mixx" class="sociable-hovers" /></a> 
	<a rel="nofollow" href="http://del.icio.us/post?url=http%3A%2F%2Ffabrizioballiano.net%2F2011%2F05%2F19%2Fwhat-a-great-monitor-for-sony-vaio-vpcf11z1e-i7-8gb-ram-bluray-burner%2F&amp;title=What%20a%20great%20monitor%20for%20Sony%20Vaio%20VPCF11Z1E%20%28i7%2C%208GB%20RAM%2C%20bluray%20burner%29%21" title="del.icio.us"><img src="http://fabrizioballiano.net/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a> 
	<a rel="nofollow" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Ffabrizioballiano.net%2F2011%2F05%2F19%2Fwhat-a-great-monitor-for-sony-vaio-vpcf11z1e-i7-8gb-ram-bluray-burner%2F&amp;title=What%20a%20great%20monitor%20for%20Sony%20Vaio%20VPCF11Z1E%20%28i7%2C%208GB%20RAM%2C%20bluray%20burner%29%21" title="Google"><img src="http://fabrizioballiano.net/wp-content/plugins/sociable/images/googlebookmark.png" title="Google" alt="Google" class="sociable-hovers" /></a> 
	<a rel="nofollow" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Ffabrizioballiano.net%2F2011%2F05%2F19%2Fwhat-a-great-monitor-for-sony-vaio-vpcf11z1e-i7-8gb-ram-bluray-burner%2F&amp;title=What%20a%20great%20monitor%20for%20Sony%20Vaio%20VPCF11Z1E%20%28i7%2C%208GB%20RAM%2C%20bluray%20burner%29%21" title="Live"><img src="http://fabrizioballiano.net/wp-content/plugins/sociable/images/live.png" title="Live" alt="Live" class="sociable-hovers" /></a> 
	<a rel="nofollow" href="http://www.newsvine.com/_tools/seed&amp;save?u=http%3A%2F%2Ffabrizioballiano.net%2F2011%2F05%2F19%2Fwhat-a-great-monitor-for-sony-vaio-vpcf11z1e-i7-8gb-ram-bluray-burner%2F&amp;h=What%20a%20great%20monitor%20for%20Sony%20Vaio%20VPCF11Z1E%20%28i7%2C%208GB%20RAM%2C%20bluray%20burner%29%21" title="NewsVine"><img src="http://fabrizioballiano.net/wp-content/plugins/sociable/images/newsvine.png" title="NewsVine" alt="NewsVine" class="sociable-hovers" /></a> 


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://fabrizioballiano.net/2011/05/19/what-a-great-monitor-for-sony-vaio-vpcf11z1e-i7-8gb-ram-bluray-burner/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
<enclosure url="http://fabrizioballiano.net/wp-content/uploads/2011/05/sony4.3gp" length="3937065" type="video/3gpp" />
		</item>
		<item>
		<title>Magmi, the best Magento importer</title>
		<link>http://fabrizioballiano.net/2011/04/19/magmi-the-best-magento-importer/</link>
		<comments>http://fabrizioballiano.net/2011/04/19/magmi-the-best-magento-importer/#comments</comments>
		<pubDate>Tue, 19 Apr 2011 12:43:01 +0000</pubDate>
		<dc:creator>Fabrizio Balliano</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Magento]]></category>
		<category><![CDATA[Magmi]]></category>

		<guid isPermaLink="false">http://fabrizioballiano.net/?p=670</guid>
		<description><![CDATA[I found out Magmi while writing my Esprinet importer for Magento. I think that using Magento API is the cleanest way to do every import operation but importing something like 70.000 products was absolutely TOO SLOW so I had to look for something else&#8230; Magmi (which is released under the MIT license) does everything using [...]]]></description>
			<content:encoded><![CDATA[<p>I found out <a href="http://magmi.sf.net/">Magmi</a> while writing my <a href="http://fabrizioballiano.net/2011/04/19/esprinet-importer-for-magento/">Esprinet importer for Magento</a>.</p>
<p>I think that using Magento API is the cleanest way to do every import operation but importing something like 70.000 products was absolutely TOO SLOW so I had to look for something else&#8230;</p>
<p>Magmi (which is released under the <a href="http://www.opensource.org/licenses/mit-license.php">MIT license</a>) does everything using SQL queries and it&#8217;s blazing fast! It also features a few really useful plugins, the one I like the most are:</p>
<ul>
<li>Category importer: you can type category names in CSV instead of category ids, really nice. It also creates parent categories if you use the &#8220;parent/child&#8221; syntax.</li>
<li>Optimizer: runs some MySQL tables optimization before importing.</li>
<li>Magento reindexer: updates all (or just some) Magento indexes, couldn&#8217;t live without it!</li>
</ul>
<p>What I didn&#8217;t like?</p>
<ul>
<li>Using &#8220;/&#8221; for the category importer separator, I&#8217;ve a lot of categories with the &#8220;/&#8221; char in the name, so I hat to patch the plugin to use &#8220;-&gt;&#8221; instead of &#8220;/&#8221;. I think it could be better in any case but for the maximum flexibility it should be a part of the configuration options</li>
<li>I couldn&#8217;t find any documentation about the CLI usage</li>
<li>Using Magmi CLI it seems to me that the import progress file isn&#8217;t updated the right way</li>
</ul>
<p>Anyway the Magmi team did a great job, hope it will continue to be maintained for future Magento releases.</p>



Share/bookmark: 

	<a rel="nofollow" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Ffabrizioballiano.net%2F2011%2F04%2F19%2Fmagmi-the-best-magento-importer%2F&amp;title=Magmi%2C%20the%20best%20Magento%20importer" title="Digg"><img src="http://fabrizioballiano.net/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a> 
	<a rel="nofollow" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Ffabrizioballiano.net%2F2011%2F04%2F19%2Fmagmi-the-best-magento-importer%2F&amp;title=Magmi%2C%20the%20best%20Magento%20importer" title="StumbleUpon"><img src="http://fabrizioballiano.net/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a> 
	<a rel="nofollow" href="http://www.facebook.com/share.php?u=http%3A%2F%2Ffabrizioballiano.net%2F2011%2F04%2F19%2Fmagmi-the-best-magento-importer%2F&amp;t=Magmi%2C%20the%20best%20Magento%20importer" title="Facebook"><img src="http://fabrizioballiano.net/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a> 
	<a rel="nofollow" href="http://reddit.com/submit?url=http%3A%2F%2Ffabrizioballiano.net%2F2011%2F04%2F19%2Fmagmi-the-best-magento-importer%2F&amp;title=Magmi%2C%20the%20best%20Magento%20importer" title="Reddit"><img src="http://fabrizioballiano.net/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a> 
	<a rel="nofollow" href="http://www.mixx.com/submit?page_url=http%3A%2F%2Ffabrizioballiano.net%2F2011%2F04%2F19%2Fmagmi-the-best-magento-importer%2F&amp;title=Magmi%2C%20the%20best%20Magento%20importer" title="Mixx"><img src="http://fabrizioballiano.net/wp-content/plugins/sociable/images/mixx.png" title="Mixx" alt="Mixx" class="sociable-hovers" /></a> 
	<a rel="nofollow" href="http://del.icio.us/post?url=http%3A%2F%2Ffabrizioballiano.net%2F2011%2F04%2F19%2Fmagmi-the-best-magento-importer%2F&amp;title=Magmi%2C%20the%20best%20Magento%20importer" title="del.icio.us"><img src="http://fabrizioballiano.net/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a> 
	<a rel="nofollow" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Ffabrizioballiano.net%2F2011%2F04%2F19%2Fmagmi-the-best-magento-importer%2F&amp;title=Magmi%2C%20the%20best%20Magento%20importer" title="Google"><img src="http://fabrizioballiano.net/wp-content/plugins/sociable/images/googlebookmark.png" title="Google" alt="Google" class="sociable-hovers" /></a> 
	<a rel="nofollow" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Ffabrizioballiano.net%2F2011%2F04%2F19%2Fmagmi-the-best-magento-importer%2F&amp;title=Magmi%2C%20the%20best%20Magento%20importer" title="Live"><img src="http://fabrizioballiano.net/wp-content/plugins/sociable/images/live.png" title="Live" alt="Live" class="sociable-hovers" /></a> 
	<a rel="nofollow" href="http://www.newsvine.com/_tools/seed&amp;save?u=http%3A%2F%2Ffabrizioballiano.net%2F2011%2F04%2F19%2Fmagmi-the-best-magento-importer%2F&amp;h=Magmi%2C%20the%20best%20Magento%20importer" title="NewsVine"><img src="http://fabrizioballiano.net/wp-content/plugins/sociable/images/newsvine.png" title="NewsVine" alt="NewsVine" class="sociable-hovers" /></a> 


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://fabrizioballiano.net/2011/04/19/magmi-the-best-magento-importer/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 1.703 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-02-04 05:52:18 -->

