<?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>binaryfold4.com</title>
	<atom:link href="http://www.binaryfold4.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.binaryfold4.com/blog</link>
	<description></description>
	<lastBuildDate>Sun, 07 Feb 2010 14:55:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Nibbler Alpha Launched</title>
		<link>http://www.binaryfold4.com/blog/2009/09/nibbler-alpha-launched/</link>
		<comments>http://www.binaryfold4.com/blog/2009/09/nibbler-alpha-launched/#comments</comments>
		<pubDate>Sat, 12 Sep 2009 12:16:06 +0000</pubDate>
		<dc:creator>Jake Noble</dc:creator>
				<category><![CDATA[Archive]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[nibbler]]></category>
		<category><![CDATA[silktide]]></category>
		<category><![CDATA[test]]></category>
		<category><![CDATA[tool]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://www.binaryfold4.com/blog/?p=46</guid>
		<description><![CDATA[On Friday 11th September Silktide launched the alpha of Nibbler, a free web site testing tool for anyone to use! If your a blogger, webmaster, designer, developer or an end user you should give Nibbler a try.
Nibbler produces simple and concise reports about tests run on the site; tests include but are not limited to [...]]]></description>
			<content:encoded><![CDATA[<p>On Friday 11th September <a href="http://www.silktide.com">Silktide</a> launched the alpha of <a href="http://nibbler.silktide.com">Nibbler</a>, a free web site testing tool for anyone to use! If your a blogger, webmaster, designer, developer or an end user you should give <a href="http://nibbler.silktide.com">Nibbler</a> a try.</p>
<p><a href="http://nibbler.silktide.com">Nibbler</a> produces simple and concise reports about tests run on the site; tests include but are not limited to Links, Headings, Images, W3C and URL Format. Each test shows you the pages that failed as well as recommendations for improving them. For example are the site&#8217;s link generic and meaningless (click here), are it&#8217;s images clearly described for blind users or are it&#8217;s URLs too complex and lengthy to be unmemorable. Every site can be <a href="http://www.kovinotehna-mki.si">improved</a> . . .</p>
<p>But of course there is always <a href="http://nibbler.silktide.com/reports/erskinedesign.com">One</a>, some sites are fantastic. A high scoring site can publicise their brilliance with a badge. This badge will auto update and make sure everyone knows how great your site is.</p>
<p>I&#8217;m one of three developers currently involved in developing this application. Please send us your <a href="http://nibbler.silktide.com/feedback">comments, suggestions, complaints and praise</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.binaryfold4.com/blog/2009/09/nibbler-alpha-launched/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Using a variable as a class to call a static function</title>
		<link>http://www.binaryfold4.com/blog/2009/08/using-a-variable-as-a-class-to-call-a-static-function/</link>
		<comments>http://www.binaryfold4.com/blog/2009/08/using-a-variable-as-a-class-to-call-a-static-function/#comments</comments>
		<pubDate>Thu, 13 Aug 2009 00:19:22 +0000</pubDate>
		<dc:creator>Jake Noble</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://binaryfold4.com/blog/?p=13</guid>
		<description><![CDATA[Doing
$class = &#8220;MyClass&#8221;;
return $class::staticFunction();
will result in that well known PHP Error parse error, unexpected T_PAAMAYIM_NEKUDOTAYIM
To get around this you can use eval()
$class = &#8220;MyClass&#8221;;
eval(&#8220;return $class::staticFunction();&#8221;);
]]></description>
			<content:encoded><![CDATA[<p>Doing</p>
<p><span class="code">$class = &#8220;MyClass&#8221;;<br />
return $class::staticFunction();</span></p>
<p>will result in that well known PHP Error <span class="code">parse error, unexpected T_PAAMAYIM_NEKUDOTAYIM</span></p>
<p>To get around this you can use <a href="http://php.net/eval" target="_blank">eval()</a></p>
<p><span class="code">$class = &#8220;MyClass&#8221;;<br />
eval(&#8220;return $class::staticFunction();&#8221;);</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.binaryfold4.com/blog/2009/08/using-a-variable-as-a-class-to-call-a-static-function/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A bit about Jake</title>
		<link>http://www.binaryfold4.com/blog/2009/08/a-bit-about-jake/</link>
		<comments>http://www.binaryfold4.com/blog/2009/08/a-bit-about-jake/#comments</comments>
		<pubDate>Wed, 12 Aug 2009 00:30:36 +0000</pubDate>
		<dc:creator>Jake Noble</dc:creator>
				<category><![CDATA[People]]></category>
		<category><![CDATA[jake]]></category>

		<guid isPermaLink="false">http://binaryfold4.com/blog/?p=17</guid>
		<description><![CDATA[Hello.
I am Jake, I am a PHP Developer and have been for 5 years, I enjoy developing useful, usable, functional web applications &#8211; love just getting into the code.
I have been using Zend Framework and jQuery a lot recently, really enjoying the third party libraries at the moment and letting someone else doing the basics [...]]]></description>
			<content:encoded><![CDATA[<p>Hello.</p>
<p>I am Jake, I am a PHP Developer and have been for 5 years, I enjoy developing useful, usable, functional web applications &#8211; love just getting into the code.</p>
<p>I have been using <a href="http://framework.zend.com/" target="_blank">Zend Framework</a> and <a href="http://jquery.com/" target="_blank">jQuery</a> a lot recently, really enjoying the third party libraries at the moment and letting someone else doing the basics for me! I found it makes for a better app, a more understandable app and a for quicker development. Who wants to reinvent the wheel?</p>
<p>I grew up in Derbyshire near Ashbourne, went to university in Lancaster to study Business Computing and Management Science, and graduated in 2007.</p>
<p>All my web skills are self taught through hours, evenings and nights of geekery. My degree wasn&#8217;t web based at all and most of the knowledge from uni has now been left behind. The real world of computing seems so different from academia.</p>
<p>Oh don&#8217;t forget <a title="http://www.jakenoblewebs.co.uk" href="http://www.jakenoblewebs.co.uk" target="_blank">My Site</a> and <a title="http://twitter.com/jakenoble" href="http://twitter.com/jakenoble" target="_blank">you should follow me on Twitter</a>.</p>
<p>Enough of me thinking I&#8217;m an older man, back to the code.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.binaryfold4.com/blog/2009/08/a-bit-about-jake/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Hello!</title>
		<link>http://www.binaryfold4.com/blog/2009/07/hello-world/</link>
		<comments>http://www.binaryfold4.com/blog/2009/07/hello-world/#comments</comments>
		<pubDate>Wed, 22 Jul 2009 18:30:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://binaryfold4.com/blog/?p=1</guid>
		<description><![CDATA[Our first post!
Currently messing about with the blog styles and trying to get it looking how we want.
]]></description>
			<content:encoded><![CDATA[<p>Our first post!</p>
<p>Currently messing about with the blog styles and trying to get it looking how we want.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.binaryfold4.com/blog/2009/07/hello-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
