<?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/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
>

<channel>
	<title>ClintonSkakun.com - The Entrepreneurial Blog // Leadership Skills // Business Growth and Goal Setting // Lifestyle and Living Large &#187; tools</title>
	<atom:link href="http://clintonskakun.com/uncategorized/tools/feed/" rel="self" type="application/rss+xml" />
	<link>http://clintonskakun.com</link>
	<description>The entrepreneur&#039;s blog for business owners. We share life experiences and discuss developing leadership skills, discovering better methods of growth in business, goal setting, personal growth and self-education. We also talk about lifestyle and making money.</description>
	<lastBuildDate>Fri, 03 Sep 2010 14:00:31 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<!-- podcast_generator="podPress/8.8" - maintenance_release="8.8.4" -->
		<copyright>Copyright &#xA9; ClintonSkakun.com - Amazing Life Of The Entrepreneur // Leadership Skills // Business Growth and Marketing // Social Web Technology 2010 </copyright>
		<managingEditor>me@clintonskakun.com (ClintonSkakun.com - The Entrepreneurial Blog // Leadership Skills // Business Growth and Goal Setting // Lifestyle and Living Large)</managingEditor>
		<webMaster>me@clintonskakun.com (ClintonSkakun.com - The Entrepreneurial Blog // Leadership Skills // Business Growth and Goal Setting // Lifestyle and Living Large)</webMaster>
		<category>posts</category>
		<ttl>1440</ttl>
		<itunes:keywords></itunes:keywords>
		<itunes:subtitle></itunes:subtitle>
		<itunes:summary>The entrepreneur#039;s blog for entrepreneurs. We share life experiences and discuss developing leadership skills, discovering better methods of growth in business, the innovation of modern technology, social media and the web. We also talk about lifestyle and making money.</itunes:summary>
		<itunes:author>ClintonSkakun.com - The Entrepreneurial Blog // Leadership Skills // Business Growth and Goal Setting // Lifestyle and Living Large</itunes:author>
		<itunes:category text="Society &amp; Culture"/>
		<itunes:owner>
			<itunes:name>ClintonSkakun.com - The Entrepreneurial Blog // Leadership Skills // Business Growth and Goal Setting // Lifestyle and Living Large</itunes:name>
			<itunes:email>me@clintonskakun.com</itunes:email>
		</itunes:owner>
		<itunes:block>No</itunes:block>
		<itunes:explicit>no</itunes:explicit>
		<itunes:image href="http://clintonskakun.com/wp-content/plugins/podpress/images/powered_by_podpress_large.jpg" />
		<image>
			<url>http://clintonskakun.com/wp-content/plugins/podpress/images/powered_by_podpress.jpg</url>
			<title>ClintonSkakun.com - The Entrepreneurial Blog // Leadership Skills // Business Growth and Goal Setting // Lifestyle and Living Large</title>
			<link>http://clintonskakun.com</link>
			<width>144</width>
			<height>144</height>
		</image>
		<item>
		<title>Good Practices&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;#8212;Writing Large Projects In PHP</title>
		<link>http://clintonskakun.com/good-practiceswriting-large-projects-in-php/</link>
		<comments>http://clintonskakun.com/good-practiceswriting-large-projects-in-php/#comments</comments>
		<pubDate>Thu, 21 Aug 2008 17:51:12 +0000</pubDate>
		<dc:creator>Clinton Skakun</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[oop]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[projects]]></category>
		<category><![CDATA[technique]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[web 2.0]]></category>
		<category><![CDATA[web apps]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[web deveopment]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://clintonskakun.wordpress.com/?p=196</guid>
		<description><![CDATA[ var fbShare = {url: 'http://clintonskakun.com/good-practiceswriting-large-projects-in-php/',size:'large'} Over the past few months I&#8217;ve been involved in large PHP projects. I&#8217;ve made lots of mistakes&#8211;and I&#8217;ve learned a lot from each one! I&#8217;ve gotten rid of old practices and adopted new and better ones.
There are a few things you should make sure of before you start large [...]]]></description>
			<content:encoded><![CDATA[<div class='dd_before'><table><tr><td><script type='text/javascript'> var fbShare = {url: 'http://clintonskakun.com/good-practiceswriting-large-projects-in-php/',size:'large'}</script> <script type='text/javascript' src='http://widgets.fbshare.me/files/fbshare.js'></script></td><td><iframe src='http://api.tweetmeme.com/button.js?url=http://clintonskakun.com/good-practiceswriting-large-projects-in-php/&amp;source=ClintonSkakun&amp;style=normal' height='61' width='50' frameborder='0' scrolling='no'></iframe></td></tr></table></div><p>Over the past few months I&#8217;ve been involved in large PHP projects. I&#8217;ve made lots of mistakes&#8211;and I&#8217;ve learned a lot from each one! I&#8217;ve gotten rid of old practices and adopted new and better ones.</p>
<p>There are a few things you should make sure of before you start large projects in PHP. Here&#8217;s my little list:)</p>
<ul>
<p style="display:none"><a href="http://www.womeningreen.org/?easy_rider">Easy Rider psp</a></p>
<li><strong>It&#8217;s best to start off with a stable framework</strong> that does almost everything you need right a way. &#8212; I learned this the hard way, trying to build a site engine and a social network at the same time:D It&#8217;s not a whole lot of fun(unless you have LOTS of time on your hands). You can make <a title="Make Your Framework" href="http://clintonskakun.wordpress.com/2008/07/11/the-importance-of-buiding-your-own-php-framework/" target="_blank"><strong>your own framework</strong></a> or you can download lots of excellent ones for free!</li>
<li><strong>Plan Plan Plan and Set Goals!</strong> Make sure you plan ahead so you have an idea of what needs to be done and how much work it&#8217;s going to take. It&#8217;s not enough to have it swimming around in your head. <em>A wise man once said, &#8220;Those who fail to plan, plan to fail.&#8221;-</em>It&#8217;s a good thing to keep in the back of your mind.</li>
<li><strong>Use the latest versions of stable software.</strong>
<p style="display:none"><a href="http://www.omega-3centre.com/?i_want_someone_to_eat_cheese_with">I Want Someone to Eat Cheese With ipod</a></p>
<p>  <em style="display:none"><a href="http://www.vanessa-ferlito.net/?original_sin">Original Sin trailer</a></em>
<p style="display:none"><a href="http://www.turtlesurvival.org/?groundhog_day">Groundhog Day divx</a></p>
<div style="display:none"><a href="http://www.flashict.net/?vanity_fair">Vanity Fair release</a> <strong style="display:none"><a href="http://www.flashict.net/?just_add_water">Just Add Water movie</a></strong>
<div style="display:none"><a href="http://www.hermaniceuoder.cz/?irma_la_douce">Irma la Douce move</a></div>
</p>
<!-- Quick Adsense Wordpress Plugin: http://techmilieu.com/quick-adsense -->
<div style="float:left;margin:30px 30px 30px 0;">
<script type="text/javascript"><!--
google_ad_client = "pub-8567103533464808";
/* 250x250, created 1/7/10 */
google_ad_slot = "4205289133";
google_ad_width = 250;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
</div>
<p>   <u style="display:none"></u>  Using PHP 4 is just going to limit your project. It&#8217;s unacceptable to use anything other than the <strong><a title="Dump PHP 4" href="http://clintonskakun.wordpress.com/2008/08/09/why-its-important-to-dump-php-4/" target="_blank">latest version</a></strong> <em style="display:none"></em> .</li>
<li><strong>Do It Right The First Time</strong>! <strong><a title="Make Your PHP Life Easier" href="http://clintonskakun.wordpress.com/2008/08/07/5-ways-to-make-your-php-life-easier/" target="_blank">Doing it right the first time</a></strong> will decrease the chance of stupid bugs later on in the project when you need to focus on other things.</li>
<li><strong>Decide on the final design/layout after the code is stable.</strong>   No need fooling around with that stuff while coding. Design after functionality. But of course there needs to be some design, but don&#8217;t fully complete the layout until the application is running really well.</li>
<li><strong>Test Your Code! </strong>This can be WAY underdone, and very seldom is it ever overdone! Unless you test every aspect of your code, your application is an <em>accident waiting to happen</em>  . So be happy when you find a bug in your code, you saved users from hating you.:) Keep coding an art!</li>
<li><strong>Choose the Right Database</strong> &#8212; Finding the right database for your project is important. Is your database widely supported? Can you export from your database? How easy is it to use with your project? The most popular databases are <a title="PostgreSQL and MySQL" href="http://clintonskakun.wordpress.com/2008/07/26/mysql-vs-postgresql-databaseswhich-ones-better/" target="_blank"><strong>MySQL</strong>
<div style="display:none"><a href="http://www.ccceopsa.org/?the_island">The Island download</a></div>
<p>  and <strong>PostgreSQL</strong></a>, there are other ones that you can look into&#8211;I like to stick to PostgreSQL(A.K.A Postgres, pgsql or psql)</li>
<li><strong>Get Beta Testers, Get Feedback!</strong> People&#8217;s opinions are important. Make sure you listen to the majority! Just don&#8217;t go and change a whole tone of code because of one comment one person makes.</li>
<li><a title="The Right Tools" href="http://clintonskakun.wordpress.com/category/server-side/php/" target="_blank"><strong>The Right Tools</strong></a>&#8230;Try to find the right tools for your project. It&#8217;s best to have a local server and an advanced text editor. Ohh, and your command line saves your life:D</li>
<li><strong>Last but not least: Stay Focused, Have Fun, Learn from Your mistakes.</strong>
<ul style="display:none">
<li><a href="http://www.vegblog.org/?bad_moon">Bad Moon divx</a></li>
</ul>
<p>  Long, hard projects can be disheartening at times. Staying focused and not giving up is always somewhat of a challenge. The key is to stay organized and have fun. <em>Focus on what you want to accomplish</em> <strong style="display:none"></strong>
<ul style="display:none">
<li><a href="http://www.island94.org/?the_reader">The Reader dvdrip</a></li>
</ul>
<p>   instead of how much time or work it&#8217;s going to take. In the end you&#8217;ll be &#8220;Better, faster, stronger&#8221; &#8211; Kanye West</li>
</ul>
<p>Hope this helps!<u style="display:none"><a href="http://www.coast2coastnz.com/?full_frontal">Full Frontal movie download</a></u></p>
<!-- Generated by Digg Digg plugin, 
    Author : Yong Mook Kim
    Website : http://www.mkyong.com/blog/digg-digg-wordpress-plugin/ -->
<div style="font-size:0px;height:0px;line-height:0px;margin:0;padding:0;clear:both"></div><table><tr><td><script type='text/javascript'> var fbShare = {url: 'http://clintonskakun.com/good-practiceswriting-large-projects-in-php/',size:'large'}</script> <script type='text/javascript' src='http://widgets.fbshare.me/files/fbshare.js'></script></td><td><iframe src='http://api.tweetmeme.com/button.js?url=http://clintonskakun.com/good-practiceswriting-large-projects-in-php//&source=ClintonSkakun&style=normal' height='61' width='50' frameborder='0' scrolling='no'></iframe></td></tr></table>
<hr />
Readers have posted <strong><a href="http://clintonskakun.com/good-practiceswriting-large-projects-in-php/#comments">no comments</a></strong>. Would you be interested in <strong>sharing your opinion</strong> and <strong><a href="http://clintonskakun.com/good-practiceswriting-large-projects-in-php/#comments">posting a comment</a></strong>?
<br />
<br />
<strong>I want to sincerely thank you for being a part of and reading this blog. It is only through your support that I am able to continue to provide valuable content to my readers.
<br/>
<br/>
<em>If you would like to show your appreciation please support my efforts by making a small donation.</em></strong>
<form name="_xclick" action="https://www.paypal.com/ca/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_xclick">
<input type="hidden" name="business" value="me@clintonskakun.com">
<input type="hidden" name="item_name" value="Keep Clinton Blogging">
<input type="hidden" name="currency_code" value="CAD">
<input type="hidden" name="amount" value="10.00">
<input type="image" src="http://www.paypal.com/en_US/i/btn/btn_donate_LG.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!">
</form>
2008 © Clinton Skakun

<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://clintonskakun.com/good-practiceswriting-large-projects-in-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
