<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments for Quantumstate's Blog</title>
	<atom:link href="http://blog.quantumstate.co.uk/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.quantumstate.co.uk</link>
	<description></description>
	<pubDate>Sun, 05 Feb 2012 00:54:45 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>Comment on Installing Eclipse on Windows by admin</title>
		<link>http://blog.quantumstate.co.uk/installing-eclipse-on-windows.html#comment-4534</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sun, 22 May 2011 08:38:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.quantumstate.co.uk/installing-eclipse-on-windows.html#comment-4534</guid>
		<description>It's been a while since I looked at this stuff but one difference I noticed is that I used jdk1.5.0_07\bin\java.exe .  So maybe if you try installing the jdk (if it isn't already installed) and using a path to that.  This is just a guess.</description>
		<content:encoded><![CDATA[<p>It&#8217;s been a while since I looked at this stuff but one difference I noticed is that I used jdk1.5.0_07\bin\java.exe .  So maybe if you try installing the jdk (if it isn&#8217;t already installed) and using a path to that.  This is just a guess.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing Eclipse on Windows by nick</title>
		<link>http://blog.quantumstate.co.uk/installing-eclipse-on-windows.html#comment-4529</link>
		<dc:creator>nick</dc:creator>
		<pubDate>Sat, 21 May 2011 21:22:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.quantumstate.co.uk/installing-eclipse-on-windows.html#comment-4529</guid>
		<description>Hello,

I appreciate the effort to help but unfortunately, I am still receiving the same error after creating a shortcut and adding the following to the end of my shortcut's target:

-vm "C:\Users\Public\java\jre\bin\java.exe"

Please let me know if you have any other suggestions.

Thanks!</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>I appreciate the effort to help but unfortunately, I am still receiving the same error after creating a shortcut and adding the following to the end of my shortcut&#8217;s target:</p>
<p>-vm &#8220;C:\Users\Public\java\jre\bin\java.exe&#8221;</p>
<p>Please let me know if you have any other suggestions.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing Eclipse on Windows by mohit</title>
		<link>http://blog.quantumstate.co.uk/installing-eclipse-on-windows.html#comment-2294</link>
		<dc:creator>mohit</dc:creator>
		<pubDate>Tue, 10 Aug 2010 17:41:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.quantumstate.co.uk/installing-eclipse-on-windows.html#comment-2294</guid>
		<description>thnxs a lot. I was really looking for a good solution. It really worked.</description>
		<content:encoded><![CDATA[<p>thnxs a lot. I was really looking for a good solution. It really worked.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Javascript Physics Engine 3 by Ben</title>
		<link>http://blog.quantumstate.co.uk/javascript-physics-engine-3.html#comment-1990</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Fri, 11 Jun 2010 01:12:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.quantumstate.co.uk/javascript-physics-engine-3.html#comment-1990</guid>
		<description>Do you plan to release the code for this? I would by quite interested in having a look at a physics engine in its earlier stage. The bigger ones are kind of hard to get a start on...</description>
		<content:encoded><![CDATA[<p>Do you plan to release the code for this? I would by quite interested in having a look at a physics engine in its earlier stage. The bigger ones are kind of hard to get a start on&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Scratch building a model house by Brian Adams</title>
		<link>http://blog.quantumstate.co.uk/scratch-building-a-model-house.html#comment-1479</link>
		<dc:creator>Brian Adams</dc:creator>
		<pubDate>Sun, 20 Sep 2009 21:10:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.quantumstate.co.uk/scratch-building-a-model-house.html#comment-1479</guid>
		<description>For someone who hasn't scratch built before, you have done a fantastic job so far. Using the graph paper from old exercise book - grand idea. (How many of those old exercise books have we thrown out, over the years!!)..
Good luck for future construction projects...</description>
		<content:encoded><![CDATA[<p>For someone who hasn&#8217;t scratch built before, you have done a fantastic job so far. Using the graph paper from old exercise book - grand idea. (How many of those old exercise books have we thrown out, over the years!!)..<br />
Good luck for future construction projects&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 10 PHP Optimisation Techniques by Dmorph</title>
		<link>http://blog.quantumstate.co.uk/10-php-optimisation-techniques.html#comment-593</link>
		<dc:creator>Dmorph</dc:creator>
		<pubDate>Tue, 07 Oct 2008 14:55:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.quantumstate.co.uk/10-php-optimisation-techniques.html#comment-593</guid>
		<description>Nice article. Another useful tool is GZIP. GZIP is a very effective way of keeping your bandwidth down when having large HTML/PHP pages. 

It compresses the page thats being sent to the user viewing your site, when the user recieves this compressed version of the page it uncompresses the page saving bandwidth and speeds up the transfer from server to browser.

Paste ( php_value output_handler ob_gzhandler) into your .htaccess file and it will enable GZIP across all pages in that directory.</description>
		<content:encoded><![CDATA[<p>Nice article. Another useful tool is GZIP. GZIP is a very effective way of keeping your bandwidth down when having large HTML/PHP pages. </p>
<p>It compresses the page thats being sent to the user viewing your site, when the user recieves this compressed version of the page it uncompresses the page saving bandwidth and speeds up the transfer from server to browser.</p>
<p>Paste ( php_value output_handler ob_gzhandler) into your .htaccess file and it will enable GZIP across all pages in that directory.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 10 PHP Optimisation Techniques by admin</title>
		<link>http://blog.quantumstate.co.uk/10-php-optimisation-techniques.html#comment-200</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 20 Jun 2008 15:52:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.quantumstate.co.uk/10-php-optimisation-techniques.html#comment-200</guid>
		<description>I realise that arrays and objects are quite different things but for some purposes they could both be used.  For example I could create an object with several variables in it to allow me to conveniently group them, like what you would use a struct in C/C++ for.  In this instance it would be faster to use an array with the same functionality.

It does take longer to access an element of an array if you run a simple test script.  Like I said in the article this is only practical for very small arrays and would only be used inside a loop where the speed difference is significant.  This can easily be tested if you wish to test it.</description>
		<content:encoded><![CDATA[<p>I realise that arrays and objects are quite different things but for some purposes they could both be used.  For example I could create an object with several variables in it to allow me to conveniently group them, like what you would use a struct in C/C++ for.  In this instance it would be faster to use an array with the same functionality.</p>
<p>It does take longer to access an element of an array if you run a simple test script.  Like I said in the article this is only practical for very small arrays and would only be used inside a loop where the speed difference is significant.  This can easily be tested if you wish to test it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 10 PHP Optimisation Techniques by InSp3KtaH</title>
		<link>http://blog.quantumstate.co.uk/10-php-optimisation-techniques.html#comment-198</link>
		<dc:creator>InSp3KtaH</dc:creator>
		<pubDate>Wed, 18 Jun 2008 02:07:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.quantumstate.co.uk/10-php-optimisation-techniques.html#comment-198</guid>
		<description>Dude most of your article is wrong .. you compare apples and oranges ... Arrays and Objects are 2 different things... they dont serve the same purpose... and arrays are way faster than a bunch of variables to do the same work ... you should point out that type casting is faster.. in php you cant type cast but you can code as if ... like if $var = 1 ... never change $var to a string .. this takes memory to do it...

i could go on and on about php optimization .. but this article is about 75% wrong</description>
		<content:encoded><![CDATA[<p>Dude most of your article is wrong .. you compare apples and oranges &#8230; Arrays and Objects are 2 different things&#8230; they dont serve the same purpose&#8230; and arrays are way faster than a bunch of variables to do the same work &#8230; you should point out that type casting is faster.. in php you cant type cast but you can code as if &#8230; like if $var = 1 &#8230; never change $var to a string .. this takes memory to do it&#8230;</p>
<p>i could go on and on about php optimization .. but this article is about 75% wrong</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on FreeRice Vocabulary Game by Chris Schempf</title>
		<link>http://blog.quantumstate.co.uk/freerice-vocabulary-game.html#comment-25</link>
		<dc:creator>Chris Schempf</dc:creator>
		<pubDate>Fri, 08 Feb 2008 00:02:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.quantumstate.co.uk/freerice-vocabulary-game.html#comment-25</guid>
		<description>I think this is a good game fro all kids</description>
		<content:encoded><![CDATA[<p>I think this is a good game fro all kids</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on HTML Canvases and Lindenmayer Systems by John Snyders</title>
		<link>http://blog.quantumstate.co.uk/html-canvases-and-lindenmayer-systems.html#comment-17</link>
		<dc:creator>John Snyders</dc:creator>
		<pubDate>Wed, 23 Jan 2008 06:13:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.quantumstate.co.uk/html-canvases-and-lindenmayer-systems.html#comment-17</guid>
		<description>I too created a canvas based L-system. 
You can read about it and try it out &lt;a href="http://hardlikesoftware.com/weblog/2008/01/23/l-systems-in-javascript-using-canvas/" rel="nofollow"&gt;here&lt;/a&gt;.
The big differences: you can't input your own model - you would have to modify the javascript. It supports more kinds of L-systems (but not  3D)</description>
		<content:encoded><![CDATA[<p>I too created a canvas based L-system.<br />
You can read about it and try it out <a href="http://hardlikesoftware.com/weblog/2008/01/23/l-systems-in-javascript-using-canvas/" rel="nofollow">here</a>.<br />
The big differences: you can&#8217;t input your own model - you would have to modify the javascript. It supports more kinds of L-systems (but not  3D)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

