<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.2.3" -->
<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/"
	>

<channel>
	<title>My desperate life quest for efficiency</title>
	<link>http://efiquest.org</link>
	<description>(mostly in programming and *nix administration)</description>
	<pubDate>Mon, 17 Mar 2008 08:19:00 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.3</generator>
	<language>en</language>
			<item>
		<title>{{macro}} online usage examples</title>
		<link>http://efiquest.org/2008-03-03/29/</link>
		<comments>http://efiquest.org/2008-03-03/29/#comments</comments>
		<pubDate>Mon, 03 Mar 2008 19:15:36 +0000</pubDate>
		<dc:creator>pachanga</dc:creator>
		
		<category><![CDATA[limb]]></category>

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

		<guid isPermaLink="false">http://efiquest.org/2008-03-03/29/</guid>
		<description><![CDATA[Sergey Yudin(syfisher) did really great job by making {{macro}} template engine examples available on-line. 
If you are wondering who in the world in his sane mind might need yet another PHP templating engine, well&#8230;I blogged about {{macro}} some time ago where, I hope, I presented some unique arguments in its favour. Here&#8217;s the quote from [...]]]></description>
		<wfw:commentRss>http://efiquest.org/2008-03-03/29/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Limb3 2007.4(Frozzy) Released!</title>
		<link>http://efiquest.org/2008-01-14/25/</link>
		<comments>http://efiquest.org/2008-01-14/25/#comments</comments>
		<pubDate>Sun, 13 Jan 2008 21:28:51 +0000</pubDate>
		<dc:creator>pachanga</dc:creator>
		
		<category><![CDATA[limb]]></category>

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

		<guid isPermaLink="false">http://efiquest.org/2008-01-14/25/</guid>
		<description><![CDATA[Actually Limb3 2007.4 was released on the 31st of the December 2007 but we(here in Russia) have 10 days of official holidays and I simply was too lazy to blog anything during those crazy days of champagne-with-vodka-fest-and-early-morning-hangovers  

If you are wondering what Limb3 actually is and why world needs another PHP&#8230;er&#8230;framework(btw I hate this [...]]]></description>
		<wfw:commentRss>http://efiquest.org/2008-01-14/25/feed/</wfw:commentRss>
		</item>
		<item>
		<title>A reliable way to serialize/unserialize objects in PHP</title>
		<link>http://efiquest.org/2007-12-10/6/</link>
		<comments>http://efiquest.org/2007-12-10/6/#comments</comments>
		<pubDate>Sun, 09 Dec 2007 23:59:05 +0000</pubDate>
		<dc:creator>pachanga</dc:creator>
		
		<category><![CDATA[oop]]></category>

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

		<guid isPermaLink="false">http://efiquest.org/?p=6</guid>
		<description><![CDATA[An experienced PHP developer might be wondering why posting this topic in a blog if PHP already has universal and almost transparent tools for this job, specifically serialize and unserialize built-in functions.
The key statement here is &#8220;almost transparent&#8221; which means you have to include all class definitions before invoking unserialize or use some __autoload schema. [...]]]></description>
		<wfw:commentRss>http://efiquest.org/2007-12-10/6/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Making windows(smb) shares mounting convenient with autofs</title>
		<link>http://efiquest.org/2007-11-27/22/</link>
		<comments>http://efiquest.org/2007-11-27/22/#comments</comments>
		<pubDate>Tue, 27 Nov 2007 14:52:49 +0000</pubDate>
		<dc:creator>pachanga</dc:creator>
		
		<category><![CDATA[autofs]]></category>

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

		<category><![CDATA[*nix]]></category>

		<guid isPermaLink="false">http://efiquest.org/?p=22</guid>
		<description><![CDATA[Working with windows shares in Linux is kinda painful, especially if you are a console geek and don&#8217;t like all that magic Gnome and KDE network applets do for you during connection to some smb server(what even worse these connections are only &#8220;visible&#8221; in GUI not in console).  
I just needed something as low-level [...]]]></description>
		<wfw:commentRss>http://efiquest.org/2007-11-27/22/feed/</wfw:commentRss>
		</item>
		<item>
		<title>My &#8220;AOP in PHP&#8221; slides from secon-2007.11 conference</title>
		<link>http://efiquest.org/2007-11-19/18/</link>
		<comments>http://efiquest.org/2007-11-19/18/#comments</comments>
		<pubDate>Mon, 19 Nov 2007 08:47:12 +0000</pubDate>
		<dc:creator>pachanga</dc:creator>
		
		<category><![CDATA[talk]]></category>

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

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

		<guid isPermaLink="false">http://efiquest.org/?p=18</guid>
		<description><![CDATA[ Here are my Russian &#8220;AOP in PHP&#8221; slides from secon conference which took place on the 13th of the November 2007 in Penza, Russia.
Go grab it if you are interested in Aspect Oriented Programming in PHP or simply want to practice your Russian 
]]></description>
		<wfw:commentRss>http://efiquest.org/2007-11-19/18/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Automating packages upload for PEAR channels running Chiara_PEAR_Server</title>
		<link>http://efiquest.org/2007-11-19/17/</link>
		<comments>http://efiquest.org/2007-11-19/17/#comments</comments>
		<pubDate>Sun, 18 Nov 2007 22:29:07 +0000</pubDate>
		<dc:creator>pachanga</dc:creator>
		
		<category><![CDATA[pear]]></category>

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

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

		<guid isPermaLink="false">http://efiquest.org/?p=17</guid>
		<description><![CDATA[Setting up Chiara_PEAR_Server with Crtx front end is a little bit confusing(even if you follow the official guide) but at least it happens just once  
Another important matter is maintaining your lovely PEAR channel up-to-date which, of course, assumes nice and easy way of uploading new packages. Actually Crtx&#8217;s web interface provides such a [...]]]></description>
		<wfw:commentRss>http://efiquest.org/2007-11-19/17/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Bug in Crtx_PEAR_Channel_Frontend?</title>
		<link>http://efiquest.org/2007-11-17/16/</link>
		<comments>http://efiquest.org/2007-11-17/16/#comments</comments>
		<pubDate>Fri, 16 Nov 2007 20:48:47 +0000</pubDate>
		<dc:creator>pachanga</dc:creator>
		
		<category><![CDATA[pear]]></category>

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

		<guid isPermaLink="false">http://efiquest.org/?p=16</guid>
		<description><![CDATA[I&#8217;m using Crtx_PEAR_Channel_Frontend-0.3.1-alpha as a PEAR channel front end and I&#8217;m pretty happy about it. However there seems to be a bug in the Crtx_PEAR_Channel_Frontend :: getPackageLatestReleases() method at line 500. 
It reads:

unset($release[$states[$i+1]]);

While it should read:

unset($release[$states[$i]]);

I tried to email the original author Davey Shafik some time ago to no avail but at least now you [...]]]></description>
		<wfw:commentRss>http://efiquest.org/2007-11-17/16/feed/</wfw:commentRss>
		</item>
		<item>
		<title>limb/tests_runner-0.8.7 released!</title>
		<link>http://efiquest.org/2007-11-10/15/</link>
		<comments>http://efiquest.org/2007-11-10/15/#comments</comments>
		<pubDate>Sat, 10 Nov 2007 15:31:10 +0000</pubDate>
		<dc:creator>pachanga</dc:creator>
		
		<category><![CDATA[limb]]></category>

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

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

		<guid isPermaLink="false">http://efiquest.org/?p=15</guid>
		<description><![CDATA[I&#8217;m glad to announce the new release of the limb/tests_runner package which reached 0.8.7-beta version! This package ships with limb_unit - a SimpleTest tests &#8220;swiss army knife&#8221; console based runner. If you&#8217;d like to know more about limb_unit utility I would highly recommend reading its documentation since it provides quite unique features like nested fixtures, [...]]]></description>
		<wfw:commentRss>http://efiquest.org/2007-11-10/15/feed/</wfw:commentRss>
		</item>
		<item>
		<title>{{macro}} - a zillionth attempt to make a PHP template engine that sucks less</title>
		<link>http://efiquest.org/2007-11-04/14/</link>
		<comments>http://efiquest.org/2007-11-04/14/#comments</comments>
		<pubDate>Sun, 04 Nov 2007 09:34:32 +0000</pubDate>
		<dc:creator>pachanga</dc:creator>
		
		<category><![CDATA[limb]]></category>

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

		<guid isPermaLink="false">http://efiquest.org/?p=14</guid>
		<description><![CDATA[After having used multiple template engines for the last 5 years I&#8217;m a strong believer that the best template engine is&#8230;PHP itself  We just need some tools to make the usage of raw PHP in templates more friendly and readable.
I have used the forked version of WACT template engine for about 3 years and [...]]]></description>
		<wfw:commentRss>http://efiquest.org/2007-11-04/14/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Buildman - dead simple Continuous Integration tool</title>
		<link>http://efiquest.org/2007-11-04/7/</link>
		<comments>http://efiquest.org/2007-11-04/7/#comments</comments>
		<pubDate>Sat, 03 Nov 2007 23:56:09 +0000</pubDate>
		<dc:creator>pachanga</dc:creator>
		
		<category><![CDATA[limb]]></category>

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

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

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

		<guid isPermaLink="false">http://efiquest.org/?p=7</guid>
		<description><![CDATA[
If you have ever tried to setup the Continuous Integration process using one of the well known &#8216;classic&#8217; tools like CruiseControl you might have been wondering if there&#8217;s a simpler and quicker way. I have been wondering too, thus meet Buildman  
]]></description>
		<wfw:commentRss>http://efiquest.org/2007-11-04/7/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
