<?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>Streaming My Consciousness &#187; code</title>
	<atom:link href="http://blog.ianbeyer.com/archives/tag/code/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.ianbeyer.com</link>
	<description>a nerd&#039;s tales of church IT, social media, and streaming video</description>
	<lastBuildDate>Thu, 26 Aug 2010 02:21:44 +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>Y2K10 in JavaScript?</title>
		<link>http://blog.ianbeyer.com/archives/321</link>
		<comments>http://blog.ianbeyer.com/archives/321#comments</comments>
		<pubDate>Wed, 30 Dec 2009 03:32:03 +0000</pubDate>
		<dc:creator>Ian Beyer</dc:creator>
				<category><![CDATA[Internet Campus]]></category>
		<category><![CDATA[bugs]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://blog.ianbeyer.com/?p=321</guid>
		<description><![CDATA[On our live stream page, we have a nifty little javascript counter that lets you know when the next service is. Leo noticed today that in Internet Explorer, it&#8217;s counting down properly, while in Firefox, it&#8217;s saying the event is already happening. On a hunch, we changed the target date to 12/31, and it started [...]]]></description>
			<content:encoded><![CDATA[<p>On our <a href="http://live.cor.org" target="_blank">live stream page</a>, we have a nifty little <a href="http://blog.ianbeyer.com/code/javascript-countdown-timer" target="_blank">javascript counter</a> that lets you know when the next service is.</p>
<p><a href="http://leojohns.com/" target="_blank">Leo</a> noticed today that in Internet Explorer, it&#8217;s counting down properly, while in <a href="http://firefox.com" target="_blank">Firefox</a>, it&#8217;s saying the event is already happening. On a hunch, we changed the target date to 12/31, and it started working properly again.</p>
<p>So, IE&#8217;s Javascript is smart enough to figure out that on December 29, the target date of January 3 is likely to be the one next week. Firefox is clinging to the past and assuming that I really meant the January 3 that happened 51 weeks ago.</p>
<p>How is it that the same script can be interpreted so differently within the same language on two different browser platforms? This stuff is supposed to be standard!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ianbeyer.com/archives/321/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Live geoanalytics &#8211; need help!</title>
		<link>http://blog.ianbeyer.com/archives/157</link>
		<comments>http://blog.ianbeyer.com/archives/157#comments</comments>
		<pubDate>Thu, 26 Mar 2009 14:18:39 +0000</pubDate>
		<dc:creator>Ian Beyer</dc:creator>
				<category><![CDATA[Internet Campus]]></category>
		<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[analytics]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[mapping]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://blog.ianbeyer.com/?p=157</guid>
		<description><![CDATA[I&#8217;m looking to put together a live map for seeing where people are coming from on our live stream. One format of this map would be a full-screen display at the ops console, the other would be a small map on the website itself. If you&#8217;re using this kind of technology, Id love to know [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m looking to put together a live map for seeing where people are coming from on our live stream. One format of this map would be a full-screen display at the ops console, the other would be a small map on the website itself. If you&#8217;re using this kind of technology, Id love to know how you are doing it, whether it&#8217;s with a monthly service, or you rolled your own code.What I&#8217;ve looked at so far:</p>
<p><a href="http://analytics.google.com" target="_blank">Google Analytics</a>: Doesn&#8217;t come anywhere close to realtime. Looks like about a 24-hour waiting period for your data. Looking at the historical data for the live site, it doesn&#8217;t seem to be all that accurate either. Numbers, locations, and durations of visits seem to be way off what we&#8217;re seeing in our feedback and in our logs.</p>
<p><a href="http://www.w3counter.com" target="_blank">W3Counter</a>: Seems interesting, but their site performance/availability is a major problem. I smell scalability issues.</p>
<p><a href="http://www.visistat.com" target="_blank">VisiStat</a>: Very nice product, but a little spendy for what I&#8217;m after, considering its shortcomings. Live map doesn&#8217;t appear to have the ability to specify a timeframe. Either you refresh the page and it adds new visits to a blank map, or you leave it up and nothing falls off the back.</p>
<p><a href="http://www.feedjit.com" target="_blank">Feedjit</a>: I use this for my blog, and it&#8217;s great for that (see widget in the sidebar). But I can&#8217;t see using this for a &#8220;real&#8221; site. I greatly dislike the inability to customize the widget beyond text color (I really don&#8217;t want it showing the geoblogosphere link, it&#8217;s completely irrelevant and a distraction). It too seems to lack the ability to restrict the map by timeframe.</p>
<p>None of these products appeared to have the ability to customize the map display, most of them had a map that was ridiculously small and didn&#8217;t scale with the browser window.</p>
<p>If you rolled your own, how complex was it? What was the cost for the geolocation data?</p>
<p>EDIT: Forgot about <a href="http://www.woopra.com" target="_blank">Woopra</a>&#8230; Looks awesome, but it&#8217;s still vaporware.</p>
<p>EDIT^2: OK, so Woopra isn&#8217;t technically vaporware, apparently real people are using it, but it&#8217;s been in &#8220;beta&#8221; for a very long time.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ianbeyer.com/archives/157/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
