<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.7.1" -->
<rss version="0.92">
<channel>
	<title>The Deployer</title>
	<link>http://thedeployer.com</link>
	<description>Technology and Development Today</description>
	<lastBuildDate>Sat, 03 Oct 2009 18:11:54 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Kohana &amp; FastCGI routing problems</title>
		<description>If you're developing on Kohana framework and your server is setup with Apache and FastCGI, you'll run into some weird trouble regarding URL processing. This is happening because Kohana's Router class is not looking at the REQUEST_URI key in the $_SERVER global, and gets the PHP_SELF instead that always returns ...</description>
		<link>http://thedeployer.com/2009-10-kohana-fastcgi-routing-problems</link>
			</item>
	<item>
		<title>Migrating a Subversion (SVN) repository</title>
		<description>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 ...</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>Listing the files in a directory in PHP is as simple as 1 line:
$aList = scandir( '/tmp' );
print_r( $aList );

This will retrieve all the files in the specified directory (including "." and ".."):

Array
(
    [0] => .
    [1] => ..
    [2] => ...</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> 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't actually constants). A constant is case-sensitive by default. By convention, constant identifiers are always uppercase. 

Practically, it's as ...</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>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 - Rapyd "bundle" that I've built to work, which can be turned into a really complex application.

Actually, I've built a complex management application, and ...</description>
		<link>http://thedeployer.com/2009-04-codeigniter-16-rapyd-library-download</link>
			</item>
	<item>
		<title>CSS Menu Generator</title>
		<description>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; ...</description>
		<link>http://thedeployer.com/2009-04-css-menu-generator</link>
			</item>
	<item>
		<title>How to create iPhone themes</title>
		<description>I found a great website that teaches you how to make and use Winterboard themes.

[caption id="attachment_211" align="aligncenter" width="500" caption="hackthatiphone.com"][/caption]

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 ...</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>The background and "the why?"

Apple has a very evolved sense of security and thus you won'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 ...</description>
		<link>http://thedeployer.com/2009-04-unlocking-jailbreaking-your-iphone-3g</link>
			</item>
	<item>
		<title>APC - Alternative PHP Cache</title>
		<description>APC is a simple and yet powerful PHP extension that does just that: caching. What for? Suppose you would have some piece of code that fetches some data from a table, and since you don't use JOIN because you loose scalability, you'll have to do some more SELECTs, and then ...</description>
		<link>http://thedeployer.com/2009-03-apc-alternative-php-cache</link>
			</item>
	<item>
		<title>Virtual Private Server alternative</title>
		<description>Recently I've been looking for some way to get rid of the insane limitations, restrictions and all that stuff that you find on your everyday shared-hosting provider. Here's what I've found...

https://accounting.highspeedweb.net/whmcs/cart.php?a=add&#38;pid=56

Good offer:

NetRockVPS - NetRock VPS
Description
15GB Disk Space
150GB Traffic
256MB Guaranteed Ram / 512MB Burstable Ram
CentOS 5.1 Default
Optional Fedora, Ubuntu, Debian, Gentoo, ...</description>
		<link>http://thedeployer.com/2008-10-virtual-private-server-vps-offer-20</link>
			</item>
</channel>
</rss>
