<?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 &#187; tip</title>
	<atom:link href="http://www.createwebsite.info/category/tip/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.createwebsite.info</link>
	<description>yet another undecorated wordpress blog about web development</description>
	<lastBuildDate>Wed, 02 Jun 2010 00:26:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<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>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>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>Send SMS notifications from your Web Application</title>
		<link>http://www.createwebsite.info/send-sms-notifications-from-your-web-application/</link>
		<comments>http://www.createwebsite.info/send-sms-notifications-from-your-web-application/#comments</comments>
		<pubDate>Wed, 26 Nov 2008 18:17:23 +0000</pubDate>
		<dc:creator>create a website</dc:creator>
				<category><![CDATA[coding]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[tip]]></category>

		<guid isPermaLink="false">http://www.createwebsite.info/send-sms-notifications-from-your-web-application/</guid>
		<description><![CDATA[A few years ago I started using Clickatell as a way to send SMS messages from different applications I built. Getting a message to notify you of particular events (&#8220;you received an order&#8221;, &#8220;something isn&#8217;t working right&#8221;) allows you to respond in a timely manner. I have one web-based application that monitors various websites I [...]]]></description>
			<content:encoded><![CDATA[<p>A few years ago I started using <a href="http://www.clickatell.com/">Clickatell</a> as a way to send SMS messages from different applications I built. Getting a message to notify you of particular events (&#8220;you received an order&#8221;, &#8220;something isn&#8217;t working right&#8221;) allows you to respond in a timely manner.</p>
<p>I have one web-based application that monitors various websites I work on and I get a downtime notification via SMS any time a site is down. I have also integrated SMS with osCommerce to send order notifications including the contents of the order. This is great for monitoring a low volume sideline store. There are lots of applications for this of course.</p>
<p>I have used Aleksandar Markovic&#8217;s <a href="http://www.phpclasses.org/browse/package/1452.html">Clickatell SMS API</a> for a number of years. It supports CURL and fopen for the HTTP request and is very easy to integrate into your application.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.createwebsite.info/send-sms-notifications-from-your-web-application/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GZIP compression not supported by WordPress 2.5+ (and what to do)</title>
		<link>http://www.createwebsite.info/gzip-compression-not-supported-by-wordpress-25-and-what-to-do/</link>
		<comments>http://www.createwebsite.info/gzip-compression-not-supported-by-wordpress-25-and-what-to-do/#comments</comments>
		<pubDate>Tue, 25 Nov 2008 11:19:41 +0000</pubDate>
		<dc:creator>create a website</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[tip]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.createwebsite.info/gzip-compression-not-supported-by-wordpress-25-and-what-to-do/</guid>
		<description><![CDATA[I noticed that the GZIP compression option was no longer there in WordPress after version 2.5. This is recommended to be performed by the server now using mod_deflate. If you don&#8217;t have access to mod_deflate, i.e. if you are on a uncooperative shared host, you can use this method using .htaccess &#8230; Speed Up Your [...]]]></description>
			<content:encoded><![CDATA[<p>I noticed that the GZIP compression option was no longer there in WordPress after version 2.5. This is recommended to be performed by the server now using <a href="http://httpd.apache.org/docs/2.0/mod/mod_deflate.html">mod_deflate</a>.</p>
<p>If you don&#8217;t have access to mod_deflate, i.e. if you are on a uncooperative shared host, you can use this method using .htaccess &#8230;<br />
<a href="http://mattsblog.ca/2008/04/07/speed-up-your-blog-using-zlib/">Speed Up Your Blog Using ZLIB</a></p>
<p>If that doesn&#8217;t work you may be on a phpSuExec server. Create a file called php.ini in the root of your WordPress install with the following contents &#8230;</p>
<p>zlib.output_compression = On</p>
<p>You can test here:<br />
<a href="http://www.gidnetwork.com/tools/gzip-test.php">http://www.gidnetwork.com/tools/gzip-test.php</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.createwebsite.info/gzip-compression-not-supported-by-wordpress-25-and-what-to-do/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fast Prototype Primer</title>
		<link>http://www.createwebsite.info/fast-prototype-primer/</link>
		<comments>http://www.createwebsite.info/fast-prototype-primer/#comments</comments>
		<pubDate>Fri, 19 Sep 2008 12:00:59 +0000</pubDate>
		<dc:creator>create a website</dc:creator>
				<category><![CDATA[ajax]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[tip]]></category>

		<guid isPermaLink="false">http://www.createwebsite.info/fast-prototype-primer/</guid>
		<description><![CDATA[A couple of links related to the Javascript library Prototype: Quick Guide to Prototype Developer Notes for prototype.js]]></description>
			<content:encoded><![CDATA[<p>A couple of links related to the Javascript library <a href="http://www.prototypejs.org/">Prototype</a>:<br />
<a href="http://particletree.com/features/quick-guide-to-prototype/">Quick Guide to Prototype</a><br />
<a href="http://www.sergiopereira.com/articles/prototype.js.html">Developer Notes for prototype.js</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.createwebsite.info/fast-prototype-primer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Modifying WordPress Rewrite Rules &#8211; small problem + solution</title>
		<link>http://www.createwebsite.info/modifying-wordpress-rewrite-rules-small-problem-solution/</link>
		<comments>http://www.createwebsite.info/modifying-wordpress-rewrite-rules-small-problem-solution/#comments</comments>
		<pubDate>Wed, 03 Sep 2008 17:05:48 +0000</pubDate>
		<dc:creator>create a website</dc:creator>
				<category><![CDATA[coding]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[tip]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.createwebsite.info/modifying-wordpress-rewrite-rules-small-problem-solution/</guid>
		<description><![CDATA[add_filter('rewrite_rules_array','yourawesomefunction'); I had to look at the WordPress core code to work this out &#8211; thought I was going nuts. If you apply new rewrite rules using the rewrite_rules_array filter you need to ensure that you refresh the rewrite rules that WordPress has stored in a hidden option. You do this by simply resaving the [...]]]></description>
			<content:encoded><![CDATA[<p><code>add_filter('rewrite_rules_array','yourawesomefunction');</code></p>
<p>I had to look at the WordPress core code to work this out &#8211; thought I was going nuts. If you apply new rewrite rules using the rewrite_rules_array filter you need to ensure that you refresh the rewrite rules that WordPress has stored in a hidden option. You do this by simply resaving the Permalink Structure under the Options menu in the admin area of your WP install. </p>
<p>Not immediately obvious that this would be required, but makes sense that they generate the rules and store them at this point.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.createwebsite.info/modifying-wordpress-rewrite-rules-small-problem-solution/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
