<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for Blog</title>
	<atom:link href="http://monket.net/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://monket.net/blog</link>
	<description></description>
	<lastBuildDate>Mon, 13 Dec 2010 08:11:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Comment on Autotest, Cucumber, and Growl by Karl O&#039;Keeffe</title>
		<link>http://monket.net/blog/2009/06/autotest-cucumber-and-growl/comment-page-1/#comment-151</link>
		<dc:creator>Karl O&#039;Keeffe</dc:creator>
		<pubDate>Mon, 13 Dec 2010 08:11:41 +0000</pubDate>
		<guid isPermaLink="false">http://monket.net/blog/?p=3#comment-151</guid>
		<description>Hi Ivan,

You should be able to make an autotest directory within your project, and place growl-cucumber.rb in there.</description>
		<content:encoded><![CDATA[<p>Hi Ivan,</p>
<p>You should be able to make an autotest directory within your project, and place growl-cucumber.rb in there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Autotest, Cucumber, and Growl by Ivan</title>
		<link>http://monket.net/blog/2009/06/autotest-cucumber-and-growl/comment-page-1/#comment-150</link>
		<dc:creator>Ivan</dc:creator>
		<pubDate>Wed, 08 Dec 2010 11:00:55 +0000</pubDate>
		<guid isPermaLink="false">http://monket.net/blog/?p=3#comment-150</guid>
		<description>Hi Karl,


Where should growl-cucumber.rb go?</description>
		<content:encoded><![CDATA[<p>Hi Karl,</p>
<p>Where should growl-cucumber.rb go?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Running JS Test Driver in Team City by Benjamin Arroyo</title>
		<link>http://monket.net/blog/2009/08/running-js-test-driver-in-team-city/comment-page-1/#comment-144</link>
		<dc:creator>Benjamin Arroyo</dc:creator>
		<pubDate>Thu, 24 Jun 2010 12:45:27 +0000</pubDate>
		<guid isPermaLink="false">http://monket.net/blog/?p=193#comment-144</guid>
		<description>Hi Karl, 

They have fixed it in version 1.2.2

Regards.</description>
		<content:encoded><![CDATA[<p>Hi Karl, </p>
<p>They have fixed it in version 1.2.2</p>
<p>Regards.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Running JS Test Driver in Team City by King Conte</title>
		<link>http://monket.net/blog/2009/08/running-js-test-driver-in-team-city/comment-page-1/#comment-143</link>
		<dc:creator>King Conte</dc:creator>
		<pubDate>Mon, 14 Jun 2010 08:05:14 +0000</pubDate>
		<guid isPermaLink="false">http://monket.net/blog/?p=193#comment-143</guid>
		<description>Good write up, I will be sure to save this in my Reddit account. Have a good day.</description>
		<content:encoded><![CDATA[<p>Good write up, I will be sure to save this in my Reddit account. Have a good day.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Detecting when a page is loaded from the browser cache by Karl O&#39;Keeffe</title>
		<link>http://monket.net/blog/2010/02/detecting-when-a-page-is-loaded-from-the-browser-cache/comment-page-1/#comment-142</link>
		<dc:creator>Karl O&#39;Keeffe</dc:creator>
		<pubDate>Wed, 09 Jun 2010 09:56:30 +0000</pubDate>
		<guid isPermaLink="false">http://monket.net/blog/?p=290#comment-142</guid>
		<description>Hi John,

Your server side PHP looks about right. 

If you are still having trouble getting this working try using a http debugging proxy such as Charles (http://www.charlesproxy.com/) to verify that the server is correctly sending the cookie.

Then use the Chrome Inspector panel (or something similar such as Firebug) to verify the state of the cookies, and requests made to the server within the browser. You should see that the cookie is set to false by the server, and then set to true by the jQuery code. When you return to that page using the back button, you should see in Charles that no new request has been made to the server and that the cookie is now set as true.

Let me know how you get on.</description>
		<content:encoded><![CDATA[<p>Hi John,</p>
<p>Your server side PHP looks about right. </p>
<p>If you are still having trouble getting this working try using a http debugging proxy such as Charles (<a href="http://www.charlesproxy.com/" rel="nofollow">http://www.charlesproxy.com/</a>) to verify that the server is correctly sending the cookie.</p>
<p>Then use the Chrome Inspector panel (or something similar such as Firebug) to verify the state of the cookies, and requests made to the server within the browser. You should see that the cookie is set to false by the server, and then set to true by the jQuery code. When you return to that page using the back button, you should see in Charles that no new request has been made to the server and that the cookie is now set as true.</p>
<p>Let me know how you get on.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Detecting when a page is loaded from the browser cache by John</title>
		<link>http://monket.net/blog/2010/02/detecting-when-a-page-is-loaded-from-the-browser-cache/comment-page-1/#comment-141</link>
		<dc:creator>John</dc:creator>
		<pubDate>Tue, 08 Jun 2010 04:49:35 +0000</pubDate>
		<guid isPermaLink="false">http://monket.net/blog/?p=290#comment-141</guid>
		<description>ahh, here&#039;s the php.  Guess your blog didn&#039;t like my code tags:

/*
Makes the browser_cache_load cookie false if this page is loaded from the server 
****************************************/

setcookie(&#039;browser_cache_load&#039;,&#039;false&#039;);</description>
		<content:encoded><![CDATA[<p>ahh, here&#8217;s the php.  Guess your blog didn&#8217;t like my code tags:</p>
<p>/*<br />
Makes the browser_cache_load cookie false if this page is loaded from the server<br />
****************************************/</p>
<p>setcookie(&#8216;browser_cache_load&#8217;,'false&#8217;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Detecting when a page is loaded from the browser cache by John</title>
		<link>http://monket.net/blog/2010/02/detecting-when-a-page-is-loaded-from-the-browser-cache/comment-page-1/#comment-140</link>
		<dc:creator>John</dc:creator>
		<pubDate>Tue, 08 Jun 2010 04:47:02 +0000</pubDate>
		<guid isPermaLink="false">http://monket.net/blog/?p=290#comment-140</guid>
		<description>Hi there, thanks for the info.  I&#039;m trying to use this method using php for one page of site.  It&#039;s a portfolio page that is loaded with big images and a bunch of snazzy javaScript.  When the user first visits the page (which is the home page) I&#039;m showing some longer text to entertain them while all the images load.  Once the images are loaded the text fades out and the gallery is shown.  

If the page has already been cached, then I&#039;m just showing a quick &quot;Images Loading...&quot; message because it only takes a few seconds and having a large text block flash in and out quickly is confusing to the user.  

Anyway, I&#039;m good on the javaScript/jQuery but I&#039;m confused by the server-side code above (.NET?).  I have the following php at the top of my page but I feel like I&#039;m missing something that confirms a response from the server: 

&lt;code&gt;



&lt;/code&gt;

Your help is appreciated!  I&#039;ve spent a few hours trying to figure this out with no luck. 

Thanks, 
John</description>
		<content:encoded><![CDATA[<p>Hi there, thanks for the info.  I&#8217;m trying to use this method using php for one page of site.  It&#8217;s a portfolio page that is loaded with big images and a bunch of snazzy javaScript.  When the user first visits the page (which is the home page) I&#8217;m showing some longer text to entertain them while all the images load.  Once the images are loaded the text fades out and the gallery is shown.  </p>
<p>If the page has already been cached, then I&#8217;m just showing a quick &#8220;Images Loading&#8230;&#8221; message because it only takes a few seconds and having a large text block flash in and out quickly is confusing to the user.  </p>
<p>Anyway, I&#8217;m good on the javaScript/jQuery but I&#8217;m confused by the server-side code above (.NET?).  I have the following php at the top of my page but I feel like I&#8217;m missing something that confirms a response from the server: </p>
<p><code></p>
<p></code></p>
<p>Your help is appreciated!  I&#8217;ve spent a few hours trying to figure this out with no luck. </p>
<p>Thanks,<br />
John</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Loris: Autotest for Javascript by Mark Nijhof</title>
		<link>http://monket.net/blog/2009/11/loris-autotest-for-javascript/comment-page-1/#comment-131</link>
		<dc:creator>Mark Nijhof</dc:creator>
		<pubDate>Mon, 12 Apr 2010 09:02:35 +0000</pubDate>
		<guid isPermaLink="false">http://monket.net/blog/?p=261#comment-131</guid>
		<description>Hi Karl,

I couldn&#039;t pot the details here, can you perhaps send me an e-mail so I can reply on that? Mark.Nijhof gmail.com

Thanks :)</description>
		<content:encoded><![CDATA[<p>Hi Karl,</p>
<p>I couldn&#8217;t pot the details here, can you perhaps send me an e-mail so I can reply on that? Mark.Nijhof gmail.com</p>
<p>Thanks :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Loris: Autotest for Javascript by Karl O'Keeffe</title>
		<link>http://monket.net/blog/2009/11/loris-autotest-for-javascript/comment-page-1/#comment-130</link>
		<dc:creator>Karl O'Keeffe</dc:creator>
		<pubDate>Mon, 12 Apr 2010 05:43:23 +0000</pubDate>
		<guid isPermaLink="false">http://monket.net/blog/?p=261#comment-130</guid>
		<description>Hi Mark,

I do still use Loris for running JS unit tests on my machine. Although I think IDE integration is the way to go. If you are using Eclipse or IntelliJ then I would recommend the JS Test Driver plugins.

What error are you getting when you try and run the tests through Loris? What happens when you run the tests without Loris?</description>
		<content:encoded><![CDATA[<p>Hi Mark,</p>
<p>I do still use Loris for running JS unit tests on my machine. Although I think IDE integration is the way to go. If you are using Eclipse or IntelliJ then I would recommend the JS Test Driver plugins.</p>
<p>What error are you getting when you try and run the tests through Loris? What happens when you run the tests without Loris?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Loris: Autotest for Javascript by Mark Nijhof</title>
		<link>http://monket.net/blog/2009/11/loris-autotest-for-javascript/comment-page-1/#comment-129</link>
		<dc:creator>Mark Nijhof</dc:creator>
		<pubDate>Sun, 11 Apr 2010 23:32:22 +0000</pubDate>
		<guid isPermaLink="false">http://monket.net/blog/?p=261#comment-129</guid>
		<description>Hi,

I am trying out Loris but when I try to run JsTestDriver it fails on me. I was wondering if this is still something you use? or if you have found a better way to continiously run your JS tests.

-Mark</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I am trying out Loris but when I try to run JsTestDriver it fails on me. I was wondering if this is still something you use? or if you have found a better way to continiously run your JS tests.</p>
<p>-Mark</p>
]]></content:encoded>
	</item>
</channel>
</rss>

