<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.3.3" -->
<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/"
	>

<channel>
	<title>Create A Website</title>
	<link>http://www.createwebsite.info</link>
	<description>just another wordpress blog about web development</description>
	<pubDate>Fri, 19 Sep 2008 12:00:59 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
	<language>en</language>
			<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>
		</item>
		<item>
		<title>Improving Wordpress Performance</title>
		<link>http://www.createwebsite.info/improving-wordpress-performance/</link>
		<comments>http://www.createwebsite.info/improving-wordpress-performance/#comments</comments>
		<pubDate>Mon, 15 Sep 2008 13:56:30 +0000</pubDate>
		<dc:creator>create a website</dc:creator>
		
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.createwebsite.info/improving-wordpress-performance/</guid>
		<description><![CDATA[Looking at using Wordpress on a site that needs to handles many requests? This presentation discusses and refers to methods improve performance of your Wordpress-based site.




]]></description>
			<content:encoded><![CDATA[<p>Looking at using Wordpress on a site that needs to handles many requests? This presentation discusses and refers to methods improve performance of your Wordpress-based site.</p>
<div style="width:425px;text-align:left" id="__ss_81181"><object style="margin:0px" width="425" height="355">
<param name="movie" value="http://static.slideshare.net/swf/ssplayer2.swf?doc=high-performance-wordpress4740&#038;stripped_title=high-performance-wordpress" />
<param name="allowFullScreen" value="true"/>
<param name="allowScriptAccess" value="always"/><embed src="http://static.slideshare.net/swf/ssplayer2.swf?doc=high-performance-wordpress4740&#038;stripped_title=high-performance-wordpress" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="355"></embed></object></div>
]]></content:encoded>
			<wfw:commentRss>http://www.createwebsite.info/improving-wordpress-performance/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Modifying Wordpress Rewrite Rules - 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 - 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 [...]]]></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 - 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>
		</item>
		<item>
		<title>Bugs in WS_FTP after Multiple Versions</title>
		<link>http://www.createwebsite.info/bugs-ws_ftp/</link>
		<comments>http://www.createwebsite.info/bugs-ws_ftp/#comments</comments>
		<pubDate>Wed, 20 Aug 2008 09:17:49 +0000</pubDate>
		<dc:creator>create a website</dc:creator>
		
		<category><![CDATA[rants]]></category>

		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://www.createwebsite.info/stupid-bugs-still-in-ws_ftp-after-multiple-versions/</guid>
		<description><![CDATA[Update: I watered this down after someone from Ipswitch contacted me interested in resolving the issues. I will post progress.
I use WS_FTP by Ipswitch as an FTP client partly just through habit and the issues with migrating a bunch of accounts across to new software. There are some continuing issues with the software that bug [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Update:</strong> I watered this down after someone from Ipswitch contacted me interested in resolving the issues. I will post progress.</p>
<p>I use WS_FTP by <a href="http://www.ipswitch.com/">Ipswitch</a> as an FTP client partly just through habit and the issues with migrating a bunch of accounts across to new software. There are some continuing issues with the software that bug the hell out of me.</p>
<p>These have been there multiple versions and I have seen these issues on multiple computers (XP and Vista). </p>
<ol>
<li>When using &#8220;Link Folders&#8221; and moving through directories and where the directories are not present on the client machine (and being created by the software) at some point the software can lose track of the link and link the wrong directory on the client machine. If you are not paying attention you end up with a bunch of folders you will need to delete.</li>
<li>A similar issue - after uploading a file the current directory will change on the client or server. If you don&#8217;t spot this it is very easy to overwrite a file (think index.php!).</li>
<li>Occasionally the software will crash completely when trying to delete a folder on the client.</li>
</ol>
<p>I will list any other issues I come across here. Maybe someone will take notice and respond.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.createwebsite.info/bugs-ws_ftp/feed/</wfw:commentRss>
		</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>
		</item>
		<item>
		<title>Stop Apple Software Update trying to install Safari all the freakin time &#8230;</title>
		<link>http://www.createwebsite.info/stop-apple-software-update-trying-to-install-safari-all-the-freakin-time/</link>
		<comments>http://www.createwebsite.info/stop-apple-software-update-trying-to-install-safari-all-the-freakin-time/#comments</comments>
		<pubDate>Wed, 06 Aug 2008 15:15:02 +0000</pubDate>
		<dc:creator>create a website</dc:creator>
		
		<category><![CDATA[random]]></category>

		<category><![CDATA[rants]]></category>

		<guid isPermaLink="false">http://www.createwebsite.info/stop-apple-software-update-trying-to-install-safari-all-the-freakin-time/</guid>
		<description><![CDATA[Update - one more thing while I remember. What is the use of an update utility that ignores your previous preferences? Why do I get a Quicktime link in the Quick Launch area every time it updates? As a rule I have found Apple&#8217;s software to be miles behind their hardware in usability and intuitiveness. [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Update - one more thing while I remember. What is the use of an update utility that ignores your previous preferences? Why do I get a Quicktime link in the Quick Launch area every time it updates? As a rule I have found Apple&#8217;s software to be miles behind their hardware in usability and intuitiveness. Why is that?</strong></p>
<p>Don&#8217;t want Safari? Apple wants you to want it and obscures the way to stop this.</p>
<p>Found this information on a forum somewhere &#8230;</p>
<p>1. Run Apple Software Update (there is probably link in your start menu somewhere)<br />
2. Check for updates so you can see the Safari option.<br />
3. Highlight Safari (I had to click the checkbox as well).<br />
4. Choose Tools from the top menu.<br />
5. Click Ignore Selected Updates.</p>
<p>In theory the software shouldn&#8217;t check for it again.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.createwebsite.info/stop-apple-software-update-trying-to-install-safari-all-the-freakin-time/feed/</wfw:commentRss>
		</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 - 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 - 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>
		</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 - especially in PHP - 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 Absolutely, [...]]]></description>
			<content:encoded><![CDATA[<p>It is easier as a developer who deals with English 99.9% of the time to overlook this stuff - especially in PHP - 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>
		</item>
		<item>
		<title>Simple liquid layout with CSS</title>
		<link>http://www.createwebsite.info/simple-liquid-layout-with-css/</link>
		<comments>http://www.createwebsite.info/simple-liquid-layout-with-css/#comments</comments>
		<pubDate>Mon, 16 Jun 2008 13:31:39 +0000</pubDate>
		<dc:creator>create a website</dc:creator>
		
		<category><![CDATA[uncategorized]]></category>

		<guid isPermaLink="false">http://www.createwebsite.info/simple-liquid-layout-with-css/</guid>
		<description><![CDATA[Article on how to make a liquid layout, which is a layout that adjusts as the user adjusts the browser width. This  method works across browsers and uses absolute positioning.read more &#124; digg story
]]></description>
			<content:encoded><![CDATA[<p>Article on how to make a liquid layout, which is a layout that adjusts as the user adjusts the browser width. This  method works across browsers and uses absolute positioning.<br/><br/><a href="http://www.netmag.co.uk/zine/develop-css/create-a-simple-liquid-layout">read more</a> | <a href="http://digg.com/design/Create_a_simple_liquid_layout">digg story</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.createwebsite.info/simple-liquid-layout-with-css/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Death to Web 2.0 Design Trends &#8230;</title>
		<link>http://www.createwebsite.info/death-to-web-20-design-trends/</link>
		<comments>http://www.createwebsite.info/death-to-web-20-design-trends/#comments</comments>
		<pubDate>Wed, 11 Jun 2008 03:58:08 +0000</pubDate>
		<dc:creator>create a website</dc:creator>
		
		<category><![CDATA[design]]></category>

		<category><![CDATA[web 2.0]]></category>

		<guid isPermaLink="false">http://www.createwebsite.info/death-to-web-20-design-trends/</guid>
		<description><![CDATA[Thought this presentation was quite entertaining &#8230;




 &#124; View &#124; Upload your own

]]></description>
			<content:encoded><![CDATA[<p>Thought this presentation was quite entertaining &#8230;</p>
<div style="width:425px;text-align:left" id="__ss_160068"><object style="margin:0px" width="425" height="355">
<param name="movie" value="http://static.slideshare.net/swf/ssplayer2.swf?doc=fowd-november-2007-1194556763131314-1"/>
<param name="allowFullScreen" value="true"/>
<param name="allowScriptAccess" value="always"/><embed src="http://static.slideshare.net/swf/ssplayer2.swf?doc=fowd-november-2007-1194556763131314-1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="355"></embed></object>
<div style="font-size:11px;font-family:tahoma,arial;height:26px;padding-top:2px;"><a href="http://www.slideshare.net/?src=embed"><img src="http://static.slideshare.net/swf/logo_embd.png" style="border:0px none;margin-bottom:-5px" alt="SlideShare"/></a> | <a href="http://www.slideshare.net/elliotjaystocks/fowd-november-2007?src=embed" title="View FOWD November 2007 on SlideShare">View</a> | <a href="http://www.slideshare.net/upload?src=embed">Upload your own</a></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.createwebsite.info/death-to-web-20-design-trends/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Interesting Presentation on Web Development Standards</title>
		<link>http://www.createwebsite.info/interesting-presentation-on-web-development-standards/</link>
		<comments>http://www.createwebsite.info/interesting-presentation-on-web-development-standards/#comments</comments>
		<pubDate>Wed, 11 Jun 2008 03:52:06 +0000</pubDate>
		<dc:creator>create a website</dc:creator>
		
		<category><![CDATA[best practice]]></category>

		<category><![CDATA[css]]></category>

		<category><![CDATA[html]]></category>

		<guid isPermaLink="false">http://www.createwebsite.info/interesting-presentation-on-web-development-standards/</guid>
		<description><![CDATA[



 &#124; View &#124; Upload your own

]]></description>
			<content:encoded><![CDATA[<div style="width:425px;text-align:left" id="__ss_317129"><object style="margin:0px" width="425" height="355">
<param name="movie" value="http://static.slideshare.net/swf/ssplayer2.swf?doc=the-struggle-for-web-development-standards-1206190163984415-4"/>
<param name="allowFullScreen" value="true"/>
<param name="allowScriptAccess" value="always"/><embed src="http://static.slideshare.net/swf/ssplayer2.swf?doc=the-struggle-for-web-development-standards-1206190163984415-4" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="355"></embed></object>
<div style="font-size:11px;font-family:tahoma,arial;height:26px;padding-top:2px;"><a href="http://www.slideshare.net/?src=embed"><img src="http://static.slideshare.net/swf/logo_embd.png" style="border:0px none;margin-bottom:-5px" alt="SlideShare"/></a> | <a href="http://www.slideshare.net/cheilmann/the-struggle-for-web-development-standards?src=embed" title="View The Struggle For Web Development Standards on SlideShare">View</a> | <a href="http://www.slideshare.net/upload?src=embed">Upload your own</a></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.createwebsite.info/interesting-presentation-on-web-development-standards/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Free PHP Peelads - with plugin version for Wordpress</title>
		<link>http://www.createwebsite.info/free-php-peelads-with-plugin-version-for-wordpress/</link>
		<comments>http://www.createwebsite.info/free-php-peelads-with-plugin-version-for-wordpress/#comments</comments>
		<pubDate>Wed, 04 Jun 2008 04:09:47 +0000</pubDate>
		<dc:creator>create a website</dc:creator>
		
		<category><![CDATA[software]]></category>

		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.createwebsite.info/free-php-peelads-with-plugin-version-for-wordpress/</guid>
		<description><![CDATA[I have seen Peelads running on a few sites. I like them as a non-obtrusive way to feature content or ads. I thought there must be some free code to run them. Sure enough, there is  - Pageear.
What is even better is there are plugins for CMS software, including this Wordpress Pagepeel Plugin. Very [...]]]></description>
			<content:encoded><![CDATA[<p>I have seen Peelads running on a few sites. I like them as a non-obtrusive way to feature content or ads. I thought there must be some free code to run them. Sure enough, there is  - <a href="http://www.webpicasso.de/blog/pageear-free-peel-away-ad/">Pageear</a>.</p>
<p>What is even better is there are plugins for CMS software, including this <a href="http://www.webpicasso.de/blog/wordpress-pagepeel-plugin/">Wordpress Pagepeel Plugin</a>. Very easy to install and configure. Just upload a 100&#215;100 image and a 500&#215;500 image for the initial peel and the full display and set a URL.</p>
<p>Works well. Recommended.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.createwebsite.info/free-php-peelads-with-plugin-version-for-wordpress/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Testing out OpenX - PHP-based Ad delivery</title>
		<link>http://www.createwebsite.info/testing-out-openx-php-based-ad-delivery/</link>
		<comments>http://www.createwebsite.info/testing-out-openx-php-based-ad-delivery/#comments</comments>
		<pubDate>Wed, 04 Jun 2008 03:55:24 +0000</pubDate>
		<dc:creator>create a website</dc:creator>
		
		<category><![CDATA[php]]></category>

		<category><![CDATA[software]]></category>

		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://www.createwebsite.info/testing-out-openx-php-based-ad-delivery/</guid>
		<description><![CDATA[I have a couple of sites I want to run ads on and just installed open-source ad server, OpenX. The installation was easy. I plan to run the first tests here - so watch out!
I tried this out years ago as PHPAdsNew. New name and new product really. My first impressions are good. Will post [...]]]></description>
			<content:encoded><![CDATA[<p>I have a couple of sites I want to run ads on and just installed open-source ad server, <a href="http://www.openx.org/">OpenX</a>. The installation was easy. I plan to run the first tests here - so watch out!</p>
<p>I tried this out years ago as PHPAdsNew. New name and new product really. My first impressions are good. Will post how I go once I get into it some more.</p>
<p>Here is a walkthrough of setting up a campaign &#8230;</p>
<div style="width:425px;text-align:left" id="__ss_267132"><object style="margin:0px" width="425" height="355">
<param name="movie" value="http://static.slideshare.net/swf/ssplayer2.swf?doc=qsg-ys-revision-1203091910637230-4"/>
<param name="allowFullScreen" value="true"/>
<param name="allowScriptAccess" value="always"/><embed src="http://static.slideshare.net/swf/ssplayer2.swf?doc=qsg-ys-revision-1203091910637230-4" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="355"></embed></object>
<div style="font-size:11px;font-family:tahoma,arial;height:26px;padding-top:2px;"><a href="http://www.slideshare.net/?src=embed"><img src="http://static.slideshare.net/swf/logo_embd.png" style="border:0px none;margin-bottom:-5px" alt="SlideShare"/></a> | <a href="http://www.slideshare.net/openads/qsg-ys-revision-267132?src=embed" title="View Qsg   Ys Revision on SlideShare">View</a> | <a href="http://www.slideshare.net/upload?src=embed">Upload your own</a></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.createwebsite.info/testing-out-openx-php-based-ad-delivery/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Reflow</title>
		<link>http://www.createwebsite.info/reflow/</link>
		<comments>http://www.createwebsite.info/reflow/#comments</comments>
		<pubDate>Mon, 26 May 2008 23:19:53 +0000</pubDate>
		<dc:creator>create a website</dc:creator>
		
		<category><![CDATA[random]]></category>

		<guid isPermaLink="false">http://www.createwebsite.info/reflow/</guid>
		<description><![CDATA[Came across an article on &#8220;reflow&#8221;:
the process by which the geometry of the layout engine’s formatting objects are computed
 (from the Mozilla page on reflow)
Here is an example that DougT found for Wikipedia &#8230;







There are more: what is reflow
]]></description>
			<content:encoded><![CDATA[<p>Came across an <a href="http://dougt.wordpress.com/2008/05/24/what-is-a-reflow/">article on &#8220;reflow&#8221;</a>:</p>
<blockquote><p>the process by which the geometry of the layout engine’s formatting objects are computed</p></blockquote>
<p> (<a href="http://www.mozilla.org/newlayout/doc/reflow.html">from the Mozilla page on reflow</a>)<br />
Here is an example that DougT found for Wikipedia &#8230;<br />
<object width='400' height='326' type='application/x-shockwave-flash' data='http://video.google.com/googleplayer.swf?docid=-5863446593724321515'>
<param name='allowScriptAccess' value='never' />
<param name='movie' value='http://video.google.com/googleplayer.swf?docid=-5863446593724321515'/>
<param name='quality' value='best'/>
<param name='bgcolor' value='#ffffff' />
<param name='scale' value='noScale' />
<param name='wmode' value='window'/></object><br />
There are more: <a href="http://dougt.wordpress.com/2008/05/24/what-is-a-reflow/">what is reflow</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.createwebsite.info/reflow/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Follow up to the last post: A collection of creative 404 Pages</title>
		<link>http://www.createwebsite.info/follow-up-to-the-last-post-a-collection-of-creative-404-pages/</link>
		<comments>http://www.createwebsite.info/follow-up-to-the-last-post-a-collection-of-creative-404-pages/#comments</comments>
		<pubDate>Mon, 26 May 2008 22:57:32 +0000</pubDate>
		<dc:creator>create a website</dc:creator>
		
		<category><![CDATA[best practice]]></category>

		<category><![CDATA[design]]></category>

		<category><![CDATA[usability]]></category>

		<guid isPermaLink="false">http://www.createwebsite.info/follow-up-to-the-last-post-a-collection-of-creative-404-pages/</guid>
		<description><![CDATA[Some high quality and impressive looking 404 pages.read more &#124; digg story
]]></description>
			<content:encoded><![CDATA[<p>Some high quality and impressive looking 404 pages.<br/><br/><a href="http://www.smashingmagazine.com/2007/08/17/404-error-pages-reloaded/?">read more</a> | <a href="http://digg.com/tech_news/Collection_of_Awesome_404_Pages">digg story</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.createwebsite.info/follow-up-to-the-last-post-a-collection-of-creative-404-pages/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Creating User Friendly Error Pages</title>
		<link>http://www.createwebsite.info/creating-user-friendly-error-pages/</link>
		<comments>http://www.createwebsite.info/creating-user-friendly-error-pages/#comments</comments>
		<pubDate>Mon, 26 May 2008 22:52:07 +0000</pubDate>
		<dc:creator>create a website</dc:creator>
		
		<category><![CDATA[best practice]]></category>

		<category><![CDATA[usability]]></category>

		<guid isPermaLink="false">http://www.createwebsite.info/creating-user-friendly-error-pages/</guid>
		<description><![CDATA[We might understand what 404 means, but many users do not. Some good tips to provide a more helpful error page to the user when a page cannot be found.read more &#124; digg story
]]></description>
			<content:encoded><![CDATA[<p>We might understand what 404 means, but many users do not. Some good tips to provide a more helpful error page to the user when a page cannot be found.<br/><br/><a href="http://www.codinghorror.com/blog/archives/000819.html">read more</a> | <a href="http://digg.com/design/Creating_User_Friendly_404_Pages">digg story</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.createwebsite.info/creating-user-friendly-error-pages/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Reflections on Images with Javascript &#8230;</title>
		<link>http://www.createwebsite.info/reflections-on-images-with-javascript/</link>
		<comments>http://www.createwebsite.info/reflections-on-images-with-javascript/#comments</comments>
		<pubDate>Wed, 21 May 2008 05:39:45 +0000</pubDate>
		<dc:creator>create a website</dc:creator>
		
		<category><![CDATA[javascript]]></category>

		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://www.createwebsite.info/reflections-on-images-with-javascript/</guid>
		<description><![CDATA[Came across this blog article on a Javascript Reflection Script. You can see demos there. It degrades well for browsers that don&#8217;t support it, but it supports the versions of the major browsers to come out in the last couple of years. It is very easy to implement. Include the .js file and then add [...]]]></description>
			<content:encoded><![CDATA[<p>Came across this blog article on a <a href="http://cow.neondragon.net/index.php/383-Reflectionjs-Demo">Javascript Reflection Script</a>. You can see demos there. It degrades well for browsers that don&#8217;t support it, but it supports the versions of the major browsers to come out in the last couple of years. It is very easy to implement. Include the .js file and then add a class to the specific image you want to reflect. The nice thing is it blends with backgrounds.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.createwebsite.info/reflections-on-images-with-javascript/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Produce Better CSS, HTML, Javascript Faster: 20 Useful Tools</title>
		<link>http://www.createwebsite.info/20-useful-tools-to-make-web-development-more-efficient/</link>
		<comments>http://www.createwebsite.info/20-useful-tools-to-make-web-development-more-efficient/#comments</comments>
		<pubDate>Sun, 18 May 2008 08:31:48 +0000</pubDate>
		<dc:creator>create a website</dc:creator>
		
		<category><![CDATA[css]]></category>

		<category><![CDATA[html]]></category>

		<category><![CDATA[javascript]]></category>

		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://www.createwebsite.info/20-useful-tools-to-make-web-development-more-efficient/</guid>
		<description><![CDATA[Found this on Digg. A bunch of tools to help develop faster and better websites. Tools for producing, optimizing and testing CSS, HTML, and Javascript.read more &#124; digg story
]]></description>
			<content:encoded><![CDATA[<p>Found this on Digg. A bunch of tools to help develop faster and better websites. Tools for producing, optimizing and testing CSS, HTML, and Javascript.<br/><br/><a href="http://sixrevisions.com/tools/20_web_development_tools/">read more</a> | <a href="http://digg.com/software/20_Useful_Tools_to_Make_Web_Development_More_Efficient">digg story</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.createwebsite.info/20-useful-tools-to-make-web-development-more-efficient/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Generating Barcodes with PHP</title>
		<link>http://www.createwebsite.info/generating-barcodes-with-php/</link>
		<comments>http://www.createwebsite.info/generating-barcodes-with-php/#comments</comments>
		<pubDate>Wed, 14 May 2008 08:10:27 +0000</pubDate>
		<dc:creator>create a website</dc:creator>
		
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.createwebsite.info/generating-barcodes-with-php/</guid>
		<description><![CDATA[see below for the translation of the barcode
PHP Classes is always my first stop when looking for PHP code, no matter how advanced (or easy to be honest). 
I have recently been working on a shopping cart system and implementing barcode generation, as well as allowing a barcode scanner be used as an input device [...]]]></description>
			<content:encoded><![CDATA[<div align="center"><img src='http://www.createwebsite.info/wp-content/uploads/2008/05/barcode.png' alt='barcode example' /><br /><em style="font-size:smaller;">see below for the translation of the barcode</em></div>
<p><a href="http://www.phpclasses.org/">PHP Classes</a> is always my first stop when looking for PHP code, no matter how advanced (or easy to be honest). </p>
<p>I have recently been working on a shopping cart system and implementing barcode generation, as well as allowing a barcode scanner be used as an input device to speed up aspects of order management and data entry.</p>
<p>There are a number of barcode generation classes at PHP Classes. Harish Chauhan&#8217;s <a href="http://www.phpclasses.org/browse/package/2441.html">Barcode Class</a> has been very useful. His class supports a number of barcode standards and allows generation at various sizes. There is a simple form provided to allow generation of barcodes and demonstrate the features of the class. </p>
<p>I will update this when I have finished all the functionality.</p>
<p>The barcode scanner arrives in the morning!</p>
<p>Oh - and the barcode above says &#8220;www.createwebsite.info&#8221; in the code128 format.</p>
<p>UPDATE: here it is with the font uploaded for the text!</p>
<div align="center"><img src='http://www.createwebsite.info/wp-content/uploads/2008/05/barcode2.png' alt='a barcode example with the text embedded' /></div>
]]></content:encoded>
			<wfw:commentRss>http://www.createwebsite.info/generating-barcodes-with-php/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Presentation on Flash and Ajax</title>
		<link>http://www.createwebsite.info/presentation-on-flash-and-ajax/</link>
		<comments>http://www.createwebsite.info/presentation-on-flash-and-ajax/#comments</comments>
		<pubDate>Fri, 09 May 2008 23:21:08 +0000</pubDate>
		<dc:creator>create a website</dc:creator>
		
		<category><![CDATA[ajax]]></category>

		<category><![CDATA[flash]]></category>

		<guid isPermaLink="false">http://www.createwebsite.info/presentation-on-flash-and-ajax/</guid>
		<description><![CDATA[



 &#124; View &#124; Upload your own

]]></description>
			<content:encoded><![CDATA[<div style="width:425px;text-align:left" id="__ss_118992"><object style="margin:0px" width="425" height="355">
<param name="movie" value="http://static.slideshare.net/swf/ssplayer2.swf?doc=flash-and-ajax2127"/>
<param name="allowFullScreen" value="true"/>
<param name="allowScriptAccess" value="always"/><embed src="http://static.slideshare.net/swf/ssplayer2.swf?doc=flash-and-ajax2127" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="355"></embed></object>
<div style="font-size:11px;font-family:tahoma,arial;height:26px;padding-top:2px;"><a href="http://www.slideshare.net/?src=embed"><img src="http://static.slideshare.net/swf/logo_embd.png" style="border:0px none;margin-bottom:-5px" alt="SlideShare"/></a> | <a href="http://www.slideshare.net/jboutelle/flash-and-ajax?src=embed" title="View 'Flash and AJAX' on SlideShare">View</a> | <a href="http://www.slideshare.net/upload?src=embed">Upload your own</a></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.createwebsite.info/presentation-on-flash-and-ajax/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
