<?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>thephpx - codeigniter junky &#187; php</title>
	<atom:link href="http://www.thephpx.com/category/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thephpx.com</link>
	<description>codeigniter, jquery, php, mysql</description>
	<lastBuildDate>Mon, 21 Nov 2011 21:17:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Dummies guide to LAMP setup on linux :)</title>
		<link>http://www.thephpx.com/2011/05/31/dummies-guide-to-lamp-setup-on-linux/</link>
		<comments>http://www.thephpx.com/2011/05/31/dummies-guide-to-lamp-setup-on-linux/#comments</comments>
		<pubDate>Tue, 31 May 2011 15:40:35 +0000</pubDate>
		<dc:creator>thephpx</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[efficiency]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[LAMP]]></category>
		<category><![CDATA[LAMP Stack]]></category>
		<category><![CDATA[phpMyadmin]]></category>

		<guid isPermaLink="false">http://www.thephpx.com/?p=224</guid>
		<description><![CDATA[Hello everyone, Recently I came across several nifty apt-get commands that quite handy and if used properly can be a life saver while setting up LAMP stack on your system. Step 1 : One line LAMP setup on linux - sudo apt-get install lamp-server^ Step 2 : Setup phpMyadmin to manage your mysql databases - &#8230; <a href="http://www.thephpx.com/2011/05/31/dummies-guide-to-lamp-setup-on-linux/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>Hello everyone,<br />
<br/><br />
Recently I came across several nifty apt-get commands that quite handy and if used properly can be a life saver while setting up LAMP stack on your system.<br />
<br/><br />
<strong>Step 1 : One line LAMP setup on linux -</strong></p>
<div class="dean_ch" style="white-space: wrap;">
<ol>
<li class="li1">
<div class="de1">sudo apt-get install lamp-server^</div>
</li>
</ol>
</div>
<p><br/><br />
<strong>Step 2 : Setup phpMyadmin to manage your mysql databases -</strong></p>
<div class="dean_ch" style="white-space: wrap;">
<ol>
<li class="li1">
<div class="de1">sudo apt-get install phpmyadmin</div>
</li>
</ol>
</div>
<p><br/><br />
<strong>Step 3 : Setup xdebug and integrate with php5 installation -</strong></p>
<div class="dean_ch" style="white-space: wrap;">
<ol>
<li class="li1">
<div class="de1">sudo apt-get install php5-xdebug</div>
</li>
</ol>
</div>
<p><br/><br />
<strong>Step 4 : Setup cURL -</strong></p>
<div class="dean_ch" style="white-space: wrap;">
<ol>
<li class="li1">
<div class="de1">sudo apt-get install php5-curl</div>
</li>
</ol>
</div>
<p><br/><br />
<strong>After the above command finishes installing curl do the following -</strong></p>
<div class="dean_ch" style="white-space: wrap;">
<ol>
<li class="li1">
<div class="de1">cd /etc/php5/conf.d/
</div>
</li>
<li class="li1">
<div class="de1">sudo gedit xdebug.ini</div>
</li>
</ol>
</div>
<p><br/><br />
<strong>After opening the file in gedit, add the following lines at the end of the file then save and close it.</strong></p>
<div class="dean_ch" style="white-space: wrap;">
<ol>
<li class="li1">
<div class="de1">xdebug.remote_enable=On
</div>
</li>
<li class="li1">
<div class="de1">xdebug.remote_host=&quot;localhost&quot;
</div>
</li>
<li class="li1">
<div class="de1">xdebug.remote_port=9000
</div>
</li>
<li class="li1">
<div class="de1">xdebug.remote_handler=&quot;dbgp&quot;</div>
</li>
</ol>
</div>
<p><br/><br />
The following step is helpful for those who later want to integrate andorid SDK, because only Sun JDK is supported when running the android SDK app, is handy if you use it.<br />
<br/><br />
<strong>Step 5 : Setup sun -</strong></p>
<div class="dean_ch" style="white-space: wrap;">
<ol>
<li class="li1">
<div class="de1">sudo apt-get install sun-java6</div>
</li>
</ol>
</div>
<p><br/><br />
<strong>Step 6 : Enable Rewrite Module for PHP -</strong></p>
<div class="dean_ch" style="white-space: wrap;">
<ol>
<li class="li1">
<div class="de1">a2enmod rewrite</div>
</li>
</ol>
</div>
<p><br/><br />
<br/><br />
The above will do a smooth install of a functioning LAMP server on the system <img src='http://www.thephpx.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> , comments and queries are always welcomed.<br />
<br/><br />
thanks,</p>
<blockquote>
<h4>faisal ahmed</h4>
<p><em style="padding: 0; margin: 0;">web application developer</em><br />
<strong style="padding: 0; margin: 0;">web: </strong>http://www.faisalbd.com/<br />
<strong style="padding: 0; margin: 0;">email: </strong>thephpx(at)gmail(dot)com</p></blockquote>
<div name="googleone_share_1" style="position:relative;z-index:5;float: right; margin-left: 10px;"><g:plusone size="tall" count="1" href="http://www.thephpx.com/2011/05/31/dummies-guide-to-lamp-setup-on-linux/"></g:plusone></div><div class="shr-publisher-224"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic --><p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.thephpx.com%2F2011%2F05%2F31%2Fdummies-guide-to-lamp-setup-on-linux%2F&amp;title=Dummies%20guide%20to%20LAMP%20setup%20on%20linux%20%3A%29" id="wpa2a_2" onclick="pageTracker._trackPageview('/outgoing/www.addtoany.com/share_save_url=http_3A_2F_2Fwww.thephpx.com_2F2011_2F05_2F31_2Fdummies-guide-to-lamp-setup-on-linux_2F_amp_title=Dummies_20guide_20to_20LAMP_20setup_20on_20linux_20_3A_29?referer=');"><img src="http://www.thephpx.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.thephpx.com/2011/05/31/dummies-guide-to-lamp-setup-on-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Oauth2 library for CodeIgniter framework</title>
		<link>http://www.thephpx.com/2011/04/20/google-oauth2-library-for-codeigniter-framework/</link>
		<comments>http://www.thephpx.com/2011/04/20/google-oauth2-library-for-codeigniter-framework/#comments</comments>
		<pubDate>Wed, 20 Apr 2011 08:15:51 +0000</pubDate>
		<dc:creator>thephpx</dc:creator>
				<category><![CDATA[codeigniter]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[codeigniter library]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[google api]]></category>
		<category><![CDATA[google codeigniter library]]></category>
		<category><![CDATA[oauth2]]></category>

		<guid isPermaLink="false">http://www.thephpx.com/?p=216</guid>
		<description><![CDATA[Hello everyone, I am back with google oauth2 integration library this time. Before you use the google oauth2 library you must have a google application registered so that you have access to api client id and client key which you will need to use it. Also the redirect url must match your application location. Otherwise &#8230; <a href="http://www.thephpx.com/2011/04/20/google-oauth2-library-for-codeigniter-framework/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>Hello everyone,</p>
<p>I am back with google oauth2 integration library this time. Before you use the google oauth2 library you must have a google application registered so that you have access to api client id and client key which you will need to use it.</p>
<p>Also the redirect url must match your application location. Otherwise google does not provide access to the api. So, best way to test the code is to test it on a live site.</p>
<p>I am not going to go through the code here as I have commented the code well enough for you to understand <img src='http://www.thephpx.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>For any extra query feel free to comment.<br />
<a href="http://www.thephpx.com/files/google_oauth.zip"><br />
<h3>DOWNLOAD THE LIBRARY</h3>
<p></a></p>
<p>thanks,</p>
<blockquote>
<h4>faisal ahmed</h4>
<p><em style="padding: 0; margin: 0;">web application developer</em><br />
<strong style="padding: 0; margin: 0;">web: </strong>http://www.faisalbd.com/<br />
<strong style="padding: 0; margin: 0;">email: </strong>thephpx(at)gmail(dot)com</p></blockquote>
<div name="googleone_share_1" style="position:relative;z-index:5;float: right; margin-left: 10px;"><g:plusone size="tall" count="1" href="http://www.thephpx.com/2011/04/20/google-oauth2-library-for-codeigniter-framework/"></g:plusone></div><div class="shr-publisher-216"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic --><p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.thephpx.com%2F2011%2F04%2F20%2Fgoogle-oauth2-library-for-codeigniter-framework%2F&amp;title=Google%20Oauth2%20library%20for%20CodeIgniter%20framework" id="wpa2a_4" onclick="pageTracker._trackPageview('/outgoing/www.addtoany.com/share_save_url=http_3A_2F_2Fwww.thephpx.com_2F2011_2F04_2F20_2Fgoogle-oauth2-library-for-codeigniter-framework_2F_amp_title=Google_20Oauth2_20library_20for_20CodeIgniter_20framework?referer=');"><img src="http://www.thephpx.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.thephpx.com/2011/04/20/google-oauth2-library-for-codeigniter-framework/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Codeigniter: Helper for template library dynamic view partial loading</title>
		<link>http://www.thephpx.com/2011/02/23/codeigniter-helper-for-template-library-dynamic-view-partial-loading/</link>
		<comments>http://www.thephpx.com/2011/02/23/codeigniter-helper-for-template-library-dynamic-view-partial-loading/#comments</comments>
		<pubDate>Wed, 23 Feb 2011 13:43:51 +0000</pubDate>
		<dc:creator>thephpx</dc:creator>
				<category><![CDATA[codeigniter]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[efficiency]]></category>
		<category><![CDATA[fun]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[codeigniter library]]></category>
		<category><![CDATA[codeigniter template library]]></category>
		<category><![CDATA[template]]></category>
		<category><![CDATA[template library]]></category>
		<category><![CDATA[template parser helper]]></category>

		<guid isPermaLink="false">http://www.thephpx.com/?p=167</guid>
		<description><![CDATA[Hello everyone, I have recently been in quick-fire blogging mode. After playing with the superb template library developed by Phil Sturgeon. The following template helper is the outcome of tweaking that makes life easier while setting up view partials and calling them inside the layout dynamically. The helper also has an add-on use which gives &#8230; <a href="http://www.thephpx.com/2011/02/23/codeigniter-helper-for-template-library-dynamic-view-partial-loading/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>Hello everyone,</p>
<p>I have recently been in quick-fire blogging mode. After playing with the superb <a href="http://philsturgeon.co.uk/demos/codeigniter-template/user_guide/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/philsturgeon.co.uk/demos/codeigniter-template/user_guide/?referer=');">template library</a> developed by <a href="http://philsturgeon.co.uk/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/philsturgeon.co.uk/?referer=');">Phil Sturgeon</a>.</p>
<p>The following template helper is the outcome of tweaking that makes life easier while setting up view partials and calling them inside the layout dynamically. The helper also has an add-on use which gives user the option to use region specific partial loading.</p>
<h5>Controller:</h5>
<p> welcome.php<br/></p>
<pre>
$partial_list[]['region'] = 'left';
$partial_list[]['name'] = 'category';
$partial_list[]['view'] = 'partial_category';
$partial_list[]['region'] = 'right';
$partial_list[]['name'] = 'login_box';
$partial_list[]['view'] = 'partial_login';

/* following functionautomatically sets the partials
* based on the above array and also passes $partial_list
* variable to the view.
*/

/*
* make sure the pareser helper is loaded before
* calling this function
*/

setup_partials($partial_list);

$this-&gt;template-&gt;set_layout('home_layout');
$this-&gt;template-&gt;build('home_view');
</pre>
<p><br/></p>
<h5>Layout:</h5>
<p> home_view.php<br/></p>
<pre>
&lt;html&gt;
&lt;head&gt;
	&lt;title&gt;&lt;?php echo $template[&#039;title&#039;];?&gt;&lt;/title&gt;
&lt;/head&gt;
&lt;body&gt;
	&lt;div class=&quot;left&quot;&gt;
		/* Will show only partials with region set as left */
		&lt;?php show_partials(&#039;list&#039;, &#039;left&#039;, $partial_list, $template); ?&gt;
	&lt;/div&gt;
	&lt;div class=&quot;mid&quot;&gt;&lt;?php echo $template[&#039;body&#039;];?&gt;&lt;/div&gt;
	&lt;div class=&quot;right&quot;&gt;
		/* Will show only partials with region set as right */
		&lt;?php show_partials(&#039;list&#039;, &#039;right&#039;, $partial_list, $template);?&gt;
	&lt;/div&gt;
&lt;/body&gt;
&lt;/html&gt;
</pre>
<p>Detail about the usage can be found in the actual helper file, also feel free to comment here and I will try my best to help out.</p>
<h3>Download Helper:</h3>
<p><a href="http://www.thephpx.com/files/partial_helper.zip">DOWNLOAD PARSER HELPER</a></p>
<p>thanks,</p>
<blockquote>
<h4>faisal ahmed</h4>
<p><i style="padding:0;margin:0;">web application developer</i><br />
<b style="padding:0;margin:0;">web:&nbsp;</b>http://www.faisalbd.com/<br />
<b style="padding:0;margin:0;">email:&nbsp;</b>thephpx(at)gmail(dot)com
</p></blockquote>
<div name="googleone_share_1" style="position:relative;z-index:5;float: right; margin-left: 10px;"><g:plusone size="tall" count="1" href="http://www.thephpx.com/2011/02/23/codeigniter-helper-for-template-library-dynamic-view-partial-loading/"></g:plusone></div><div class="shr-publisher-167"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic --><p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.thephpx.com%2F2011%2F02%2F23%2Fcodeigniter-helper-for-template-library-dynamic-view-partial-loading%2F&amp;title=Codeigniter%3A%20Helper%20for%20template%20library%20dynamic%20view%20partial%20loading" id="wpa2a_6" onclick="pageTracker._trackPageview('/outgoing/www.addtoany.com/share_save_url=http_3A_2F_2Fwww.thephpx.com_2F2011_2F02_2F23_2Fcodeigniter-helper-for-template-library-dynamic-view-partial-loading_2F_amp_title=Codeigniter_3A_20Helper_20for_20template_20library_20dynamic_20view_20partial_20loading?referer=');"><img src="http://www.thephpx.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.thephpx.com/2011/02/23/codeigniter-helper-for-template-library-dynamic-view-partial-loading/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Setup xdebug on LAMPP</title>
		<link>http://www.thephpx.com/2011/02/02/setup-xdebug-on-lampp/</link>
		<comments>http://www.thephpx.com/2011/02/02/setup-xdebug-on-lampp/#comments</comments>
		<pubDate>Wed, 02 Feb 2011 00:07:13 +0000</pubDate>
		<dc:creator>thephpx</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[lampp]]></category>
		<category><![CDATA[xdebug]]></category>

		<guid isPermaLink="false">http://www.thephpx.com/?p=145</guid>
		<description><![CDATA[I am assuming the reader already has LAMPP setup and running on their Linux. First step towards setting up xdebug is to download LAMPP development package add-on from the apache-friends website. After the compressed file is download navigate to the folder where the TAR file is located using linux terminal and the type in - &#8230; <a href="http://www.thephpx.com/2011/02/02/setup-xdebug-on-lampp/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>I am assuming the reader already has LAMPP setup and running on their Linux. First step towards setting up xdebug is to download LAMPP development package add-on from the apache-friends website. After the compressed file is download navigate to the folder where the TAR file is located using linux terminal and the type in -</p>
<p><strong>export PATH=/opt/lampp/bin:$PATH</strong></p>
<p><strong>sudo tar xvfz xampp-linux-devel-1.7.4.tar.gz -C /opt</strong></p>
<p>The above overwrites the existing LAMPP setup and includes the add-ons. After the files are overwritten, type in the following command.</p>
<p><strong>/opt/lampp/bin/pecl update-channels</strong></p>
<p>The above updates the PECL channels and prepares it for PECL based xdebug installation. After the above line is executed type-in:<strong> </strong></p>
<p><strong><br />
/opt/lampp/bin/pecl install Xdebug<br />
</strong></p>
<p>The above line sets up Xdebug in the existing LAMPP setup and at the 3rd or 4th last line of you will see the location of the xdebug.so files location given, note it down. The location may look something similar to this &#8211; &#8220;<em>/opt/lampp/lib/php/extensions/no-debug-non-zts-20090626/xdebug.so</em>&#8221;</p>
<p>Now we have to update the <strong>php.ini</strong> file to include the xdebug settings. You will find the file in &#8220;opt/lampp/etc/&#8221; open it by typing -</p>
<p><strong>sudo gedit opt/lampp/etc/php.ini</strong></p>
<p>Add the following lines at the very end of the file and save it.</p>
<p><strong><br />
zend_extension = /opt/lampp/lib/php/extensions/no-debug-non-zts-20060613/xdebug.so<br />
xdebug.profiler_output_dir = &#8220;/tmp/xdebug/&#8221;<br />
xdebug.profiler_enable = On<br />
xdebug.remote_enable=On<br />
xdebug.remote_host=&#8221;localhost&#8221;<br />
xdebug.remote_port=9000<br />
xdebug.remote_handler=&#8221;dbgp&#8221;<br />
</strong></p>
<p>After the file is saved restart LAMPP by typing in -</p>
<p><strong>sudo opt/lampp/lampp restart</strong></p>
<p>To verify goto http://localhost/ after the server is restarted and you will see Xdebug table showing the xdebug settings.</p>
<p>let me know if you come across any issues during the setup process.</p>
<blockquote><p>~ thephpx</p></blockquote>
<div name="googleone_share_1" style="position:relative;z-index:5;float: right; margin-left: 10px;"><g:plusone size="tall" count="1" href="http://www.thephpx.com/2011/02/02/setup-xdebug-on-lampp/"></g:plusone></div><div class="shr-publisher-145"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic --><p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.thephpx.com%2F2011%2F02%2F02%2Fsetup-xdebug-on-lampp%2F&amp;title=Setup%20xdebug%20on%20LAMPP" id="wpa2a_8" onclick="pageTracker._trackPageview('/outgoing/www.addtoany.com/share_save_url=http_3A_2F_2Fwww.thephpx.com_2F2011_2F02_2F02_2Fsetup-xdebug-on-lampp_2F_amp_title=Setup_20xdebug_20on_20LAMPP?referer=');"><img src="http://www.thephpx.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.thephpx.com/2011/02/02/setup-xdebug-on-lampp/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>My Zen-Environment for WAMP development</title>
		<link>http://www.thephpx.com/2009/08/01/my-zen-environment-for-wamp-development/</link>
		<comments>http://www.thephpx.com/2009/08/01/my-zen-environment-for-wamp-development/#comments</comments>
		<pubDate>Sat, 01 Aug 2009 14:53:10 +0000</pubDate>
		<dc:creator>thephpx</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[efficiency]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[portable-smtp]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[svn]]></category>
		<category><![CDATA[wamp]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.thephpx.com/?p=12</guid>
		<description><![CDATA[Hello everyone, Every developer has there very own zen settings so do i . Today I am going to writing about the stuffs I use while I am at development. If you have any better alternatives or suggestions to these applications please feel free to come forward My preferred application development platform includes the following &#8230; <a href="http://www.thephpx.com/2009/08/01/my-zen-environment-for-wamp-development/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>Hello everyone,</p>
<p>Every developer has there very own zen settings so do i <img src='http://www.thephpx.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  . Today I am going to writing about the stuffs I use while I am at development. If you have any better alternatives or suggestions to these applications please feel free to come forward <img src='http://www.thephpx.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>My preferred application development platform includes the following -</p>
<p><strong>Local Work-Station/Laptop:</strong></p>
<ul>
<li><a title="WAMP Server for windows apache mysql php" href="http://www.wampserver.com/en/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.wampserver.com/en/?referer=');">WAMP</a> &#8211; Quick fix windows apache mysql and php server setup</li>
<li><a title="Free SMTP Server" href="http://www.softstack.com/freesmtp.html" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.softstack.com/freesmtp.html?referer=');">Free SMTP</a> &#8211; my very own SMTP server</li>
<li><a title="TortoiseSVN Subversion repository management tool" href="http://www.tortoisesvn.net/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.tortoisesvn.net/?referer=');">TortoiseSVN</a> &#8211; my personal undo</li>
<li><a title="SQLyog MySQL database management tool" href="http://www.webyog.com/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.webyog.com/?referer=');">SQLyog</a> &#8211; for MySQL database management</li>
<li><a title="Free FTP management tool" href="http://www.filezilla-project.org/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.filezilla-project.org/?referer=');">FileZilla</a> &#8211; for FTP management</li>
<li><a title="PHP Development tool" href="http://www.eclipse.org/pdt/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.eclipse.org/pdt/?referer=');">EclipsePDT</a> &#8211; My PHP IDE</li>
</ul>
<p><strong>Central Repository Server Applications:</strong></p>
<ul>
<li><a title="WAMP Server for windows apache mysql php" href="http://www.wampserver.com/en/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.wampserver.com/en/?referer=');">WAMP</a> &#8211; for basic windows, apache, mysql, php server on central repository</li>
<li><a title="Free SMTP Server" href="http://www.softstack.com/freesmtp.html" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.softstack.com/freesmtp.html?referer=');">Free SMTP</a> -  for SMTP server on the central repository</li>
<li><a title="SSH and Telnet Server" href="http://www.kpym.com/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.kpym.com/?referer=');">KpyM Telnet/SSH Server</a> &#8211; for SSH access to my central repository</li>
<li><a title="SVN Server and repository management tool" href="http://www.visualsvn.com/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.visualsvn.com/?referer=');">VisualSVN</a> &#8211; for SVN repository server management at central repository</li>
</ul>
<p>That is the whole host of applications that are involved in my development process which I find very helpful and agile. I work on two-stage development, my local workstation/laptop and then to my central repository where I host my SVN repositories and also live demos.</p>
<p>The two stage method has so far proven extreamly helpful, specially if you have a VPS account where you are at your will to install applications.</p>
<p>I hope this one helps you setup your zen environment :p.</p>
<p>take care,</p>
<p><em><strong>- thephpx</strong></em></p>
<div name="googleone_share_1" style="position:relative;z-index:5;float: right; margin-left: 10px;"><g:plusone size="tall" count="1" href="http://www.thephpx.com/2009/08/01/my-zen-environment-for-wamp-development/"></g:plusone></div><div class="shr-publisher-12"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic --><p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.thephpx.com%2F2009%2F08%2F01%2Fmy-zen-environment-for-wamp-development%2F&amp;title=My%20Zen-Environment%20for%20WAMP%20development" id="wpa2a_10" onclick="pageTracker._trackPageview('/outgoing/www.addtoany.com/share_save_url=http_3A_2F_2Fwww.thephpx.com_2F2009_2F08_2F01_2Fmy-zen-environment-for-wamp-development_2F_amp_title=My_20Zen-Environment_20for_20WAMP_20development?referer=');"><img src="http://www.thephpx.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.thephpx.com/2009/08/01/my-zen-environment-for-wamp-development/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

