<?xml version="1.0" encoding="utf-8"?>

<rss version="2.0" xmlns:media="http://search.yahoo.com/mrss/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule">
    <channel>
        <title>deviantART: by:daboomonline</title>
        <link>http://search.deviantart.com/?q=by:daboomonline&amp;section=today</link>
        <description>deviantART RSS for by:daboomonline</description>
        <language>en-us</language>
        <copyright>Copyright 2009, deviantART.com</copyright>

        <pubDate>Wed, 25 Nov 2009 06:32:49 PST</pubDate>        
        <generator>deviantART.com</generator>
        <docs>http://blogs.law.harvard.edu/tech/rss</docs>
        <atom:icon>http://s.deviantart.com/minish/widgets/apple-touch-icon-precomposed.png</atom:icon>
        <atom:link href="http://backend.deviantart.com/rss.xml?q=by%3Adaboomonline&amp;type=journal" rel="self" type="application/rss+xml" />
                  <item>
                <title>Aspect Engine - Attempt 2</title>
                <link>http://daboomonline.deviantart.com/journal/24166813/</link>
                <guid isPermaLink="true">http://daboomonline.deviantart.com/journal/24166813/</guid>
                <pubDate>Fri, 10 Apr 2009 14:40:47 PDT</pubDate>
                
                <description><![CDATA[ Over the last few weeks I have been working on writing a 3D engine from scratch. This is the 2nd time I tried this. Last time I had barely come to grips with the basics of DirectX and I didn't fully understand some important (but complex) programming concepts. My lack of knowledge and an overall feeling of "This is impossible" led me to abandon the project.<br /><br />However, after learning the basics of using OpenGL and SDL, I decided to try again but starting from scratch using concepts I learned from the first attempt. So far it has progressed quite smoothly since March. So far I have:<br /><br />- An 'Engine' class as the main point of contact for the engine.<br />- A state system with customizable 'Load', 'Close', 'Update', and 'Render' methods which mesh with a state manager in the 'Engine' class.<br />- A resource manager for models, sounds, etc.<br />- A 'Model' class which uses my own XML based file format (which I can export to from Blender using my own exporter script <img src="http://e.deviantart.com/emoticons/b/biggrin.gif" width="15" height="15" alt=":D" title=":D (Big Grin)" />)<br />- A 'Material' class which defines colours, textures, etc for the models (again using a custom XML file format).<br />- A 'SceneObject' class which instances models with their own properties (like position, rotation, material, etc).<br />- A 'Map' class which loads in a custom XML map file and creates the scene objects.<br /><br />There is still much to do before it can be used for an actual game (mostly optimization because there is much memory leakage, the rendering is butt slow when rendering more then a few objects and it takes a hugely long time to render all the assets).<br /><br />If you're interested,the development blog <a href="http://www.deviantart.com/users/outgoing?http://aspectengine.wordpress.com/">[link]</a> from the first attempt is still up and I'm still posting. If you're really interested (and maybe want to help out), you can view/checkout the source at Google Code <a href="http://www.deviantart.com/users/outgoing?http://code.google.com/p/aspect-engine/">[link]</a> .<br /><br /> ]]></description>
                <author>~daboomonline</author>
            </item>
          <item>
                <title>More photos</title>
                <link>http://daboomonline.deviantart.com/journal/22446978/</link>
                <guid isPermaLink="true">http://daboomonline.deviantart.com/journal/22446978/</guid>
                <pubDate>Wed, 07 Jan 2009 06:40:15 PST</pubDate>
                
                <description><![CDATA[ I finally got some more pictures up. I'd been meaning to do that for a while.<br /><br /> ]]></description>
                <author>~daboomonline</author>
            </item>
          <item>
                <title>A Blog!</title>
                <link>http://daboomonline.deviantart.com/journal/18593863/</link>
                <guid isPermaLink="true">http://daboomonline.deviantart.com/journal/18593863/</guid>
                <pubDate>Sat, 31 May 2008 13:10:07 PDT</pubDate>
                
                <description><![CDATA[ I decided that I needed a place to rant and post wierd stuff I find online as well as talk about 3D a bit (maybe). So I went to wordpress and here it is after a few pieces of basic graphic design in Blender and Photoshop (I forgot to save the .blend file <img src="http://e.deviantart.com/emoticons/m/mad.gif" width="15" height="15" alt=":x" title=":x (Mad)" />)<br /><br /><a href="http://aetheron3d.wordpress.com/">[link]</a><br /><br />What's the name about? Think about it for a while and maybe it will come to you...<br /><br /> ]]></description>
                <author>~daboomonline</author>
            </item>
          <item>
                <title>A Fresh Aspect</title>
                <link>http://daboomonline.deviantart.com/journal/18131484/</link>
                <guid isPermaLink="true">http://daboomonline.deviantart.com/journal/18131484/</guid>
                <pubDate>Fri, 02 May 2008 11:00:07 PDT</pubDate>
                
                <description><![CDATA[ Well, as I mentioned in my previous entry, I have been playing with Ruby on Rails. Well, it wasn't as good as I first expected. Sure, it's a powerful system and I love how it's free and all the great features it has but it has issues. Primarily the difficulty of setting up a server which took me about three days to figure out due to documentation incompatible with the latest version. Second, it seemed to be a lot more complicated than it needed to be especially for a simple application. And thirdly, there seems to be only one way to do things and a lot of the actual work is handled by the framework which makes it less interesting.<br /><br />So, I switched back to PHP but Dreamweaver takes care of everything for you, no code required which while it makes app development faster, it also makes it boring. Yep, programming wasn't fun any more.<br /><br />So, I switched tack and bought myself a book: "C++, A Beginner's Guide" which is a 540 page tome dedicated to teaching C++ to people who are completely new to the language. As the syntax is very similar to PHP and ActionScript, I felt right at home. Now, C++ is FUN programming. It is a very nice language and you know what the best part is? DirectX!<br /><br />Here's what I recommend if you are at all interested in programming games:<br /><br />1. Download the Dark Basic Pro trial <a href="http://darkbasicpro.thegamecreators.com/">[link]</a> and see how easy it is to make a cube appear on the screen (about 3 lines)<br /><br />2. Download MS Visual C++ Express<br /><br />3. Download the DirectX SDK and Windows Platform SDK<br /><br />4. Install and set them up for use in Visual C++<br /><br />5. Follow the tutorials at <a href="http://www.directxtutorial.com/">[link]</a> and see how easy it is to display a cube using C++ and DirectX (about 240 lines)<br /><br />6. Understand that if you are interested in following a career in game programming, C++ and DirectX/Open GL are the only way you will get you dream job at Bungie/EA/Rockstar<br /><br /><br />I followed these steps and look where I ended up: A hugely motivated amateur programmer with a game engine in development with simple DirectInput support, text support and (almost) able to display loaded models.<br /><br />Anyways, this is what I've been up to (besides revising for by AS exams) you can keep up with the development of the game engine here: <a href="http://aspectengine.wordpress.com">[link]</a><br /><br /> ]]></description>
                <author>~daboomonline</author>
            </item>
          <item>
                <title>I've been riding the rails</title>
                <link>http://daboomonline.deviantart.com/journal/17234844/</link>
                <guid isPermaLink="true">http://daboomonline.deviantart.com/journal/17234844/</guid>
                <pubDate>Sat, 08 Mar 2008 05:12:48 PST</pubDate>
                
                <description><![CDATA[ As some people might know, most of the time I act as a web developer. Mainly optimizing my code for the content management system I wrote for my website. While I have always developed dynamic sites using PHP and MySQL, I decided to try new tool, Ruby on Rails <a href="http://www.rubyonrails.org/.">[link]</a><br /><br />This framework, while it was tricky to get it working on Windows, it took all of about 5 minutes to set it up on Ubuntu. Unfortunately, I don't use Ubuntu very often so getting it working on Windows was more important. However, Instant Rails turned out to work very well in the end <img src="http://e.deviantart.com/emoticons/b/biggrin.gif" width="15" height="15" alt=":D" title=":D (Big Grin)" />.<br /><br />Anyway, after about a week of struggle, I have got it working (mostly) and I have managed to get the basics. It is very different to how I programmed in PHP (probably due to my roundabout way of coding where I wake up next morning unable to comprehend the code I wrote the previous evening wondering how it even runs) but I am glad that I am finally learning how to structure my code. It is also good to have an asset naming convention which is essential in Rails <img src="http://e.deviantart.com/emoticons/s/smile.gif" width="15" height="15" alt=":)" title=":) (Smile)" /><br /><br />Anyway I will be posting more photography work and web designs soon.<br /><br /> ]]></description>
                <author>~daboomonline</author>
            </item>
          <item>
                <title>Tagged</title>
                <link>http://daboomonline.deviantart.com/journal/17072197/</link>
                <guid isPermaLink="true">http://daboomonline.deviantart.com/journal/17072197/</guid>
                <pubDate>Tue, 26 Feb 2008 11:27:13 PST</pubDate>
                
                <description><![CDATA[ I got tagged by <a href="http://bloody-liz.deviantart.com/"><img class="avatar" src="http://a.deviantart.com/avatars/b/l/bloody-liz.png" width="50" height="50" alt=":iconbloody-liz:" title="bloody-liz"/></a><br /><br />Please remember these steps while tagging:<br /><br />1. Post these rules in your journal.<br />2. Each tagged person shall post 8 aleatory facts about themselves.<br />3. Tagged people shall write a Journal/Blog about their facts.<br />4. After posting your 8 facts, tag and name 8 more people.<br />5. Go to their dA websites and comment that they have been tagged and hugged, or have inspirational qualities...<br /><br /><br />Eight facts about me:<br /><br />1. I like to read fantasy and sci-fi. NOTHING ELSE.<br />2. My first ever web design tool was MS Frontpage 2000. O_o <br />3. I discuss particle/astro physics in my spare time.<br />4. I am a big fan of web comics. Mainly, The whiteboard: <a href="http://www.the-whiteboard.com/">[link]</a> , XKCD: <a href="http://xkcd.com/">[link]</a>  and, Explosm: <a href="http://www.explosm.net/comics">[link]</a><br />5. I love lol cats.<br />6. I can correct spelling, punctuation AND grammar!<br />7. I got a grade 'E' in GCSE Spanish.<br />8. I see dead people.<br /><br /><br /><br /><br />I have tagged:<br /><br /><a href="http://succubae.deviantart.com/"><img class="avatar" src="http://a.deviantart.com/avatars/s/u/succubae.gif" width="50" height="50" alt=":iconsuccubae:" title="succubae"/></a> <a href="http://micephei.deviantart.com/"><img class="avatar" src="http://a.deviantart.com/avatars/default.gif" width="50" height="50" alt=":iconmicephei:" title="micephei"/></a> <a href="http://danizzil14.deviantart.com/"><img class="avatar" src="http://a.deviantart.com/avatars/d/a/danizzil14.jpg" width="50" height="50" alt=":icondanizzil14:" title="danizzil14"/></a> <a href="http://samansa.deviantart.com/"><img class="avatar" src="http://a.deviantart.com/avatars/s/a/samansa.gif" width="50" height="50" alt=":iconsamansa:" title="samansa"/></a> <a href="http://misterfatj.deviantart.com/"><img class="avatar" src="http://a.deviantart.com/avatars/m/i/misterfatj.png" width="50" height="50" alt=":iconmisterfatj:" title="misterfatj"/></a> <a href="http://sxnc.deviantart.com/"><img class="avatar" src="http://a.deviantart.com/avatars/s/x/sxnc.png" width="50" height="50" alt=":iconsxnc:" title="sxnc"/></a> <a href="http://silly-panda.deviantart.com/"><img class="avatar" src="http://a.deviantart.com/avatars/s/i/silly-panda.jpg" width="50" height="50" alt=":iconsilly-panda:" title="silly-panda"/></a> <a href="http://enmagicreate.deviantart.com/"><img class="avatar" src="http://a.deviantart.com/avatars/e/n/enmagicreate.png" width="50" height="50" alt=":iconenmagicreate:" title="enmagicreate"/></a><br /><br /> ]]></description>
                <author>~daboomonline</author>
            </item>
          <item>
                <title>Work Experience Woes</title>
                <link>http://daboomonline.deviantart.com/journal/16720151/</link>
                <guid isPermaLink="true">http://daboomonline.deviantart.com/journal/16720151/</guid>
                <pubDate>Mon, 04 Feb 2008 08:56:14 PST</pubDate>
                
                <description><![CDATA[ In June, everyone in my year at school are going out to do some work experience. Some people are going to work at banks, research labs, newspapers, etc. I wanted to go and spend my time at a 3D design company.<br /><br />As a subscriber to 3D world magazine, I had a limitless supply of companies to speak to. I sent emails, but got no reply. I even wrote to Blue GFX twice and they still haven't replied. I might as well have spoken to my wall for all the good it would do. Quite a few of the companies I wrote to, I knew about and I had respect for them, that is all gone now. From where I'm standing, they're all assholes.<br /><br />But I couldn't sit around waiting for responses which were likely not to come. There is a deadline, I have to get these sorted by, and it is fast approaching.<br /><br />Today, I went to see my schools head of careers (along with many other unfortunate students), he had a placement I could have at a graphic design and printing company. Sure it wasn't exactly what I wanted, but I couldn't complain right.<br /><br />However, now my placement is almost sorted, I am quite relieved. <img src="http://e.deviantart.com/emoticons/s/smile.gif" width="15" height="15" alt=":)" title=":) (Smile)" /><br /><br /> ]]></description>
                <author>~daboomonline</author>
            </item>
          <item>
                <title>New Camera</title>
                <link>http://daboomonline.deviantart.com/journal/16299071/</link>
                <guid isPermaLink="true">http://daboomonline.deviantart.com/journal/16299071/</guid>
                <pubDate>Mon, 07 Jan 2008 10:40:44 PST</pubDate>
                
                <description><![CDATA[ A few days after Christmas I bought myself a Nikon D40 and it has been really cool <img src="http://e.deviantart.com/emoticons/s/smile.gif" width="15" height="15" alt=":)" title=":) (Smile)" /> Yesterday I wend into London for a photoshoot (you can see come pictures in my gallery) For my next AS Photography project, the topic is architecture so now I have been to London, i have a few good ideas <img src="http://e.deviantart.com/emoticons/b/biggrin.gif" width="15" height="15" alt=":D" title=":D (Big Grin)" /><br />
<br />
Happy new year!<br /><br /> ]]></description>
                <author>~daboomonline</author>
            </item>
          <item>
                <title>tomsavage.co.nr</title>
                <link>http://daboomonline.deviantart.com/journal/15328267/</link>
                <guid isPermaLink="true">http://daboomonline.deviantart.com/journal/15328267/</guid>
                <pubDate>Fri, 02 Nov 2007 08:23:26 PDT</pubDate>
                
                <description><![CDATA[ I have re-launched my website at <a href="http://www.tomsavage.co.nr/.">[link]</a> It is running on my own CMS system which is still in development but the only missing feature right now is RSS which I am working on. I would love to use the <a href="http://del.icio.us">[link]</a> API to automatically populate my links area but I can't figure out how to use it. It would also be great if deviantART had an API to use so I could display say the four most recent submissions or something but right now, that doesn't exist but there may be one in the future.<br /><br /> ]]></description>
                <author>~daboomonline</author>
            </item>
          <item>
                <title>New prospects, new horizons, new PC</title>
                <link>http://daboomonline.deviantart.com/journal/14755725/</link>
                <guid isPermaLink="true">http://daboomonline.deviantart.com/journal/14755725/</guid>
                <pubDate>Sun, 23 Sep 2007 10:16:39 PDT</pubDate>
                
                <description><![CDATA[ Yep, I got a new PC. Unfortunely it's not a mac like wanted but the costs were prohibitive and I couldn't afford it <img src="http://e.deviantart.com/emoticons/f/frown.gif" width="15" height="15" alt=":(" title=":( (Sad)" />. I'm running XP Home SP2 with 2 Gb RAM, 2.19 GHz Athalon 64 dual core chip and it runs so smothly, it's like gliding on the wind. I decided to be a good boy this time and not pirate Photoshop this time (excuse: too damn expencive) so I am using the Gimp and Paint.Net (which is actualy very good). I also run Lightroom for my primary photo work and Blender for 3D as always.<br />
<br />
Now I am back at school, I am taking photography as a subject <img src="http://e.deviantart.com/emoticons/b/biggrin.gif" width="15" height="15" alt=":D" title=":D (Big Grin)" />. What's realy cool is that we use a real darkroom as well as the digial one. Because I will be shooting on film I have aquired a couple lenses for my Pentax (film) SLR. A 85-205mm zoom and a 400mm telephoto (this one weighs a ton). <a href="http://daboomonline.deviantart.com/art/Camera-and-lenses-65682271">[link]</a> I also found a medium density gradient filter in a box while rummaging. Now all I need is a macro and a wide angle lens and i'm set.<br /><br /> ]]></description>
                <author>~daboomonline</author>
            </item>
          <item>
                <title>100 Page views</title>
                <link>http://daboomonline.deviantart.com/journal/14424866/</link>
                <guid isPermaLink="true">http://daboomonline.deviantart.com/journal/14424866/</guid>
                <pubDate>Fri, 31 Aug 2007 11:49:39 PDT</pubDate>
                
                <description><![CDATA[ Yay! Thanks alot. <img src="http://e.deviantart.com/emoticons/b/biggrin.gif" width="15" height="15" alt=":D" title=":D (Big Grin)" /><br /><br /> ]]></description>
                <author>~daboomonline</author>
            </item>
          <item>
                <title>Blender head reborn</title>
                <link>http://daboomonline.deviantart.com/journal/13900301/</link>
                <guid isPermaLink="true">http://daboomonline.deviantart.com/journal/13900301/</guid>
                <pubDate>Fri, 27 Jul 2007 11:49:21 PDT</pubDate>
                
                <description><![CDATA[ I picked up Blender again. After a few months of web design, I forgot about Blender and the pains of a long running projects. Unfortunately, I have a habit of starting a project and not finishing it.<br />
<br />
I am now creating a 3d scene now and I have posted a work in progress render <a href="http://www.deviantart.com/deviation/60755443/">[link]</a> and I plan not to give up on this one <img src="http://e.deviantart.com/emoticons/b/biggrin.gif" width="15" height="15" alt=":D" title=":D (Big Grin)" /> .<br />
<br />
(If anyone knows how to have multiple UV textures on an object for a separate project which I started ages ago)<br /><br /> ]]></description>
                <author>~daboomonline</author>
            </item>
          <item>
                <title>A hard working code monkey</title>
                <link>http://daboomonline.deviantart.com/journal/13484691/</link>
                <guid isPermaLink="true">http://daboomonline.deviantart.com/journal/13484691/</guid>
                <pubDate>Mon, 25 Jun 2007 11:41:12 PDT</pubDate>
                
                <description><![CDATA[ So I started learning Ruby. I have t say that so far it has proved to be awesome. In less than 2 days I have writen a simple web server which displays some text.<br />
<br />
If anyone out there knows how get Javascript to submit data to it and to read it, please send me a note. <img src="http://e.deviantart.com/emoticons/b/biggrin.gif" width="15" height="15" alt=":D" title=":D (Big Grin)" /> Also, Safari seems to be the only browser able to read from it (Firefox wont)<br />
<br />
I have also been learning about Adobe AIR which has also proved to be awesome. I love the fact that it is cross-platform for Windows and Mac but unfortunately, not Linux yet.<br />
<br />
More from me later.<br /><br /> ]]></description>
                <author>~daboomonline</author>
            </item>
          <item>
                <title>Oh crap...</title>
                <link>http://daboomonline.deviantart.com/journal/13403471/</link>
                <guid isPermaLink="true">http://daboomonline.deviantart.com/journal/13403471/</guid>
                <pubDate>Tue, 19 Jun 2007 07:02:33 PDT</pubDate>
                
                <description><![CDATA[ I took my last GCSE exam today. It went ok but now starts the process of guessing what the results will be.<br /><br /> ]]></description>
                <author>~daboomonline</author>
            </item>
          <item>
                <title>A little time</title>
                <link>http://daboomonline.deviantart.com/journal/13263150/</link>
                <guid isPermaLink="true">http://daboomonline.deviantart.com/journal/13263150/</guid>
                <pubDate>Sun, 10 Jun 2007 07:29:12 PDT</pubDate>
                
                <description><![CDATA[ Yep, nice to be back. I haven't had internet access for the past few weeks because of moving house again and phone line complications. But now I'm back online, I'm happy <img src="http://e.deviantart.com/emoticons/s/smile.gif" width="15" height="15" alt=":)" title=":) (Smile)" /><br />
<br />
I have a new tumble log at <a href="http://tsavage.tumblr.com/">[link]</a> as recommended by Merlin Mann at 43 Folders <a href="http://www.43folders.com/">[link]</a> and I will be posting many random and yet interesting things there. Right now it is quite empty.<br />
<br />
I have also got Adobe Photoshop Lightroom now which is awesome and I am waiting to but a new camera hopefully one which uses camera RAW which would be neat.<br />
<br />
Ok, that's all folks, I am in the middle of my exams right now so revising is a high priority so don't expect to see much from me until July...<br />
<br />
Oh yeah, follow me on Jaiku if you want! <a href="http://tomsavage.jaiku.com/">[link]</a><br /><br /> ]]></description>
                <author>~daboomonline</author>
            </item>
          <item>
                <title>Projects</title>
                <link>http://daboomonline.deviantart.com/journal/12718349/</link>
                <guid isPermaLink="true">http://daboomonline.deviantart.com/journal/12718349/</guid>
                <pubDate>Tue, 24 Apr 2007 13:48:57 PDT</pubDate>
                
                <description><![CDATA[ I thought that I should keep track of my current projects:<br />
<br />
DT coursework (Due Thursday O_o)<br />
My PHP CMS<br />
My person website<br />
Vast Wars game<br />
Photoshop pieces<br />
That martial arts movie I keep meaning to do in Judo<br />
Kick myself in the nuts...<br />
<br />
Whelp, out of time and projects. Should probably get back to work.<br />
<br />
/tom<br />
<br />
Also, read this if you have read Maximum ride, very good fan fiction by a friend. <a href="http://www.fanfiction.net/u/917768/">[link]</a><br /><br /> ]]></description>
                <author>~daboomonline</author>
            </item>
          <item>
                <title>An update</title>
                <link>http://daboomonline.deviantart.com/journal/12655572/</link>
                <guid isPermaLink="true">http://daboomonline.deviantart.com/journal/12655572/</guid>
                <pubDate>Thu, 19 Apr 2007 13:54:59 PDT</pubDate>
                
                <description><![CDATA[ Right now I have quite allot going on so I should probably update this thing...<br />
<br />
1. Revising for my GCSEs (boring and demoralizing)<br />
2. Coding a content management system in PHP and MySQL<br />
3. Graphic design for a play called Shelved!<br />
4. Learning about experimental quantum physics<br />
5. Browsing teh web <img src="http://e.deviantart.com/emoticons/b/biggrin.gif" width="15" height="15" alt=":D" title=":D (Big Grin)" /><br />
<br />
Because of all these projects, I have not been putting stuff up here. In the near future I will probably post some Photoshop resources.<br />
<br />
Also, if anyone wants to help be understand how to write my own Digg swarm type app <a href="http://labs.digg.com/swarm/">[link]</a> to put into my CMS I would be very happy <img src="http://e.deviantart.com/emoticons/s/smile.gif" width="15" height="15" alt=":)" title=":) (Smile)" /><br />
<br />
/tom<br />
<br />
*EDIT*<br />
<br />
Ok, I have uploaded two PSD files and a new ID and avatar. What do the three circles mean that are on my avatar? Secret for now... <img src="http://e.deviantart.com/emoticons/s/smile.gif" width="15" height="15" alt=":)" title=":) (Smile)" /> Just wait and see.<br /><br /> ]]></description>
                <author>~daboomonline</author>
            </item>
          <item>
                <title>Long time no see...</title>
                <link>http://daboomonline.deviantart.com/journal/12335733/</link>
                <guid isPermaLink="true">http://daboomonline.deviantart.com/journal/12335733/</guid>
                <pubDate>Mon, 26 Mar 2007 12:08:17 PDT</pubDate>
                
                <description><![CDATA[ It's been a while since I updated this (last post in early Jan) but quite a lot has been going on.<br />
<br />
Firstly, almost right after my last post, my beloved Powerbook's hard drive failed on me (invalid node error). I couldn't boot into single user mode to perform an FSCK because some system files were damaged. I managed to get some stuff off the hard drive though. School work, big projects and the like but in all the commotion of moving house, I lost the disk <img src="http://e.deviantart.com/emoticons/f/frown.gif" width="15" height="15" alt=":(" title=":( (Sad)" /><br />
<br />
So I had to start from scratch with all my websites and projects (screw the school work) so I have been quite busy. Apart from anything else has been activity with my school's CCF (combined cadet force). This is were we learn to have fun, military style. Because i'm in the RAF (Royal Air Force) section, I get to go flying. 2 weeks ago I was soaring above RAF Benson with a few others. Beats school any day! On Saturday I am going gliding at RAF Halton.<br />
<br />
My GCSE exams are looming and all my teachers are frantic but I don't care. Blander 2.43 is out and I am loving it! The sculpt mode is cool but I love the new composite features. I just want it to be Coca complaint in OSX!<br />
<br />
So, yeah. I'm happy and working on a few websites and 3D projects. Be prepared for aircraft!<br />
<br />
/tom<br /><br /> ]]></description>
                <author>~daboomonline</author>
            </item>
          <item>
                <title>iPhone? Yay!</title>
                <link>http://daboomonline.deviantart.com/journal/11373858/</link>
                <guid isPermaLink="true">http://daboomonline.deviantart.com/journal/11373858/</guid>
                <pubDate>Tue, 09 Jan 2007 11:42:00 PST</pubDate>
                
                <description><![CDATA[ $499.99? Oh...<br />
<br />
Macworld keynote 07 just finished. Steve announced only the Apple TV and the iPhone (which I can't afford). I was hoping that Leopard would be out so I can upgrade. No iLife or iWork 07 yet but more could be coming. Oh, well. Apple TV is cool but I don't realy need one. Then again, I don't need a Wii but I'm still getting one. <img src="http://e.deviantart.com/emoticons/s/smile.gif" width="15" height="15" alt=":)" title=":) (Smile)" /><br />
<br />
Whelp, GCSE mock exams started today. Not too bad, only English and Business studies with 3 1/2 hour lunch break in between <img src="http://e.deviantart.com/emoticons/b/biggrin.gif" width="15" height="15" alt=":D" title=":D (Big Grin)" /> More updates on that later...<br /><br /> ]]></description>
                <author>~daboomonline</author>
            </item>
          <item>
                <title>PHP?</title>
                <link>http://daboomonline.deviantart.com/journal/11322288/</link>
                <guid isPermaLink="true">http://daboomonline.deviantart.com/journal/11322288/</guid>
                <pubDate>Fri, 05 Jan 2007 08:46:28 PST</pubDate>
                
                <description><![CDATA[ Yep, I started learning PHP in order to improve my website and just for fun <img src="http://e.deviantart.com/emoticons/s/smile.gif" width="15" height="15" alt=":)" title=":) (Smile)" /> So far I have coded a simple website with a user registration page, login page, logout page and got to grips with cookies. I am about to implement my new skills in my own website <img src="http://e.deviantart.com/emoticons/s/smile.gif" width="15" height="15" alt=":)" title=":) (Smile)" /><br />
<br />
Now, what can I do?...<br /><br /> ]]></description>
                <author>~daboomonline</author>
            </item>
          <item>
                <title>W00t! New website!</title>
                <link>http://daboomonline.deviantart.com/journal/11123079/</link>
                <guid isPermaLink="true">http://daboomonline.deviantart.com/journal/11123079/</guid>
                <pubDate>Wed, 20 Dec 2006 02:34:08 PST</pubDate>
                
                <description><![CDATA[ W00t! After a short period of development, my new website is online. (It has been online for a while but that was for testing) The URL is still <a href="http://tomsavage.co.nr">[link]</a> but it has now been directed to my new site.<br />
<br />
I had been playing around with some Flash elements but they weren't very good so I decided to stick with this as it is. I also tried to  create a new blog template but I couldn't get it to work so I will stick with this for now.<br />
<br />
Go take a look! <a href="http://tomsavage.co.nr">[link]</a><br />
<br />
/tom<br /><br /> ]]></description>
                <author>~daboomonline</author>
            </item>
          <item>
                <title>Yay! Prints!</title>
                <link>http://daboomonline.deviantart.com/journal/10958657/</link>
                <guid isPermaLink="true">http://daboomonline.deviantart.com/journal/10958657/</guid>
                <pubDate>Tue, 05 Dec 2006 10:42:07 PST</pubDate>
                
                <description><![CDATA[ I made my first print today. W00t <img src="http://e.deviantart.com/emoticons/b/biggrin.gif" width="15" height="15" alt=":D" title=":D (Big Grin)" /><br />
<br />
Have I always been able to sell prints or is this something new for free members?<br />
<br />
Here is the link:<br />
<br />
<a href="http://www.deviantart.com/print/444835/">[link]</a><br />
<br />
Please buy!<br />
<br />
EDIT:<br />
<br />
I've now put another print up.<br />
<br />
<a href="http://www.deviantart.com/print/444844/">[link]</a><br /><br /> ]]></description>
                <author>~daboomonline</author>
            </item>
          <item>
                <title>It's been a while...</title>
                <link>http://daboomonline.deviantart.com/journal/10946689/</link>
                <guid isPermaLink="true">http://daboomonline.deviantart.com/journal/10946689/</guid>
                <pubDate>Mon, 04 Dec 2006 10:16:08 PST</pubDate>
                
                <description><![CDATA[ Yep, ages since I updated this <img src="http://e.deviantart.com/emoticons/s/smile.gif" width="15" height="15" alt=":)" title=":) (Smile)" /> Here I go...<br />
<br />
Got my mock GCSE timetable today. I get to go home at 10:00 on Fri 12th Jan and I can come in later on many days. <img src="http://e.deviantart.com/emoticons/s/smile.gif" width="15" height="15" alt=":)" title=":) (Smile)" /> One of my friends has two whole days off! This means however that the exams are drawing ever closer as is Christmas.<br />
<br />
"No chance of a Wii under the tree?" Nope, Game sold out already (of pre-orders) so I will have to wait. I'll just have to put up with the PS2 a little while longer. <img src="http://e.deviantart.com/emoticons/b/biggrin.gif" width="15" height="15" alt=":D" title=":D (Big Grin)" /> I do have to say tho, Sony has made a huge mistake with the PS3. It is an over priced, over-heating and over-large piece of crap in my opinion. It is not much better than PS2, it costs way too much money and you have to do an hour of online updates when you buy it. Sony placed a life expectancy on the PS3 of 10 years. I don't think it will last one. The PSP was a blunder and the DS was a success because of a new take on game control by Nintendo. Nintendo will sell many thousand Wiis because people like innovations. Sony haven't been innovating with the Playstation and this may bee the last Wii (excuse the pun) ever see of it. <img src="http://e.deviantart.com/emoticons/s/smile.gif" width="15" height="15" alt=":)" title=":) (Smile)" /><br />
<br />
Rant over, what else? I've been uploading more photography to deviantART. Check out my gallery. I've been working on my new website which will integrate with this blog and my devART gallery. I've been working occasionally on a game project with a friend and generally busy.<br />
<br />
On Wednesday I am giving a 3 minute lecture to my fellow cadets at CCF on Computer Graphics. (3D, 2D, Compositing and Rotoscoping) Should be interesting 'cos must people won't understand. I am planning to blow their mind with some awesome keynote effects (they are all windows users and believe MS Powerpoint is the best app ever! ) Should be fun <img src="http://e.deviantart.com/emoticons/s/smile.gif" width="15" height="15" alt=":)" title=":) (Smile)" /><br />
<br />
Well, I'm beat. Check out my devART gallery and see you around <img src="http://e.deviantart.com/emoticons/w/wink.gif" width="15" height="15" alt=";)" title=";) (Wink)" /><br /><br /> ]]></description>
                <author>~daboomonline</author>
            </item>
          <item>
                <title>W00t!</title>
                <link>http://daboomonline.deviantart.com/journal/10622679/</link>
                <guid isPermaLink="true">http://daboomonline.deviantart.com/journal/10622679/</guid>
                <pubDate>Sun, 05 Nov 2006 08:33:02 PST</pubDate>
                
                <description><![CDATA[ I just managed (after much pain and suffering) to get PHP, MySQL, ColdFusion and PHPMyAdmin working on my computer. This will allow me to host my website on my own network.<br /><br /> ]]></description>
                <author>~daboomonline</author>
            </item>
          <item>
                <title>DVDs are hell to work with!</title>
                <link>http://daboomonline.deviantart.com/journal/10523369/</link>
                <guid isPermaLink="true">http://daboomonline.deviantart.com/journal/10523369/</guid>
                <pubDate>Fri, 27 Oct 2006 02:11:00 PDT</pubDate>
                
                <description><![CDATA[ I was recently asked to copy a DVD of a play. The problem with this is that  2 copies had to have a bit cut off the end. I do have a program to convert DVD to .mp4 but two segments didn't want to copy. I tried many different ideas and ended up doing 2 more straight copies.<br /><br /> ]]></description>
                <author>~daboomonline</author>
            </item>
          <item>
                <title>Blender 2.24</title>
                <link>http://daboomonline.deviantart.com/journal/9508057/</link>
                <guid isPermaLink="true">http://daboomonline.deviantart.com/journal/9508057/</guid>
                <pubDate>Thu, 27 Jul 2006 05:36:17 PDT</pubDate>
                
                <description><![CDATA[ Yay! Blender 2.24 is finaly out. Loads of new stuff. on it. In other news, my brother has joined deviantart. He is new to art but his drawings are good. Go say hi! <img src="http://e.deviantart.com/emoticons/s/smile.gif" width="15" height="15" alt=":)" title=":) (Smile)" /><br />
<br />
~<a class="u" href="http://zoom-zoom-zoom.deviantart.com/">zoom-zoom-zoom</a> <a href="http://zoom-zoom-zoom.deviantart.com/"><img class="avatar" src="http://a.deviantart.com/avatars/z/o/zoom-zoom-zoom.jpg" width="50" height="50" alt="" title="zoom-zoom-zoom" /></a> ]]></description>
                <author>~daboomonline</author>
            </item>
    </channel>
</rss>