<?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 Brooke Bryan - Make Life Easy, Automate Everything</title>
	<atom:link href="http://www.bajb.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bajb.net</link>
	<description>Just Develop It</description>
	<lastBuildDate>Fri, 03 Sep 2010 21:37:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Browser Back Button Detection by Dan</title>
		<link>http://www.bajb.net/2010/02/browser-back-button-detection/comment-page-1/#comment-469</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Fri, 03 Sep 2010 21:37:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.bajb.net/?p=150#comment-469</guid>
		<description>Wonderful!  We needed a way to make the back button work because of a major page transition with jquery effects causing them to think it was a new page they went to and so if they wanted to go back to the original screen with the back button, they couldn&#039;t.  We are sending an email with a link to the page, so no history will be in place when they go to the page.  Your implementation worked like a charm.  THANK YOU!</description>
		<content:encoded><![CDATA[<p>Wonderful!  We needed a way to make the back button work because of a major page transition with jquery effects causing them to think it was a new page they went to and so if they wanted to go back to the original screen with the back button, they couldn&#8217;t.  We are sending an email with a link to the page, so no history will be in place when they go to the page.  Your implementation worked like a charm.  THANK YOU!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Browser Back Button Detection by Brooke Bryan</title>
		<link>http://www.bajb.net/2010/02/browser-back-button-detection/comment-page-1/#comment-456</link>
		<dc:creator>Brooke Bryan</dc:creator>
		<pubDate>Wed, 11 Aug 2010 15:33:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.bajb.net/?p=150#comment-456</guid>
		<description>Have you tested this on the demo? http://www.brookebryan.com/code/backbutton/

I am using Firefox 3.6.8 and am not having any issues.

Alternatively, pop over to http://www.supportbuddi.com and mail me your Support Code.</description>
		<content:encoded><![CDATA[<p>Have you tested this on the demo? <a href="http://www.brookebryan.com/code/backbutton/" rel="nofollow">http://www.brookebryan.com/code/backbutton/</a></p>
<p>I am using Firefox 3.6.8 and am not having any issues.</p>
<p>Alternatively, pop over to <a href="http://www.supportbuddi.com" rel="nofollow">http://www.supportbuddi.com</a> and mail me your Support Code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Browser Back Button Detection by Marc</title>
		<link>http://www.bajb.net/2010/02/browser-back-button-detection/comment-page-1/#comment-455</link>
		<dc:creator>Marc</dc:creator>
		<pubDate>Wed, 11 Aug 2010 15:28:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.bajb.net/?p=150#comment-455</guid>
		<description>It looks like this is the best script available, but it does not work in Firefox 3.6.8 for me. 

The function to fire the alert is never fired. 

What can it be?

Thanks in advance!</description>
		<content:encoded><![CDATA[<p>It looks like this is the best script available, but it does not work in Firefox 3.6.8 for me. </p>
<p>The function to fire the alert is never fired. </p>
<p>What can it be?</p>
<p>Thanks in advance!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Browser Back Button Detection by Brooke Bryan</title>
		<link>http://www.bajb.net/2010/02/browser-back-button-detection/comment-page-1/#comment-454</link>
		<dc:creator>Brooke Bryan</dc:creator>
		<pubDate>Fri, 06 Aug 2010 08:05:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.bajb.net/?p=150#comment-454</guid>
		<description>The script will not force the browser to go back to the page in history unless you specify
&lt;code&gt;
bajb_backdetect.OnBack = function()
{
    history.back();
}
&lt;/code&gt;

Hope that helps.</description>
		<content:encoded><![CDATA[<p>The script will not force the browser to go back to the page in history unless you specify<br />
<code><br />
bajb_backdetect.OnBack = function()<br />
{<br />
    history.back();<br />
}<br />
</code></p>
<p>Hope that helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MySQL INT(1) or INT(10) by Jstall</title>
		<link>http://www.bajb.net/2008/10/mysql-int1-or-int10/comment-page-1/#comment-453</link>
		<dc:creator>Jstall</dc:creator>
		<pubDate>Thu, 05 Aug 2010 19:56:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.bajb.net/?p=86#comment-453</guid>
		<description>Wow. I had no idea. I&#039;ve been wasting my time doing that!!!! Thanks for the info. I&#039;m thinking back now to all the time I wasted thinking about whether to make a field int(5) or int(6) etc. Now I know : - ).</description>
		<content:encoded><![CDATA[<p>Wow. I had no idea. I&#8217;ve been wasting my time doing that!!!! Thanks for the info. I&#8217;m thinking back now to all the time I wasted thinking about whether to make a field int(5) or int(6) etc. Now I know : &#8211; ).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Browser Back Button Detection by Geoge</title>
		<link>http://www.bajb.net/2010/02/browser-back-button-detection/comment-page-1/#comment-447</link>
		<dc:creator>Geoge</dc:creator>
		<pubDate>Wed, 07 Jul 2010 06:41:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.bajb.net/?p=150#comment-447</guid>
		<description>It &#039;s awesome. 
But I used it to  detect back button acion and at that moment I wanna submit a form and redirect the new page spesified by server response.The server get the request,but the browser always  go back the old page in the history and ignore the server response.
So ,it can detect back button acion but can not stop the go back action,doesn&#039;t?</description>
		<content:encoded><![CDATA[<p>It &#8217;s awesome.<br />
But I used it to  detect back button acion and at that moment I wanna submit a form and redirect the new page spesified by server response.The server get the request,but the browser always  go back the old page in the history and ignore the server response.<br />
So ,it can detect back button acion but can not stop the go back action,doesn&#8217;t?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sky Box Hiddden Secrets by Richard Turner</title>
		<link>http://www.bajb.net/2010/05/sky-box-hiddden-secrets/comment-page-1/#comment-432</link>
		<dc:creator>Richard Turner</dc:creator>
		<pubDate>Wed, 26 May 2010 15:17:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.bajb.net/?p=162#comment-432</guid>
		<description>Ha, this is awesome, updating now cheers!</description>
		<content:encoded><![CDATA[<p>Ha, this is awesome, updating now cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Browser Back Button Detection by Brooke Bryan</title>
		<link>http://www.bajb.net/2010/02/browser-back-button-detection/comment-page-1/#comment-415</link>
		<dc:creator>Brooke Bryan</dc:creator>
		<pubDate>Sat, 01 May 2010 14:28:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.bajb.net/?p=150#comment-415</guid>
		<description>The un-minified code can be found by removing the .min from the JS location when viewing the demo: http://www.brookebryan.com/code/backbutton/backfix.js</description>
		<content:encoded><![CDATA[<p>The un-minified code can be found by removing the .min from the JS location when viewing the demo: <a href="http://www.brookebryan.com/code/backbutton/backfix.js" rel="nofollow">http://www.brookebryan.com/code/backbutton/backfix.js</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Browser Back Button Detection by Robert</title>
		<link>http://www.bajb.net/2010/02/browser-back-button-detection/comment-page-1/#comment-414</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Fri, 16 Apr 2010 15:34:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.bajb.net/?p=150#comment-414</guid>
		<description>Excellent work, this is just what I was looking for.  I noticed the code has the whitespace removed, do you have another copy available so I can read it easier?  I wanted to make sure you didn&#039;t implement the polling for safari, though after reading your post again it doesn&#039;t sound like you did.  Safari will not be used In the application I will apply this to.</description>
		<content:encoded><![CDATA[<p>Excellent work, this is just what I was looking for.  I noticed the code has the whitespace removed, do you have another copy available so I can read it easier?  I wanted to make sure you didn&#8217;t implement the polling for safari, though after reading your post again it doesn&#8217;t sound like you did.  Safari will not be used In the application I will apply this to.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MySQL INT(1) or INT(10) by kanya</title>
		<link>http://www.bajb.net/2008/10/mysql-int1-or-int10/comment-page-1/#comment-332</link>
		<dc:creator>kanya</dc:creator>
		<pubDate>Mon, 08 Mar 2010 13:01:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.bajb.net/?p=86#comment-332</guid>
		<description>Many thanks for your  clear explanation..</description>
		<content:encoded><![CDATA[<p>Many thanks for your  clear explanation..</p>
]]></content:encoded>
	</item>
</channel>
</rss>
