<?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>Athena's Pad &#187; AthenaOfDelphi</title>
	<atom:link href="http://athena.outer-reaches.com/wp/index.php/archives/author/athenaofdelphi/feed" rel="self" type="application/rss+xml" />
	<link>http://athena.outer-reaches.com/wp</link>
	<description>Notes from the codex of wisdom and war according to AthenaOfDelphi</description>
	<lastBuildDate>Sun, 27 Jun 2010 15:58:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>Another woeful England performance</title>
		<link>http://athena.outer-reaches.com/wp/index.php/archives/777</link>
		<comments>http://athena.outer-reaches.com/wp/index.php/archives/777#comments</comments>
		<pubDate>Sun, 27 Jun 2010 15:58:36 +0000</pubDate>
		<dc:creator>AthenaOfDelphi</dc:creator>
				<category><![CDATA[News and Views]]></category>
		<category><![CDATA[Wind Ups]]></category>

		<guid isPermaLink="false">http://athena.outer-reaches.com/wp/?p=777</guid>
		<description><![CDATA[What a woeful display of footballing &#8216;excellence&#8217;&#8230;. the best players we have&#8230; give me a break.
If you disregard the disallowed goal, England&#8217;s display was appaulling&#8230; completely and utterly outclassed by the Germans&#8230; I know who I&#8217;ll be supporting from here on in.
These are some of the highest paid people in the country and yet to [...]]]></description>
			<content:encoded><![CDATA[<p>What a woeful display of footballing &#8216;excellence&#8217;&#8230;. the best players we have&#8230; give me a break.</p>
<p>If you disregard the disallowed goal, England&#8217;s display was appaulling&#8230; completely and utterly outclassed by the Germans&#8230; I know who I&#8217;ll be supporting from here on in.<span id="more-777"></span></p>
<p>These are some of the highest paid people in the country and yet to look at them&#8230; what the hell do they get paid to do?  Can&#8217;t pass&#8230; can&#8217;t defend&#8230; can&#8217;t run&#8230; the list goes on!  But stick them in their clubs and they all play great.  What the hell went wrong?</p>
<p>Is it Fabio Cappello?  The formation?  What???</p>
<p>The only player worthy of a mention is David James who was superb and the one player I think who deserves an honorary raspberry is Wayne Rooney&#8230; talk about over hyped&#8230; he was pitiful.  So many times over the last week or so have I sat and watched as he&#8217;s given the ball away&#8230; failed to keep up with the game&#8230; I know he&#8217;s been injured but please&#8230; if he&#8217;s not up to the job, he shouldn&#8217;t be on the pitch.</p>
<p>Overall, I can describe the England performance as woeful&#8230; completely and utterly woeful.  Before today I would have said they were lucky not to have gone out.  Now, they deserve to go out!!!</p>
<p>Welcome home boys!</p>
]]></content:encoded>
			<wfw:commentRss>http://athena.outer-reaches.com/wp/index.php/archives/777/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Some comments on Visual Studio</title>
		<link>http://athena.outer-reaches.com/wp/index.php/archives/744</link>
		<comments>http://athena.outer-reaches.com/wp/index.php/archives/744#comments</comments>
		<pubDate>Fri, 25 Jun 2010 20:27:04 +0000</pubDate>
		<dc:creator>AthenaOfDelphi</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://athena.outer-reaches.com/wp/?p=744</guid>
		<description><![CDATA[Now, before I go on, these are based on Visual Studio 2005 (but I have just looked at Visual Studio 2008 and I have no reason to think these don&#8217;t apply).  So what are my comments this time around on my Microsoft bashing merry go round  
Well, first up, let me make one [...]]]></description>
			<content:encoded><![CDATA[<p>Now, before I go on, these are based on Visual Studio 2005 (but I have just looked at Visual Studio 2008 and I have no reason to think these don&#8217;t apply).  So what are my comments this time around on my Microsoft bashing merry go round <img src='http://athena.outer-reaches.com/wp/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> <span id="more-744"></span></p>
<p>Well, first up, let me make one thing clear&#8230; people rave about Visual Studio and slag off Delphi&#8230; mostly it seems because Delphi is old.  Well, old it may be, but from the perspective of the visual form designer, Delphi 5 is in my opinion still streets ahead of Visual Studios efforts.  This could just be because I&#8217;ve not spent years learning all VS&#8217;s tricks, but I didn&#8217;t spend years learning Delphi&#8217;s either.  Delphi 5 had some great tools which made laying out forms a snap.</p>
<p>As an example&#8230; tab order&#8230; when I layout a form, I very rarely stick the controls on it in the order I want the user to tab through them.  So, in VS I have to select each control and tweak it&#8217;s tabIndex property&#8230; in Delphi, I right click the container, select &#8216;Tab order&#8217; and up pops a dialog that allows me to simply drag and drop control names to set their tab order.</p>
<p>Alignment&#8230; why in gods name when I switch from Line layout to Grid layout in VS do I have to close the designer and then re-open it?  Delphi can do that on the fly.  And best of all, Delphi&#8217;s snap facilities at least appear to work well and make it a breeze to layout forms so they look nice.</p>
<p>Control overlap&#8230; why oh why when I layout a form in VS do the controls end up overlapping each other when I run the application?  Why do things seemingly decide to change size on their own between when I design the form and when I execute it?  These two issues alone have caused me numerous headaches and coupled with the appalling snapping in the designer&#8230; laying out forms in VS is a nightmare.  I&#8217;ve never had this problem with Delphi, except when I start using the skinning facilities of the DevExpress controls&#8230; then they can change size, but just plain vanilla controls&#8230; if they don&#8217;t overlap at design time, they don&#8217;t overlap at runtime&#8230; unlike VS where they don&#8217;t overlap at design time, then at run time the controls overlap and render over one another.</p>
<p>Adding multiple instances of the same control&#8230; how do I add multiple instances of a control in VS, without having to go back to the toolbox and click it again and without using double click in the toolbox?  In Delphi I simply select the component from the palette with Shift pressed and I can add a multitude of instances of that same control.</p>
<p>And that brings me nicely onto a major gripe&#8230; straight out of the box, the component set provided by VS is dire.  I don&#8217;t use string grids very often, but just when I want to, I can&#8217;t because there isn&#8217;t one available in VS.  Overall, the standard toolbox offering in VS is completely eclipsed by the good old Delphi VCL.</p>
<p>So, now I&#8217;ve used C# and Visual Studio for more than just a few minutes, do I have anything good to say?  Well&#8230; not really no.  I&#8217;m using it through necessity as I don&#8217;t want the headache of trying to get Delphi hooked up for writing PowerPoint add-ins.  If Delphi provided an easy means of doing this I&#8217;d use it, but unfortunately it doesn&#8217;t, so I&#8217;m stuck with VS.</p>
<p>C# as a language is pretty good and fairly straight forward to switch to from Delphi, but there is one thing I really don&#8217;t like, and thats the fact there is no interface definition so it&#8217;s not so straight forward to see what your classes provide as you have to trawl through the actual functionality just to find out what methods are provided by the class.</p>
<p>So, that&#8217;s about all I have to say about VS and C#.  I&#8217;m actually developing a product with it which I hope to release soon, so for the foreseeable future at least, I&#8217;m going to have to use VS, but given the choice between VS and C# or Delphi and Object Pascal&#8230; that requires only a split second to compute.  Delphi would win most of the time, unless it&#8217;s tricky to achieve the desired result with it&#8230; for example, Windows Mobile development&#8230; that would be VS and C#.</p>
<p>I do find it quite interesting how most companies have gone down the VS and C# route when they could probably achieve the same results quicker with Delphi.</p>
<p><strong>Disclaimer</strong> &#8211; These are my thoughts based on the short time I&#8217;ve been using VS and C#.  As I&#8217;ve stated, it would be my weapon of choice for certain projects such as Office add-in and Windows Mobile development or building applications that need to be distributed on Win32 and Win64.  But, overall, it&#8217;s just not my favourite tool.</p>
]]></content:encoded>
			<wfw:commentRss>http://athena.outer-reaches.com/wp/index.php/archives/744/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My first real taste of C#</title>
		<link>http://athena.outer-reaches.com/wp/index.php/archives/742</link>
		<comments>http://athena.outer-reaches.com/wp/index.php/archives/742#comments</comments>
		<pubDate>Sat, 29 May 2010 00:53:26 +0000</pubDate>
		<dc:creator>AthenaOfDelphi</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://athena.outer-reaches.com/wp/?p=742</guid>
		<description><![CDATA[Well, I&#8217;ve dabbled with C# before, tweaking a RunUO instance, but this is the first time I&#8217;ve actually used the language in anger, writing something from scratch, so I figured I&#8217;d just jot down a few thoughts.  The project&#8230; a PowerPoint add-in.

Why am I writing anything about a language that isn&#8217;t new?  Well, [...]]]></description>
			<content:encoded><![CDATA[<p>Well, I&#8217;ve dabbled with C# before, tweaking a RunUO instance, but this is the first time I&#8217;ve actually used the language in anger, writing something from scratch, so I figured I&#8217;d just jot down a few thoughts.  The project&#8230; a PowerPoint add-in.<br />
<span id="more-742"></span></p>
<p>Why am I writing anything about a language that isn&#8217;t new?  Well, being a die hard Delphi fan-chick I thought my first foray into the world of C#, .net and Visual Studio may provide some useful insight to any other Delphi developers looking to move to the dark side <img src='http://athena.outer-reaches.com/wp/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>So, the project&#8230; right now, I&#8217;m preparing a big presentation for work.  It&#8217;s a training course, and as such I have some things I want to do&#8230; these aren&#8217;t mind blowingly clever things, but PowerPoint out of the box just can&#8217;t do them without some pretty intensive labour.  For example&#8230; macros at design time&#8230; you can&#8217;t (or at least I couldn&#8217;t find any way of doing it) have macros assigned to shortcut keys that run in the editor&#8230; you can&#8217;t even access useful events like &#8216;PresentationOpened&#8217; without resorting to an add-in.</p>
<p>With this information in hand, I figured that I&#8217;d implement all the funky features I want in my own custom add-in.  If it pans out and I can make it work well (so far it&#8217;s going really well all things considered) then I may release it as a low-cost commercial product for other budding presenters.</p>
<p>But enough of that&#8230; lets get into my thoughts.</p>
<p>The environment&#8230; the first thing is the obvious difference in keystrokes.  Somethings that in Delphi require a single keypress require key combinations in Visual Studio.  I know that the more I use it, the more conversant I&#8217;ll become with the GUI, but for some reason many of the keypress don&#8217;t follow logically.  Take the Step Into, Step Over and Run buttons&#8230;  Delphi, it&#8217;s F7, F8 and F9 respectively.  VS it&#8217;s F11, F10 and F5 respectively&#8230; hardly a logical progression.  In Delphi, F12 toggles between the visual form and it&#8217;s code&#8230; in VS, it&#8217;s F7 for the code and Shift+F7 for the visual form.</p>
<p>My next gripe&#8230; double clicking a C# source file in the project explorer in VS opens the editor with some HTML in it??? WTF?  Double click means open the file I&#8217;m clicking in practically every other context I can think of, so why in VS does it open something else?  Even using the &#8216;Open&#8217; option from the popup menu results in the same thing!  I&#8217;ll say it again&#8230; WTF???</p>
<p>The editor in VS is OK, I find some of it&#8217;s auto-formatting stuff a bit annoying because it ends up with code which isn&#8217;t in my natural style, but at least the code ends up looking fairly standardised without too much effort from me.  The visual form designer seems a bit clunky somehow&#8230; I can&#8217;t quite put my finger on it, but suffice to say, I don&#8217;t think it&#8217;s as nice to use as Delphi&#8217;s.</p>
<p>So, I&#8217;m not overly impressed by the environment.</p>
<p>The language&#8230; I&#8217;ve said this many times to colleagues&#8230; a good software engineer will be able to pickup a new language and be productive with it in a matter of hours.  Now not wanting to blow my own trumpet, but all things considered (new environment, first real use of the language, first Office add-in and first Office ribbon customisation) I would say I&#8217;ve done pretty well.  The guts of my add-in are now complete and I can interact with my presentation in (for the most part) the manner I wanted to.  I have a few small gripes but these are of my own making and I plan to fully tackle them later, but for now&#8230; I can setup the data I need, I can store information in the presentation and retrieve it&#8230; and the whole thing has only taken me about 8 hours (including time design icons).  Most of this has been engineering the ribbon customisation.. it&#8217;s so picky and the documentation sucks.  The help is appalling&#8230; for some reason my local help is limited to the Windows Mobile SDK so I have to go hunting for information on-line&#8230; great when I&#8217;m at home, but shite if I&#8217;m sat in an airport terminal with no WiFi.  I&#8217;d like to say that Delphi&#8217;s help is better&#8230; in some respects it is&#8230; it&#8217;s all there, locally, out of the box, but compared to the help that shipped with Delphi 5, both VS and the later versions of Delphi suck when it comes to the help they provide.</p>
<p>Setting up the project&#8230; this was a snap&#8230; simply create a new project using the Visual Studio Tools for Office and you get the option to create an add-in.  Add ribbon customisation as a project component and you&#8217;re away&#8230; it really is that easy.  I&#8217;ve dabbled a little bit with the Windows Mobile SDK in the past, and creating an app for my smartphone was just as easy, so big up to Microsoft on that.  Whilst I could probably do the same with Delphi, I just know that it would require lots of fiddling and faffing to get anywhere close to a working add-in.  Who wants that hassle?  Besides, I&#8217;m a firm believer in picking the right tool for the job and in this case VS and C# is it.</p>
<p>I was going to say, the one thing I really like about the VS editor is it&#8217;s region capabilities&#8230; but I just fired up Delphi 2009 and that supports regions&#8230; Cool <img src='http://athena.outer-reaches.com/wp/wp-includes/images/smilies/icon_biggrin.gif' alt=':-D' class='wp-smiley' /> </p>
<p>So what have I concluded from this first foray into the world of C# and VS&#8230; well&#8230; I&#8217;ve said for quite a while that what makes .net development difficult is the size of the libraries, and I stand by that.  Some of it gets in the way, like nearly everything being an object&#8230; I know in Delphi there are lots of objects, but C# just seems to be a little too OO in places.  Overall though, I&#8217;m pleased with the progress I&#8217;ve made and I&#8217;d be pretty happy to get into some more in-depth development with the tool set, but there are somethings I just don&#8217;t like.  Classes for example&#8230; no definitions&#8230; just bang it all in the body of the class&#8230; it makes finding stuff a pain in the ass as you can&#8217;t just skim a header and jump to the implementation of the method like you can in Delphi, regions help but it&#8217;s still a nightmare.  The use of &#8216;this&#8217;&#8230; in some places it seems to be required, but in other it doesn&#8217;t&#8230; this could just be my n00biness showing through, but when I&#8217;m in a class in Delphi I hardly ever use &#8216;self&#8217;.</p>
<p>Overall though, I&#8217;m pretty pleased and I hope to have my add-in finished with just a couple more hours of work, and well&#8230; I have now at least used it in anger&#8230; the question is, is that worthy of a place on my CV? <img src='http://athena.outer-reaches.com/wp/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://athena.outer-reaches.com/wp/index.php/archives/742/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Scraped by 208.50.101.153 &#8211; An update</title>
		<link>http://athena.outer-reaches.com/wp/index.php/archives/739</link>
		<comments>http://athena.outer-reaches.com/wp/index.php/archives/739#comments</comments>
		<pubDate>Fri, 14 May 2010 09:22:50 +0000</pubDate>
		<dc:creator>AthenaOfDelphi</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[SmartScreen]]></category>

		<guid isPermaLink="false">http://athena.outer-reaches.com/wp/?p=739</guid>
		<description><![CDATA[Since my original &#8216;Scraped by 208.50.101.153&#8242; post, a bunch of guys who were also interested in knowing what it was all about got together here and figured it out.  I&#8217;ve verified most of what was discovered and written up an article all about here on my wiki.
In short, it appears to be related to [...]]]></description>
			<content:encoded><![CDATA[<p>Since my original &#8216;Scraped by 208.50.101.153&#8242; post, a bunch of guys who were also interested in knowing what it was all about got together here and figured it out.  I&#8217;ve verified most of what was discovered and written up an article all about <a href="http://athena.outer-reaches.com/wiki/doku.php?id=research:smartscreen:home">here</a> on my wiki.</p>
<p>In short, it appears to be related to Microsoft&#8217;s SmartScreen filter, but for more information head on over to my wiki and check out the write up of the guys research.</p>
]]></content:encoded>
			<wfw:commentRss>http://athena.outer-reaches.com/wp/index.php/archives/739/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ACFW and WordPress 3</title>
		<link>http://athena.outer-reaches.com/wp/index.php/archives/737</link>
		<comments>http://athena.outer-reaches.com/wp/index.php/archives/737#comments</comments>
		<pubDate>Sun, 18 Apr 2010 22:15:08 +0000</pubDate>
		<dc:creator>AthenaOfDelphi</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[ACFW]]></category>
		<category><![CDATA[WordPress 3.0]]></category>

		<guid isPermaLink="false">http://athena.outer-reaches.com/wp/?p=737</guid>
		<description><![CDATA[For anyone who uses my Advanced Custom Field Widget, I thought I&#8217;d get ahead of the game and see how it fairs when running under WordPress 3.  My initial tests running WP3 on my development blog suggest it will be fine, and should not require any changes.
The tests were done with ACFW Version 0.82 [...]]]></description>
			<content:encoded><![CDATA[<p>For anyone who uses my Advanced Custom Field Widget, I thought I&#8217;d get ahead of the game and see how it fairs when running under WordPress 3.  My initial tests running WP3 on my development blog suggest it will be fine, and should not require any changes.</p>
<p>The tests were done with ACFW Version 0.82 and WordPress 3.0 (Beta 1).</p>
]]></content:encoded>
			<wfw:commentRss>http://athena.outer-reaches.com/wp/index.php/archives/737/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Site Spammers</title>
		<link>http://athena.outer-reaches.com/wp/index.php/archives/732</link>
		<comments>http://athena.outer-reaches.com/wp/index.php/archives/732#comments</comments>
		<pubDate>Sun, 28 Feb 2010 19:50:51 +0000</pubDate>
		<dc:creator>AthenaOfDelphi</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[Wind Ups]]></category>
		<category><![CDATA[Spammers]]></category>

		<guid isPermaLink="false">http://athena.outer-reaches.com/wp/?p=732</guid>
		<description><![CDATA[Well&#8230; first we had the scrapers&#8230; now we have the spammers&#8230;  Since about 4:30pm my blog has seen an inordinate amount of traffic originating from all over the place&#8230; the one common thing&#8230; all of it is apparently referrals from a site that pushes software for getting your links around and about the web. [...]]]></description>
			<content:encoded><![CDATA[<p>Well&#8230; first we had the scrapers&#8230; now we have the spammers&#8230;  Since about 4:30pm my blog has seen an inordinate amount of traffic originating from all over the place&#8230; the one common thing&#8230; all of it is apparently referrals from a site that pushes software for getting your links around and about the web.  I&#8217;m not going to give them the recognition they are after by putting the domain on the front page, so if you want to know more, read on&#8230;<span id="more-732"></span></p>
<p>The site listed as the referrer is <b>www dot submitter software dot com</b>&#8230;  they succeeded in posting 5 comments, all punting a piece of software to help drive traffic to your site by abusing shareware software sites and their PAD files&#8230; whatever they are.  The software in question is actually produced by a another company, so I can only assume that <b>submitter software</b> is an affiliate looking to increase their earnings&#8230; maybe I should drop the software house a mail I thought&#8230; let them know about the unscrupulous tactics employed by people pushing their products&#8230; then when I looked at the products produced by this company I figured they&#8217;d probably applaud.</p>
<p>Of course, there could be a perfectly legitimate reason why my site was being spammed&#8230; maybe the site owner purchased advertising services from the company they make a mention of on their site and they had no clue what they would do to increase their traffic.  So&#8230; Rebekah Hudson of 177 Captain HM Shreve Blvd, Shreveport, Louisiana (with the email address kphudson@comcast.net), I&#8217;d love to hear how you are involved with <b>submitter software dot com</b> (other than being the registrant).</p>
<p>So, how to stop this kind of crap if your site gets blitzed by this sorted of traffic&#8230; well, it&#8217;s actually quite simple if you can modify the .htaccess files and your server has mod_rewrite enabled.  Google the search string <b>+&#8221;block&#8221; +&#8221;referrer&#8221; +&#8221;apache&#8221;</b> and you&#8217;ll get quite a lot of pages that provide details of how to block visitors based on referrers.</p>
]]></content:encoded>
			<wfw:commentRss>http://athena.outer-reaches.com/wp/index.php/archives/732/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>i-Pod Sock Pattern</title>
		<link>http://athena.outer-reaches.com/wp/index.php/archives/728</link>
		<comments>http://athena.outer-reaches.com/wp/index.php/archives/728#comments</comments>
		<pubDate>Sun, 28 Feb 2010 12:36:01 +0000</pubDate>
		<dc:creator>AthenaOfDelphi</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[Knitting]]></category>

		<guid isPermaLink="false">http://athena.outer-reaches.com/wp/?p=728</guid>
		<description><![CDATA[If you have an i-Pod and you&#8217;d like a &#8216;sock&#8217; for it, but object to paying money to Apple or someone else for one&#8230; if you want to knit one here&#8217;s a fairly simple pattern for one.
Cast on 58 stitches

* K2, P2 to end (last two stitches should be K)
* P2, K2 to end (last [...]]]></description>
			<content:encoded><![CDATA[<p>If you have an i-Pod and you&#8217;d like a &#8216;sock&#8217; for it, but object to paying money to Apple or someone else for one&#8230; if you want to knit one here&#8217;s a fairly simple pattern for one.<span id="more-728"></span></p>
<pre class="code">Cast on 58 stitches

* K2, P2 to end (last two stitches should be K)
* P2, K2 to end (last two stitches should be P)

This sets the pattern.  Continue for another 74 rows.

Knit 2 rows

* P2, K2 to end (last two stitches should be P)
* K2, P2 to end (last two stitches should be K)

This sets the pattern.  Continue for another 8 rows.

Cast off in pattern.
</pre>
<p>To complete, you need to sew up the sock along the starting and side edges.  Then, find some cord (I knitted one with my french knitter and attached a couple of bobbles by knitting into the cord) pop the cord in place, fold the sock over on the 2 knit rows and then sew up the final edge to make the cord tube.  This was knitted with Palette yarns 019/219 series yarn on 2.25mm/13 gauge needles.  If you want a plainer sock, you could use something like the 018/219 series from Palette.</p>
<p>Here&#8217;s a piccie of my finished sock&#8230; the picture has been doctored to remove the background, but I&#8217;m sure you&#8217;ll get the idea.</p>
<p><a href="/wp/wp-content/uploads/2010/02/iPodSock.jpg"><img src="http://athena.outer-reaches.com/wp/wp-content/uploads/2010/02/iPodSock-150x150.jpg" alt="" title="My i-Pod Sock" width="150" height="150" class="aligncenter size-thumbnail wp-image-729" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://athena.outer-reaches.com/wp/index.php/archives/728/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Special Sack</title>
		<link>http://athena.outer-reaches.com/wp/index.php/archives/720</link>
		<comments>http://athena.outer-reaches.com/wp/index.php/archives/720#comments</comments>
		<pubDate>Sun, 28 Feb 2010 11:48:43 +0000</pubDate>
		<dc:creator>AthenaOfDelphi</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[Knitting]]></category>
		<category><![CDATA[LittleBigPlanet]]></category>
		<category><![CDATA[Sackboy]]></category>

		<guid isPermaLink="false">http://athena.outer-reaches.com/wp/?p=720</guid>
		<description><![CDATA[I&#8217;ve not been knitting too long (a little over a year) and I&#8217;ve just finished my first real request    Up until now all the stuff I&#8217;ve done, I&#8217;ve offered to do to get some practice in.  But just before Christmas I was asked if I&#8217;d knit a sackboy for a friends [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve not been knitting too long (a little over a year) and I&#8217;ve just finished my first real request <img src='http://athena.outer-reaches.com/wp/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />   Up until now all the stuff I&#8217;ve done, I&#8217;ve offered to do to get some practice in.  But just before Christmas I was asked if I&#8217;d knit a sackboy for a friends sister.  He&#8217;s been knitted with the <a href="/wp/index.php/archives/716">Alan Dart pattern</a> and he&#8217;s got a nice little hat and scarf.<span id="more-720"></span></p>
<p><a href="/wp/wp-content/uploads/2010/02/SackboyJ.jpg"><img src="http://athena.outer-reaches.com/wp/wp-content/uploads/2010/02/SackboyJ-150x150.jpg" alt="" title="Sackboy with hat and scarf" width="150" height="150" class="aligncenter size-thumbnail wp-image-721" /></a></p>
<p>The scarf is very straight forward&#8230; </p>
<pre class="code">Cast on 8 sts
Continue in garter stitch for 266 rows
Cast off
</pre>
<p>If memory serves, I knitted this on 4mm needles using both the red and white wool (Palette yarns 018/219 series).  The tassles are simple loops tied on through the stitches.  Depending on how you want your sackboy to look, you can adjust the length&#8230; as you can see from the photo, I went for the contemporary look so I made the scarf nice and long.</p>
<p>The hat is also fairly straight forward.  This time I knitted with Palette yarns 018/219 series on 2.25mm/13 gauge needles using the following pattern:-</p>
<pre class="code">Cast on 94 stitches (thumb method)

* K2P2 x 23, K2
* P2k2 x 23, P2
* Sets pattern for first 6 rows

Continue in STST.  If required, change colour to seperate ribbed band.

STST for 6 rows.
  If you are adding a letter, then start it on the next
  row (should be a knit row) and work as required.
STST for a further 6 rows

Now, on each knit row, work the first and last 10 stitches like this:-

* K2 K2Tog K2 K2Tog K2

Continue until there are 10 stitches, then on the next knit row:-

* K2Tog to end

Break yarn, tie off stitches.
</pre>
<p>Make a pompom, sew up the hat and there you have it <img src='http://athena.outer-reaches.com/wp/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://athena.outer-reaches.com/wp/index.php/archives/720/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IE 8 Compatibility</title>
		<link>http://athena.outer-reaches.com/wp/index.php/archives/718</link>
		<comments>http://athena.outer-reaches.com/wp/index.php/archives/718#comments</comments>
		<pubDate>Sun, 28 Feb 2010 10:56:30 +0000</pubDate>
		<dc:creator>AthenaOfDelphi</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[Maintenance]]></category>

		<guid isPermaLink="false">http://athena.outer-reaches.com/wp/?p=718</guid>
		<description><![CDATA[For anyone browsing with IE 8, the problem with the left sidebar should now be fixed.  This is the first time I&#8217;ve used IE 8&#8242;s developer tools and I have to say, they made fixing the problem a piece of cake.  I have Firefox with a bunch of dev tools installed, but trying [...]]]></description>
			<content:encoded><![CDATA[<p>For anyone browsing with IE 8, the problem with the left sidebar should now be fixed.  This is the first time I&#8217;ve used IE 8&#8242;s developer tools and I have to say, they made fixing the problem a piece of cake.  I have Firefox with a bunch of dev tools installed, but trying to fix CSS problems can be a bind&#8230; with IE it was dead easy, turn off the items with a check box to see which one broke the page&#8230; one item, turned out to be a fix for a problem with earlier versions of IE.  Anyhow, it&#8217;s fixed and the site now looks how it should in IE 8.</p>
]]></content:encoded>
			<wfw:commentRss>http://athena.outer-reaches.com/wp/index.php/archives/718/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sackboy Pattern</title>
		<link>http://athena.outer-reaches.com/wp/index.php/archives/716</link>
		<comments>http://athena.outer-reaches.com/wp/index.php/archives/716#comments</comments>
		<pubDate>Sun, 31 Jan 2010 08:35:18 +0000</pubDate>
		<dc:creator>AthenaOfDelphi</dc:creator>
				<category><![CDATA[Gaming]]></category>
		<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[Knitting]]></category>
		<category><![CDATA[LittleBigPlanet]]></category>
		<category><![CDATA[Sackboy]]></category>

		<guid isPermaLink="false">http://athena.outer-reaches.com/wp/?p=716</guid>
		<description><![CDATA[Seems I get quite a lot of hits from people looking for a sackboy knitting pattern, so to make your life easy&#8230;  the pattern I use is by Alan Dart, and was published in Simply Knitting and The Sun On-line here.
It&#8217;s a PDF, so simply download it, print it out and get busy knitting [...]]]></description>
			<content:encoded><![CDATA[<p>Seems I get quite a lot of hits from people looking for a sackboy knitting pattern, so to make your life easy&#8230;  the pattern I use is by <a href="http://www.alandart.co.uk/">Alan Dart</a>, and was published in <a href="http://www.simplyknitting.co.uk/">Simply Knitting</a> and The Sun On-line <a href="http://www.thesun.co.uk/sol/homepage/fun/gizmo/article2056598.ece">here</a>.</p>
<p>It&#8217;s a PDF, so simply download it, print it out and get busy knitting <img src='http://athena.outer-reaches.com/wp/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://athena.outer-reaches.com/wp/index.php/archives/716/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
