<?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>Create A Website</title>
	<atom:link href="http://www.createwebsite.info/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.createwebsite.info</link>
	<description>yet another undecorated wordpress blog about web development</description>
	<lastBuildDate>Thu, 10 May 2012 01:09:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Reminder to Self &#8211; clear:both breaking a css layout?</title>
		<link>http://www.createwebsite.info/reminder-to-self-clearboth-breaking-a-css-layout/</link>
		<comments>http://www.createwebsite.info/reminder-to-self-clearboth-breaking-a-css-layout/#comments</comments>
		<pubDate>Wed, 28 Sep 2011 01:21:46 +0000</pubDate>
		<dc:creator>create a website</dc:creator>
				<category><![CDATA[css]]></category>
		<category><![CDATA[tip]]></category>

		<guid isPermaLink="false">http://www.createwebsite.info/?p=96</guid>
		<description><![CDATA[Had to fix up a site recently and it was using two floating columns that broke when clear:both was used in the main column. There are better ways to do a two column layout &#8211; but just in case &#8230; reminder to self &#8230; http://www.danstorm.com/dan-storm-article-css-5.html 1. Float container. 2. Use &#8220;overflow: auto&#8221; on the container. [...]]]></description>
			<content:encoded><![CDATA[<p>Had to fix up a site recently and it was using two floating columns that broke when clear:both was used in the main column. There are better ways to do a two column layout &#8211; but just in case &#8230; reminder to self &#8230;</p>
<p><a href="http://www.danstorm.com/dan-storm-article-css-5.html">http://www.danstorm.com/dan-storm-article-css-5.html</a></p>
<p>1. Float container.<br />
2. Use &#8220;overflow: auto&#8221; on the container.<br />
3. Use &#8220;after&#8221;.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.createwebsite.info/reminder-to-self-clearboth-breaking-a-css-layout/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upgraded!</title>
		<link>http://www.createwebsite.info/upgraded/</link>
		<comments>http://www.createwebsite.info/upgraded/#comments</comments>
		<pubDate>Wed, 02 Jun 2010 00:05:52 +0000</pubDate>
		<dc:creator>create a website</dc:creator>
				<category><![CDATA[uncategorized]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.createwebsite.info/?p=89</guid>
		<description><![CDATA[Have been meaning to try a few new WordPress Plugins and Themes and decided to use this blog for testing. So, I have finally upgraded this blog. Don&#8217;t be alarmed if you see some tweaks and changes. Will probably blog on what I find.]]></description>
			<content:encoded><![CDATA[<p>Have been meaning to try a few new WordPress Plugins and Themes and decided to use this blog for testing. So, I have finally upgraded this blog. Don&#8217;t be alarmed if you see some tweaks and changes. Will probably blog on what I find.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.createwebsite.info/upgraded/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quick Note on Quick Page Loads</title>
		<link>http://www.createwebsite.info/quick-note-on-quick-page-loads/</link>
		<comments>http://www.createwebsite.info/quick-note-on-quick-page-loads/#comments</comments>
		<pubDate>Sun, 11 Apr 2010 23:52:56 +0000</pubDate>
		<dc:creator>create a website</dc:creator>
				<category><![CDATA[best practice]]></category>

		<guid isPermaLink="false">http://www.createwebsite.info/quick-note-on-quick-page-loads/</guid>
		<description><![CDATA[So you (or your visitors) (or the big Google) want your pages to load fast &#8230; Yahoo! YSlow Google Page Speed PageTest]]></description>
			<content:encoded><![CDATA[<p>So you (or your visitors) (or the big Google) want your pages to load fast &#8230;</p>
<p><a href="http://developer.yahoo.com/yslow/">Yahoo! YSlow</a><br />
<a href="http://code.google.com/speed/page-speed/">Google Page Speed</a><br />
<a href="http://www.webpagetest.org/">PageTest</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.createwebsite.info/quick-note-on-quick-page-loads/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Performance: Time Consuming MySQL Queries and Caching</title>
		<link>http://www.createwebsite.info/wordpress-performance-time-consuming-mysql-queries-and-caching/</link>
		<comments>http://www.createwebsite.info/wordpress-performance-time-consuming-mysql-queries-and-caching/#comments</comments>
		<pubDate>Sun, 24 Jan 2010 22:29:20 +0000</pubDate>
		<dc:creator>create a website</dc:creator>
				<category><![CDATA[cpanel]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.createwebsite.info/wordpress-performance-time-consuming-mysql-queries-and-caching/</guid>
		<description><![CDATA[I have been looking at a client&#8217;s WordPress install the last few days. They have a large number of posts and page load times in general have been increasing. I installed some query logging based on the code in this article &#8230; Rails-Like SQL Query Logging in WordPress Checking over the logs it became obvious [...]]]></description>
			<content:encoded><![CDATA[<p>I have been looking at a client&#8217;s WordPress install the last few days. They have a large number of posts and page load times in general have been increasing. I installed some query logging based on the code in this article &#8230;<br />
<a href="http://www.bsdeluxe.com/2009/08/31/rails-like-sql-query-logging-in-wordpress/">Rails-Like SQL Query Logging in WordPress</a></p>
<p>Checking over the logs it became obvious that queries using SQL_CALC_FOUND_ROWS are a problem. Digging through code it appears that where a limit on results is used it uses this query modifier to allow simpler coding of paging. The problem is that since the main query to grab blog posts on the blog home page or any archive page uses this, on a large blog this becomes quite inefficient.</p>
<p>For now I have tweaked MySQL so that the <a href="http://dev.mysql.com/doc/refman/5.0/en/query-cache-configuration.html">MySQL Query Cache</a> is now larger. These articles were useful:<br />
<a href="http://www.mysqlperformanceblog.com/2006/07/27/mysql-query-cache/">MySQL Query Cache</a> (at MySQL Performance Blog)<br />
<a href="http://www.techiecorner.com/45/turn-on-mysql-query-cache-to-speed-up-mysql-query-performance/">Turn on MySQL query cache to speed up query performance?</a></p>
<p>Looking at the log after this change query times have dropped dramatically (from over 0.5 seconds and up to milliseconds). This has immediately improved performance of the blog and overall load on the server.</p>
<p>I am currently looking at some WP Caching API and plugins to further improve performance.</p>
<p>If you are looking for some more ways to speed up WordPress check out this article as a starting point:<br />
<a href="http://www.arnebrachhold.de/2007/02/16/four-plus-one-ways-to-speed-up-the-performance-of-wordpress-with-caching/">4+1 Ways To Speed Up WordPress With Caching</a></p>
<p>And &#8230; for myself &#8211; just so I remember:<br />
<a href="http://mrphp.com.au/code/code-category/miscellaneous/whm-cpanel/install-memcache-cpanel-running-centos">Install Memcache onto cPanel running CentOS</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.createwebsite.info/wordpress-performance-time-consuming-mysql-queries-and-caching/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Reducing Shopping Cart Abandonment Rates</title>
		<link>http://www.createwebsite.info/reducing-shopping-cart-abandonment-rates/</link>
		<comments>http://www.createwebsite.info/reducing-shopping-cart-abandonment-rates/#comments</comments>
		<pubDate>Wed, 30 Sep 2009 21:22:39 +0000</pubDate>
		<dc:creator>create a website</dc:creator>
				<category><![CDATA[best practice]]></category>
		<category><![CDATA[ecommerce]]></category>

		<guid isPermaLink="false">http://www.createwebsite.info/reducing-shopping-cart-abandonment-rates/</guid>
		<description><![CDATA[I have been posting a few bits and pieces about best practice building online stores recently, partly because I have built a huge number of stores the last few years. I have always been a keen follower of marketingexperiments.com. They recently blogged on things to test to help reduce shopping cart abandonment rate: What else [...]]]></description>
			<content:encoded><![CDATA[<p>I have been posting a few bits and pieces about best practice building online stores recently, partly because I have built a huge number of stores the last few years.</p>
<p>I have always been a keen follower of <a href="http://www.marketingexperiments.com/">marketingexperiments.com</a>. They recently blogged on things to test to help reduce shopping cart abandonment rate:<br />
<a href="http://www.marketingexperiments.com/blog/practical-application/what-else-can-i-test-to-reduce-shopping-cart-abandonment-rate.html">What else can I test … to reduce shopping cart abandonment rate?</a><br />
Here are some suggestions from the article (of course test) &#8230;</p>
<ol>
<li>Offer alternative payment methods.</li>
<li>State your shipping prices or rules upfront.</li>
<li>Offer exclusive products online.</li>
<li>Put your nav bar to work for your cart.</li>
<li>Promote your promo codes.</li>
<li>Plug in a progress bar.</li>
<li>Brand your checkout process</li>
</ol>
<p>Definitely read the article. There is more detail there. In fact their whole site as a whole is worth a look!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.createwebsite.info/reducing-shopping-cart-abandonment-rates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quick Tip: Finding cPanel Logs</title>
		<link>http://www.createwebsite.info/quick-tip-finding-cpanel-logs/</link>
		<comments>http://www.createwebsite.info/quick-tip-finding-cpanel-logs/#comments</comments>
		<pubDate>Mon, 21 Sep 2009 02:50:49 +0000</pubDate>
		<dc:creator>create a website</dc:creator>
				<category><![CDATA[cpanel]]></category>
		<category><![CDATA[tip]]></category>

		<guid isPermaLink="false">http://www.createwebsite.info/quick-tip-finding-cpanel-logs/</guid>
		<description><![CDATA[Need to find those FTP logs? Quick overview of the various log files typically available on a web server (with particular reference to cPanel) &#8230; cPanel Logs – A detailed view]]></description>
			<content:encoded><![CDATA[<p>Need to find those FTP logs? Quick overview of the various log files typically available on a web server (with particular reference to cPanel) &#8230;</p>
<p><a href="http://amshameer.wordpress.com/2009/01/25/cpanel-logs-a-detailed-view/">cPanel Logs – A detailed view</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.createwebsite.info/quick-tip-finding-cpanel-logs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Improving an Ecommerce Product Page</title>
		<link>http://www.createwebsite.info/improving-an-ecommerce-product-page/</link>
		<comments>http://www.createwebsite.info/improving-an-ecommerce-product-page/#comments</comments>
		<pubDate>Tue, 15 Sep 2009 21:43:36 +0000</pubDate>
		<dc:creator>create a website</dc:creator>
				<category><![CDATA[best practice]]></category>
		<category><![CDATA[ecommerce]]></category>

		<guid isPermaLink="false">http://www.createwebsite.info/improving-an-ecommerce-product-page/</guid>
		<description><![CDATA[Via GrokDotCom: How to Improve a Product Page &#8230; Ralph Wilson interviews Bryan Eisenberg on Product Pages. Using examples from Lands&#8217; End and Amazon.com Bryan provides some very practical tips. Worth a watch if you are involved with operating or building ecommerce sites.]]></description>
			<content:encoded><![CDATA[<p>Via GrokDotCom: <a href="http://www.grokdotcom.com/2009/09/15/cross-post-how-to-improve-a-product-page-part-1/">How to Improve a Product Page</a> &#8230;</p>
<p><a href="http://www.wilsonweb.com/transactions/eisenberg-product-page1.htm">Ralph Wilson interviews Bryan Eisenberg on Product Pages</a>. Using examples from Lands&#8217; End and Amazon.com Bryan provides some very practical tips.</p>
<p>Worth a watch if you are involved with operating or building ecommerce sites.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.createwebsite.info/improving-an-ecommerce-product-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Presentation on Performance and Scalability</title>
		<link>http://www.createwebsite.info/presentation-on-performance-and-scalability/</link>
		<comments>http://www.createwebsite.info/presentation-on-performance-and-scalability/#comments</comments>
		<pubDate>Tue, 01 Sep 2009 02:14:59 +0000</pubDate>
		<dc:creator>create a website</dc:creator>
				<category><![CDATA[best practice]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.createwebsite.info/presentation-on-performance-and-scalability/</guid>
		<description><![CDATA[This is more a note to myself to read this &#8230; Real World Web: Performance &#38; Scalability:]]></description>
			<content:encoded><![CDATA[<p>This is more a note to myself to read this &#8230;</p>
<p>Real World Web: Performance &amp;  Scalability:<br />
 <object codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" id="doc_191294130007421" name="doc_191294130007421" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" align="middle"	height="500" width="100%" ><param name="movie"	value="http://d.scribd.com/ScribdViewer.swf?document_id=2569319&#038;access_key=key-hmtv7al4b6kq08y533b&#038;page=1&#038;version=1&#038;viewMode="><param name="quality" value="high"><param name="play" value="true"><param name="loop" value="true"><param name="scale" value="showall"><param name="wmode" value="opaque"><param name="devicefont" value="false"><param name="bgcolor" value="#ffffff"><param name="menu" value="true"><param name="allowFullScreen" value="true"><param name="allowScriptAccess" value="always"><param name="salign" value=""><embed src="http://d.scribd.com/ScribdViewer.swf?document_id=2569319&#038;access_key=key-hmtv7al4b6kq08y533b&#038;page=1&#038;version=1&#038;viewMode=" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" play="true" loop="true" scale="showall" wmode="opaque" devicefont="false" bgcolor="#ffffff" name="doc_191294130007421_object" menu="true" allowfullscreen="true" allowscriptaccess="always" salign="" type="application/x-shockwave-flash" align="middle"  height="500" width="100%"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.createwebsite.info/presentation-on-performance-and-scalability/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Bug When Searching Using &#8220;Specific date range&#8221;</title>
		<link>http://www.createwebsite.info/google-bug/</link>
		<comments>http://www.createwebsite.info/google-bug/#comments</comments>
		<pubDate>Fri, 21 Aug 2009 01:25:36 +0000</pubDate>
		<dc:creator>create a website</dc:creator>
				<category><![CDATA[random]]></category>
		<category><![CDATA[rants]]></category>
		<category><![CDATA[usability]]></category>

		<guid isPermaLink="false">http://www.createwebsite.info/google-bug/</guid>
		<description><![CDATA[Just came across this bug when using Google&#8217;s &#8220;Specific date range&#8221; search option &#8230; Google allows a number of ways to filter via their &#8220;Show Options&#8221; link above the standard search results. Clicking &#8220;Show Options&#8221; opens a column on the left with more options including the ability to specify a date range. Notice their suggested [...]]]></description>
			<content:encoded><![CDATA[<p>Just came across this bug when using Google&#8217;s &#8220;Specific date range&#8221; search option &#8230;</p>
<div style="text-align:center;"><img src='http://www.createwebsite.info/wp-content/uploads/2009/08/google-bug.jpg' alt='Showing a Google Bug in<br />
their Date Search' /></div>
<p>Google allows a number of ways to filter via their &#8220;Show Options&#8221; link above the standard search results. Clicking &#8220;Show Options&#8221; opens a column on the left with more options including the ability to specify a date range. Notice their suggested date format (dd/m/yyyy) and the date format I am using in my example search following the suggested same date/month order. Oops! </p>
<p>Google is localising the suggested date format but not handling the localised input.</p>
<p>On the right you can see using m/dd/yy it works fine.</p>
<p><span style="font-size:smaller;">(And no &#8211; no different if I use yyyy instead of yy).</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.createwebsite.info/google-bug/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Questions to Answer For Customers When You Build an Online Store</title>
		<link>http://www.createwebsite.info/questions-to-answer-for-customers-when-you-build-an-online-store/</link>
		<comments>http://www.createwebsite.info/questions-to-answer-for-customers-when-you-build-an-online-store/#comments</comments>
		<pubDate>Tue, 23 Jun 2009 22:37:25 +0000</pubDate>
		<dc:creator>create a website</dc:creator>
				<category><![CDATA[best practice]]></category>
		<category><![CDATA[ecommerce]]></category>

		<guid isPermaLink="false">http://www.createwebsite.info/questions-to-answer-for-customers-when-you-build-an-online-store/</guid>
		<description><![CDATA[It has been a while since I last posted. I have been building a few online stores lately and came across this article via osCommerce Watch (Questions to Answer for the Online Shopper) that I thought was worth sharing for anyone who owns or builds online stores: The Shopping Cart: How to Answer the 5 [...]]]></description>
			<content:encoded><![CDATA[<p>It has been a while since I last posted. I have been building a few online stores lately and came across this article via <a href="http://watch.oscommerce.co.nz/">osCommerce Watch</a> (<a href="http://watch.oscommerce.co.nz/buzz.php?buzz_id=446">Questions to Answer for the Online Shopper</a>) that I thought was worth sharing for anyone who owns or builds online stores:</p>
<p><a href="http://www.grokdotcom.com/2009/06/22/the-shopping-cart-how-to-answer-the-5-unanswered-customer-questions/">The Shopping Cart: How to Answer the 5 Unanswered Customer Questions</a></p>
<p>Besides questions related to shipping costs they identify five questions that are commonly in the minds of online shoppers &#8230;</p>
<blockquote><ol>
<li>Do you offer alternate forms of payment (aside from credit card)?</li>
<li>Are you safe and secure?</li>
<li>Why are you asking for this information?</li>
<li>Do I have to set up an account to buy?</li>
<li>Do I get to review my order before we transact?</li>
</ol>
</blockquote>
<p>A good list and definitely worth reading the discussion in the comments too.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.createwebsite.info/questions-to-answer-for-customers-when-you-build-an-online-store/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting up a scheduled event using the WordPress &#8220;Cron&#8221; functionality</title>
		<link>http://www.createwebsite.info/setting-up-a-scheduled-event-using-the-wordpress-cron-functionality/</link>
		<comments>http://www.createwebsite.info/setting-up-a-scheduled-event-using-the-wordpress-cron-functionality/#comments</comments>
		<pubDate>Fri, 08 May 2009 01:07:51 +0000</pubDate>
		<dc:creator>create a website</dc:creator>
				<category><![CDATA[coding]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.createwebsite.info/setting-up-a-scheduled-event-using-the-wordpress-cron-functionality/</guid>
		<description><![CDATA[The function reference for wp_schedule_event provides code examples for creating a plugin using WordPress&#8217; &#8220;Cron&#8221; or scheduling functionality. Hopefully this saves someone the few minutes it took for me to find this &#8211; pretty much everything you need to know!]]></description>
			<content:encoded><![CDATA[<p>The function reference for <a href="http://codex.wordpress.org/Function_Reference/wp_schedule_event">wp_schedule_event</a> provides code examples for creating a plugin using WordPress&#8217; &#8220;Cron&#8221; or scheduling functionality. </p>
<p>Hopefully this saves someone the few minutes it took for me to find this &#8211; pretty much everything you need to know!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.createwebsite.info/setting-up-a-scheduled-event-using-the-wordpress-cron-functionality/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quick Tip: CSS Sprite Generator</title>
		<link>http://www.createwebsite.info/quick-tip-css-sprite-generator/</link>
		<comments>http://www.createwebsite.info/quick-tip-css-sprite-generator/#comments</comments>
		<pubDate>Fri, 24 Apr 2009 02:22:18 +0000</pubDate>
		<dc:creator>create a website</dc:creator>
				<category><![CDATA[css]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[tip]]></category>

		<guid isPermaLink="false">http://www.createwebsite.info/quick-tip-css-sprite-generator/</guid>
		<description><![CDATA[This is a cool CSS Sprite Generator: http://www.csssprites.com/ Upload your image and an alternative state and it will output the combined image with the background position values. Nice.]]></description>
			<content:encoded><![CDATA[<p>This is a cool <a href="http://www.alistapart.com/articles/sprites/">CSS Sprite</a> Generator:<br />
<a href="http://www.csssprites.com/">http://www.csssprites.com/</a></p>
<p>Upload your image and an alternative state and it will output the combined image with the background position values. Nice.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.createwebsite.info/quick-tip-css-sprite-generator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quick Tip: Find the location of exim log files &#8230;</title>
		<link>http://www.createwebsite.info/quick-tip-find-the-location-of-exim-log-files/</link>
		<comments>http://www.createwebsite.info/quick-tip-find-the-location-of-exim-log-files/#comments</comments>
		<pubDate>Wed, 01 Apr 2009 01:26:37 +0000</pubDate>
		<dc:creator>create a website</dc:creator>
				<category><![CDATA[tip]]></category>

		<guid isPermaLink="false">http://www.createwebsite.info/quick-tip-find-the-location-of-exim-log-files/</guid>
		<description><![CDATA[Find the path of exim log files &#8230; exim -bP log_file_path]]></description>
			<content:encoded><![CDATA[<p>Find the path of exim log files &#8230;</p>
<p>exim -bP log_file_path</p>
]]></content:encoded>
			<wfw:commentRss>http://www.createwebsite.info/quick-tip-find-the-location-of-exim-log-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tip for Setting up Apache, MySQL and PHP on Vista</title>
		<link>http://www.createwebsite.info/tip-for-setting-up-apache-mysql-and-php-on-vista/</link>
		<comments>http://www.createwebsite.info/tip-for-setting-up-apache-mysql-and-php-on-vista/#comments</comments>
		<pubDate>Mon, 16 Mar 2009 09:47:55 +0000</pubDate>
		<dc:creator>create a website</dc:creator>
				<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[tip]]></category>

		<guid isPermaLink="false">http://www.createwebsite.info/tip-for-setting-up-apache-mysql-and-php-on-vista/</guid>
		<description><![CDATA[Just setup a PHP/MySQL development server on my Vista-based laptop. Here is a good rundown of setting up a VAMP (Vista, Apache, MySQL, PHP) server from Devshed: Creating a VAMP The other thing to know, which this article skipped, is that you should run your text editor as administrator when editing the config files. If [...]]]></description>
			<content:encoded><![CDATA[<p>Just setup a PHP/MySQL development server on my Vista-based laptop.</p>
<p>Here is a good rundown of setting up a VAMP (Vista, Apache, MySQL, PHP) server from Devshed:<br />
<a href="http://www.devshed.com/c/a/Apache/Creating-a-VAMP-Vista-Apache-MySQL-PHP-Setup/">Creating a VAMP</a></p>
<p>The other thing to know, which this article skipped, is that you should run your text editor as administrator when editing the config files. If you don&#8217;t do this you won&#8217;t be editing the correct file (only your Users version of it which isn&#8217;t actually used by the system).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.createwebsite.info/tip-for-setting-up-apache-mysql-and-php-on-vista/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quick Tip: Find PHP files changed in the last day</title>
		<link>http://www.createwebsite.info/quick-tip-find-php-files-changed-in-the-last-day/</link>
		<comments>http://www.createwebsite.info/quick-tip-find-php-files-changed-in-the-last-day/#comments</comments>
		<pubDate>Fri, 27 Feb 2009 00:40:00 +0000</pubDate>
		<dc:creator>create a website</dc:creator>
				<category><![CDATA[tip]]></category>

		<guid isPermaLink="false">http://www.createwebsite.info/quick-tip-find-php-files-changed-in-the-last-day/</guid>
		<description><![CDATA[Here is a example of how to use the Find command to find PHP files changed in a servers home directory in the last day &#8230; find /home -mtime -1 -name *.php Pretty easy to modify this to give a different time period, search a different path, or find different kinds of files.]]></description>
			<content:encoded><![CDATA[<p>Here is a example of how to use the Find command to find PHP files changed in a servers home directory in the last day &#8230;</p>
<p><code>find /home -mtime -1 -name *.php</code></p>
<p>Pretty easy to modify this to give a different time period, search a different path, or find different kinds of files.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.createwebsite.info/quick-tip-find-php-files-changed-in-the-last-day/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Great Resource: Unofficial Google Analytics Manual</title>
		<link>http://www.createwebsite.info/great-resource-unofficial-google-analytics-manual/</link>
		<comments>http://www.createwebsite.info/great-resource-unofficial-google-analytics-manual/#comments</comments>
		<pubDate>Mon, 16 Feb 2009 23:16:48 +0000</pubDate>
		<dc:creator>create a website</dc:creator>
				<category><![CDATA[tip]]></category>

		<guid isPermaLink="false">http://www.createwebsite.info/great-resource-unofficial-google-analytics-manual/</guid>
		<description><![CDATA[Fresh off my news reader, from Bryan Eisenberg of FutureNow, is a great collection of links and resources for setting up and making the most of Google Analytics. The Missing Google Analytics Manual Bryan is probably the most influential expert on Conversion Rate Marketing. A great resource.]]></description>
			<content:encoded><![CDATA[<p>Fresh off my news reader, from Bryan Eisenberg of <a href="http://www.futurenowinc.com/">FutureNow</a>, is a great collection of links and resources for setting up and making the most of Google Analytics.</p>
<p><a href="http://www.grokdotcom.com/2009/02/16/the-missing-google-analytics-manual/">The Missing Google Analytics Manual</a></p>
<p>Bryan is probably the most influential expert on Conversion Rate Marketing.</p>
<p>A great resource.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.createwebsite.info/great-resource-unofficial-google-analytics-manual/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Useful PHP Tools + Development Lessons from the PHP Masters</title>
		<link>http://www.createwebsite.info/useful-php-tools/</link>
		<comments>http://www.createwebsite.info/useful-php-tools/#comments</comments>
		<pubDate>Sat, 31 Jan 2009 01:24:24 +0000</pubDate>
		<dc:creator>create a website</dc:creator>
				<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.createwebsite.info/useful-php-tools/</guid>
		<description><![CDATA[Just came across a couple of great PHP-related articles. 50 Extremely Useful PHP Tools It is a great list of PHP tools including: Debugging tools, Testing and Optimization Tools, Documentation Tools, Security Tools, Image Manipulation and Graphs, PHP Code Beautifiers, Version-Control Systems, PHP Online Tools and Resources, PHP Development Frameworks, IDEs and Editors, Firefox Add-Ons, [...]]]></description>
			<content:encoded><![CDATA[<p>Just came across a couple of great PHP-related articles.</p>
<p><a href="http://www.smashingmagazine.com/2009/01/20/50-extremely-useful-php-tools/">50 Extremely Useful PHP Tools</a></p>
<p>It is a great list of PHP tools including: Debugging tools, Testing and Optimization Tools, Documentation Tools, Security Tools, Image Manipulation and Graphs, PHP Code Beautifiers, Version-Control Systems, PHP Online Tools and Resources, PHP Development Frameworks, IDEs and Editors, Firefox Add-Ons, and a bunch of useful useful extensions, utilities and classes.</p>
<p><a href="http://nettuts.com/articles/10-principles-of-the-php-masters/">10 Principles of the PHP Masters</a></p>
<p>Definitely worth a read for anyone doing PHP development regardless of the level. Here is the list</p>
<ol>
<li>Use PHP Only When You Need it &#8211; Rasmus Lerdorf</li>
<li>Use Many Tables With PHP and MYSQL for Scalability &#8211; Matt Mullenweg</li>
<li>Never, ever trust your users &#8211; Dave Child</li>
<li>Invest in PHP Caching &#8211; Ben Balbo</li>
<li>Speed up PHP Development with an IDE, Templates and Snippets &#8211; Chad Kieffer</li>
<li>Make Better Use of PHP&#8217;s Filter Functions &#8211; Joey Sochacki</li>
<li>Use a PHP Framework &#8211; Josh Sharp</li>
<li>Don&#8217;t use a PHP Framework &#8211; Rasmus Lerdorf</li>
<li>Use Batch Processing &#8211; Jack D. Herrington</li>
<li>Turn on Error Reporting Immediately &#8211; David Cummings</li>
</ol>
<p>I especially liked the discussion of 7 and 8.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.createwebsite.info/useful-php-tools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Beautiful Web Design</title>
		<link>http://www.createwebsite.info/beautiful-web-design/</link>
		<comments>http://www.createwebsite.info/beautiful-web-design/#comments</comments>
		<pubDate>Sat, 31 Jan 2009 01:01:50 +0000</pubDate>
		<dc:creator>create a website</dc:creator>
				<category><![CDATA[design]]></category>

		<guid isPermaLink="false">http://www.createwebsite.info/beautiful-web-design/</guid>
		<description><![CDATA[Read this ebook from Sitepoint in full: The Principles Of Beautiful Web Design This covers layout and composition, color, texture, typography, and imagery in web design.]]></description>
			<content:encoded><![CDATA[<p>Read this ebook from Sitepoint in full: The Principles Of Beautiful Web Design</p>
<div style="width:477px;text-align:left" id="__ss_670914"><object style="margin:0px" width="477" height="510"><param name="movie" value="http://static.slideshare.net/swf/ssplayerd.swf?doc=the-principles-of-beautiful-web-design-1224481696201655-8&#038;stripped_title=the-principles-of-beautiful-web-design-presentation" /><param name="allowFullScreen" value="true"/><param name="allowScriptAccess" value="always"/><embed src="http://static.slideshare.net/swf/ssplayerd.swf?doc=the-principles-of-beautiful-web-design-1224481696201655-8&#038;stripped_title=the-principles-of-beautiful-web-design-presentation" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="477" height="510"></embed></object></div>
<p>This covers layout and composition, color, texture, typography, and imagery in web design.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.createwebsite.info/beautiful-web-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tip: Easy Export of Nucleus CMS Posts to import into WordPress</title>
		<link>http://www.createwebsite.info/tip-easy-export-of-nucleus-cms-posts-to-import-into-wordpress/</link>
		<comments>http://www.createwebsite.info/tip-easy-export-of-nucleus-cms-posts-to-import-into-wordpress/#comments</comments>
		<pubDate>Fri, 30 Jan 2009 02:14:13 +0000</pubDate>
		<dc:creator>create a website</dc:creator>
				<category><![CDATA[tip]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.createwebsite.info/tip-easy-export-of-nucleus-cms-posts-to-import-into-wordpress/</guid>
		<description><![CDATA[I recently had to migrate blog posts in a Nucleus CMS-based blog to a WordPress blog. Nothing against Nucleus which served a purpose for a long time and is still a really powerful piece of software. The migration is more to do with my experience working with Wordpres now than the quality of Nucleus. Anyway [...]]]></description>
			<content:encoded><![CDATA[<p>I recently had to migrate blog posts in a <a href="http://nucleuscms.org/">Nucleus CMS</a>-based blog to a WordPress blog. Nothing against Nucleus which served a purpose for a long time and is still a really powerful piece of software. The migration is more to do with my experience working with Wordpres now than the quality of Nucleus. Anyway &#8230; I did a quick hunt for ways to migrate, which included some random code that referenced old versions of Nucleus and WP. I didn&#8217;t even bother with this. There is a much faster way.</p>
<p>The easy (and fast) solution proved to be modifying the Nucleus RSS feed so that it exports all the blog posts in full. These can then be imported into WordPress.</p>
<p>Steps in brief (this might be different depending on your Nucleus version):</p>
<ol>
<li>Edit the skin for xmlrss2 in Nucleus. Find this (or similar) <%blog(xmlrss2,10)%> and change it to <%blog(xmlrss2,1000)%> where the second number is larger than the number of posts in your blog.</li>
<li>Edit the template for xmlrss2 in Nucleus. It will probably look something like this:
<pre>&lt;item&gt;&lt;title&gt;&lt;%syndicate_title%&gt;&lt;/title&gt;
 &lt;link&gt;&lt;%blogurl%&gt;index.php?itemid=&lt;%itemid%&gt;&lt;/link&gt;
&lt;description&gt;&lt;%syndicate_description%&gt;&lt;/description&gt;
 &lt;category&gt;&lt;%category%&gt;&lt;/category&gt;
 &lt;pubDate&gt;&lt;%date(rfc822)%&gt;&lt;/pubDate&gt;
&lt;/item&gt;</pre>
<p>Change it to:</p>
<pre>&lt;item&gt;
 &lt;title&gt;&lt;%syndicate_title%&gt;&lt;/title&gt;
 &lt;link&gt;&lt;%blogurl%&gt;index.php?itemid=&lt;%itemid%&gt;&lt;/link&gt;
&lt;content:encoded&gt;&lt;![CDATA[&lt;%body%&gt;
]]&gt;&lt;/content:encoded&gt;
 &lt;category&gt;&lt;%category%&gt;&lt;/category&gt;
 &lt;pubDate&gt;&lt;%date(rfc822)%&gt;&lt;/pubDate&gt;
&lt;/item&gt;</pre>
</li>
<li>Open the Nucleus RSS feed in a browser (it should be really long and include the content of all your blog posts). Save the source (nucleusexport.xml for example).</li>
<li>Reset the changes to the Nucleus templates and skins above so your feed is back to normal.</li>
<li>Import the RSS feed into your WordPress site (this used to be under the Manage tab, it is under Tools now).</li>
</ol>
<p>Note: this won&#8217;t migrate comments and maybe other stuff that is important to you. This is purely the post content.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.createwebsite.info/tip-easy-export-of-nucleus-cms-posts-to-import-into-wordpress/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Presentation by Manuel Lemos (PHPClasses.org) on Email Deliverability</title>
		<link>http://www.createwebsite.info/presentation-by-manuel-lemos-phpclassesorg-on-email-deliverability/</link>
		<comments>http://www.createwebsite.info/presentation-by-manuel-lemos-phpclassesorg-on-email-deliverability/#comments</comments>
		<pubDate>Fri, 30 Jan 2009 01:37:34 +0000</pubDate>
		<dc:creator>create a website</dc:creator>
				<category><![CDATA[best practice]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.createwebsite.info/presentation-by-manuel-lemos-phpclassesorg-on-email-deliverability/</guid>
		<description><![CDATA[Had a bit of a break from posting while I have been travelling with work. Back now and so should be posting a bit more regularly. Found this great presentation today on Slideshare by Manuel Lemos of PHPClasses.org: &#8220;Sending E-mail that reaches the destination using PHP&#8221;. It provides a basic overview of email protocols and [...]]]></description>
			<content:encoded><![CDATA[<p>Had a bit of a break from posting while I have been travelling with work. Back now and so should be posting a bit more regularly.</p>
<p>Found this great presentation today on Slideshare by Manuel Lemos of <a href="">PHPClasses.org</a>:<br />
&#8220;Sending E-mail that reaches the destination using PHP&#8221;. </p>
<div style="width:425px;text-align:left" id="__ss_963917"><object style="margin:0px" width="425" height="355"><param name="movie" value="http://static.slideshare.net/swf/ssplayer2.swf?doc=sendingemailthatreachesthedestination-1233189801092735-2&#038;stripped_title=sending-email-that-reaches-the-destination-presentation" /><param name="allowFullScreen" value="true"/><param name="allowScriptAccess" value="always"/><embed src="http://static.slideshare.net/swf/ssplayer2.swf?doc=sendingemailthatreachesthedestination-1233189801092735-2&#038;stripped_title=sending-email-that-reaches-the-destination-presentation" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="355"></embed></object></div>
<p>It provides a basic overview of email protocols and systems and covers best practices to ensure email gets through, including specific reference to PHP classes he wrote. The <a href="http://www.phpclasses.org/browse/package/9.html">MIME Email Message Sending PHP Class</a> is really useful.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.createwebsite.info/presentation-by-manuel-lemos-phpclassesorg-on-email-deliverability/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

