<?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>blog.aranw.net &#187; Uncategorized</title>
	<atom:link href="http://blog.aranw.net/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.aranw.net</link>
	<description>It&#039;s a blog.</description>
	<lastBuildDate>Fri, 16 Jul 2010 20:22:55 +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>Glow by the Beeb!</title>
		<link>http://blog.aranw.net/16/07/2010/glow-by-the-beeb/</link>
		<comments>http://blog.aranw.net/16/07/2010/glow-by-the-beeb/#comments</comments>
		<pubDate>Fri, 16 Jul 2010 20:22:55 +0000</pubDate>
		<dc:creator>Aran</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.aranw.net/?p=16</guid>
		<description><![CDATA[Last couple of days I have been prodding around the Glow Javascript library from BBC. Very interesting and seems very similar to jQuery. Has a similar syntax for example 1: glow.ready(function() { 2: 3: }); this is the first bit you put for all Glow scripts. In jQuery scripts you start them with 1: $(document).ready(function() [...]]]></description>
			<content:encoded><![CDATA[<p>Last couple of days I have been prodding around the <a href="http://www.bbc.co.uk/glow/" target="_blank">Glow</a> Javascript library from <a href="http://www.bbc.co.uk/" target="_blank">BBC</a>. Very interesting and seems very similar to <a href="http://jquery.com/" target="_blank">jQuery</a>.</p>
<p>Has a similar syntax for example</p>
<div class="csharpcode">
<pre><span class="lnum">   1:  </span>glow.ready(<span class="kwrd">function</span>() {</pre>
<pre><span class="lnum">   2:  </span></pre>
<pre><span class="lnum">   3:  </span>});</pre>
</div>
<p><!-- .csharpcode, .csharpcode pre { 	font-size: small; 	color: black; 	font-family: consolas, "Courier New", courier, monospace; 	background-color: #ffffff; 	/*white-space: pre;*/ } .csharpcode pre { margin: 0em; } .csharpcode .rem { color: #008000; } .csharpcode .kwrd { color: #0000ff; } .csharpcode .str { color: #006080; } .csharpcode .op { color: #0000c0; } .csharpcode .preproc { color: #cc6633; } .csharpcode .asp { background-color: #ffff00; } .csharpcode .html { color: #800000; } .csharpcode .attr { color: #ff0000; } .csharpcode .alt  { 	background-color: #f4f4f4; 	width: 100%; 	margin: 0em; } .csharpcode .lnum { color: #606060; } --></p>
<p>this is the first bit you put for all Glow scripts. In jQuery scripts you start them with</p>
<div class="csharpcode">
<pre><span class="lnum">   1:  </span> $(document).ready(<span class="kwrd">function</span>() {</pre>
<pre><span class="lnum">   2:  </span></pre>
<pre><span class="lnum">   3:  </span> });</pre>
</div>
<p><!-- .csharpcode, .csharpcode pre { 	font-size: small; 	color: black; 	font-family: consolas, "Courier New", courier, monospace; 	background-color: #ffffff; 	/*white-space: pre;*/ } .csharpcode pre { margin: 0em; } .csharpcode .rem { color: #008000; } .csharpcode .kwrd { color: #0000ff; } .csharpcode .str { color: #006080; } .csharpcode .op { color: #0000c0; } .csharpcode .preproc { color: #cc6633; } .csharpcode .asp { background-color: #ffff00; } .csharpcode .html { color: #800000; } .csharpcode .attr { color: #ff0000; } .csharpcode .alt  { 	background-color: #f4f4f4; 	width: 100%; 	margin: 0em; } .csharpcode .lnum { color: #606060; } --></p>
<p>So very similar… What I have found with Glow it is more focused towards coding visual widgets as they call them on the Glow website. The widgets include, AutoSuggest, Carousel, Editor, Panel, Slider, Timetable and many more. They are also really easy to code, for example Carousel is the one I have been messing around with and with less than a 100 lines of Javascript had a pretty basic Carousel going.</p>
<p>Documentation seems to be good as well but there is a distinct lack of user submitted examples. Whereas with jQuery there&#8217;s loads!!!</p>
<p>I believe once Glow starts to get more widely used it is going to be very popular!</p>
<p>More posts will come regarding Glow in the near future&#8230;</p>]]></content:encoded>
			<wfw:commentRss>http://blog.aranw.net/16/07/2010/glow-by-the-beeb/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>3D-Logic Flash Game</title>
		<link>http://blog.aranw.net/01/01/2010/3d-logic-flash-game/</link>
		<comments>http://blog.aranw.net/01/01/2010/3d-logic-flash-game/#comments</comments>
		<pubDate>Fri, 01 Jan 2010 09:55:00 +0000</pubDate>
		<dc:creator>Aran</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.aranw.net/01/01/2010/3d-logic-flash-game/</guid>
		<description><![CDATA[Found this 3D-Logic flash game, and its really good. There’s 30 levels, I think I completed it in an hour or two. Only had to look up about 3 levels for clues. Worth checking out… http://www.thatvideogamesite.com/play.php?id=392]]></description>
			<content:encoded><![CDATA[<p>Found this 3D-Logic flash game, and its really good. There’s 30 levels, I think I completed it in an hour or two. Only had to look up about 3 levels for clues. Worth checking out…</p>
<p><a href="http://www.thatvideogamesite.com/play.php?id=392">http://www.thatvideogamesite.com/play.php?id=392</a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.aranw.net/01/01/2010/3d-logic-flash-game/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hello world!</title>
		<link>http://blog.aranw.net/27/12/2009/hello-world/</link>
		<comments>http://blog.aranw.net/27/12/2009/hello-world/#comments</comments>
		<pubDate>Sun, 27 Dec 2009 15:49:09 +0000</pubDate>
		<dc:creator>Aran</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.aranw.net/?p=1</guid>
		<description><![CDATA[Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!]]></description>
			<content:encoded><![CDATA[<p>Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!</p>]]></content:encoded>
			<wfw:commentRss>http://blog.aranw.net/27/12/2009/hello-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
