<?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>Hazel McKendrick &#187; resource</title>
	<atom:link href="http://hazelmckendrick.com/journal/tag/resource/feed" rel="self" type="application/rss+xml" />
	<link>http://hazelmckendrick.com</link>
	<description>Programming and Games Technology Portfolio</description>
	<lastBuildDate>Mon, 20 Jun 2011 17:44:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>More on Patterns</title>
		<link>http://hazelmckendrick.com/journal/more-on-patterns</link>
		<comments>http://hazelmckendrick.com/journal/more-on-patterns#comments</comments>
		<pubDate>Mon, 19 Jan 2009 20:53:32 +0000</pubDate>
		<dc:creator>Hazel</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[design patterns]]></category>
		<category><![CDATA[ebook]]></category>
		<category><![CDATA[patterns]]></category>
		<category><![CDATA[resource]]></category>
		<category><![CDATA[sourcemaking]]></category>

		<guid isPermaLink="false">http://killercodingninjabunny.com/?p=451</guid>
		<description><![CDATA[In my previous post I was comparing how I found reading the GoF book versus Head First Design Patterns. As I said, I found them both useful and was especially impressed with the Head First book for explaining the patterns in a way I could relate to. However, now that I have an initial understanding [...]]]></description>
			<content:encoded><![CDATA[<p>In my previous post I was comparing how I found <a href="http://killercodingninjabunny.com/uncategorized/a-confession-reading-about-design-patterns">reading the GoF book versus Head First Design Patterns</a>.  As I said, I found them both useful and was especially impressed with the Head First book for explaining the patterns in a way I could relate to.</p>
<p>However, now that I have an initial understanding of each pattern and when it could be applied, I have found no better reference than <a href="http://sourcemaking.com/design_patterns">SourceMaking</a>. The website gives a readable, concise explanation of each pattern including diagrams, applications and rules of thumb, as well as clearly relating it to other patterns which might be relevant to the same problem.  It also includes coded examples in several languages, in some cases with a listing for the solution both before and after the design pattern was used. </p>
<p>The site is being used to promote an ebook and series of video tutorials, which could be a great resource, but at $49.99 I can&#8217;t really afford to find out right now.  If anyone has checked these out, I&#8217;d love it if you could let me know what you thought.</p>
]]></content:encoded>
			<wfw:commentRss>http://hazelmckendrick.com/journal/more-on-patterns/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Computing Posts From Across The Web Part II</title>
		<link>http://hazelmckendrick.com/journal/computing-posts-from-across-the-web-part-ii</link>
		<comments>http://hazelmckendrick.com/journal/computing-posts-from-across-the-web-part-ii#comments</comments>
		<pubDate>Sat, 30 Aug 2008 14:23:55 +0000</pubDate>
		<dc:creator>Hazel</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Community]]></category>
		<category><![CDATA[group writing]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[problogger]]></category>
		<category><![CDATA[resource]]></category>

		<guid isPermaLink="false">http://killercodingninjabunny.com/?p=387</guid>
		<description><![CDATA[Probloggers group writing project is now over, so I thought I&#8217;d update you with some more top computing posts which were submitted in the third and final days. If you missed my first selection, you can check it out here. The post I submitted was 8 Reasons Why Every Computing Student Will Love Linux. &#160; [...]]]></description>
			<content:encoded><![CDATA[<p>Probloggers group writing project is now over, so I thought I&#8217;d update you with some more top computing posts which were submitted in the third and final days. If you missed my first selection, you can check it out <a href="http://killercodingninjabunny.com/blogging/computing-posts-from-across-the-web">here</a>. The post I submitted was <a href="http://killercodingninjabunny.com/linux/why-computing-students-should-run-linux">8 Reasons Why Every Computing Student Will Love Linux</a>.<br />
<br />&nbsp;</p>
<ul>
<li><a href="http://nextcovery.com/diy/poor-man%E2%80%99s-big-screen-the-100-diy-projector/">POOR man’s BIG screen! The $100 DIY projector!</a> &#8211; A guide to creating a projector using a 15&#8243; screen and an OHP.</li>
<li><a href="http://retroblique.com/2008/08/27/no-text-please-were-gamers/">No Text Please, We’re Gamers!</a> &#8211; an extensive article on the use of text in modern gaming, and some examples of older, less graphically orientated games.</li>
<li><a href="http://nomadicrider.com/2008/08/has-ubuntu-lost-its-relevance-why-does-it-suck-so-much/">Has Ubuntu lost it’s relevance &#8211; Why does it suck so much !</a> &#8211; Not really an anti-Linux post so much as a post on why Ubuntu 8.04 was a let down.</li>
<li><a href="http://www.topiphoneresource.info/how-to-jailbreak-iphone-using-quickpwn-gui-for-20x-firmware/">How to Jailbreak iPhone using Quickpwn GUI</a> &#8211; does just what it says on the tin.</li>
<li><a href="http://healthpromeme.com/">Totally Geeky: I Am All Agog When I Visit Microsoft</a> &#8211; A report on a visit to Microsoft.</li>
<li><a href="http://www.webdevelopment2.com/cakephp-auth-component-tutorial-3/">Will You Remember Me Tomorrow?</a> &#8211; A tutorial on CakePHP login forms, focussing on the &#8216;remember me&#8217; function.</li>
<li><a href="http://codeclimber.net.nz/archive/2007/02/07/Codename-your-releases.aspx">Codename your releases</a> &#8211; thoughts on the importance of giving software releases codenames.</li>
<li><a href="http://usabilityfriction.com/2008/08/27/how-am-i-supposed-to-know-i-can-tilt-the-iphone/">How am I supposed to know I can tilt the iPhone?!</a> &#8211; A usability post looking at the iPhones tilt function, something which is completely unnatural to those who do not know about it.</li>
<li><a href="http://glowicki.pl/01/22/11-reasons-why-girlfriend-is-better-than-computer/">11 reasons why girlfriend is better than computer</a> &#8211; a follow on from a post on why computers are better than girlfriends.</li>
<li><a href="http://www.vantagetech.com/blog/data-recovery-services/whats-your-data-worth/">What’s Your Data Worth?</a> &#8211; a well thought out post on data loss and recovery.</li>
<li><a href="http://ezine-today.blogspot.com/2008/08/we-want-hypervideos-not-captioning.html">We want Hypervideos, not Captioning</a> &#8211; oppinions on the ability to add captions toYouTube videos.</li>
<li><a href="http://writerscabal.wordpress.com/2008/08/28/new-better-more-and-other-lies-about-game-sequels/">New, Better, More and other lies about game sequels</a> &#8211; the problems with story in video game sequels.</li>
<li><a href="http://techbasedmarketing.com/blog/are-premium-themes-plugins-legal/1016">Are Premium Themes &#038; Plugins Legal?</a> &#8211; something I have wondered for a while, this post debates whether selling wordpress themes and plugins with restricted right of use is legal given that WordPress is liscensed under the GPL.</li>
<li><a href="http://ani-long.freehostia.com/wordpress/?p=87">History of Games (that we like to forget): Mario Edutainment Games</a> &#8211; digging up some games that should perhaps have remained forgotten.</li>
<li><a href="http://www.techiesouls.com/2008/08/28/search-the-web-visually-with-searchme/">Search The Web Visually With Searchme</a> &#8211; a review of SearchMe, a beautiful and functional looking search engine.</li>
</ul>
<p>&nbsp;<br />
Did you enter a post in the Problogger group writing project? Or have you written a computing related post recently you&#8217;d like to share?<br />
Feel free to share your links in the comments.</p>
]]></content:encoded>
			<wfw:commentRss>http://hazelmckendrick.com/journal/computing-posts-from-across-the-web-part-ii/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Computing Posts from Across the Web: The Best of Problogger&#8217;s Group Writing Project.</title>
		<link>http://hazelmckendrick.com/journal/computing-posts-from-across-the-web</link>
		<comments>http://hazelmckendrick.com/journal/computing-posts-from-across-the-web#comments</comments>
		<pubDate>Thu, 28 Aug 2008 11:07:50 +0000</pubDate>
		<dc:creator>Hazel</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Community]]></category>
		<category><![CDATA[group writing]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[problogger]]></category>
		<category><![CDATA[resource]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://killercodingninjabunny.com/?p=384</guid>
		<description><![CDATA[Recently Problogger announced a group writing project encouraging bloggers to write a post on any topic, focussing on giving it a killer title. I&#8217;ve been looking through the list of entries so far, and I wanted to share some of the top computing related posts. 5 Reasons You Should Use Plain Text To Save Your [...]]]></description>
			<content:encoded><![CDATA[<p>Recently <a href="http://www.problogger.net/archives/2008/08/25/killer-titles/">Problogger announced a group writing project</a> encouraging bloggers to write a post on any topic, focussing on giving it a killer title. I&#8217;ve been looking through the list of entries so far, and I wanted to share some of the top computing related posts.</p>
<ol>
<li><a href="http://www.rarst.net/software/use-plain-text/">5 Reasons You Should Use Plain Text To Save Your Data</a> from <a href="http://www.rarst.net/">Rarst</a>. A short, but informative and convincing post on the benefits of using plain text to store your documents.</li>
<li><a href="http://www.data-drop.com/2008/08/26/but-mom-you-guys-look-at-porn-sites-too">But Mom, You Guys Look at Porn Sites Too</a> from <a href="http:///www.data-drop.com">Data-Drop</a>. An amusing post on the importance of cleaning your cache and browser history.</li>
<li><a href="http://www.techcult.com/memo-please-erase-all-memories-of-lost-memory/">Memo: Please Erase All Memories of Lost Memory</a> from <a href="http://techcult.com">Tech Cult</a>. Thoughts on the Britains current trend of regularly loosing our personal data.</li>
<li><a href="http://www.growmap.com/geek-speak-and-legaleze/">Geek-Speak and Legaleze &#8211; Fess Up!</a> from <a href="http://growmap.com">GrowMap</a>. A portrayal of how inexperienced users feel about the technical terms open source users find commonplace, and the amount of legal jargon found on the web.</a></li>
<li><a href="http://www.listropolis.com/2008/08/9-super-sexy-betas-to-crave-right-now/">9 Super Sexy Betas to Crave Right Now</a> from <a href="http://www.listropolis.com/">Listropolis</a>. A list of the hottest betas online right now.</li>
<li><a href="http://webomatik.blogspot.com/2008/08/best-blog-footers-are-standalone.html">Best Blog Footers are Standalone Creations</a> from <a href="http://webomatic.blogspot.com">Webomatik</a>. Views on why great footers are important for websites, and a selection of strong examples.</li>
<li><a href="http://justcreativedesign.com/2008/08/25/what-is-the-best-way-to-present-a-website-to-a-client/">9 Of The Best Ways To Present A Website To A Client</a> from <a href="http://justcreativedesign.com">Just Creative Design</a>. A selection of ideas from presenting mockups of websites to a less than tech-savvy client.</li>
</ol>
<p>I hope you find some of those links useful. As for me, I entered my post <a href="http://killercodingninjabunny.com/linux/why-computing-students-should-run-linux">8 Reasons Why Every Computing Student Will Love Linux</a>.</p>
<p>Today is the final day of the project, so I&#8217;ll update this list with the best of todays entries when it is published tomorrow. If you&#8217;ve entered, feel free to link to your post in the comments below.</p>
]]></content:encoded>
			<wfw:commentRss>http://hazelmckendrick.com/journal/computing-posts-from-across-the-web/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Steps To Join The Open Source Community</title>
		<link>http://hazelmckendrick.com/journal/welcome-to-the-community-an-overview-for-new-linux-users</link>
		<comments>http://hazelmckendrick.com/journal/welcome-to-the-community-an-overview-for-new-linux-users#comments</comments>
		<pubDate>Mon, 04 Aug 2008 13:59:43 +0000</pubDate>
		<dc:creator>Hazel</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Community]]></category>
		<category><![CDATA[LUG]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[resource]]></category>

		<guid isPermaLink="false">http://killercodingninjabunny.com/?p=207</guid>
		<description><![CDATA[In my previous post I wrote about how, despite the fact geeks are known for hiding away on their own, Linux and Open Source software has a huge community surrounding it. Here I hope to give some more practical advice and links to help newer users get involved. &#160; Forums There are hundreds of Open [...]]]></description>
			<content:encoded><![CDATA[<p>In my <a href="http://killercodingninjabunny.com/linux/be-social">previous post</a> I wrote about how, despite the fact geeks are known for hiding away on their own, Linux and Open Source software has a huge community surrounding it. Here I hope to give some more practical advice and links to help newer users get involved.<br />
<br />&nbsp;</p>
<h2>Forums</h2>
<p>There are hundreds of Open Source related forums all over the internet, some for a specific program or Linux distribution, others aimed at new users and yet more dealing with anything and everything. If there is something relating to Linux you want to discuss, there will be a forum out there where you can talk about it.<br />
<br />
The best part is, all you need to do is sign up and immediately you can read through a whole lot of useful information, get help, and talk with other Linux users.<br />
<br />
<b>Some Popular Forums:</b></p>
<ol>
<li><a href="http://www.linuxforums.org/">Linux Forums</a></li>
<li><a href="http://www.linuxquestions.org/">Linux Questions</a></li>
<li><a href="http://ubuntuforums.org/">Ubuntu Forums</a></li>
</ol>
<p>&nbsp;</p>
<h2>Mailing Lists</h2>
<p>Mailing lists tend to be more specific than forums, dealing with only a particular geographical area or an application. Users communicate through email, with every one you send being shared with every other person in the group. Writing to one can be a great way to meet people and get support.<br />
<br />
<b>Some Mailing Lists:</b></p>
<ol>
<li><a href="http://www.linux.org/docs/lists.html">A List of Lists</a></li>
<li><a href="https://lists.ubuntu.com/">Ubuntu Mailing Lists</a></li>
</ol>
<p>&nbsp;</p>
<h2>Linux User Groups</h2>
<p>User groups can be a good way to meet other Linux users in person, or talk to people near you through a mailing list. Meeting other new users can really help you see that you are not alone with your problems, and get some tips from more experienced users.<br />
<br />
<b>Some User Group Sites</b></p>
<ol>
<li><a href="http://www.linux.org/groups/">A List of User Groups by Country</a></li>
<li><a href="http://lug.org.uk/">UK User Groups</a></li>
<li><a href="http://www.dundee.lug.org.uk/">Dundee and Tayside Linux User Group</a> and <a href="http://www.thelinuxsociety.org.uk/">Abertay Linux Society</a>.
</ol>
<p>&nbsp;<br />
I hope that this post will help some newer users become part of the vast and active Open Source community. If you&#8217;ve joined a group and are now looking for technical help, I&#8217;ll be following this up with a guide to finding solutions and asking questions in the next couple of days.<br />
<br />
If you have any other tips and links you&#8217;d like to share, please share them in the comments.</p>
]]></content:encoded>
			<wfw:commentRss>http://hazelmckendrick.com/journal/welcome-to-the-community-an-overview-for-new-linux-users/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

