<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.2" -->
<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>Technology Tips &#187; Web Development</title>
	<link>http://www.1keydata.com/blog</link>
	<description>Tips and how-to's on technology, software, and building a website</description>
	<pubDate>Mon, 07 Jul 2008 03:42:33 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2</generator>
	<language>en</language>
			<item>
		<title>Please, Use UTF-8 Encoding</title>
		<link>http://www.1keydata.com/blog/2007/05/please-use-utf-8-encoding.html</link>
		<comments>http://www.1keydata.com/blog/2007/05/please-use-utf-8-encoding.html#comments</comments>
		<pubDate>Mon, 21 May 2007 01:40:27 +0000</pubDate>
		<dc:creator>topcat</dc:creator>
		
		<category><![CDATA[Web Development]]></category>

		<category><![CDATA[Internet]]></category>
<category>double byte</category><category>language</category><category>utf-8</category>
		<guid isPermaLink="false">http://www.1keydata.com/blog/2007/05/please-use-utf-8-encoding.html</guid>
		<description><![CDATA[All Web 2.0 sites should use UTF-8 encoding to accomodate for double-byte languages.]]></description>
			<content:encoded><![CDATA[<p>As internet communities grow, the lines between different languages are blurred.?  No longer are communities geared towards any particular language, but communities are likely to be consisting of many diffferent languages.</p>
<p>Where am I going with this? Well, I have been noticing that some of the Web 2.0 sites are not yet using UTF-8 encoding. As a result, it is difficult for people in double-byte countries to use such services.?  An example is BlogCatalog.?  If you look at the source code of that site, you&#8217;ll see that the site is using character set iso-8859-1, which is for single-byte languages only.?  Being a blog listing service, this essentially means that they have precluded blogs from countries using double-byte languages from being listed, and it will be very difficult for them to attract visitors from countries using double-byte languages.</p>
<p>If you are an enterpreneur planning on launch the next great Web 2.0 site, do yourself and everyone else a favor:?  encode your site in UTF-8 (that&#8217;s the unicode standard most often seen).?  Better yet, make sure the functionalities you offer work in other languages.?  This way, everyone in the world can use your great site.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.1keydata.com/blog/2007/05/please-use-utf-8-encoding.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>How to Change Encoding in MagpieRSS</title>
		<link>http://www.1keydata.com/blog/2007/02/how-to-change-encoding-in-magpierss.html</link>
		<comments>http://www.1keydata.com/blog/2007/02/how-to-change-encoding-in-magpierss.html#comments</comments>
		<pubDate>Mon, 19 Feb 2007 18:44:51 +0000</pubDate>
		<dc:creator>topcat</dc:creator>
		
		<category><![CDATA[Web Development]]></category>
<category>magpierss</category><category>rss encoding</category>
		<guid isPermaLink="false">http://www.1keydata.com/blog/2007/02/how-to-change-encoding-in-magpierss.html</guid>
		<description><![CDATA[How to modify MagpieRSS to make sure double-byte characters display correctly.]]></description>
			<content:encoded><![CDATA[<p>Including RSS feeds in your website is a good idea, and <a target="magpierss" href="http://magpierss.sourceforge.net/">MagpieRSS</a> is probably? the most popular tool.? ? The default encoding for this tool, however, is in &#8220;ISO-8859-1&#8243;, which means it won&#8217;t be able to display? Unicode? characters properly.?  Therefore, some tweaking is needed? if you want to use RSS feeds in languages other than English.</p>
<p>To read? characters in Unicode,? you&#8217;ll need to change the <strong>MAGPIE_OUTPUT_ENCODING</strong> variable in the rss_fetch.inc file.</p>
<p><u>Before</u>? </p>
<p>if ( !defined(&#8217;MAGPIE_OUTPUT_ENCODING&#8217;) ) {<br />
? ? ?  define(&#8217;MAGPIE_OUTPUT_ENCODING&#8217;, &#8216;ISO-8859-1&#8242;);<br />
}</p>
<p><u>After</u></p>
<p>if ( !defined(&#8217;MAGPIE_OUTPUT_ENCODING&#8217;) ) {<br />
? ? ?  define(&#8217;MAGPIE_OUTPUT_ENCODING&#8217;, &#8216;UTF-8&#8242;);<br />
}</p>
]]></content:encoded>
			<wfw:commentRss>http://www.1keydata.com/blog/2007/02/how-to-change-encoding-in-magpierss.html/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
