<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>SqueeBlog</title>
    <link rel="alternate" type="text/html" href="http://www.aeoliansquee.co.uk/squeeblog/" />
    <link rel="self" type="application/atom+xml" href="http://www.aeoliansquee.co.uk/squeeblog/atom.xml" />
    <id>tag:www.aeoliansquee.co.uk,2010-01-05:/squeeblog//1</id>
    <updated>2012-01-25T15:52:04Z</updated>
    
    <generator uri="http://www.sixapart.com/movabletype/">Movable Type 4.32-en</generator>

<entry>
    <title>Code Year</title>
    <link rel="alternate" type="text/html" href="http://www.aeoliansquee.co.uk/squeeblog/2012/01/code-year.html" />
    <id>tag:www.aeoliansquee.co.uk,2012:/squeeblog//1.8</id>

    <published>2012-01-25T15:44:44Z</published>
    <updated>2012-01-25T15:52:04Z</updated>

    <summary>You wish for a convenient way to make sure you actually sit down and practice JavaScript on a regular basis, and as if by magic, Code Year arrives. As I type, we are in the middle of Week 3, and...</summary>
    <author>
        <name>Lily</name>
        
    </author>
    
    <category term="codeyear" label="Code Year" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="javascript" label="JavaScript" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="learning" label="Learning" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="programming" label="Programming" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://www.aeoliansquee.co.uk/squeeblog/">
        <![CDATA[<p>You wish for a convenient way to make sure you actually sit down and practice JavaScript on a regular basis, and as if by magic, <a href="http://www.codeyear.com">Code Year</a> arrives.</p>
<p>As I type, we are in the middle of Week 3, and so far the lessons have mostly involved getting to grips with basic programming concepts and typing them out over and over and over again.</p><p>Each week reviews the lessons from the previous week, to make sure they are thoroughly hammered home.</p><p>I, for one, am finding that an extremely useful approach. I have more programming books than I care to admit impulse-buying, and many of them have a tendency to cover all of the basics in Chapter 1, and then go 'got all that? excellent, now let's use absolutely all of them in a slightly vague context'.</p><p>I exaggerate slightly; but only slightly.</p><p>I think that one of the things that is particularly easy to neglect or underestimate when talking about teaching a beginner something that you yourself know well is how difficult and important it is to become comfortable with the language.</p><p>You can't write before you can read; and you can't effectively engage with a problem if you don't have a vocabulary to construct a meaningful response.</p><p>Take music, for example.</p><p>The first five grades of music theory are largely an exercise in learning how a (classical) score is constructed. It's learning all the elements that go on to the page, how they are organised in relation to one another, and how they translate into physical action.</p><p>You can pass grade 5 theory without playing - or, indeed, hearing - a note. You'll learn a lot that you'll only half-remember, and it sure as hell won't make you a musician.</p><p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica">The point of doing it - and the reason why grade 5 theory is and should be a prerequisite for the higher grades - is that if you can look at a score and understand what the lines and dots are asking you to do, that frees you to think about performance and interpretation without getting caught up in deciphering the basics.</p><p>So it goes, I find, with programming.</p><p>One of the things I've heard a lot is that the way to learn is to find a problem that you really want to solve and figure out how to do it. Much as I agree that you only really retain information if it is useful to you, there are in my experience a couple of problems with that approach when it comes to anything that is, essentially, in a different language.</p><p>Firstly, if you're building with no foundations, that's going to affect the finished product... as most of the websites currently on the internet can ably demonstrate.</p><p>I was recently involved in organising pre-interview skills tests for a junior web developer position, and some of the HTML pages they sent through looked fine on the screen but were built like a house of cards. The smallest change would plunge one into a whole afternoon of rewrites and swearing.</p><p>The thing with front-end development is that practically everyone dives straight in and builds a real website. That's one of the things that makes it so exciting: within hours, you can have the website that you wanted. It might not be perfect (okay, it definitely won't be perfect), but it will be there, something that you built yourself and people around the world can see.</p><p>However, if you then want to build a <i>good</i> website, you'll probably be looking at unlearning a lot of cheap hacks.</p><p>It also goes without saying that the same 'dive in and build what you want' principle translates far less well to a first programming language than it does to HTML, unless what you dream of is, say, a way to generate random numbers from 1 to 6. The level at which the fun stuff starts is unavoidably higher.</p><p>Secondly, my experience has always been that I do not use JavaScript very much outside the usual bells and whistles, because it simply doesn't occur to me as an option. I'm not familiar enough with its capabilities to look at a problem and think 'aha, JavaScript'll get around that one'.</p><p>It's like all those weird and wonderful bits of twisted metal that you see in cookery shops. If I knew what they did, they might transform my kitchen experience. I don't, so I solve everything the messy longwinded way with whichever knife comes to hand.</p><p>This is where I think Code Year is so far working well for me.</p><p>Three weeks sounds like a long time to be repeating the basics, but the basics are <i>sticking</i>; and while the example programs have all been extremely simple so far, I can see how they work as building blocks for bigger things.</p><p>The other criticism that I have seen regarding Code Year has focused on the relative lack of formal teaching/pedagogical theory, and while I can to some extent see where they are coming from, I think they are also missing the point.</p><p>Code Year is, in essence, a tool offering structured practice. It's 'teach yourself', with everything that that term implies: you're given the starting point, and it's up to you to work through it in a thoughtful way.</p><p>I have seen people ask what they are supposed to learn by copying and pasting to win the little reward badges, to which I can only reply, <i>why are you copying and pasting?&nbsp;</i></p><p>Typing things yourself and working out where you've made mistakes is how you learn. If you game the system to get badges faster, do not then complain that the badges aren't magically conferring wisdom.</p><p>I realise of course that, like all personal challenges, it's probably best for confident self-starters - and as a home-educated OU graduate, I take self-starting to a pathological level.</p><p>That said, I think that the Code Year interface is fun and friendly enough that I would feel pretty comfortable with recommending it to a lot of people that I know.</p><p>And in the meantime, I'm enjoying feeling as though I'm making some real progress towards something that's been on the 'to do... tomorrow' list for some years!</p>

<div class="zemanta-pixie" style="margin-top:10px;height:15px"><a class="zemanta-pixie-a" href="http://www.zemanta.com/" title="Enhanced by Zemanta"><img class="zemanta-pixie-img" src="http://img.zemanta.com/zemified_e.png?x-id=83a1301a-f730-481b-9804-d8c4a9873b2d" alt="Enhanced by Zemanta" style="border:none;float:right" /></a></div>]]>
        
    </content>
</entry>

<entry>
    <title>Goals for 2012</title>
    <link rel="alternate" type="text/html" href="http://www.aeoliansquee.co.uk/squeeblog/2012/01/goals-for-2012.html" />
    <id>tag:www.aeoliansquee.co.uk,2012:/squeeblog//1.7</id>

    <published>2012-01-02T10:17:21Z</published>
    <updated>2012-01-02T10:54:17Z</updated>

    <summary><![CDATA[As this journal is no longer a slightly nerve-wracking extension of the 'hobbies &amp; interests' section of my CV, and one of my aims for this year is to do more with my many and varied social media doodads, I...]]></summary>
    <author>
        <name>Lily</name>
        
    </author>
    
    
    <content type="html" xml:lang="en" xml:base="http://www.aeoliansquee.co.uk/squeeblog/">
        <![CDATA[<p>As this journal is no longer a slightly nerve-wracking extension of the 'hobbies &amp; interests' section of my CV, and one of my aims for this year is to do more with my many and varied social media doodads, I thought I would start by posting this year's Goals list over here as well as on the fiercely guarded LiveJournal.</p><p>This led immediately to an unexpected additional challenge - remembering how the heck one logs in to Movable Type - but I'm in now, so here we go!</p><p><strong>Creative:</strong></p>

<ul><li>Complete first draft of last year's NaNo novel</li>
<li>Complete short story</li>
<li>Share short story with at least two real people.</li>
<li>Take successful photo on manual settings. (Photos of total blackness do not count, even if taken at night.)</li>
<li>Sing in public at least once</li>
<li>Grow at least one type of squash.</li>
<li>Successfully grow at least six types of chilli pepper</li>
<li>Draw one picture, in any medium, per month.</li>
<li>Attend a dance class of some description.</li></ul>

<p><strong>Web Development:</strong></p>

<ul><li>Build and launch web development blog</li>
<li>Improve JavaScript</li>
<li>Learn Expression Engine</li>
<li>Read up on SEO</li>
<li>Learn Photoshop in some sort of proper structured manner.</li>
<li>Work through one of the Learnable courses that I have paid for many times over, dammit</li></ul>

<p><strong>Miscellaneous:</strong></p>

<ul><li>Be less of a passive consumer of social media. Post things occasionally.</li>
<li>Add to savings every month.</li>
<li>Eat healthier, smaller, more vegetable-involving meals.</li>
<li>Make soup to take into work, to avoid dying of M&amp;S-induced boredom and/or salt overdose</li>
<li>Get halfway through the OU Certificate in Contemporary Science</li>
<li>Mend or replace broken wallet</li>
<li>Buy new computer mouse; end dysfunctional relationship with present computer mouse</li></ul><div>...which should keep me busy for a while.</div><div><br /></div><div>I am also vaguely intending to move the rest of Aeolian Squee to a proper CMS, but I am in a bit of a pickle over that one.</div><div>Ideally, I would have liked to use Matrix, as it's the one that I've been using daily for the last eighteen months and I can do all the things that I want to do without spending too much time learning. Unfortunately, Matrix is just about the only CMS that won't run on my current extremely generous hosting (needs PostgreSQL), so that scuppers that one.</div><div>Meanwhile, Work has thrown themselves enthusiastically at Expression Engine, so that could be a go-er - albeit an extraordinarily expensive go-er for a site that has half a dozen pages and is updated roughly biannually.</div><div><br /></div><div>Heigh-ho. I suppose if all the questions were answered on the 2nd of January, it would make for a pretty dull rest-of-year.</div>]]>
        
    </content>
</entry>

<entry>
    <title>Starting Small with Wet Felting</title>
    <link rel="alternate" type="text/html" href="http://www.aeoliansquee.co.uk/squeeblog/2010/06/starting-small-with-wet-felting.html" />
    <id>tag:www.aeoliansquee.co.uk,2010:/squeeblog//1.6</id>

    <published>2010-06-08T07:08:11Z</published>
    <updated>2010-06-08T07:16:52Z</updated>

    <summary>Having discovered the joys of needle-felting, I was keen to have a go at its soggier, less pointy cousin, Wet Felting. The online beginners&apos; guides that I found tended toward the make-your-own-scarf end of felting, which, while tempting, was a...</summary>
    <author>
        <name>Lily</name>
        
    </author>
    
    <category term="art" label="art" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="craft" label="craft" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="crafts" label="crafts" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="felt" label="felt" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="felting" label="felting" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="wetfelting" label="wet-felting" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="wool" label="wool" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://www.aeoliansquee.co.uk/squeeblog/">
        <![CDATA[<p>Having discovered the joys of needle-felting, I was keen to have a go at its soggier, less pointy cousin, Wet Felting.</p>

<p>The online beginners' guides that I found tended toward the make-your-own-scarf end of felting, which, while tempting, was a bit more than I wanted to get into on a first go round.
Quite apart from the sheer quantity of felt required, I figured that the rest of the household would be less than thrilled by my filling the bath with wool.</p>

<p>Luckily, the ever-crafty <a href="http://www.janecameron.co.uk">Jane Cameron</a>  found <a href="http://weefolkart.com/content/wet-felted-wool-cookie-cutter-ornaments">Wee Folk Art's guide to making wet felted wool cookie cutter ornaments</a>, and was willing to trade felting supplies for my <a href="http://www.janecameron.co.uk/gallery.html">photographing her silk scarves</a>.</p>

<p>We substituted the wooden skewers for metal forks (working on the principle that extra pointy bits equals faster felting), and the 'patting them dry with a towel' with 'wrapping them in a towel and stomping on them'.<br/>
How much the extra violence speeded up the whole process, I couldn't say, but it certainly added to the entertainment factor.</p>

<p>And here, following an hour or so of beading, is the finished item:</p>

<p><img src="http://www.aeoliansquee.co.uk/images/felt-butterfly.jpg" width="" height="" alt="felt butterfly" /></p>

<p>(The antennae are those little sticks that one uses for making dangly earrings. Alas, one of them got lost somewhere in the bowels of my book pile about ten minutes ago.)</p>

<p>I haven't quite decided whether I'm brave enough to wear it as a brooch yet - I've certainly lost a lot of other nice things to inadequate brooch pin tenacity - but the vague plan has always been to pin it to my sun hat for festivals and other fancy occasions.</p>

<p>We shall see...</p>

<p><strong>Coming eventually to SqueeBlog:</strong> Fun with marzipan, with special reference to a website that should be in everyone's bookmarks.</p>
<p>&nbsp;</p>]]>
        
    </content>
</entry>

<entry>
    <title>Early Adventures in Needle-Felting</title>
    <link rel="alternate" type="text/html" href="http://www.aeoliansquee.co.uk/squeeblog/2010/01/early-adventures-in-needle-felting.html" />
    <id>tag:www.aeoliansquee.co.uk,2010:/squeeblog//1.5</id>

    <published>2010-01-21T13:46:19Z</published>
    <updated>2010-01-21T15:19:26Z</updated>

    <summary>I promised you felt owls in the previous post, and felt owls you shall have! But first... Needle-Felting: A Very Brief Introduction Needle felting is a craft that uniquely combines the fun of making adorable fuzzy ornaments with the catharsis...</summary>
    <author>
        <name>Lily</name>
        
    </author>
    
        <category term="Crafts" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://www.aeoliansquee.co.uk/squeeblog/">
        <![CDATA[<p>I promised you felt owls in the previous post, and felt owls you shall have!<br/>
But first...</p>

<h4>Needle-Felting: A Very Brief Introduction</h4>

<p>Needle felting is a craft that uniquely combines the fun of making adorable fuzzy ornaments with the catharsis of voodoo dolls.</p>

<p>Basically, it involves turning wool into felt by stabbing it vigorously with a special barbed needle. The barbs cause the wool fibres to matt together - the more you stab, the firmer it becomes, until finally you end up with a solid piece of felt.
The technique can be used for embellishment (such as the bunnies on this <a href="http://www.etsy.com/view_listing.php?ref=vl_other_1&listing_id=29687362">beautiful felted bag</a>), sculpture (like this <a href="http://www.etsy.com/view_listing.php?listing_id=14556935&ref=sr_list_1&&ga_search_query=needlefelt+fox&ga_search_type=handmade&ga_page=&includes[]=tags&includes[]=title">fluffy needle-felted fox</a>), and, as I discovered in the process of researching this post, <a href="http://www.etsy.com/view_listing.php?listing_id=29522100">'wool painting'</a>.</p>

<p>It's a tad scary to begin with (the needle is a thoroughly evil-looking piece of kit), but once you've got the general idea it's all fairly straightforward.
I found rolling the wool into balls the hardest bit - the actual felting seemed to be mostly a matter of persistence.</p>

<h4>The Owls</h4>

<p>Here we have Owl Attempt #1 (left) and Owl Attempt #2 (right):</p>

<img src="http://www.aeoliansquee.co.uk/images/feltowls.jpg" width="400" height="315" alt="Needle-felted Owls" />

<p>(Owl #1 is a little unsteady, hence the paper stand.)</p>

<p>I used the same amount of wool for both owls: the only difference was that I was less tentative the second go around and stabbed more thoroughly.<br/>
As you can see, it made quite a dramatic difference to the size!</p>

<p>Owl #2 also feels a lot firmer and more structurally sound. That said, both of them have proven capable of surviving being trundled around in my bag-on-wheels, so I reckon Owl #1 has every chance of making it on to next year's Christmas tree despite the more tentative felting.</p>

<p>I didn't time myself, but reckon they must have taken about twenty minutes each.</p>

<h4>My Verdict</h4>

<p>Overall, I'm very taken with needle-felting.<br/>
It has the major advantage that you can be up and running making simple cute things within the hour (ideal for us impatient beginners!) - and for the more ambitious crafter, the possibilities seem virtually endless.</p>

<p>I haven't yet decided what my next felting project will be (the smart money's on it involving some kind of woodland creature), but I think it's safe to assume that there will be some kind of kit winging its way to me in the very near future!</p>

<h4>Credits</h4>

<p>My owl kit was bought from Etsy seller <a href="http://www.etsy.com/shop/fancytiger">Fancy Tiger</a>, who does many other felting kits ranging from bunnies to Barack Obama. Well worth checking out!</p>

<p>&nbsp;</p>]]>
        
    </content>
</entry>

<entry>
    <title>New Year, New Aeolian Squee!</title>
    <link rel="alternate" type="text/html" href="http://www.aeoliansquee.co.uk/squeeblog/2010/01/new-year-new-aeolian-squee.html" />
    <id>tag:www.aeoliansquee.co.uk,2010:/squeeblog//1.4</id>

    <published>2010-01-15T21:36:02Z</published>
    <updated>2010-01-21T14:45:35Z</updated>

    <summary>Yes, folks, Aeolian Squee has finally relaunched, with, among other things, more photographs, more shiny JavaScript, and perhaps most importantly, more purple.Things are likely to be a little bit shaky while I work out which obscure but vital things haven&apos;t...</summary>
    <author>
        <name>Lily</name>
        
    </author>
    
    
    <content type="html" xml:lang="en" xml:base="http://www.aeoliansquee.co.uk/squeeblog/">
        <![CDATA[Yes, folks, Aeolian Squee has finally relaunched, with, among other things, more photographs, more shiny JavaScript, and perhaps most importantly, more purple.<div><div><br /></div><div>Things are likely to be a little bit shaky while I work out which obscure but vital things haven't been uploaded yet (there's bound to be something), but so far, it all seems to be ticking along much as expected.</div><div><br /></div><div>(All this, and I've also made two needle-felted owls today - it's amazing how being stuck at home with a cold can up ones productivity!)</div><div><br /></div><div>Over the coming weeks, I should start to get some proper content up on this blog - starting, most likely, with piccies of the owls.</div><div><br /></div><div>Do stop by again soon!</div></div>]]>
        
    </content>
</entry>

</feed>

