<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>P0L0&#039;s Blog</title>
	<link>http://p0l0.binware.org</link>
	<description>Opensource Projects and IT experiences</description>
	<lastBuildDate>Sun, 30 Oct 2011 08:39:29 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress" -->

	<item>
		<title>Git Over HTTP (git-http-backend)</title>
		<description><![CDATA[I found really annoying that all Git guides I found talked about using Git over SSH, thats because I googled until I found that Git now comes with git-http-backend, which lets you to configure your webserver to serve git over HTTP/HTTPS. Here is a little guide how to setup git-http-backend using apache. First of all [...]]]></description>
		<link>http://p0l0.binware.org/index.php/2011/08/26/git-over-http-git-http-backend/</link>
			</item>
	<item>
		<title>SimpleXML vs XMLWriter vs DOM</title>
		<description><![CDATA[I have done a little Performance test for the 3 different methods available in PHP for XML generation. For this test I wrote a little script which generates the same XML File using the different methods. Test: 1000 Nodes with 100 Subnodes for each Node. (XML Filesize: 1.9MB) &#160; SimpleXML XMLWriter DOM Time 0.48202991485596 ms [...]]]></description>
		<link>http://p0l0.binware.org/index.php/2011/07/04/simplexml-vs-xmlwriter-vs-dom/</link>
			</item>
	<item>
		<title>Eclipse/ZendStudio custom username for Code Templates</title>
		<description><![CDATA[At work we started using Zendstudio, as the installation on our Linux Boxes is global, we can&#8217;t edit the ZendStudio.ini, and the only way to specify our custom username for Code Templates is using the commandline arguments. The easiest way is to create a shell script to start ZendStudio: Now ZendStudio will replace the variable [...]]]></description>
		<link>http://p0l0.binware.org/index.php/2011/06/13/eclipsezendstudio-custom-username-for-code-templates/</link>
			</item>
	<item>
		<title>Google +1 for Sharedaddy</title>
		<description><![CDATA[Google published on 01 June the possibility to add Google +1 to your page, which is a great service to add to the existing sharing services. Im using Sharedaddy, and I will not install another extra plugin to support Google +1 and the Sharedaddy option to add a custom service is not prepared for dynamic [...]]]></description>
		<link>http://p0l0.binware.org/index.php/2011/06/03/google-1-for-sharedaddy/</link>
			</item>
	<item>
		<title>ChiliProject 1.4.0 + Ruby Enterprise + Passenger + Apache2</title>
		<description><![CDATA[I was a happy Trac user, but after seeing Redmine, I realized that Trac has many missing features and that you must do a lot of things with plugins, Redmine has this features out-of-box. After working a bit with Redmine I discovered ChiliProject, which is a fork of Redmine, and its actually compatible with Redmine [...]]]></description>
		<link>http://p0l0.binware.org/index.php/2011/05/30/redmine-1-2-ruby-enterprise-passenger-apache2/</link>
			</item>
	<item>
		<title>Memcached &#8211; Pages/Chunks and Rebalancing</title>
		<description><![CDATA[It&#8217;s important to know how Memcached organizes the available memory and how Objects are saved to understand &#8220;strange&#8221; effects. Memcached has Pages that have a size of 1Mb (in newer version you can configure them from 1Mb to 128Mb), these Pages are divided in Chunks. The size of the Chunks is created dynamically after start, [...]]]></description>
		<link>http://p0l0.binware.org/index.php/2011/05/21/memcached-pageschunks-and-rebalancing/</link>
			</item>
	<item>
		<title>Spidermonkey &#8211; Execute javascript from console</title>
		<description><![CDATA[SpiderMonkey is the code-name for the Mozilla&#8217;s C implementation of JavaScript. This is useful to test part of our JavaScript from the console or in scripts. In Debian we have a package called spidermonkey-bin. apt-get install spidermonkey-bin After installing you will have a program called smjs. If you start the program without parameters you will [...]]]></description>
		<link>http://p0l0.binware.org/index.php/2010/05/24/spidermonkey-execute-javascript-from-console/</link>
			</item>
	<item>
		<title>Installing TRAC with mod_wsgi using virtualenv</title>
		<description><![CDATA[This guide is for installing Trac as a user using virtualenv for a isolated Python environment so that the whole installation runs under a specific user. First of all we need to install needed packages apt-get install libapache2-mod-wsgi python-virtualenv python-setuptools Once we have installed the required packages proceed to create the Python environment mkdir /usr/local/trac [...]]]></description>
		<link>http://p0l0.binware.org/index.php/2010/05/10/installing-trac-with-mod_wsgi-using-virtualenv/</link>
			</item>
	<item>
		<title>Netbeans Performance Switches</title>
		<description><![CDATA[I recently have began to use Netbeans because I&#8217;m sad that Eclipse is every time slower and it frozes every time when you are doing something to fast. Netbeans is not perfect, and there are some features that need to be polished (Ex.: SVN Support, Time Tracking like Mylyn), but the PHP/HTML/CSS/JS Support is excellent, [...]]]></description>
		<link>http://p0l0.binware.org/index.php/2010/04/17/netbeans-performance-switches/</link>
			</item>
	<item>
		<title>Vlogin &#8211; Roundcube Plugin</title>
		<description><![CDATA[I just released the first version of my Vlogin Plugin for Roundcube. This plugin is based on the Vlogin for Squirrelmail. For now the only implemented function is that you can login using only &#8220;user&#8221; and roundcube will authenticate against IMAP using the domain extracted from the webmail URL. You can get download the plugin [...]]]></description>
		<link>http://p0l0.binware.org/index.php/2009/10/02/vlogin-roundcube-plugin/</link>
			</item>
</channel>
</rss>

