<?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; coding</title>
	<atom:link href="http://www.createwebsite.info/category/coding/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>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>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>
		<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>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>
		<item>
		<title>Implementing Free Geolocation with PHP Using Maxmind&#8217;s GeoLite Country</title>
		<link>http://www.createwebsite.info/implementing-free-geolocation-with-php-using-maxminds-geolite-country/</link>
		<comments>http://www.createwebsite.info/implementing-free-geolocation-with-php-using-maxminds-geolite-country/#comments</comments>
		<pubDate>Sun, 17 Aug 2008 15:58:21 +0000</pubDate>
		<dc:creator>create a website</dc:creator>
				<category><![CDATA[coding]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[usability]]></category>

		<guid isPermaLink="false">http://www.createwebsite.info/implementing-free-geolocation-with-php-using-maxminds-geolite-country/</guid>
		<description><![CDATA[Need to serve up different content for people from different countries? Or track users by country? Or make a site more usable by providing options relevant to a particular country? I recently had a small programming task which required pre-selection of a country field based on the visitor&#8217;s country. Maxmind offers a free Geolocation database, [...]]]></description>
			<content:encoded><![CDATA[<p>Need to serve up different content for people from different countries? Or track users by country? Or make a site more usable by providing options relevant to a particular country? I recently had a small programming task which required pre-selection of a country field based on the visitor&#8217;s country. </p>
<p>Maxmind offers a free Geolocation database, <a href="http://www.maxmind.com/app/geolitecountry">GeoLite Country</a> which allows lookup of country from an IP. They claim it to be 99.3% accurate. They have a paid version that is more accurate. They also offer other databases, including one to lookup a city from an IP. The database is available as CSV data or in binary format. The binary format is very easy to implement as they provide<a href="http://www.maxmind.com/app/api"> APIs in a variety of languages</a>. I used their <a href="http://www.maxmind.com/app/php">PHP API</a>. There are code samples to get things going quickly.</p>
<p>I used their PHP class which was the easiest to implement. Simply upload the class file and binary file and require the class file. The calls are simple and the lookup is fast. Very easy to implement.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.createwebsite.info/implementing-free-geolocation-with-php-using-maxminds-geolite-country/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Amazon&#8217;s Seller Central SOAP API</title>
		<link>http://www.createwebsite.info/amazons-seller-central-soap-api/</link>
		<comments>http://www.createwebsite.info/amazons-seller-central-soap-api/#comments</comments>
		<pubDate>Wed, 16 Jul 2008 00:29:53 +0000</pubDate>
		<dc:creator>create a website</dc:creator>
				<category><![CDATA[amazon]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[rants]]></category>

		<guid isPermaLink="false">http://www.createwebsite.info/amazons-seller-central-soap-api/</guid>
		<description><![CDATA[Very disappointing experience working with Amazon.com&#8217;s Seller Central APIs. Their documentation is frankly very bad. Undocumented and incorrectly documented aspects will make the curve to get this working unnecassarily steep. Their support is not responsive. The forums are not overly helpful although you can see similar issues coming up. Disappointing for such a large and [...]]]></description>
			<content:encoded><![CDATA[<p>Very disappointing experience working with Amazon.com&#8217;s Seller Central APIs. Their documentation is frankly very bad. Undocumented and incorrectly documented aspects will make the curve to get this working unnecassarily steep. Their support is not responsive. The forums are not overly helpful although you can see similar issues coming up. Disappointing for such a large and groundbreaking web-based company, especially as they are looking to promote their Web Services infrastructure to developers. </p>
<p>The comments in this article are very accurate of my thoughts/experience implementing Amazon&#8217;s Seller Central SOAP API using PHP (they are using Java) &#8230;</p>
<blockquote><p>My time getting to the &#8216;hello world&#8217; stage on this interface was measured in days vs minutes for pretty much every other system I have worked with.</p></blockquote>
<p><a href="http://www.entraspan.com/blog/amazon.html">Good notes on implementing Amazon&#8217;s Seller Central SOAP API</a></p>
<p>That article should help anyone regardless of the particular language they are using to do this. It helped me with one important final aspect that was undocumented by Amazon.</p>
<p>For more specific notes on doing this with PHP check out the last chapter of this book &#8230;</p>
<p><a href="http://www.awsbook.com/">The Web Developer&#8217;s Guide To Amazon E-Commerce Service</a></p>
<p>A couple of key things in there will overcome issues with the particular way the Amazon SOAP server works. There will still be problems &#8211; but that will get you much of the way.</p>
<p>Note: don&#8217;t waste your time with Amazon AIM. As the article above mentions, unless you have an old account migrated from Amazon&#8217;s Marketplace system it will only work to download reports &#8211; it will not allow adding or updating products.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.createwebsite.info/amazons-seller-central-soap-api/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Great Article on Unicode and Character Sets</title>
		<link>http://www.createwebsite.info/great-article-on-unicode-and-character-sets/</link>
		<comments>http://www.createwebsite.info/great-article-on-unicode-and-character-sets/#comments</comments>
		<pubDate>Wed, 18 Jun 2008 23:41:56 +0000</pubDate>
		<dc:creator>create a website</dc:creator>
				<category><![CDATA[coding]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.createwebsite.info/great-article-on-unicode-and-character-sets/</guid>
		<description><![CDATA[It is easier as a developer who deals with English 99.9% of the time to overlook this stuff &#8211; especially in PHP &#8211; until you open and try to manipulate a bunch of .txt file not even thinking about the variety of Unicode formats. Found this rather enlightening &#8230; The Absolute Minimum Every Software Developer [...]]]></description>
			<content:encoded><![CDATA[<p>It is easier as a developer who deals with English 99.9% of the time to overlook this stuff &#8211; especially in PHP &#8211; until you open and try to manipulate a bunch of .txt file not even thinking about the variety of Unicode formats. Found this rather enlightening &#8230;</p>
<p><a href="http://www.joelonsoftware.com/articles/Unicode.html">The Absolute Minimum Every Software Developer Absolutely, Positively Must Know About Unicode and Character Sets (No Excuses!)</a></p>
<p>Good for any PHP coder to read, especially as the documentation on this stuff at PHP.net is a bit on the lean side.</p>
<p><strong>Update:</strong< here is another useful article <a href="http://www.phpwact.org/php/i18n/charsets">Character Sets / Character Encoding Issues</a> from WACT with lots of PHP-specific information.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.createwebsite.info/great-article-on-unicode-and-character-sets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
