<?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>Ryan Leland</title>
	<atom:link href="http://blog.ryanleland.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.ryanleland.com</link>
	<description>Bitene av internett.</description>
	<pubDate>Fri, 12 Sep 2008 18:47:29 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
	<language>en</language>
			<item>
		<title>Google Chrome - Just Another Browser?</title>
		<link>http://blog.ryanleland.com/2008-09-02/google-chrome-just-another-browser/</link>
		<comments>http://blog.ryanleland.com/2008-09-02/google-chrome-just-another-browser/#comments</comments>
		<pubDate>Wed, 03 Sep 2008 04:35:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Apple]]></category>

		<category><![CDATA[Sci-Fi]]></category>

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

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

		<category><![CDATA[Web 2.0]]></category>

		<guid isPermaLink="false">http://blog.ryanleland.com/?p=80</guid>
		<description><![CDATA[I hadn&#8217;t really heard of Googles entry into the browser market until today, and frankly, when I heard about it I was probably more annoyed than anything else. Firefox has been great. I&#8217;ve really become addicted to a lot of the plugins (especially Firebug). But over the last few years, Firefox has become a little [...]]]></description>
			<content:encoded><![CDATA[<p>I hadn&#8217;t really heard of Googles entry into the browser market until today, and frankly, when I heard about it I was probably more annoyed than anything else. Firefox has been great. I&#8217;ve really become addicted to a lot of the plugins (especially Firebug). But over the last few years, Firefox has become a little bulkier, and perhaps my plugin addiction has taken away from my browsing experience.</p>
<p>I still am not sold on the world needing another browser. At least, not unless it&#8217;s awesome. Well, the good news is I think that Chrome has a fairly solid chance at being something pretty close to awesome. The UI is very minimalist, and the rendering is lightning fast. Start up is fast. I like the bookmark system, and search. And some great developer tools are already integrated. I think a lot of this is thanks to Apples WebKit rendering engine. And that kind of sucks, but only because Apple didn&#8217;t make a good browser with what is obviously superior technology.</p>
<p>I guess it sort of frustrates that Google made the browser that Apple should have made. Apple made a great Web Rendering API in WebKit, but just because the API is doing all the hard work, doesn&#8217;t mean the Browser should be boring. Yeah, I&#8217;ve liked Safari, but it never really did anything for me. It seemed like a good browser, but nothing about it really stood out. Chrome on the other hand is just different enough to actually stand out, and shows enough promise for me to really keep an eye on new developments.</p>
<p>So overall, Chrome is just another browser for web developers to keep in mind, although Safari/WebKit is pretty standards based, so it should be all good. And, at the very least I&#8217;m glad that Google made something different enough to be a welcome addition to the market, even though it&#8217;s probably not a Firefox killer (yet).</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ryanleland.com/2008-09-02/google-chrome-just-another-browser/feed/</wfw:commentRss>
		</item>
		<item>
		<title>New theme, and update.</title>
		<link>http://blog.ryanleland.com/2008-09-01/new-theme-and-update/</link>
		<comments>http://blog.ryanleland.com/2008-09-01/new-theme-and-update/#comments</comments>
		<pubDate>Mon, 01 Sep 2008 23:33:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Apple]]></category>

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

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

		<guid isPermaLink="false">http://blog.ryanleland.com/2008-09-01/new-theme-and-update/</guid>
		<description><![CDATA[Posting from my iPod! Just updated wordpress to make use of the touch app for wordpress. Seems pretty slick so far.
]]></description>
			<content:encoded><![CDATA[<p>Posting from my iPod! Just updated wordpress to make use of the touch app for wordpress. Seems pretty slick so far.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ryanleland.com/2008-09-01/new-theme-and-update/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Learning Cocoa. Again.</title>
		<link>http://blog.ryanleland.com/2008-08-20/learning-cocoa-again/</link>
		<comments>http://blog.ryanleland.com/2008-08-20/learning-cocoa-again/#comments</comments>
		<pubDate>Thu, 21 Aug 2008 04:31:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Apple]]></category>

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

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

		<guid isPermaLink="false">http://blog.ryanleland.com/2008-08-20/learning-cocoa-again/</guid>
		<description><![CDATA[It&#8217;s been a long time since I did any Cocoa programming, and even what I have done in the past hasn&#8217;t gone much beyond a few tutorials here and there. The interface builder always intrigued me though, but I think what always was the killer for me was some of the subtle, and not so [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been a long time since I did any Cocoa programming, and even what I have done in the past hasn&#8217;t gone much beyond a few tutorials here and there. The interface builder always intrigued me though, but I think what always was the killer for me was some of the subtle, and not so subtle differences between Obj-C, and C, and the insane differences between Obj-C, and C++. I sort of got the bug after downloading the iPhone SDK (Cocoa Touch), and seeing just how close it was to Cocoa. Also, the iPhone Simulator is fun to play with.</p>
<p>I&#8217;ve just finished building a few &#8220;Hello World&#8221; type apps though, and the difference between making those, and trying to do anything in Win32 is just insane. It honestly even feels easier than web development. At least the prototyping side of it, and getting the interface all plugged together. I just feels like such a a natural way to build an application. I kinda wish I could build websites in that way. Anyway, I really shouldn&#8217;t be learning Cocoa since I actually have a freaking website to finish (ack). But it&#8217;s sorta fun learning for now. If I make anything cool, I&#8217;ll try posting it along with the source code.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ryanleland.com/2008-08-20/learning-cocoa-again/feed/</wfw:commentRss>
		</item>
		<item>
		<title>me-vs-timelines</title>
		<link>http://blog.ryanleland.com/2008-08-05/me-vs-timelines/</link>
		<comments>http://blog.ryanleland.com/2008-08-05/me-vs-timelines/#comments</comments>
		<pubDate>Wed, 06 Aug 2008 04:59:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Web 2.0]]></category>

		<category><![CDATA[you-vs-me.com]]></category>

		<guid isPermaLink="false">http://blog.ryanleland.com/2008-08-05/me-vs-timelines/</guid>
		<description><![CDATA[It doesn&#8217;t seem as though you-vs-me.com will be ready for my original target launch date. There is simply too much I think could be improved, and too much to still be added to bother showing people when I know it can be better. For the handful of people following my progress, thanks for the encouragement [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://blog.ryanleland.com/wp-content/uploads/2008/08/skeletor.jpg" alt="skeletor.jpg" align="left" />It doesn&#8217;t seem as though you-vs-me.com will be ready for my original target launch date. There is simply too much I think could be improved, and too much to still be added to bother showing people when I know it can be better. For the handful of people following my progress, thanks for the encouragement and support.</p>
<p>I think the new launch date is &#8220;when it&#8217;s ready&#8221;, but for the sake of giving myself a goal, I&#8217;m going to say Oct, 7, 2008. My birthday. There have been lots of little sites with original concepts that have gone on to do great things, and I&#8217;m really hoping this will be one of those. After building the site 3 times, and having as many as 5 designs, I think it&#8217;s time I just get it finished to finally see if it has wings.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ryanleland.com/2008-08-05/me-vs-timelines/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Some Nice Cheat Sheets</title>
		<link>http://blog.ryanleland.com/2008-07-21/some-nice-cheat-sheets/</link>
		<comments>http://blog.ryanleland.com/2008-07-21/some-nice-cheat-sheets/#comments</comments>
		<pubDate>Tue, 22 Jul 2008 05:03:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Programming]]></category>

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

		<category><![CDATA[Web 2.0]]></category>

		<guid isPermaLink="false">http://blog.ryanleland.com/2008-07-21/some-nice-cheat-sheets/</guid>
		<description><![CDATA[I just found this site while looking for phpDocs cheat sheet. Though this particular one lacks a phpDocs cheat sheet (I did find one), there is some interesting ones here, and all pretty high quality. Enjoy!
http://www.addedbytes.com/cheat-sheets/
]]></description>
			<content:encoded><![CDATA[<p>I just found this site while looking for phpDocs cheat sheet. Though this particular one lacks a phpDocs cheat sheet (I did <a href="http://2tbsp.com/system/files/phpdoc_cheatsheet.pdf" title="phpDoc Cheat Sheet" target="_blank">find one</a>), there is some interesting ones here, and all pretty high quality. Enjoy!</p>
<p><a href="http://www.addedbytes.com/cheat-sheets/">http://www.addedbytes.com/cheat-sheets/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ryanleland.com/2008-07-21/some-nice-cheat-sheets/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Post Demo Camp</title>
		<link>http://blog.ryanleland.com/2008-07-19/post-demo-camp/</link>
		<comments>http://blog.ryanleland.com/2008-07-19/post-demo-camp/#comments</comments>
		<pubDate>Sun, 20 Jul 2008 02:13:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Technology]]></category>

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

		<guid isPermaLink="false">http://blog.ryanleland.com/2008-07-19/post-demo-camp/</guid>
		<description><![CDATA[I was very impressed. Thanks to all the people, and sponsors that were part of this great day. It was such a great environment to share, and I really got the sense that there was a community vibe. There was a great energy, and anticipation when we showed up, and I was not let down. [...]]]></description>
			<content:encoded><![CDATA[<p>I was very impressed. Thanks to all the people, and sponsors that were part of this great day. It was such a great environment to share, and I really got the sense that there was a community vibe. There was a great energy, and anticipation when we showed up, and I was not let down. The sessions I took part in were as follows:</p>
<ol>
<li>Angel investors presenting what they are about, and what they look for. <em>This was really cool, as these were some of the group that funded <a href="http://nexopia.com" target="_blank">nexopia.com</a>.</em></li>
<li>U of A Aerial Robotics Club.</li>
<li>Fundamental Programming Skills vs Framework Knowledge.</li>
<li>Accessibility &amp; Usability For Disabled.</li>
<li>How to &#8216;be&#8217; a Contractor.</li>
<li>Emerging Mobile Platforms.</li>
<li>Zero Budget Marketing.</li>
<li>Analytics: How it can help.</li>
</ol>
<p>Probably some of the highlights for me were the angel investor group, the zero budget marketing, and of course the endless supply of beer, and wi-fi.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ryanleland.com/2008-07-19/post-demo-camp/feed/</wfw:commentRss>
		</item>
		<item>
		<title>DemoCamp Edmonton 3</title>
		<link>http://blog.ryanleland.com/2008-07-18/democamp-edmonton-3/</link>
		<comments>http://blog.ryanleland.com/2008-07-18/democamp-edmonton-3/#comments</comments>
		<pubDate>Sat, 19 Jul 2008 06:06:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Technology]]></category>

		<category><![CDATA[Web 2.0]]></category>

		<guid isPermaLink="false">http://blog.ryanleland.com/2008-07-18/democamp-edmonton-3/</guid>
		<description><![CDATA[
I can hardly wait. I missed the last one, and I&#8217;ve been really hoping there will be something there to inspire me. I think I would be equally inspired if the place was filled with balding middle aged internet marketers that are impressed by the latest CMS, because it will totally make their Web 2.0 [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.ryanleland.com/wp-content/uploads/2008/07/121644275433.jpg" title="121644275433.jpg"><img src="http://blog.ryanleland.com/wp-content/uploads/2008/07/121644275433.jpg" alt="121644275433.jpg" border="0" /></a></p>
<p>I can hardly wait. I missed the last one, and I&#8217;ve been really hoping there will be something there to inspire me. I think I would be equally inspired if the place was filled with balding middle aged internet marketers that are impressed by the latest CMS, because it will totally make their Web 2.0 internet millions a reality &lt;/sarcasm&gt;. Ugh&#8230; because I know there is always a handful of those types that go to anything where they can&#8230; &#8220;network&#8221;.</p>
<p>Maybe I&#8217;m just not super convinced yet that anyone who is actually innovating are super excited to share what they are working on. I guess we&#8217;ll see though. I have hopes that it will be a very productive day. I&#8217;ll post again Tomorrow if there is anything worth sharing.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ryanleland.com/2008-07-18/democamp-edmonton-3/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Uploading With Zend_Form</title>
		<link>http://blog.ryanleland.com/2008-05-22/uploading-with-zend_form/</link>
		<comments>http://blog.ryanleland.com/2008-05-22/uploading-with-zend_form/#comments</comments>
		<pubDate>Fri, 23 May 2008 04:22:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Programming]]></category>

		<category><![CDATA[Web 2.0]]></category>

		<guid isPermaLink="false">http://blog.ryanleland.com/2008-05-22/uploading-with-zend_form/</guid>
		<description><![CDATA[ I&#8217;m sooo glad I waited until I had learned more about Zend_Form before building any image upload stuff. This tutorial pulls everything together nicely, and provides a fairly elegant solution for uploading using Zend_Form within the Zend Framework MVC. I had read about some people having issues with file uploads, even without Zend_Form. I&#8217;m assuming [...]]]></description>
			<content:encoded><![CDATA[<p> I&#8217;m sooo glad I waited until I had learned more about Zend_Form before building any image upload stuff. This tutorial pulls everything together nicely, and provides a fairly elegant solution for uploading using Zend_Form within the Zend Framework MVC. I had read about some people having issues with file uploads, even without Zend_Form. I&#8217;m assuming it had something to do with the rewrite engine, or something in their bootstrap. Anyway, this example is real solid, and I hope to make good use of it.</p>
<p><a href="http://akrabat.com/2008/04/07/simple-zend_form-file-upload-example/" target="_blank">http://akrabat.com/2008/04/07/simple-zend_form-file-upload-example/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ryanleland.com/2008-05-22/uploading-with-zend_form/feed/</wfw:commentRss>
		</item>
		<item>
		<title>More Battlestar Galactica TV movies on the way!</title>
		<link>http://blog.ryanleland.com/2008-05-18/more-battlestar-galactica-tv-movies-on-the-way/</link>
		<comments>http://blog.ryanleland.com/2008-05-18/more-battlestar-galactica-tv-movies-on-the-way/#comments</comments>
		<pubDate>Sun, 18 May 2008 15:17:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Sci-Fi]]></category>

		<guid isPermaLink="false">http://blog.ryanleland.com/2008-05-18/more-battlestar-galactica-tv-movies-on-the-way/</guid>
		<description><![CDATA[It&#8217;s pretty easy to guess that season 4 finale will come in the form of a TV movie, but there&#8217;s some good info regarding the future of BSG in this article. According to speculation in the article, the final 10 episodes might not air until 2009. Also, it&#8217;s been noted in the BSG fan community [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s pretty easy to guess that season 4 finale will come in the form of a TV movie, but there&#8217;s some good info regarding the future of BSG <a href="http://featuresblogs.chicagotribune.com/entertainment_tv/2008/05/more-battlestar.html" target="_blank">in this article</a>. According to speculation in the article, the final 10 episodes might not air until 2009. Also, it&#8217;s been noted in the BSG fan community that the <a href="http://forums.scifi.com/index.php?s=54b30f565c5ac61965449a755627306d&amp;showtopic=2307515&amp;view=findpost&amp;p=5214806" target="_blank">last supper photo has been altered</a>. Tough to say, but it does seem very interesting.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ryanleland.com/2008-05-18/more-battlestar-galactica-tv-movies-on-the-way/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Tricia Helfer Appreciation Day</title>
		<link>http://blog.ryanleland.com/2008-04-29/tricia-helfer-appreciation-day/</link>
		<comments>http://blog.ryanleland.com/2008-04-29/tricia-helfer-appreciation-day/#comments</comments>
		<pubDate>Tue, 29 Apr 2008 20:14:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Sci-Fi]]></category>

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

		<guid isPermaLink="false">http://blog.ryanleland.com/2008-04-29/tricia-helfer-appreciation-day/</guid>
		<description><![CDATA[Okay, so perhaps not officially, but perhaps it should be. Or, maybe everyday should be. At least if you are a horny sci-fi nerd from Alberta. Sure, Tricia Helfer plays the to-die-for Cylon siren &#8220;Number 6&#8243; in the Sci-Fi series Battlestar Galactica (which I may have alreay mentioned that I LOVE), but as it turns [...]]]></description>
			<content:encoded><![CDATA[<p>Okay, so perhaps not officially, but perhaps it should be. Or, maybe everyday should be. At least if you are a horny sci-fi nerd from Alberta. Sure, Tricia Helfer plays the to-die-for Cylon siren &#8220;Number 6&#8243; in the Sci-Fi series Battlestar Galactica (which I may have alreay mentioned that I LOVE), but as it turns out she&#8217;s amazing in nearly every possible way. I guess the only things that would keep her from perfection is that, well, she&#8217;s married. Or, more accurately, not married to me. Bah, I&#8217;m just joking. Seriously though, there are plenty of reasons to love this elegant woman. For starters, <a href="http://triciahelfer.com/shop/index.php" title="Support Tricia's Cause" target="_blank">she loves animals</a>, and she&#8217;s an environmentalist (one that <a href="http://triciagreen.com/" title="Tricia Helfer is Green" target="_blank">actually does something</a>). And so, please take a moment with me to appreciate this fine lady.</p>
<p><a href="http://blog.ryanleland.com/wp-content/uploads/2008/04/tricia-helfer-desktop-1.jpg" title="Tricia Helfer"><img src="http://blog.ryanleland.com/wp-content/uploads/2008/04/tricia-helfer-desktop-1.thumbnail.jpg" alt="Tricia Helfer" border="0" hspace="3" vspace="3" /></a><a href="http://blog.ryanleland.com/wp-content/uploads/2008/04/tricia-helfer-desktop-2.jpg" title="Tricia Helfer 2"><img src="http://blog.ryanleland.com/wp-content/uploads/2008/04/tricia-helfer-desktop-2.thumbnail.jpg" alt="Tricia Helfer 2" border="0" hspace="3" vspace="3" /></a><a href="http://blog.ryanleland.com/wp-content/uploads/2008/04/tricia-helfer-desktop-3.jpg" title="Tricia Helfer 3"><img src="http://blog.ryanleland.com/wp-content/uploads/2008/04/tricia-helfer-desktop-3.thumbnail.jpg" alt="Tricia Helfer 3" border="0" hspace="3" vspace="3" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ryanleland.com/2008-04-29/tricia-helfer-appreciation-day/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>

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