<?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/"
	>

<channel>
	<title>Jon.Shoberg.Net</title>
	<atom:link href="http://jon.shoberg.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://jon.shoberg.net</link>
	<description></description>
	<pubDate>Sun, 06 Dec 2009 20:07:54 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>TechNexion ThunderPack - Signage, Angstrom, and Andriod</title>
		<link>http://jon.shoberg.net/2009/12/technexion-thunderpack-signage-angstrom-and-andriod/</link>
		<comments>http://jon.shoberg.net/2009/12/technexion-thunderpack-signage-angstrom-and-andriod/#comments</comments>
		<pubDate>Sun, 06 Dec 2009 20:04:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Dev Data Tech]]></category>

		<category><![CDATA[Misc Items]]></category>

		<category><![CDATA[digital signage]]></category>

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

		<guid isPermaLink="false">http://jon.shoberg.net/?p=200</guid>
		<description><![CDATA[So I&#8217;m working on a small digital signage project.  One of the first challenges is getting a computer setup to run the display and the thought occurred what is the best way to do that.  In the advent of low power CPUs I took the dive and purchase an OMAP3 based development board. [...]]]></description>
			<content:encoded><![CDATA[<p>So I&#8217;m working on a small digital signage project.  One of the first challenges is getting a computer setup to run the display and the thought occurred what is the best way to do that.  In the advent of low power CPUs I took the dive and purchase an OMAP3 based development board. One of the first goals is to build a digital display appliance.</p>
<p>Have a look at the setup.</p>
<p style="text-align: center;"><object width="480" height="385" data="http://www.youtube.com/v/ksalttKmjOc&amp;hl=en_US&amp;fs=1&amp;color1=0x3a3a3a&amp;color2=0x999999" type="application/x-shockwave-flash"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/ksalttKmjOc&amp;hl=en_US&amp;fs=1&amp;color1=0x3a3a3a&amp;color2=0x999999" /><param name="allowfullscreen" value="true" /></object></p>
<p>I choose the ThunderPack from TechNexion because it included the LCD screen, Wifi, Ethernet, HDMI, and a basic build of the Angstrom Linux distribution.</p>
<p>Pros - So far &#8230;</p>
<ul>
<li>Easy to order, fast shipping, responsive to email support</li>
<li>Good construction, feels solid when handling it</li>
<li>Pretty good software builds to get you up and running</li>
<li>Decent documentation, you will need to have moderate linux systems experience though</li>
<li>It boots right up and you can start using Angstrom right on the LCD display</li>
</ul>
<p>Cons - So far &#8230;</p>
<ul>
<li>The 1st SD card used had a lot of difficulties getting the file system built (start with one under 2GB)</li>
</ul>
<p>Thats about it, trying to keep it short and simple. Next up is building Android and seeing how it does&#8230;</p>
<p>If there are any questions please let me know.</p>
]]></content:encoded>
			<wfw:commentRss>http://jon.shoberg.net/2009/12/technexion-thunderpack-signage-angstrom-and-andriod/feed/</wfw:commentRss>
		</item>
		<item>
		<title>TSQL - What is running and percent complete</title>
		<link>http://jon.shoberg.net/2009/10/tsql-what-is-running-and-percent-complete/</link>
		<comments>http://jon.shoberg.net/2009/10/tsql-what-is-running-and-percent-complete/#comments</comments>
		<pubDate>Mon, 05 Oct 2009 20:44:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Dev Data Tech]]></category>

		<category><![CDATA[Misc Items]]></category>

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

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

		<guid isPermaLink="false">http://jon.shoberg.net/?p=195</guid>
		<description><![CDATA[Here is a quick little snippet of TSQL; what is running and that percent complete.  This comes from using dm_exec_requests and the percent complete value there.

select  T.text,
        R.Status,
        R.Command,
        DatabaseName = db_name(R.database_id),
    [...]]]></description>
			<content:encoded><![CDATA[<p>Here is a quick little snippet of TSQL; what is running and that percent complete.  This comes from using dm_exec_requests and the percent complete value there.</p>
<p><code><br />
select  T.text,<br />
        R.Status,<br />
        R.Command,<br />
        DatabaseName = db_name(R.database_id),<br />
        R.cpu_time,<br />
        R.total_elapsed_time,<br />
        R.percent_complete<br />
from    sys.dm_exec_requests R<br />
        cross apply sys.dm_exec_sql_text(R.sql_handle) T<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://jon.shoberg.net/2009/10/tsql-what-is-running-and-percent-complete/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Facebook Vanity URL</title>
		<link>http://jon.shoberg.net/2009/06/facebook-vanity-url/</link>
		<comments>http://jon.shoberg.net/2009/06/facebook-vanity-url/#comments</comments>
		<pubDate>Mon, 15 Jun 2009 13:22:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Misc Items]]></category>

		<guid isPermaLink="false">http://jon.shoberg.net/?p=187</guid>
		<description><![CDATA[Thats right &#8230;. http://facebook.com/jon.shoberg is all mine. Too bad I didn&#8217;t got for something like default.aspx (which I kind of like better&#8230;).

]]></description>
			<content:encoded><![CDATA[<p>Thats right &#8230;. <a title="jon.shoberg" href="http://facebook.com/jon.shoberg">http://facebook.com/jon.shoberg</a> is all mine. Too bad I didn&#8217;t got for something like <a href="http://www.facebook.com/default.aspx">default.aspx</a> (which I kind of like better&#8230;).</p>
<p><img class="aligncenter size-full wp-image-188" title="6-15-2009-9-12-08-am" src="http://jon.shoberg.net/wp-content/uploads/2009/06/6-15-2009-9-12-08-am.jpg" alt="6-15-2009-9-12-08-am" width="550" height="503" /></p>
]]></content:encoded>
			<wfw:commentRss>http://jon.shoberg.net/2009/06/facebook-vanity-url/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Barrett 98Bravo</title>
		<link>http://jon.shoberg.net/2009/04/barrett-98bravo/</link>
		<comments>http://jon.shoberg.net/2009/04/barrett-98bravo/#comments</comments>
		<pubDate>Sun, 19 Apr 2009 17:34:28 +0000</pubDate>
		<dc:creator>Jon</dc:creator>
		
		<category><![CDATA[Misc Items]]></category>

		<category><![CDATA[338 laupa]]></category>

		<category><![CDATA[98bravo]]></category>

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

		<guid isPermaLink="false">http://jon.shoberg.net/?p=183</guid>
		<description><![CDATA[Its amazing to see the number of activities the Ohio State Parks service runs. One of those being an outdoor rifle and pistol range in the southern Waldo, Ohio. Yesterday Mike and I went up to sight in his M1 Garand.  Aside from me shooting out both legs of the target stand (was aiming [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">Its amazing to see the number of activities the Ohio State Parks service runs. One of those being an outdoor rifle and pistol range in the southern Waldo, Ohio. Yesterday Mike and I went up to sight in his M1 Garand.  Aside from me shooting out both legs of the target stand (was aiming for the second one) we had the outstanding opportunity to shoot a Barrett 98 Bravo which fires a .338 Lapua Magnum round.  Let me just say this thing is unbelievable! It was putting round after round almost though the same hole.   Here is my &#8216;bulls eye&#8217; shot from the bench and Mike&#8217;s too.</p>
<p style="text-align: center;"><object width="239" height="180" data="http://www.flickr.com/apps/video/stewart.swf?v=71075" type="application/x-shockwave-flash"><param name="flashvars" value="intl_lang=en-us&amp;photo_secret=799b9b1a24&amp;photo_id=3456446820" /><param name="bgcolor" value="#000000" /><param name="allowFullScreen" value="true" /><param name="src" value="http://www.flickr.com/apps/video/stewart.swf?v=71075" /><param name="allowfullscreen" value="true" /></object> <object width="240" height="180" data="http://www.flickr.com/apps/video/stewart.swf?v=71075" type="application/x-shockwave-flash"><param name="flashvars" value="intl_lang=en-us&amp;photo_secret=928be7a0a2&amp;photo_id=3456499632" /><param name="bgcolor" value="#000000" /><param name="allowFullScreen" value="true" /><param name="src" value="http://www.flickr.com/apps/video/stewart.swf?v=71075" /><param name="allowfullscreen" value="true" /></object></p>
]]></content:encoded>
			<wfw:commentRss>http://jon.shoberg.net/2009/04/barrett-98bravo/feed/</wfw:commentRss>
		</item>
		<item>
		<title>La Bamba Guy</title>
		<link>http://jon.shoberg.net/2009/04/la-bamba-guy/</link>
		<comments>http://jon.shoberg.net/2009/04/la-bamba-guy/#comments</comments>
		<pubDate>Fri, 10 Apr 2009 19:32:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Misc Items]]></category>

		<guid isPermaLink="false">http://jon.shoberg.net/?p=180</guid>
		<description><![CDATA[When you are having dinner in a tourist area (Miami Beach) &#8230; watch out &#8230;

]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">When you are having dinner in a tourist area (Miami Beach) &#8230; watch out &#8230;</p>
<p style="text-align: center;"><object width="400" height="300" data="http://www.flickr.com/apps/video/stewart.swf?v=70645" type="application/x-shockwave-flash"><param name="flashvars" value="intl_lang=en-us&amp;photo_secret=f0e60d0c83&amp;photo_id=3429487840" /><param name="bgcolor" value="#000000" /><param name="allowFullScreen" value="true" /><param name="src" value="http://www.flickr.com/apps/video/stewart.swf?v=70645" /><param name="allowfullscreen" value="true" /></object></p>
]]></content:encoded>
			<wfw:commentRss>http://jon.shoberg.net/2009/04/la-bamba-guy/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Avectra Users and Developers Conference - AUDC09</title>
		<link>http://jon.shoberg.net/2009/04/avectra-users-and-developers-conference-audc09/</link>
		<comments>http://jon.shoberg.net/2009/04/avectra-users-and-developers-conference-audc09/#comments</comments>
		<pubDate>Thu, 02 Apr 2009 17:38:32 +0000</pubDate>
		<dc:creator>Jon</dc:creator>
		
		<category><![CDATA[Misc Items]]></category>

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

		<category><![CDATA[audc 2009]]></category>

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

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

		<guid isPermaLink="false">http://jon.shoberg.net/?p=170</guid>
		<description><![CDATA[It&#8217;s good to be back from the Avectra Users and Developers Conference for 2009; had an amazing time in the sessions learning about product enhancements, additional functionality, and meeting the friendly and amazingly knowledgeable staff.
I&#8217;d say some key takeaways for me would be:

Strong focus on web services for integration; makes me excited about developing a [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s good to be back from the<a href="http://www.avectra.com/eweb/?site=AUDC2009"> Avectra Users and Developers Conference for 2009</a>; had an amazing time in the sessions learning about product enhancements, additional functionality, and meeting the friendly and amazingly knowledgeable staff.</p>
<p>I&#8217;d say some key takeaways for me would be:</p>
<ul>
<li>Strong focus on web services for integration; makes me excited about developing a mobile app</li>
<li>Strong focus on Sharepoint as NetForum&#8217;s external presence and great conversation with <a href="http://www.susqtech.com/Pages/Default.aspx">susqtech</a>.</li>
<li>Each staff member REALLY knew their respective area of expertise and showed a willingness to find solutions</li>
<li>Really good technical tracks in the conference series</li>
<li>Brought back some good information and specifics on looking at the NetForum 3.0 upgrade</li>
</ul>
<p>Some stuff I&#8217;d like to see:</p>
<ul>
<li>Would be nice to have a highly technical session for SQL developers and .Net; maybe sharing with the Q&amp;A practices that Avectra&#8217;s developers use. I think that is what makes the &#8216;Open Developer&#8217;s Forum&#8217; so good is because it allows for asking those kinds of questions &#8230; getting deep into the tech.</li>
<li>OLAP &#8230; and this comes from the technical concepts at point above. I think business intelligence (BI) is a hard piece to integrate. From the developer&#8217;s perspective though it would be a great benefit to have Avectra put forward an OLAP structure its clients can build their own reporting and BI from. It&#8217;s something I&#8217;ve seen in other enterprise products such as BlackBaud enterprise (not quite the same market space but I think it plays).</li>
<li>Access to power outlets in the conference rooms; on a few occasions it would have been great to pick-up a quick charge.</li>
<li>Perhaps there is a way to improve the vetting of the association speakers; not displeased but one or two were a little more of a &#8216;miss&#8217; than a &#8216;hit&#8217; as I felt the content could go deeper.</li>
</ul>
<p style="text-align: center;"><a title="Lunch reception" href="http://www.flickr.com/photos/jonshoberg/3406596395/"><img class="aligncenter" src="http://farm4.static.flickr.com/3359/3406596395_ba0ff96059.jpg" alt="IMG00103" width="500" height="375" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://jon.shoberg.net/2009/04/avectra-users-and-developers-conference-audc09/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Google Latitude</title>
		<link>http://jon.shoberg.net/2009/03/google-latitude/</link>
		<comments>http://jon.shoberg.net/2009/03/google-latitude/#comments</comments>
		<pubDate>Wed, 11 Mar 2009 15:28:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Misc Items]]></category>

		<guid isPermaLink="false">http://jon.shoberg.net/?p=162</guid>
		<description><![CDATA[Recently Google released a new service named Latitude. Very simly it takes your location from mobile device or online using iGoogle and Gears and plots it on a map.  From there you can share your current location with friends and contacts who also use google latitude.  There are a number of privacy options on the [...]]]></description>
			<content:encoded><![CDATA[<p>Recently Google released a new service named <a href="http://google.com/latitude">Latitude</a>. Very simly it takes your location from mobile device or online using iGoogle and Gears and plots it on a map.  From there you can share your current location with friends and contacts who also use google latitude.  There are a number of privacy options on the service; set who and how you want to share location or the option to set a specific location too.</p>
<p style="text-align: left;"><img class="aligncenter" title="Google Latitude" src="http://farm4.static.flickr.com/3659/3346238463_9bc72c8d14.jpg" alt="Google Latitude" width="356" height="382" /></p>
<p>Not sure how much I&#8217;ll be using this or a service like Latitude but its interesting to discover and see how it works.</p>
]]></content:encoded>
			<wfw:commentRss>http://jon.shoberg.net/2009/03/google-latitude/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Haversine Distance in Miles with TSQL Latitude Longitude</title>
		<link>http://jon.shoberg.net/2009/03/haversine-distance-in-miles-with-tsql-latitude-longitude/</link>
		<comments>http://jon.shoberg.net/2009/03/haversine-distance-in-miles-with-tsql-latitude-longitude/#comments</comments>
		<pubDate>Thu, 05 Mar 2009 16:00:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Misc Items]]></category>

		<guid isPermaLink="false">http://jon.shoberg.net/?p=159</guid>
		<description><![CDATA[A little non-multimedia post coming your way &#8230; a little bit of TSQL goodness for calculating the distance between two latitude and longitude coordinates.

SET ANSI_NULLS OFF
GO
SET QUOTED_IDENTIFIER OFF
GO
CREATE FUNCTION [dbo].[HaversineDistanceMiles] (
@lat1 float,
@lon1 float,
@lat2 float,
@lon2 float
)
RETURNS float AS
BEGIN 
declare @dlon float
declare @dlat float
declare @a float
declare @c float
declare @d float
select @dlon=radians(@lon2)-radians(@lon1)
select @dlat=radians(@lat2)-radians(@lat1)
select @a =square(sin(@dlat/2.0)) + (cos(radians(@lat1)) * [...]]]></description>
			<content:encoded><![CDATA[<p>A little non-multimedia post coming your way &#8230; a little bit of TSQL goodness for calculating the distance between two latitude and longitude coordinates.</p>
<p><code><br />
SET ANSI_NULLS OFF<br />
GO<br />
SET QUOTED_IDENTIFIER OFF<br />
GO<br />
CREATE FUNCTION [dbo].[HaversineDistanceMiles] (<br />
@lat1 float,<br />
@lon1 float,<br />
@lat2 float,<br />
@lon2 float<br />
)<br />
RETURNS float AS<br />
BEGIN </code></p>
<p><code>declare @dlon float<br />
declare @dlat float<br />
declare @a float<br />
declare @c float<br />
declare @d float</code></p>
<p><code>select @dlon=radians(@lon2)-radians(@lon1)<br />
select @dlat=radians(@lat2)-radians(@lat1)</p>
<p>select @a =square(sin(@dlat/2.0)) + (cos(radians(@lat1)) * cos(radians(@lat2)) * square(sin(@dlon/2.0)))<br />
select @c = 2.0 * atn2(sqrt(@a), sqrt(1.0-@a))<br />
select @d = 3956 * @c</p>
<p>return @d</p>
<p></code></p>
<p> </p>
<p><code>END<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://jon.shoberg.net/2009/03/haversine-distance-in-miles-with-tsql-latitude-longitude/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Teenage Audio Test</title>
		<link>http://jon.shoberg.net/2009/02/teenage-audio-test/</link>
		<comments>http://jon.shoberg.net/2009/02/teenage-audio-test/#comments</comments>
		<pubDate>Thu, 26 Feb 2009 16:27:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Misc Items]]></category>

		<category><![CDATA[audio test]]></category>

		<guid isPermaLink="false">http://jon.shoberg.net/?p=155</guid>
		<description><![CDATA[I my current age of 31 I have successfully passed the teenage audio test.


This sound can generally only heard by people under the age of 25. It has been used as a deterrent device to keep teenagers from loitering in malls and shops, and sounds similar to a buzzing mosquito
]]></description>
			<content:encoded><![CDATA[<p>I my current age of 31 I have successfully passed the teenage audio test.</p>
<p style="text-align: center;"><a href="http://trainhorns.net/sound/"><img src="http://trainhorns.net/sound/img/passed.png" alt="Train Horns" /></p>
<p></a></p>
<p style="text-align: left;">This sound can generally only heard by people under the age of 25. It has been used as a deterrent device to keep teenagers from loitering in malls and shops, and sounds similar to a buzzing mosquito</p>
]]></content:encoded>
			<wfw:commentRss>http://jon.shoberg.net/2009/02/teenage-audio-test/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Twitter in Plain English</title>
		<link>http://jon.shoberg.net/2009/02/twitter-in-plain-english/</link>
		<comments>http://jon.shoberg.net/2009/02/twitter-in-plain-english/#comments</comments>
		<pubDate>Thu, 19 Feb 2009 16:58:52 +0000</pubDate>
		<dc:creator>Jon</dc:creator>
		
		<category><![CDATA[Misc Items]]></category>

		<category><![CDATA[social media]]></category>

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

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

		<guid isPermaLink="false">http://jon.shoberg.net/?p=147</guid>
		<description><![CDATA[Just recently I was in an interesting meeting discussing the ubiquitous topic of social media.  In the advent of millions of people using Facebook, LinkedIn, and Twitter it&#8217;s interesting to hear what&#8217;social media means to people and their interpretation of its value. My interpretation of value in social media is the opportunity for technology [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">Just recently I was in an interesting meeting discussing the ubiquitous topic of social media.  In the advent of millions of people using <a href="http://www.facebook.com/people/Jon-Shoberg/826198349">Facebook</a>, LinkedIn, and Twitter it&#8217;s interesting to hear what&#8217;social media means to people and their interpretation of its value. My interpretation of value in social media is the opportunity for technology to expose the interesting details of our day to day lives which are commonly hidden to others because we are at work, traveling, or any other situation where traditional or personal communication doesn&#8217;t readily keep us connected.  By no means is my interpretation ground breaking but does serve as a segue to an interesting question.</p>
<p style="text-align: left;">What is the best to expose the interesting details of our lives or organization and create a sense of connectedness; what should those details be?  For me it&#8217;s this blog because I can controll the format, content, and have ownership. Sure I use Flickr and Facebook but only for a point of contact and things I have no problem with existing and living in a public domain.</p>
<p style="text-align: left;">As a slight tangent &#8230; I&#8217;m definitely a fan of <a href="http://www.commoncraft.com/">CommonCraft </a>and their style of presentation; they&#8217;ve basically built a small media company based on the <a href="http://www.thebackofthenapkin.com/">Back of the Napkin</a> style of presentation. Staying with the topic of social media they&#8217;ve done a nice clip about Twitter in their &#8216;plain english&#8217; format.  It&#8217;s mostly about the service itself but really describes the value point of social media I previously mentioned.</p>
<p style="text-align: center;"><object width="480" height="385" data="http://www.youtube.com/v/ddO9idmax0o&amp;hl=en&amp;fs=1" type="application/x-shockwave-flash"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/ddO9idmax0o&amp;hl=en&amp;fs=1" /><param name="allowfullscreen" value="true" /></object></p>
]]></content:encoded>
			<wfw:commentRss>http://jon.shoberg.net/2009/02/twitter-in-plain-english/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
