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

<channel>
	<title>Some Randoms</title>
	<atom:link href="http://blog.jordanrounds.com/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://blog.jordanrounds.com</link>
	<description>its just random</description>
	<pubDate>Wed, 01 Oct 2008 06:29:50 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
	<language>en</language>
			<item>
		<title>A New Personal Website</title>
		<link>http://blog.jordanrounds.com/?p=37</link>
		<comments>http://blog.jordanrounds.com/?p=37#comments</comments>
		<pubDate>Wed, 01 Oct 2008 06:29:50 +0000</pubDate>
		<dc:creator>Jordan</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.jordanrounds.com/?p=37</guid>
		<description><![CDATA[I have decided I need to build a new personal website. At first I was thinking about building a full flash/flex website, but I decided I need to brush up on my html/javascript skills. I started looking for a javascript library to add a little more interactivity to the whole thing. I started looking at [...]]]></description>
			<content:encoded><![CDATA[<p>I have decided I need to build a new personal website. At first I was thinking about building a full flash/flex website, but I decided I need to brush up on my html/javascript skills. I started looking for a javascript library to add a little more interactivity to the whole thing. I started looking at mootools.net, and then headed over to jquery.com. I think that jquery might be a better option. There seems to be quite the following and community around jquery. On with the research&#8230;.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.jordanrounds.com/?feed=rss2&amp;p=37</wfw:commentRss>
		</item>
		<item>
		<title>Blog Update</title>
		<link>http://blog.jordanrounds.com/?p=35</link>
		<comments>http://blog.jordanrounds.com/?p=35#comments</comments>
		<pubDate>Fri, 26 Sep 2008 07:58:32 +0000</pubDate>
		<dc:creator>Jordan</dc:creator>
		
		<category><![CDATA[Randomness]]></category>

		<guid isPermaLink="false">http://blog.jordanrounds.com/?p=35</guid>
		<description><![CDATA[Updated to WordPress 2.6 and changed the theme. Not much more than that. Maybe I&#8217;ll even start to write more again.
]]></description>
			<content:encoded><![CDATA[<p>Updated to WordPress 2.6 and changed the theme. Not much more than that. Maybe I&#8217;ll even start to write more again.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.jordanrounds.com/?feed=rss2&amp;p=35</wfw:commentRss>
		</item>
		<item>
		<title>The Media Library Project</title>
		<link>http://blog.jordanrounds.com/?p=33</link>
		<comments>http://blog.jordanrounds.com/?p=33#comments</comments>
		<pubDate>Tue, 18 Mar 2008 16:24:13 +0000</pubDate>
		<dc:creator>Jordan</dc:creator>
		
		<category><![CDATA[AIR]]></category>

		<category><![CDATA[Actionsript 3]]></category>

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

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

		<guid isPermaLink="false">http://blog.jordanrounds.com/?p=33</guid>
		<description><![CDATA[Last night I began work on a project I have been planning on working on for a while. I kept thinking about it saying I should do it but never really got into it. Finally last night I started working on it. The first version is planned on being a simple cataloging system for my [...]]]></description>
			<content:encoded><![CDATA[<p>Last night I began work on a project I have been planning on working on for a while. I kept thinking about it saying I should do it but never really got into it. Finally last night I started working on it. The first version is planned on being a simple cataloging system for my DVD rips. Currently I organize them in a spread sheet that tells what formats I have encoded and what hard drive they are stored on but the list is getting long and looking through 300+ rows in a spreadsheet is getting annoying. This project will hopefully help me to better organize my rips/encodes so that I can easily search, watch, and organize the movies. The project is being built in Flex 3 and AIR. Probably the best part of the project is getting to take advantage of Adobe&#8217;s AIR, which is now version 1.0 and the ability to work with AIR&#8217;s ability to write to the local file system in a database file. Right now the screen shot below does not do a whole lot other than allow for you to add a new library, but tonight I plan on adding the functionality to be able to add videos to a library, and just maybe be able to watch them. We will see how it goes.</p>
<p><a href="http://blog.jordanrounds.com/wp-content/uploads/2008/03/picture-5.png" title="Media Library First Pass"><img src="http://blog.jordanrounds.com/wp-content/uploads/2008/03/picture-5.png" alt="Media Library First Pass" height="330" width="489" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.jordanrounds.com/?feed=rss2&amp;p=33</wfw:commentRss>
		</item>
		<item>
		<title>When is stage available?</title>
		<link>http://blog.jordanrounds.com/?p=32</link>
		<comments>http://blog.jordanrounds.com/?p=32#comments</comments>
		<pubDate>Tue, 08 Jan 2008 00:48:48 +0000</pubDate>
		<dc:creator>Jordan</dc:creator>
		
		<category><![CDATA[Actionsript 3]]></category>

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

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

		<guid isPermaLink="false">http://blog.jordanrounds.com/?p=32</guid>
		<description><![CDATA[I&#8217;m not sure if anyone else has run into this&#8230;. So for some reason, when writing Flex apps I have been relying on the creationComplete event to initialize my application, but at the time that event fires off the stage is not available yet. I found out there is an applicationComplete event, and after this event [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m not sure if anyone else has run into this&#8230;. So for some reason, when writing Flex apps I have been relying on the creationComplete event to initialize my application, but at the time that event fires off the stage is not available yet. I found out there is an applicationComplete event, and after this event is fired off the stage is available.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.jordanrounds.com/?feed=rss2&amp;p=32</wfw:commentRss>
		</item>
		<item>
		<title>A Fun Fact</title>
		<link>http://blog.jordanrounds.com/?p=31</link>
		<comments>http://blog.jordanrounds.com/?p=31#comments</comments>
		<pubDate>Mon, 07 Jan 2008 23:34:29 +0000</pubDate>
		<dc:creator>Jordan</dc:creator>
		
		<category><![CDATA[Flash]]></category>

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

		<guid isPermaLink="false">http://blog.jordanrounds.com/?p=31</guid>
		<description><![CDATA[According to a March 2007 comScore Video Metrix rankings study, five out of every seven Internet users (71.4 percent) in the US streamed video online. In addition, a June 2007 Pew Internet &#38; American Life Project report states that 47% of adults in the US have high-speed connections at home. 
 
Source 
]]></description>
			<content:encoded><![CDATA[<p style="font: normal normal normal 12px/normal Helvetica; margin: 0px">According to a March 2007 comScore Video Metrix rankings study, five out of every seven Internet users (71.4 percent) in the US streamed video online. In addition, a June 2007 Pew Internet &amp; American Life Project report states that 47% of adults in the US have high-speed connections at home. </p>
<p style="font: normal normal normal 12px/normal Helvetica; margin: 0px"> </p>
<p style="font: normal normal normal 12px/normal Helvetica; margin: 0px"><span class="Apple-style-span" style="font-family: Georgia; font-size: 16px; line-height: 20px"><a href="http://www.adobe.com/devnet/flashplayer/articles/full_screen_mode.html" target="_blank">Source</a></span> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.jordanrounds.com/?feed=rss2&amp;p=31</wfw:commentRss>
		</item>
		<item>
		<title>Campsite Beta v0.2</title>
		<link>http://blog.jordanrounds.com/?p=30</link>
		<comments>http://blog.jordanrounds.com/?p=30#comments</comments>
		<pubDate>Wed, 29 Aug 2007 07:26:57 +0000</pubDate>
		<dc:creator>Jordan</dc:creator>
		
		<category><![CDATA[AIR]]></category>

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

		<category><![CDATA[Actionsript 3]]></category>

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

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

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

		<guid isPermaLink="false">http://blog.jordanrounds.com/?p=30</guid>
		<description><![CDATA[I figured I would give it another shot and I think I&#8217;ve got a reasonably stable version of Campsite. It doesn&#8217;t seem to error out from what I&#8217;ve tested. Basic functionality is simple.

 Enter the sub domain for your campsite account (if in the url it says someplace.campfirenow.com then you would enter someplace in the [...]]]></description>
			<content:encoded><![CDATA[<p>I figured I would give it another shot and I think I&#8217;ve got a reasonably stable version of Campsite. It doesn&#8217;t seem to error out from what I&#8217;ve tested. Basic functionality is simple.</p>
<ol>
<li> Enter the sub domain for your campsite account (if in the url it says someplace.campfirenow.com then you would enter someplace in the field)</li>
<li>Enter your email address and password, at this point it will log you in</li>
<li>Choose a room to join</li>
<li>After you choose a room it will load up the current chat of the room. Don&#8217;t click around or anything until you see chat messages in the display, or you will probably break it <img src='http://blog.jordanrounds.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </li>
<li>Type a message and click send, after sending a message it will auto-refresh</li>
<li>If you want to see new messages others have typed click the refresh button</li>
</ol>
<p>So far that is all there is to it. Its pretty simple and very unfriendly as far as usability and design goes, but that can be taken care of later.</p>
<p>You will need to download AIR, which can be found <a href="http://labs.adobe.com/downloads/air.html" title="AIR" target="_blank">here.</a></p>
<p>Then next you will need to download campsite which is <a href="http://jordanrounds.com/Campsite.air" title="Campsite AIR File" target="_blank">here</a></p>
<p>Give it a try and let me know how it works. Hope someone finds this interesting.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.jordanrounds.com/?feed=rss2&amp;p=30</wfw:commentRss>
		</item>
		<item>
		<title>Campsite Delayed</title>
		<link>http://blog.jordanrounds.com/?p=28</link>
		<comments>http://blog.jordanrounds.com/?p=28#comments</comments>
		<pubDate>Wed, 22 Aug 2007 18:15:08 +0000</pubDate>
		<dc:creator>Jordan</dc:creator>
		
		<category><![CDATA[AIR]]></category>

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

		<category><![CDATA[Actionsript 3]]></category>

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

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

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

		<guid isPermaLink="false">http://blog.jordanrounds.com/?p=28</guid>
		<description><![CDATA[I have not had the time necessary to continue to work on Campsite. I really want to get this thing up and running, so hopefully sometime this week or maybe the beginning of next week I will have some spare time to throw at it.
]]></description>
			<content:encoded><![CDATA[<p>I have not had the time necessary to continue to work on Campsite. I really want to get this thing up and running, so hopefully sometime this week or maybe the beginning of next week I will have some spare time to throw at it.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.jordanrounds.com/?feed=rss2&amp;p=28</wfw:commentRss>
		</item>
		<item>
		<title>Sandbox Violations</title>
		<link>http://blog.jordanrounds.com/?p=27</link>
		<comments>http://blog.jordanrounds.com/?p=27#comments</comments>
		<pubDate>Wed, 22 Aug 2007 18:14:14 +0000</pubDate>
		<dc:creator>Jordan</dc:creator>
		
		<category><![CDATA[Actionscript]]></category>

		<category><![CDATA[Actionsript 3]]></category>

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

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

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

		<guid isPermaLink="false">http://blog.jordanrounds.com/?p=27</guid>
		<description><![CDATA[So this is pretty lame. In flash when you see a sandbox violation you immediately think &#8220;Do I have a crossdomain.xml file to allow this?&#8221; so you then go check and if not it usually fixes it. Well, this is not the case all the time. I was trying to make a request and instead [...]]]></description>
			<content:encoded><![CDATA[<p>So this is pretty lame. In flash when you see a sandbox violation you immediately think &#8220;Do I have a crossdomain.xml file to allow this?&#8221; so you then go check and if not it usually fixes it. Well, this is not the case all the time. I was trying to make a request and instead of http:// I typed http:/. By forgetting the second slash it threw a sandbox violation instead of just simply saying invalid url or something a bit more descriptive. Anyways thats my rant on non-descriptive error messages. They waste time!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.jordanrounds.com/?feed=rss2&amp;p=27</wfw:commentRss>
		</item>
		<item>
		<title>Motorcycle Stolen!</title>
		<link>http://blog.jordanrounds.com/?p=29</link>
		<comments>http://blog.jordanrounds.com/?p=29#comments</comments>
		<pubDate>Mon, 20 Aug 2007 21:15:11 +0000</pubDate>
		<dc:creator>Jordan</dc:creator>
		
		<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://blog.jordanrounds.com/?p=29</guid>
		<description><![CDATA[It pretty much says it in the title. My motorcycle was stolen today around 12:20 PM in broad daylight from the front of the mall parking lot. It was ridiculous. I walked into the mall and came out 20 minutes later to find my motorcycle gone. I immediately thought I had been towed, but unfortunately [...]]]></description>
			<content:encoded><![CDATA[<p>It pretty much says it in the title. My motorcycle was stolen today around 12:20 PM in broad daylight from the front of the mall parking lot. It was ridiculous. I walked into the mall and came out 20 minutes later to find my motorcycle gone. I immediately thought I had been towed, but unfortunately that was not the case.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.jordanrounds.com/?feed=rss2&amp;p=29</wfw:commentRss>
		</item>
		<item>
		<title>Old Posts&#8230;</title>
		<link>http://blog.jordanrounds.com/?p=26</link>
		<comments>http://blog.jordanrounds.com/?p=26#comments</comments>
		<pubDate>Thu, 09 Aug 2007 23:14:20 +0000</pubDate>
		<dc:creator>Jordan</dc:creator>
		
		<category><![CDATA[Actionscript]]></category>

		<category><![CDATA[Actionsript 3]]></category>

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

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

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

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

		<guid isPermaLink="false">http://blog.jordanrounds.com/?p=26</guid>
		<description><![CDATA[I imported in a couple of old posts from my blogger account today. They are all about programming and AS3 so not too interesting if you are here for any other reason I guess.
]]></description>
			<content:encoded><![CDATA[<p>I imported in a couple of old posts from my blogger account today. They are all about programming and AS3 so not too interesting if you are here for any other reason I guess.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.jordanrounds.com/?feed=rss2&amp;p=26</wfw:commentRss>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.361 seconds -->
