<?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>Technology Tips &#187; Web Development</title>
	<atom:link href="http://www.1keydata.com/blog/archives/category/web-development/feed" rel="self" type="application/rss+xml" />
	<link>http://www.1keydata.com/blog</link>
	<description>Tips and how-to's on technology, software, and building a website</description>
	<lastBuildDate>Sun, 06 May 2012 09:13:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Mobile Analytics &#8211; Comparing AdMob, Bango, and Google Analytics</title>
		<link>http://www.1keydata.com/blog/2009/05/mobile-analytics-admob-bango-and-google-analytics.html</link>
		<comments>http://www.1keydata.com/blog/2009/05/mobile-analytics-admob-bango-and-google-analytics.html#comments</comments>
		<pubDate>Mon, 11 May 2009 04:44:21 +0000</pubDate>
		<dc:creator>topcat</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[admob]]></category>
		<category><![CDATA[bango]]></category>
		<category><![CDATA[google analytics]]></category>
		<category><![CDATA[mobile]]></category>

		<guid isPermaLink="false">http://www.1keydata.com/blog/?p=213</guid>
		<description><![CDATA[Compares 3 analytics packages for tracking mobile website traffic:  Google Analytics, AdMob, and Bango.  The results were compared to the actuals.]]></description>
			<content:encoded><![CDATA[<p>In looking through my website analytics data, I realized that a portion of my visitors are visiting my sites from a mobile device.  Therefore, a recent project has been to convert one of my sites to be mobile-friendly.</p>
<p>Once the site is up and running, I need to know the traffic going to the mobile site.  There are several mobile analytics programs available, so I decided to pick 3 of them: AdMob, Bango, and Google Analytics, and compare their results.  I also analyzed my web server log for that one day to provide a reference.</p>
<p><span id="more-213"></span>The results based on one day&#8217;s worth of data are as follows:</p>
<table border="1" cellspacing="0" cellpadding="3">
<tbody>
<tr>
<td>Method</td>
<td>Pageviews</td>
<td>Visitors</td>
</tr>
<tr>
<td>Google Analytics</td>
<td align="right">136</td>
<td align="right">44</td>
</tr>
<tr>
<td>AdMob</td>
<td align="right">305</td>
<td align="right">30</td>
</tr>
<tr>
<td>Bango</td>
<td align="right">280</td>
<td align="right">192</td>
</tr>
<tr>
<td>Web Server Log</td>
<td align="right">385</td>
<td align="right">128</td>
</tr>
</tbody>
</table>
<p>AdMob and Bango were both a little low on pageviews.  AdMob was lower by 21%, while Bango was lower by 27%.  Google Analytics, on the other hand, missed out on 64% of all pageviews.</p>
<p>For visitors, all 3 mobile analytics tools were disappointing:  Google Analytics and AdMob were too low, and Bango was too high.</p>
<p>In conclusion, among the 3 web analytics tools, AdMob and Bango both do an acceptable job in measuring pageviews.  None of the 3 tools, on the other hand, provide a good visitor count.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.1keydata.com/blog/2009/05/mobile-analytics-admob-bango-and-google-analytics.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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[Internet]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[double byte]]></category>
		<category><![CDATA[language]]></category>
		<category><![CDATA[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>
		<slash:comments>0</slash:comments>
		</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><![CDATA[magpierss]]></category>
		<category><![CDATA[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><span id="more-110"></span>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(&#8216;MAGPIE_OUTPUT_ENCODING&#8217;) ) {<br />
Â Â Â  define(&#8216;MAGPIE_OUTPUT_ENCODING&#8217;, &#8216;ISO-8859-1&#8242;);<br />
}</p>
<p><u>After</u></p>
<p>if ( !defined(&#8216;MAGPIE_OUTPUT_ENCODING&#8217;) ) {<br />
Â Â Â  define(&#8216;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>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 0.629 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-05-16 22:16:57 -->

