<?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>Dwarfsoft [GPA] &#187; Uni</title>
	<atom:link href="http://www.dwarfsoft.com/blog/category/uni/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dwarfsoft.com/blog</link>
	<description>Great Programming Artistry</description>
	<lastBuildDate>Tue, 22 Jun 2010 21:01:59 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Back Behind the Keyboard</title>
		<link>http://www.dwarfsoft.com/blog/2009/07/20/back-behind-the-keyboard/</link>
		<comments>http://www.dwarfsoft.com/blog/2009/07/20/back-behind-the-keyboard/#comments</comments>
		<pubDate>Mon, 20 Jul 2009 04:31:21 +0000</pubDate>
		<dc:creator>dwarfsoft</dc:creator>
				<category><![CDATA[Home]]></category>
		<category><![CDATA[Scripting]]></category>
		<category><![CDATA[Study]]></category>
		<category><![CDATA[Uni]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[Application]]></category>
		<category><![CDATA[Book]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Certification]]></category>
		<category><![CDATA[Daugher]]></category>
		<category><![CDATA[Exam]]></category>
		<category><![CDATA[Graduation]]></category>
		<category><![CDATA[GTD]]></category>
		<category><![CDATA[Novell]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[PyTA]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[TED]]></category>
		<category><![CDATA[VBScript]]></category>
		<category><![CDATA[XNA]]></category>

		<guid isPermaLink="false">http://www.dwarfsoft.com/blog/?p=252</guid>
		<description><![CDATA[It has again been some time since my last update. I have been quite busy getting used to balancing my new life with my daughter now nearly 3 months old. Fatherhood has obviously taken a lot of my time that I previously used for development, and learning.
The past few months have also seen my University [...]]]></description>
			<content:encoded><![CDATA[<p>It has again been some time since my last update. I have been quite busy getting used to balancing my new life with my daughter now nearly 3 months old. Fatherhood has obviously taken a lot of my time that I previously used for development, and learning.</p>
<p>The past few months have also seen my University Graduation 3 days after my Daughters Birth, Family Visits, Job Applications, Job Interviews, and finally Permanency in my Servers Position.</p>
<p>Aside from that I have been working with some friends on converting the old TA Server to the C# .Net/Python version (PyTA). I have also been busy in mapping out my development goals and objectives for the coming months and years.</p>
<p><span id="more-252"></span></p>
<div class="wp-caption alignright" style="width: 84px"><a href="http://www.amazon.com/dp/0142000280?tag=dwgp-20&amp;camp=213381&amp;creative=390973&amp;linkCode=as4&amp;creativeASIN=0142000280&amp;adid=0VNZXPFS9EAVTH6R7JM5&amp;"><img title="David Allens Getting Things Done" src="http://rcm-images.amazon.com/images/I/4104N6ME70L._SL110_.jpg" alt="David Allens Getting Things Done" width="74" height="110" /></a><p class="wp-caption-text">David Allens Getting Things Done</p></div>
<p>In order to better manage my time and my priorities I have been implementing and reviewing <a href="http://www.davidco.com/">David Allen&#8217;s</a> &#8220;Getting Things Done&#8221;, and have been operating my own install of GTD-PHP. I have been using this to manage all aspects of my life, from professional to personal projects. This has allowed me a lot greater control of my personal and professional life and allowed me to manage my time far more effectively than ever before. Currently in this system I am managing 100 Active Projects, 44 Someday/Maybe Projects, and within those I have currently 147 Actions within those. I am still in the process of determining Next actions for some of these projects, but at least having visibility of all these things I need to do has given me greater control of managing the most important of these. Most of the projects without next actions are someday/maybe projects, and the others that are not could be put in someday/maybe until such time as I have time to process their next actions. I definitely encourage anybody to try this method of organisation, time management, prioritisation because it has helped me to lower my stress and be able to switch off from work when I get home. Just note that it does tend to increase the likelihood of adding more projects to your list than you started out doing <img src='http://www.dwarfsoft.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> .</p>
<p>Aside from this I have been attempting to build an Application Audit script at work that will pull the NAL objects from our system through LDAP. I have started coding this type of script now as a class which is in a .vbs file and then for implementing its use I have started using .wsf files to include and execute the required code. This adds to the usability of my existing code and makes my code far more acccessible for reuse in other applications. I had already started writing these types of classes before for my Ini File Handler, but previously I had been including the VBScript files internally using a manual Include function:</p>

<div class="wp_syntax"><div class="code"><pre class="vbnet" style="font-family:monospace;"><span style="color: #0600FF;">Function</span> Include<span style="color: #000000;">&#40;</span>vbsFile<span style="color: #000000;">&#41;</span>
   <span style="color: #FF8000;">Set</span> fso <span style="color: #008000;">=</span> <span style="color: #0600FF;">CreateObject</span><span style="color: #000000;">&#40;</span><span style="color: #808080;">&quot;Scripting.FileSystemObject&quot;</span><span style="color: #000000;">&#41;</span>
   <span style="color: #0600FF;">If</span> fso.<span style="color: #0000FF;">FileExists</span><span style="color: #000000;">&#40;</span>vbsFile<span style="color: #000000;">&#41;</span> <span style="color: #FF8000;">Then</span>
      <span style="color: #FF8000;">Set</span> f <span style="color: #008000;">=</span> fso.<span style="color: #0000FF;">OpenTextFile</span><span style="color: #000000;">&#40;</span>vbsFile<span style="color: #000000;">&#41;</span>
      s <span style="color: #008000;">=</span> f.<span style="color: #0000FF;">ReadAll</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span>
      f.<span style="color: #0600FF;">Close</span>
      ExecuteGlobal s
   <span style="color: #0600FF;">End</span> <span style="color: #0600FF;">If</span>
<span style="color: #0600FF;">End</span> <span style="color: #0600FF;">Function</span></pre></div></div>

<p>The .wsf include method is so much cleaner:</p>

<div class="wp_syntax"><div class="code"><pre class="xml" style="font-family:monospace;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;script</span> <span style="color: #000066;">language</span>=<span style="color: #ff0000;">&quot;VBScript&quot;</span> <span style="color: #000066;">src</span>=<span style="color: #ff0000;">&quot;Applications.vbs&quot;</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span></pre></div></div>

<p>When I have managed to get my projects and actions further under control I will have to provide updates. I have some plans for the XNA in a Day series which I started with breakout, but that is some way off. I am also planning on overhauling some of my previous projects and actually actioning them. </p>
<p>Cheers, Chris.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dwarfsoft.com/blog/2009/07/20/back-behind-the-keyboard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Double Trouble</title>
		<link>http://www.dwarfsoft.com/blog/2007/08/19/double-trouble/</link>
		<comments>http://www.dwarfsoft.com/blog/2007/08/19/double-trouble/#comments</comments>
		<pubDate>Sun, 19 Aug 2007 05:40:26 +0000</pubDate>
		<dc:creator>dwarfsoft</dc:creator>
				<category><![CDATA[Uni]]></category>

		<guid isPermaLink="false">http://www.dwarfsoft.com/blog/2007/08/19/double-trouble/</guid>
		<description><![CDATA[I am grappling with two assignments this weekend, CIS2003 (ASP.Net/Web Development) and CIS3006 (Business Project). For CIS2003 I am comparing a number of Websites for purchasing products online, and examining the ordering system for each. The task is to get us to identify what we like and dislike about different sites in order that we [...]]]></description>
			<content:encoded><![CDATA[<p>I am grappling with two assignments this weekend, CIS2003 (ASP.Net/Web Development) and CIS3006 (Business Project). For CIS2003 I am comparing a number of Websites for purchasing products online, and examining the ordering system for each. The task is to get us to identify what we like and dislike about different sites in order that we can implement them into our system as part of Assignment 2. As I intend to be developing an Online Book Store for Assignment 2 I have decided to Analyse Book Stores. The few I have had a look at are the <a href="http://bookshop.usq.edu.au" title="USQ Bookshop" target="_blank">USQ Bookshop</a>, <a href="http://www.dymocks.com.au" title="Dymocks Online" target="_blank">Dymocks</a>, <a href="http://www.angusandrobertson.com.au/" title="Angus &amp; Robertson Bookshop" target="_blank">Angus &amp; Robertson</a> and <a href="http://www.amazon.com/" title="Amazon.com" target="_blank">Amazon.com</a>.</p>
<p>Out of these websites I like Dymocks the most, though here are the improvements I would have for the design of the site and the ordering system:<span id="more-19"></span></p>
<ol>
<li>Make its design scale to the screen. It appears to be designed for 1024&#215;768, not higher or lower.</li>
<li>Make the &#8220;Sort By&#8221; drop down box actually sort the Items.</li>
<li>Modify the &#8220;Add To Basket&#8221; feature so that instead of taking you away from the search page to immediately view your basket, it shades the background of the selected item, adds a &#8220;copies&#8221; field, and allows you to keep browsing the rest of the items in your list.</li>
<li>Along with the above option there should be a &#8220;Go to Cart&#8221; button above and below each search page, and a &#8220;Go to Cart&#8221; button next to each selected item (next to a &#8220;Remove from Cart&#8221; button)</li>
<li>There should be no need to select whether I am searching for a Keyword, Author, Title, Subject, ISBN or Series. By entering in search terms, all of these options should be searched for the most relevant results.</li>
<li>On the Cart page there should be a &#8220;Continue Shopping&#8221; button (like on A&amp;R, this is absent from Dymocks, and so the Browser Back Button is required) to take you back to the last search page.</li>
<li>The search results page should have the search field at the top to enable a new search to be conducted from the current page.</li>
<li>Tie in to Wikipedia for Information on Authors/Books.</li>
</ol>
<p>Basically it should be the Dymocks Bookstore with a couple of features from the other sites, and some &#8220;AJAX&#8221; style features that do not require reloading the page in order to post selections. As this will be built in ASP.NET, the scripting will most likely be VBScript.</p>
<p>CIS3006 has me completing the Project Specification. The Project Specification is a combination of the Software Requirements Specification and the Software Design Description. This will be taking up the rest of my time this evening, and will take a few nights during the coming week. I am relying heavily on the process from Systems Analysis and Design (CIS3002) from last Semester. I already have a fully functional GZipped File Format that I have been successfully saving and loading XML to and from my Data Store. The Data Store is already set up with all the tables and relations it needs to successfully implement the Library. I am just needing to build the Classes to validate the information and then build the GUI on top of that, then build in the reporting.</p>
<p>Both of these Assignments are due on the 27th, which leaves under a week to complete both. Once this double is over with, there will be no major assignment pairing for the rest of the semester. There is a double due on the 22nd of October, but one is a CIS3006 Project Report, and I hope to have the project completed by that point in time.</p>
<p>Cheers, Chris.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dwarfsoft.com/blog/2007/08/19/double-trouble/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Athenaeum</title>
		<link>http://www.dwarfsoft.com/blog/2007/08/13/athenaeum/</link>
		<comments>http://www.dwarfsoft.com/blog/2007/08/13/athenaeum/#comments</comments>
		<pubDate>Mon, 13 Aug 2007 06:59:54 +0000</pubDate>
		<dc:creator>dwarfsoft</dc:creator>
				<category><![CDATA[Uni]]></category>

		<guid isPermaLink="false">http://www.dwarfsoft.com/blog/2007/08/13/athenaeum/</guid>
		<description><![CDATA[I have titled my Business Project; Athenaeum. This name took about two minutes to find by looking in a Thesaurus for the word Library. I spent hours last night working on the project, and trying out a few Visual Studio 2005 features that I hadn&#8217;t previously had the chance to look at.
I have set up [...]]]></description>
			<content:encoded><![CDATA[<p>I have titled my Business Project; Athenaeum. This name took about two minutes to find by looking in a Thesaurus for the word Library. I spent hours last night working on the project, and trying out a few Visual Studio 2005 features that I hadn&#8217;t previously had the chance to look at.</p>
<p>I have set up a Data Store and  have it saving to an XML Memory Stream and GZipping that to a File. I am working on using the GZip stream to create my own Zipped folder type to store all my data files. As of 3am I have the stream working in preliminary testing, so now I just need to add a few more Get functions and test it using some live data.</p>
<p>The First Project Report has been Posted Today. I think I could have this entire project completed within the next 4 weeks, well ahead of schedule.</p>
<p><span id="more-18"></span></p>
<p>Cheers, Chris.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dwarfsoft.com/blog/2007/08/13/athenaeum/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Project Work</title>
		<link>http://www.dwarfsoft.com/blog/2007/08/12/project-work/</link>
		<comments>http://www.dwarfsoft.com/blog/2007/08/12/project-work/#comments</comments>
		<pubDate>Sat, 11 Aug 2007 14:58:45 +0000</pubDate>
		<dc:creator>dwarfsoft</dc:creator>
				<category><![CDATA[Uni]]></category>

		<guid isPermaLink="false">http://www.dwarfsoft.com/blog/2007/08/12/project-work/</guid>
		<description><![CDATA[I have been kept busy a bit with Assignments over the last couple of weeks. Work has commenced on the Uni project for CIS3006 (Business Computing Project) which I have titled Athenaeum, as it is a Library Cataloguing system. I figure that entire project should only take a short period of time, however, the excessive [...]]]></description>
			<content:encoded><![CDATA[<p>I have been kept busy a bit with Assignments over the last couple of weeks. Work has commenced on the Uni project for CIS3006 (Business Computing Project) which I have titled Athenaeum, as it is a Library Cataloguing system. I figure that entire project should only take a short period of time, however, the excessive reporting that is required in this course is more than doubling my workload.</p>
<p>I have also done the first Assignment, which was an Online Test, for CIS3008 (Systems Planning and Management). Worth 5%, I have picked up 4.5% of my result already. I have started work on the modules for CIS2003 (Component Based Software Development &#8211; basically ASP.Net), and installed the software and started looking through the modules for CIS3007 (Enterprise Systems Development and Architecture &#8211; Basically J2EE development).</p>
<p>Today I also installed Novell Netware 6.5 on my old AMD K6-2 333MHz. This is in order to study up and take the first of the CNA exams. I have put off doing the exam for too long since the training and I have started to lose some of the information, so need to refresh myself with how the whole system works. At times like this I am annoyed I don&#8217;t have either more computers, or a powerful enough PC to virtualize server and clients.</p>
<p><span id="more-17"></span></p>
<p>This week I also found out that one of my colleagues has been taking an online Microsoft course for Windows 2003 Server Installation and Maintenance. I have been helping him through his online assessment components, and this has piqued my interest in completing the exam I was studying for (070-290 &#8211; Installing and Maintaining Microsoft Windows 2003 Server). I also have the Windows Small Business Server 2003 Exam to complete, as I had already attended this training last year.</p>
<p>Basically, things are getting busy and I find I have little time to dedicate to updating blog. There is also a lot of movement in the office, and I am under the impression that I have been given the opportunity to move into a higher position sometime in the next two weeks. This will be great news for me as I could really do with the additional financial input that the position would grant me. This is not set in stone though, and I may just be moving across at level. This is another reason why I should complete some of the above Certifications.</p>
<p>Moving across to this new job may provide me with an opportunity to go on CCNA training, and gain Certification for that. This would be ideal and is one of the things on my potential Goals list for 2007. My current position at work has actually got a lot more interesting of late as I have been called upon to produce more scripts and more tools. This started about 3 weeks ago when I started creating a tool to check TED distributions on multiple servers. Once I had created the scripts and the HTA application to wrap it I was asked to produce a Security Auditing tool for folders. I have created two versions of this, the second pulls the information out of a call to Rights.exe for the UNC Path, and then I use this information by connecting via LDAP to NDS to get a list of all users who have access to the folder. Upon completing this I have been required to write a tool that lists what folders a user or group has access to. This, however, requires a heavy usage of the Trustee.txt/Trustbak.txt export (Trustee.NLM nightly export) which can be quite large for a CSV, especially across the network.</p>
<p>Scripting more has allowed me to hone my coding skills and helped to make my position more tollerable, and has allowed me a lot more freedom and communication with the Cluster Manager. This will hopefully bode well for the position I hope to be attaining soon, or so I hope.</p>
<p>Cheers, Chris.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dwarfsoft.com/blog/2007/08/12/project-work/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Semester 2</title>
		<link>http://www.dwarfsoft.com/blog/2007/07/10/semester-2/</link>
		<comments>http://www.dwarfsoft.com/blog/2007/07/10/semester-2/#comments</comments>
		<pubDate>Tue, 10 Jul 2007 07:06:51 +0000</pubDate>
		<dc:creator>dwarfsoft</dc:creator>
				<category><![CDATA[NGDN]]></category>
		<category><![CDATA[Uni]]></category>

		<guid isPermaLink="false">http://www.dwarfsoft.com/blog/2007/07/10/semester-2/</guid>
		<description><![CDATA[Semester 2 is about to begin, I have recieved my study materials and have taken a good look at the Business Computing Project (CIS3006). The provided project is building a library system that allows students and teachers to hire out books, CD&#8217;s, Videos, and related materials. During Semester 1 I did some Library software as [...]]]></description>
			<content:encoded><![CDATA[<p>Semester 2 is about to begin, I have recieved my study materials and have taken a good look at the Business Computing Project (CIS3006). The provided project is building a library system that allows students and teachers to hire out books, CD&#8217;s, Videos, and related materials. During Semester 1 I did some Library software as part of another assignment, and this may be a basis for development. This will require more Database wrangling than previously, or may be more useful as a Web Application hosted off my site.</p>
<p>The NGDN meeting went well on Sunday and we covered a lot of business related topics about the structure and depth of our agreement. This gives us an idea of where we all stand on issues related to the business. Andrew will take this to his uncle and then we will come back with a more structured business agreement.</p>
<p><span id="more-16"></span></p>
<p>I have also been developing some automated systems at work to deal with Auditing Security on the Novell volumes, as well as polling Novell TED distributions on servers.  This has made work a whole lot more interesting.</p>
<p>Cheers, Chris.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dwarfsoft.com/blog/2007/07/10/semester-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exams are Over</title>
		<link>http://www.dwarfsoft.com/blog/2007/06/29/exams-are-over/</link>
		<comments>http://www.dwarfsoft.com/blog/2007/06/29/exams-are-over/#comments</comments>
		<pubDate>Thu, 28 Jun 2007 23:38:29 +0000</pubDate>
		<dc:creator>dwarfsoft</dc:creator>
				<category><![CDATA[Home]]></category>
		<category><![CDATA[Uni]]></category>

		<guid isPermaLink="false">http://www.dwarfsoft.com/blog/2007/06/29/exams-are-over/</guid>
		<description><![CDATA[Well, I have finally finished up all my exams, now I have to sit and wait until the 13th of July in order to receive my results. Now I have to get on with fixing up my house. The driveway has a trench dug through it, and has had for the last few weeks, but [...]]]></description>
			<content:encoded><![CDATA[<p>Well, I have finally finished up all my exams, now I have to sit and wait until the 13th of July in order to receive my results. Now I have to get on with fixing up my house. The driveway has a trench dug through it, and has had for the last few weeks, but I am at a loss for time to get out and finish it.  It has been raining every day that I have had off, and I have been beset by other issues.</p>
<p>When I first had time to continue the trench and it started raining, there was an issue with a cracked tile on the roof, so I was forced to try and fix that as best as I could in the interim to stop the rain pouring in. I have also been working on replacing all the locks, doorknobs and dead-bolts in the house to secure everything up, and replace old and worn out ones. The back-door door-knob was the first to go, as it kept &#8220;pulling out&#8221; and required a fair bit of coaxing to get back into place. My brother-in-law came over during my exam week with 3 exams to cut down some trees that are now declared pests. He has since been attempting to mulch the branches so we can take the unneeded stuff to the tip.</p>
<p>The fact that it is raining so much has not bothered me overly, as we are in a drought and the extra rain is going to be well appreciated by the masses. It is merely annoying that I can get almost nothing done that needs to be done considering how cold, dark and wet it is outside all of the time.</p>
<p><span id="more-15"></span></p>
<p>I fixed the sensor light out the front of the house by doing some rewiring back to the switch. This turned out to be a loose connection in the switch itself, which has now been remedied. The kitchen lights are still in their disfunctional state, and it appears that I need to run a fresh batch of wire from the switch to the lights.</p>
<p>I have bought a 4 way 75 Ω Coax Splitter for TV Arials. I intend to run the Coax to each of the bedrooms and to the laundry. Currenly there is a 2 way splitter above the corridor, which I am going to replace with the 4 ay splitter. I am then going to run two lots of 15 meter Cable (probably only 10 meters, but 15 to be safe). One will go to the &#8216;blue room&#8217; in the middle of the corridor, the other will run to the two way splitter which will be above the master-bedroom/laundry area. From here I will run between 2 and 5 meters of cable down to the laundry and into the bedroom. I am also planning on doubling up the coax to the laundry/study area so I can plug in the FM and TV receiver in the computer and get better signal.</p>
<p>Amongst all this, I will also have to find time to start looking at next semesters uni work. I have a fair bit on in the following semester, including a <a href="http://www.usq.edu.au/course/synopses/2007/CIS3006.html" title="CIS3006 Business Computing Project (FOBUS)" target="_blank">Business Computing Project</a> to manage, <a href="http://www.usq.edu.au/course/synopses/2007/CIS3007.html" title="CIS3007 Enterprise Systems Development and Architecture (FOBUS)" target="_blank">Enterprise System Development using Java</a>, <a href="http://www.usq.edu.au/course/synopses/2007/CIS2003.html" title="CIS2003 Component Based Software Development (FOBUS)" target="_blank">Web development using ASP.Net</a>, and <a href="http://www.usq.edu.au/course/synopses/2007/CIS3008.html" title="CIS3008 Systems Planning and Management (FOBUS)" target="_blank">System Planning and Management</a>. Three third year subjects are going to really push my time.</p>
<p>I have also received a job query from a friend of mine about a job doing C#/ASP.Net development for a small company in Toowoomba. This is an interesting prospect, and I will see whether I can afford to go over to that side. The do ask for an &#8220;Experienced&#8221; C#/ASP.Net developer, and currently my &#8220;experience&#8221; centers around C++, VB.Net and ASP as relevant languages. I am sure the minimal experience I have had with C#, and my current C++ and VB.Net will tie together to help me develop in C#. That is yet another chapter.</p>
<p>If all the above isn&#8217;t enough, it is my Birthday on Tuesday. Currently my wife is on some mission to provide a surprise or something, and as such I am going to be stuck at work until 6pm, even if I am only watching movies while I wait for her. I am not allowed to go home, and apparently I am not going to be at home for the entire weekend, which is kind of difficult for me with so much work being required at the house. I can only hope that my mood improves somewhat, as I have been in a quite foul one for some time now.</p>
<p>Cheers, Chris.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dwarfsoft.com/blog/2007/06/29/exams-are-over/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Assignments&#8230; taking over&#8230;</title>
		<link>http://www.dwarfsoft.com/blog/2007/05/21/assignments-taking-over/</link>
		<comments>http://www.dwarfsoft.com/blog/2007/05/21/assignments-taking-over/#comments</comments>
		<pubDate>Mon, 21 May 2007 01:56:17 +0000</pubDate>
		<dc:creator>dwarfsoft</dc:creator>
				<category><![CDATA[NGDN]]></category>
		<category><![CDATA[Uni]]></category>

		<guid isPermaLink="false">http://www.dwarfsoft.com/blog/?p=12</guid>
		<description><![CDATA[My Marketing Assignment 2 is due today and after a hectic weekend I have managed to complete it ready for posting. I have also started on the Networks and Distributed Systems Report on Virtualization and VPNs. This report is interesting from th standpoint that I was only just reading up on Virtualization on Blades as [...]]]></description>
			<content:encoded><![CDATA[<p>My Marketing Assignment 2 is due today and after a hectic weekend I have managed to complete it ready for posting. I have also started on the Networks and Distributed Systems Report on Virtualization and VPNs. This report is interesting from th standpoint that I was only just reading up on Virtualization on Blades as an option for one of the Sites up North, one of the people I met at training was discussing this as an option for his server setup.</p>
<p>Virtualization provides some interesting benefits and disadvantages that I had not at first examined. I also was not aware of the many different levels of Virtualization available, from Operating Systems to Virtual Storage solutions. This has been an eye opener.</p>
<p><span id="more-12"></span></p>
<p>On NGDN, we have delayed some business meetings for a few weeks, but have made some progress on design elements and launch direction.  Once this business meeting has been conducted we can formalise the business in writing. When we have a formal agreement on how to structure the business we will be in a position to work on development with some confidence that the Site will not crumble due to creative difference or idea theft. So a few more weeks before we get a Lawyers eye view of the business relationship.</p>
<p>Cheers, Chris.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dwarfsoft.com/blog/2007/05/21/assignments-taking-over/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Networks and Distributed Systems</title>
		<link>http://www.dwarfsoft.com/blog/2007/05/01/networks-and-distributed-systems/</link>
		<comments>http://www.dwarfsoft.com/blog/2007/05/01/networks-and-distributed-systems/#comments</comments>
		<pubDate>Tue, 01 May 2007 05:45:51 +0000</pubDate>
		<dc:creator>dwarfsoft</dc:creator>
				<category><![CDATA[Uni]]></category>

		<guid isPermaLink="false">http://www.dwarfsoft.com/blog/?p=4</guid>
		<description><![CDATA[I have just completed Assignment 1 for Networks and Distributed Systems, a third year class I am doing at the USQ. The assignment consisted of researching different Wireless Technology and their appropriate uses.
I am actually quite fascinated as to how many different technologies, or emerging technogies, there actually are. The Report covered a scope from [...]]]></description>
			<content:encoded><![CDATA[<p>I have just completed Assignment 1 for Networks and Distributed Systems, a third year class I am doing at the <a href="http://www.usq.edu.au/" title="USQ" target="_blank">USQ</a>. The assignment consisted of researching different Wireless Technology and their appropriate uses.</p>
<p>I am actually quite fascinated as to how many different technologies, or emerging technogies, there actually are. The Report covered a scope from Wireless Personal Area Networks (WPANs) up through WLAN, WMAN, and WWAN. It has been quite useful for me in understanding the differences between Wi-Fi and WiMAX, and also the potential emergence of Mobile-Fi.</p>
<p>Now that this assignment is done, I have to finish Business Systems Analysis, Design and Implementation Assignment 1 which is due on Thursday. This is going to be one of those sleep deprived weeks :/</p>
<p><span id="more-4"></span></p>
<p>Cheers, Chris.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dwarfsoft.com/blog/2007/05/01/networks-and-distributed-systems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
