<?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</title>
	<atom:link href="http://blog.aranw.net/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>Been AWHILE!</title>
		<link>http://blog.aranw.net/09/07/2010/been-awhile/</link>
		<comments>http://blog.aranw.net/09/07/2010/been-awhile/#comments</comments>
		<pubDate>Fri, 09 Jul 2010 12:14:12 +0000</pubDate>
		<dc:creator>Aran</dc:creator>
				<category><![CDATA[post]]></category>

		<guid isPermaLink="false">http://blog.aranw.net/09/07/2010/been-awhile/</guid>
		<description><![CDATA[So it&#8217;s been awhile so a few changes firstly a New theme and hopefully more updates to come. Using the P2 theme, going to make a couple of modifications though and add a few features. Check back soon!]]></description>
			<content:encoded><![CDATA[<p>So it&#8217;s been awhile so a few changes firstly a New theme and hopefully more updates to come. </p>
<p>Using the P2 theme, going to make a couple of modifications though and add a few features.</p>
<p>Check back soon!</p>]]></content:encoded>
			<wfw:commentRss>http://blog.aranw.net/09/07/2010/been-awhile/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why touch is not a revolutionary technology to the web</title>
		<link>http://blog.aranw.net/17/04/2010/why-touch-is-not-a-revolutionary-technology-to-the-web/</link>
		<comments>http://blog.aranw.net/17/04/2010/why-touch-is-not-a-revolutionary-technology-to-the-web/#comments</comments>
		<pubDate>Fri, 16 Apr 2010 23:12:55 +0000</pubDate>
		<dc:creator>Aran</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://blog.aranw.net/17/04/2010/why-touch-is-not-a-revolutionary-technology-to-the-web/</guid>
		<description><![CDATA[The way a user interacts with the web has been the same for a very long time now. The user uses a keyboard and mouse to click, select and move information and interact with the page. With the influx of new touch devices the way the user interacts is changing rapidly but this is only [...]]]></description>
			<content:encoded><![CDATA[<p><img style="display: block; float: none; margin-left: auto; margin-right: auto" src="http://images.apple.com/ipad/gallery/images/hardware-01-20100127.jpg" width="288" height="172" /></p>
<p>The way a user interacts with the web has been the same for a very long time now. The user uses a keyboard and mouse to click, select and move information and interact with the page. With the influx of new touch devices the way the user interacts is changing rapidly but this is only interacts with the device not the actual website. As a web developer I use HTML, JavaScript, PHP and many other programming languages and using these languages I code interactions for the mouse and keyboard only. I don’t code a event handler for a finger, or a “pinch” and because of this the new multi-touch devices, like the iPad, iPhone, Tablets, and other touch devices. </p>
<p>Until web developers have the ability to program actual interactions with finger interactions then no touch device is going to be revolutionary for the web. </p>
<p>In fact I believe with the current state of touch devices, touch devices and the web are never going to revolutionize the user experience. </p>]]></content:encoded>
			<wfw:commentRss>http://blog.aranw.net/17/04/2010/why-touch-is-not-a-revolutionary-technology-to-the-web/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mac&#8217;s</title>
		<link>http://blog.aranw.net/02/01/2010/macs/</link>
		<comments>http://blog.aranw.net/02/01/2010/macs/#comments</comments>
		<pubDate>Sat, 02 Jan 2010 02:37:15 +0000</pubDate>
		<dc:creator>Aran</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[annoyed]]></category>
		<category><![CDATA[annoying]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[mac pro]]></category>
		<category><![CDATA[macbook pro]]></category>
		<category><![CDATA[money]]></category>
		<category><![CDATA[PC]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://blog.aranw.net/02/01/2010/macs/</guid>
		<description><![CDATA[I look at Mac’s all the time, and consider buying one. I mainly look at the laptops, specifically the Macbook Pro. Reason I look at the laptops and not the desktops, is because I feel a PC is always going to be better than a Mac Pro or iMac, all because if I feel like [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin: 0px 15px 5px 0px; display: inline" align="left" src="http://cache.gizmodo.com/assets/images/4/2008/10/macbook_pro_late_2008.jpg" width="205" height="152" />I look at Mac’s all the time, and consider buying one. I mainly look at the laptops, specifically the Macbook Pro. Reason I look at the laptops and not the desktops, is because I feel a PC is always going to be better than a Mac Pro or iMac, all because if I feel like it I could upgrade a PC for a few hundred quid, reinstall it and it will be a lot better. With a Mac I wouldn’t be able to do this, well possibly with the Mac Pro. But the iMac this wouldn’t happen and I believe when paying £1.5k to £2k+ for a desktop this is stupid, a laptop is different.</p>
<p>Every time I look at the Macbook Pro’s I get put off from buying one, and that&#8217;s due to the cost! These laptops are so expensive that I couldn’t justify the cost right there and then, I mean I got a perfectly good laptop at the moment that my dad gave me, its about only about 1.5 years old, and runs Windows 7 Enterprise amazingly. </p>
<p>If I had a laptop that was 3 or 4 years old then maybe I would get a Macbook Pro, or if I had a large amount of cash just lying under my bed. But until that it’s going to be a while and this annoys me, why do Mac’s have to be so expensive, I mean it doesn’t cost £1.5k to make a laptop so why sell it at that price, surely if they were cheaper they would sell more and if they sold more they would clearly make up the difference? </p>]]></content:encoded>
			<wfw:commentRss>http://blog.aranw.net/02/01/2010/macs/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>2010!</title>
		<link>http://blog.aranw.net/01/01/2010/2010/</link>
		<comments>http://blog.aranw.net/01/01/2010/2010/#comments</comments>
		<pubDate>Fri, 01 Jan 2010 00:01:00 +0000</pubDate>
		<dc:creator>Aran</dc:creator>
				<category><![CDATA[University]]></category>
		<category><![CDATA[2010]]></category>
		<category><![CDATA[Lancaster]]></category>
		<category><![CDATA[Lancaster University]]></category>
		<category><![CDATA[Learning Zone]]></category>
		<category><![CDATA[Library]]></category>

		<guid isPermaLink="false">http://blog.aranw.net/?p=4</guid>
		<description><![CDATA[So the clock has just gone 00:01 and this post should of appeared automatically on my blog… (That’s if the Set publish date thing worked…) 2010 is going to be a busy year for me in terms of work and more than likely is going to result in a lot of days and nights spent [...]]]></description>
			<content:encoded><![CDATA[<p>So the clock has just gone 00:01 and this post should of appeared automatically on my blog… (That’s if the Set publish date thing worked…)</p>
<p>2010 is going to be a busy year for me in terms of work and more than likely is going to result in a lot of days and nights spent at my desk or in the <a href="http://www.lancs.ac.uk/iss/lz/" target="_blank">Learning Zone</a> or <a href="http://libweb.lancs.ac.uk/" target="_blank">Library</a> at <a href="http://www.lancs.ac.uk" target="_blank">Lancaster University</a>. </p>
<p>For this reason as mentioned in previous posts am hoping to have a couple more games to help. I am hoping I can find a good balance between doing my work and getting some gaming in.</p>
<p>Of course though as always plans like that at University never work out. With peer pressure and boredom I can imagine I will end up sliding back into my usual routine of going out. </p>]]></content:encoded>
			<wfw:commentRss>http://blog.aranw.net/01/01/2010/2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>URL ABC</title>
		<link>http://blog.aranw.net/27/12/2009/url-abc/</link>
		<comments>http://blog.aranw.net/27/12/2009/url-abc/#comments</comments>
		<pubDate>Sun, 27 Dec 2009 18:42:41 +0000</pubDate>
		<dc:creator>Aran</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://blog.aranw.net/27/12/2009/url-abc/</guid>
		<description><![CDATA[Came across this post on http://maxvoltar.com/ and thought I would copy. Now may have similar results on some of the pages, I visited one or two of his. A – http://www.amazon.co.uk B – http://www.bailriggfm.co.uk C – http://www.comp.lancs.ac.uk D – http://www.dell.co.uk E – http://www.ebuyer.com F – http://www.facebook.com G – http://www.google.co.uk H – http://www.hsbc.co.uk I – http://www.ipv6.google.com [...]]]></description>
			<content:encoded><![CDATA[<p>Came across this post on <a title="http://maxvoltar.com/" href="http://maxvoltar.com/">http://maxvoltar.com/</a> and thought I would copy.</p>
<p> <span id="more-6"></span>
<p>Now may have similar results on some of the pages, I visited one or two of his.</p>
<ul>
<li>A – <a href="http://www.amazon.co.uk">http://www.amazon.co.uk</a></li>
<li>B – <a href="http://www.bailriggfm.co.uk">http://www.bailriggfm.co.uk</a></li>
<li>C – <a href="http://www.comp.lancs.ac.uk">http://www.comp.lancs.ac.uk</a></li>
<li>D – <a href="http://www.dell.co.uk">http://www.dell.co.uk</a></li>
<li>E – <a href="http://www.ebuyer.com">http://www.ebuyer.com</a></li>
<li>F – <a href="http://www.facebook.com">http://www.facebook.com</a></li>
<li>G – <a href="http://www.google.co.uk">http://www.google.co.uk</a></li>
<li>H – <a href="http://www.hsbc.co.uk">http://www.hsbc.co.uk</a></li>
<li>I – <a href="http://www.ipv6.google.com">http://www.ipv6.google.com</a></li>
<li>J – <a href="http://www.jessops.com">http://www.jessops.com</a></li>
<li>K – <a href="http://www.kaboodle.com">http://www.kaboodle.com</a></li>
<li>L – <a href="http://www.lancs.ac.uk">http://www.lancs.ac.uk</a></li>
<li>M – <a href="http://www.miglayout.com">http://www.miglayout.com</a></li>
<li>N – <a href="http://www.natwest.com">http://www.natwest.com</a></li>
<li>O – <a href="http://www.o2.co.uk">http://www.o2.co.uk</a></li>
<li>P – <a href="http://www.play.com">http://www.play.com</a></li>
<li>Q – Nothing?</li>
<li>R – <a href="http://www.remix.vg">http://www.remix.vg</a></li>
<li>S – <a href="http://www.servage.net">http://www.servage.net</a></li>
<li>T – <a href="http://www.tvguide.co.uk">http://www.tvguide.co.uk</a></li>
<li>U – <a href="http://www.urbandictionary.com">http://www.urbandictionary.com</a></li>
<li>V – <a href="http://www.virtualhuddersfield.com">http://www.virtualhuddersfield.com</a></li>
<li>W – <a href="http://www.wordpress.com">http://www.wordpress.com</a></li>
<li>X – Nothing?</li>
<li>Y – <a href="http://www.youtube.com">http://www.youtube.com</a></li>
<li>Z – Nothing?</li>
</ul>
<p>Interesting Q, X and Z is empty. </p>]]></content:encoded>
			<wfw:commentRss>http://blog.aranw.net/27/12/2009/url-abc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blogging!</title>
		<link>http://blog.aranw.net/27/12/2009/blogging/</link>
		<comments>http://blog.aranw.net/27/12/2009/blogging/#comments</comments>
		<pubDate>Sun, 27 Dec 2009 16:59:02 +0000</pubDate>
		<dc:creator>Aran</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://blog.aranw.net/?p=3</guid>
		<description><![CDATA[So started a blog… again…, god knows how many have been now. Hopefully am going to keep this one a little more updated now, I am using Windows Live Writer on this blog, with my main laptop which I am taking everywhere with me at moment. So hopefully that should mean I get a lot [...]]]></description>
			<content:encoded><![CDATA[<p>So started a blog… again…, god knows how many have been now. Hopefully am going to keep this one a little more updated now, I am using <a href="http://download.live.com/writer" target="_blank">Windows Live Writer</a> on this blog, with my main laptop which I am taking everywhere with me at moment. So hopefully that should mean I get a lot more posts done. </p>
<p>Some of the posts I hope to upload will include, tutorials/information on coding, including web development and application development. I am hoping to post some information on tricky problems, in C, Java and PHP. I am also going to post about games, specifically PS3 games.</p>
<p>I am hoping in the New Year to acquire COD:MW2, Assassin’s Creed 1 and 2 and of course Uncharted 2. I would of prefer to get Modern Warfare 2 on PC but due to my computer being a bit out dated it is looking more and more likely that I will be getting it for PS3. Unless I am able to upgrade my machine in the New Year.</p>
<p>For now this site is going to look like a dull WordPress blog site until I can decide what I want to do. </p>
<p>One option that I have seen and I may look into making a adapted version of is <a href="http://timvandamme.com/" target="_blank">Tim Van Damme’s site</a>. What I am thinking is something similar but with my own twist on it. Will more than likely try it out before doing it.</p>]]></content:encoded>
			<wfw:commentRss>http://blog.aranw.net/27/12/2009/blogging/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>
