<?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>Life of a Southern Programmer &#187; Tech</title>
	<atom:link href="http://bryanprice.info/categories/tech/feed/" rel="self" type="application/rss+xml" />
	<link>http://bryanprice.info</link>
	<description>An Inquiry Into the Life of Bryan Price</description>
	<lastBuildDate>Sun, 25 Jul 2010 10:00:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Youtube Subscriptions in Google Reader and Boxee</title>
		<link>http://bryanprice.info/2010/06/13/youtube-subscriptions-in-google-reader-and-boxee/</link>
		<comments>http://bryanprice.info/2010/06/13/youtube-subscriptions-in-google-reader-and-boxee/#comments</comments>
		<pubDate>Mon, 14 Jun 2010 02:48:43 +0000</pubDate>
		<dc:creator>Southern Programmer</dc:creator>
				<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://bryanprice.info/2010/06/13/youtube-subscriptions-in-google-reader-and-boxee/</guid>
		<description><![CDATA[So I got fed up of not being able to watch my youtube subscriptions in google reader or boxee.&#160; If you make an embed video file in the body of the text of a blog post, you can see that video in Google Reader.&#160; Well Youtube’s feed for subscriptions http://gdata.youtube.com/feeds/base/users/user/newsubscriptionvideos doesn’t include an embed.&#160; So [...]]]></description>
			<content:encoded><![CDATA[<p>So I got fed up of not being able to watch my youtube subscriptions in google reader or boxee.&#160; If you make an embed video file in the body of the text of a blog post, you can see that video in Google Reader.&#160; Well Youtube’s feed for subscriptions <strong>http://gdata.youtube.com/feeds/base/users/user/newsubscriptionvideos</strong> doesn’t include an embed.&#160; So I did my magic and made it make an embed, I skipped yahoo pipes because, honestly it confuses me too much.&#160; I wrote a quick something in php to take care of it.&#160; Just hit <strong>http://webutils.bryanprice.info/YoutubeSubscriptionEmbed/?user=yourusername</strong> replacing “yourusername” with your username and you will have a feed with the embeds that you can pop into google reader.&#160; If you want to view your subscriptions in Boxee, take an extra step of running the feed through feedburner make sure you choose the option “i’m a podcaster”.&#160; Now add this subscription via the Boxee web interface and now you have your YouTube subscriptions in Boxee!</p>
]]></content:encoded>
			<wfw:commentRss>http://bryanprice.info/2010/06/13/youtube-subscriptions-in-google-reader-and-boxee/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SageTV Rename</title>
		<link>http://bryanprice.info/2010/06/06/sagetv-rename/</link>
		<comments>http://bryanprice.info/2010/06/06/sagetv-rename/#comments</comments>
		<pubDate>Sun, 06 Jun 2010 20:40:12 +0000</pubDate>
		<dc:creator>Southern Programmer</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[BeyondTV]]></category>
		<category><![CDATA[BeyondTV Rename]]></category>
		<category><![CDATA[SageTV]]></category>
		<category><![CDATA[SageTV Rename]]></category>

		<guid isPermaLink="false">http://bryanprice.info/2010/06/06/sagetv-rename/</guid>
		<description><![CDATA[Many of you may remember that I wrote a script for BeyondTV (BeyondTV Renamer) that utilized a command line tool that someone had written to create an XML file giving detailed information about the given file.&#160; My script compared the airdate from this dumped XML file with airdates of matching shows on TVRage.com to rename [...]]]></description>
			<content:encoded><![CDATA[<p>Many of you may remember that I wrote a script for BeyondTV (<a href="http://bryanprice.info/coding-projects/">BeyondTV Renamer</a>) that utilized a command line tool that someone had written to create an XML file giving detailed information about the given file.&#160; My script compared the airdate from this dumped XML file with airdates of matching shows on TVRage.com to rename the files in such a way that XBMC or Boxee could read the file and get the metadata (like show description and images).&#160; </p>
<p>Well today I’m releasing a script that I wrote that does something similar for SageTV.&#160; Technically speaking, it does not actually rename the file.&#160; It creates symlinks to the files named in such a way that XBMC or Boxee can read the files and pickup the metadata.&#160; And instead of needing the command line tool, you need the SageTV Web Interface that was written by Neilm.&#160; By creating symlinks, it allows for only 1 true copy of the file to exist and for the show to remain in SageTV and in Boxee or XBMC.</p>
<p>Original <a href="http://files.bryanprice.info/BTVRenamer.zip">BeyondTV Renamer</a> | New <a href="http://files.bryanprice.info/SageTVRename.zip">SageTV Rename</a></p>
]]></content:encoded>
			<wfw:commentRss>http://bryanprice.info/2010/06/06/sagetv-rename/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Agile Development</title>
		<link>http://bryanprice.info/2010/04/08/agile-development/</link>
		<comments>http://bryanprice.info/2010/04/08/agile-development/#comments</comments>
		<pubDate>Thu, 08 Apr 2010 23:29:42 +0000</pubDate>
		<dc:creator>Southern Programmer</dc:creator>
				<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://bryanprice.info/?p=6575</guid>
		<description><![CDATA[So the software company that I work for 3-GIS has decided to start to adopt some agile development practices.  This document describes a little bit about why the waterfall process isn&#8217;t that great.  It&#8217;s a primer for &#8220;The Daily Scrum&#8221; which prepares developers for a &#8220;sprint&#8221; which is an iteration of work for the team. [...]]]></description>
			<content:encoded><![CDATA[<p>So the software company that I work for <a title="3rd Generation Geographic Information Systems" href="http://www.3-gis.com" target="_blank">3-GIS</a> has decided to start to adopt some agile development practices.  This document describes a little bit about why the waterfall process isn&#8217;t that great.  It&#8217;s a primer for &#8220;The Daily Scrum&#8221; which prepares developers for a &#8220;sprint&#8221; which is an iteration of work for the team.</p>
<p><a href="http://www.rallydev.com/documents/scrumprimer.pdf">http://www.rallydev.com/documents/scrumprimer.pdf</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://bryanprice.info/2010/04/08/agile-development/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Use Onenote As A Diary/Journal</title>
		<link>http://bryanprice.info/2009/11/30/use-onenote-as-a-diaryjournal/</link>
		<comments>http://bryanprice.info/2009/11/30/use-onenote-as-a-diaryjournal/#comments</comments>
		<pubDate>Mon, 30 Nov 2009 19:06:42 +0000</pubDate>
		<dc:creator>Southern Programmer</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[calendar]]></category>
		<category><![CDATA[diary]]></category>
		<category><![CDATA[onenote]]></category>

		<guid isPermaLink="false">http://bryanprice.info/2009/11/30/use-onenote-as-a-diaryjournal/</guid>
		<description><![CDATA[So, I really like Onenote.&#160; One of the things that I don&#8217;t like about onenote is that I cannot view items in a calendar view (to use it like a journal).&#160; But someone apparently thought the same thing.&#160; Here&#8217;s the link so you can view your onenote entries in a calendar view . Download OneNote [...]]]></description>
			<content:encoded><![CDATA[<p>So, I really like Onenote.&nbsp; One of the things that I don&#8217;t like about onenote is that I cannot view items in a calendar view (to use it like a journal).&nbsp; But someone apparently thought the same thing.&nbsp; Here&#8217;s the link so you can view your onenote entries in a calendar view <img src='http://bryanprice.info/wp-includes/images/smilies/icon_biggrin.gif' alt=':-D' class='wp-smiley' /> .</p>
<p><a href="http://www.einsteintech.net/apps/DisplayApp.aspx?path=publish&amp;app=OneNoteCalendar">Download OneNote Calendar Version 1.0.2680</a><br />
<blockquote></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://bryanprice.info/2009/11/30/use-onenote-as-a-diaryjournal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hammer Time</title>
		<link>http://bryanprice.info/2009/11/30/hammer-time/</link>
		<comments>http://bryanprice.info/2009/11/30/hammer-time/#comments</comments>
		<pubDate>Mon, 30 Nov 2009 17:20:28 +0000</pubDate>
		<dc:creator>Southern Programmer</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[music]]></category>

		<guid isPermaLink="false">http://bryanprice.info/2009/11/30/hammer-time/</guid>
		<description><![CDATA[Gotta Love &#34;Hey Okay&#34;]]></description>
			<content:encoded><![CDATA[</p>
<p> <center><img src="http://www.heyokay.com/images/hammertime.gif" />    <br />Gotta Love <a href="http://www.heyokay.com/2009/u-cant-touch-this/" target="_blank">&quot;Hey Okay&quot;</a>    <br /></center>
</p>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=7f2f4699-143c-826e-a7ec-2d01f878dc76" /></div>
]]></content:encoded>
			<wfw:commentRss>http://bryanprice.info/2009/11/30/hammer-time/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wow.. The most amazing song ever!</title>
		<link>http://bryanprice.info/2009/09/23/wow-the-most-amazing-song-ever/</link>
		<comments>http://bryanprice.info/2009/09/23/wow-the-most-amazing-song-ever/#comments</comments>
		<pubDate>Thu, 24 Sep 2009 01:43:47 +0000</pubDate>
		<dc:creator>Southern Programmer</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[windows 98]]></category>
		<category><![CDATA[windows xp]]></category>

		<guid isPermaLink="false">http://bryanprice.info/2009/09/23/wow-the-most-amazing-song-ever/</guid>
		<description><![CDATA[A friend of mine (Chrissy) sent me this.&#160; It&#8217;s a song made from windows XP and 98 sounds.&#160; It&#8217;s awesome! Window Sound Music]]></description>
			<content:encoded><![CDATA[<p>A friend of mine (Chrissy) sent me this.&nbsp; It&#8217;s a song made from windows XP and 98 sounds.&nbsp; It&#8217;s awesome!</p>
<p><a href="http://www.geekarmy.com/cool/2603/windows-sound-music/">Window Sound Music</a></p>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=87c9d1ce-07ea-8ea5-9e7d-e6a6916dc273" /></div>
]]></content:encoded>
			<wfw:commentRss>http://bryanprice.info/2009/09/23/wow-the-most-amazing-song-ever/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Infinite While Loop</title>
		<link>http://bryanprice.info/2009/08/30/infinite-while-loop/</link>
		<comments>http://bryanprice.info/2009/08/30/infinite-while-loop/#comments</comments>
		<pubDate>Sun, 30 Aug 2009 20:03:45 +0000</pubDate>
		<dc:creator>Southern Programmer</dc:creator>
				<category><![CDATA[Entertainment]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[fun]]></category>
		<category><![CDATA[humorous]]></category>
		<category><![CDATA[ironic]]></category>

		<guid isPermaLink="false">http://bryanprice.info/2009/08/30/infinite-while-loop/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://bryanprice.info/wp-content/uploads/2009/08/100_0543.jpg" rel="lightbox"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="100_0543" border="0" alt="100_0543" src="http://bryanprice.info/wp-content/uploads/2009/08/100_0543_thumb.jpg" width="461" height="347" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://bryanprice.info/2009/08/30/infinite-while-loop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Subverting Vista UAC With a Service</title>
		<link>http://bryanprice.info/2009/08/17/subverting-vista-uac-with-a-service/</link>
		<comments>http://bryanprice.info/2009/08/17/subverting-vista-uac-with-a-service/#comments</comments>
		<pubDate>Tue, 18 Aug 2009 01:19:17 +0000</pubDate>
		<dc:creator>Southern Programmer</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[CCS]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[codeproject]]></category>
		<category><![CDATA[service]]></category>
		<category><![CDATA[uac]]></category>
		<category><![CDATA[vista]]></category>

		<guid isPermaLink="false">http://bryanprice.info/2009/08/17/subverting-vista-uac-with-a-service/</guid>
		<description><![CDATA[This is exactly what I was looking for, it took me forever to find it.&#160; And so here it is: code to subvert vista uac with a service!&#160; http://www.codeproject.com/KB/vista-security/SubvertingVistaUAC.aspx?display=Print.&#160; Please thank me later for giving you a link to this.&#160; I needed this to be able to lock the keyboard and mouse in my CCS [...]]]></description>
			<content:encoded><![CDATA[<p>This is exactly what I was looking for, it took me forever to find it.&#160; And so here it is: code to subvert vista uac with a service!&#160; <a title="http://www.codeproject.com/KB/vista-security/SubvertingVistaUAC.aspx?display=Print" href="http://www.codeproject.com/KB/vista-security/SubvertingVistaUAC.aspx?display=Print">http://www.codeproject.com/KB/vista-security/SubvertingVistaUAC.aspx?display=Print</a>.&#160; Please thank me later for giving you a link to this.&#160; I needed this to be able to lock the keyboard and mouse in my CCS project on standard user accounts on vista.&#160; The only thing.&#160; I could have used this code a week ago and saved myself a lot of coding.</p>
<p>UPDATE: The Code does not work for XP, so you still have to find ways to make it work for both.&#160; So the design I made before is still a good way to do things.&#160; I just need to use this for the keyboard and mouse blocker.</p>
]]></content:encoded>
			<wfw:commentRss>http://bryanprice.info/2009/08/17/subverting-vista-uac-with-a-service/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CCS</title>
		<link>http://bryanprice.info/2009/07/31/ccs/</link>
		<comments>http://bryanprice.info/2009/07/31/ccs/#comments</comments>
		<pubDate>Fri, 31 Jul 2009 23:24:23 +0000</pubDate>
		<dc:creator>Southern Programmer</dc:creator>
				<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://bryanprice.info/2009/07/31/ccs/</guid>
		<description><![CDATA[So, I&#8217;ve been working on my open source Classroom Control System this month, and I&#8217;ve just started to write the installers.&#160; If you are familiar with NetOp&#8217;s School6 software, you know how powerful a classroom control system can be. My classroom control system will allow teachers to see what student computers are on and apply [...]]]></description>
			<content:encoded><![CDATA[<p>So, I&#8217;ve been working on my open source Classroom Control System this month, and I&#8217;ve just started to write the installers.&nbsp; If you are familiar with NetOp&#8217;s School6 software, you know how powerful a classroom control system can be.</p>
<p>My classroom control system will allow teachers to see what student computers are on and apply actions to any of them.&nbsp; Teachers can rearrange the internal frames that represent the student computers and save the layout as he / she sees fit (useful to easily tell what computer you are controlling).&nbsp; The teacher can remote control a student&#8217;s computer via the CCS&#8217;s interface.&nbsp; That particular function uses the free program RealVNC.&nbsp; Just think if the teacher&#8217;s computer is hooked to a projector.&nbsp; The teacher can ask a student to perform a task for the class, or they can answer the question that the student had for the class.&nbsp; If the room doesn&#8217;t have a projector, the teacher can simply use the Broadcast Screen function to broadcast his / her screen to any or all of the student computers.</p>
<p>But there&#8217;s more.&nbsp; The teacher can set a whitelist or blacklist for both programs and websites and save the policies under his / her particular profile.&nbsp; You can also do things like Turn Off Monitor, Turn Off Machine, Empty Recycle Bin, Mute Volume, Unmute Volume, and set an open lab.</p>
<p>I&#8217;ll make sure to put up a link when I&#8217;m finally done.</p>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=1138c04f-4e38-8253-9ed6-61094da34549" /></div>
]]></content:encoded>
			<wfw:commentRss>http://bryanprice.info/2009/07/31/ccs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dreamhost</title>
		<link>http://bryanprice.info/2009/07/28/dreamhost/</link>
		<comments>http://bryanprice.info/2009/07/28/dreamhost/#comments</comments>
		<pubDate>Tue, 28 Jul 2009 13:38:26 +0000</pubDate>
		<dc:creator>Southern Programmer</dc:creator>
				<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://bryanprice.info/2009/07/28/dreamhost/</guid>
		<description><![CDATA[So I was currently getting my webhosting from Eleven2.&#160; I had some problems with outages and some problems with them disabling features on the server causing plugin problems on wordpress and / or drupal.&#160; Eleven2 is pretty good hosting, but Dreamhost has them beat by far.&#160; Dreamhost has SSH and even SVN.&#160; I’m excited to [...]]]></description>
			<content:encoded><![CDATA[<p>So I was currently getting my webhosting from Eleven2.&#160; I had some problems with outages and some problems with them disabling features on the server causing plugin problems on wordpress and / or drupal.&#160; Eleven2 is pretty good hosting, but Dreamhost has them beat by far.&#160; Dreamhost has SSH and even SVN.&#160; I’m excited to get this new hosting, and even without a refund from Eleven2 for the year I bought, I think it’s worth it (especially because I got the first year under Dreamhost for $22).&#160; So if you are looking into getting a new webhost, I would highly recommend Dreamhost.</p>
]]></content:encoded>
			<wfw:commentRss>http://bryanprice.info/2009/07/28/dreamhost/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
