<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.2" -->
<rss version="0.92">
<channel>
	<title>The Deployer</title>
	<link>http://thedeployer.com</link>
	<description>Technology and Development Today</description>
	<lastBuildDate>Fri, 11 Jun 2010 11:28:12 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>PHP on steroids &#8211; HipHop PHP</title>
		<description><![CDATA[HipHop transforms your PHP source code into highly optimized C++ and then compiles it with g++ to build binary files. You keep coding in simpler PHP, then HipHop executes your source code in a semantically equivalent manner and sacrifices some rarely used features &#8211; such as eval() &#8211; in exchange for improved performance.
More info here:

News: [...]]]></description>
		<link>http://thedeployer.com/2010-04-php-on-steroids-hiphop-php</link>
			</item>
	<item>
		<title>Why You Can’t Work at Work</title>
		<description><![CDATA[Lovely presentation, except the fact that it is advertising the products of 37signals, it does hold some truth:

If the embed doesn&#8217;t work, check it out here: http://bigthink.com/ideas/18522
]]></description>
		<link>http://thedeployer.com/2010-03-why-you-can%e2%80%99t-work-at-work</link>
			</item>
	<item>
		<title>Kohana &amp; FastCGI routing problems</title>
		<description><![CDATA[If you&#8217;re developing on Kohana framework and your server is setup with Apache and FastCGI, you&#8217;ll run into some weird trouble regarding URL processing. This is happening because Kohana&#8217;s Router class is not looking at the REQUEST_URI key in the $_SERVER global, and gets the PHP_SELF instead that always returns the index.php file.
This has a [...]]]></description>
		<link>http://thedeployer.com/2009-10-kohana-fastcgi-routing-problems</link>
			</item>
	<item>
		<title>Migrating a Subversion (SVN) repository</title>
		<description><![CDATA[Recently I have a brand new stand-alone server for my repositories and other minor thingies. And the challenging thing: moving the repositories from my home desktop computer to this server.
My setup was this: I have my home desktop computer that runs Windows XP, and the repositories were stored and managed using VisualSVN, a great tool [...]]]></description>
		<link>http://thedeployer.com/2009-07-migrating-a-subversion-svn-repository</link>
			</item>
	<item>
		<title>Listing files in a directory with PHP</title>
		<description><![CDATA[Listing the files in a directory in PHP is as simple as 1 line:

$aList = scandir&#40; '/tmp' &#41;;
print_r&#40; $aList &#41;;

This will retrieve all the files in the specified directory (including &#8220;.&#8221; and &#8220;..&#8221;):

Array
&#40;
    &#91;0&#93; =&#62; .
    &#91;1&#93; =&#62; ..
    &#91;2&#93; =&#62; uioeng34890gn34.dat
&#41;

]]></description>
		<link>http://thedeployer.com/2009-05-listing-files-in-a-directory-with-php</link>
			</item>
	<item>
		<title>Why should we use PHP constants inside classes</title>
		<description><![CDATA[constant
A constant is an identifier (name) for a simple value. As the name suggests, that value cannot change during the execution of the script (except for magic constants, which aren&#8217;t actually constants). A constant is case-sensitive by default. By convention, constant identifiers are always uppercase.

Practically, it&#8217;s as easy as:

define&#40;'DATABASE', 'thedatabase'&#41;;

Constants are useful in a lot [...]]]></description>
		<link>http://thedeployer.com/2009-04-why-should-we-use-php-constants-inside-classes</link>
			</item>
	<item>
		<title>CodeIgniter 1.6 + Rapyd library download</title>
		<description><![CDATA[When I need to develop a fast-growing, flexible and complex management application that needs to be done in a very short time, I use a CodeIgniter &#8211; Rapyd &#8220;bundle&#8221; that I&#8217;ve built to work, which can be turned into a really complex application.
Actually, I&#8217;ve built a complex management application, and then stripped down all it&#8217;s [...]]]></description>
		<link>http://thedeployer.com/2009-04-codeigniter-16-rapyd-library-download</link>
			</item>
	<item>
		<title>CSS Menu Generator</title>
		<description><![CDATA[cssmenumaker.com has quite a few ready-made CSS menus that just need to be copy-pasted in your site.
You can choose from drop-down menu, horizontal or vertical menu style and after that, you just copy-paste the code, or you can customize your menu.
Menus are usually compatible with Firefox, Internet Explorer 6 &#38; 7, Safari and Opera.
]]></description>
		<link>http://thedeployer.com/2009-04-css-menu-generator</link>
			</item>
	<item>
		<title>How to create iPhone themes</title>
		<description><![CDATA[I found a great website that teaches you how to make and use Winterboard themes.
This nice tutorial explains, step by step, how to:

Create a basic theme
Change the program icons
Change the battery icons
Change the carrier logos
Change the wifi signal strength icons
Change the cellular signal strength bars
Change the keyboard
Change the sliders
Change the progress wheels
Change the system sounds
Change [...]]]></description>
		<link>http://thedeployer.com/2009-04-how-to-create-iphone-themes</link>
			</item>
	<item>
		<title>Unlocking (jailbreaking) your iPhone 3G (2.2.1)</title>
		<description><![CDATA[The background and &#8220;the why?&#8221;
Apple has a very evolved sense of security and thus you won&#8217;t be able to install any application not listed in the AppStore. In order for you to be able to install WinterBoard (a replacement for that main menu), themes, sounds, ringtones, wallpapers and all those goodies, you need to jailbreak [...]]]></description>
		<link>http://thedeployer.com/2009-04-unlocking-jailbreaking-your-iphone-3g</link>
			</item>
</channel>
</rss>
