<?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 Don&#039;t Forget</title>
	<atom:link href="http://www.johnnypez.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.johnnypez.com</link>
	<description>It&#039;s not a blog</description>
	<lastBuildDate>Fri, 25 May 2012 20:02:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.1</generator>
	<item>
		<title>Comment on Customising FB.ui iframe dialog dimensions by admin</title>
		<link>http://www.johnnypez.com/uncategorized/customising-fb-ui-iframe-dialog-dimensions/comment-page-1/#comment-408</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 25 May 2012 20:02:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.johnnypez.com/?p=172#comment-408</guid>
		<description>Keep an eye out now as Facebook are locking down the JS SDK and a lot of the publicly exposed endpoints (anything starting with _) will be made private. So this hack won&#039;t work when that change comes.</description>
		<content:encoded><![CDATA[<p>Keep an eye out now as Facebook are locking down the JS SDK and a lot of the publicly exposed endpoints (anything starting with _) will be made private. So this hack won&#8217;t work when that change comes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Customising FB.ui iframe dialog dimensions by Roberto</title>
		<link>http://www.johnnypez.com/uncategorized/customising-fb-ui-iframe-dialog-dimensions/comment-page-1/#comment-407</link>
		<dc:creator>Roberto</dc:creator>
		<pubDate>Fri, 25 May 2012 15:54:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.johnnypez.com/?p=172#comment-407</guid>
		<description>You save my life. Thanks a lot!</description>
		<content:encoded><![CDATA[<p>You save my life. Thanks a lot!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Unable to find a $JAVA_HOME at &#8230; on Mac OSX by Carl Veazey</title>
		<link>http://www.johnnypez.com/design-development/unable-to-find-a-java_home-at-on-mac-osx/comment-page-1/#comment-405</link>
		<dc:creator>Carl Veazey</dc:creator>
		<pubDate>Tue, 10 Apr 2012 07:18:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.johnnypez.com/?p=140#comment-405</guid>
		<description>Thank you so much!</description>
		<content:encoded><![CDATA[<p>Thank you so much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dreamweaver crashes when I type a curly brace. by Bruce</title>
		<link>http://www.johnnypez.com/design-development/dreamweaver-crashes-when-i-type-a-curly-brace/comment-page-1/#comment-264</link>
		<dc:creator>Bruce</dc:creator>
		<pubDate>Thu, 05 Jan 2012 18:24:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.johnnypez.com/2007/11/13/dreamweaver-crashes-when-i-type-a-curly-brace/#comment-264</guid>
		<description>Thanks! I ran into this problem with CS3 running on Windows 7 and I think the solutions posted have fixed the problem. I had to both delete the dat file and copy and paste the content of the file I was working on into a new file. There are a couple of differences to note with Windows 7 and I think Vista. The path to the configuration file is:

C:\Users\[username]\AppData\Roaming\Adobe\Dreamweaver 9\Configuration 

The dat file is called WinFileCache-4DD32B57.dat

Also, if you happen to run into this problem when you have not saved in a while and you really don&#039;t want to loose what you were working on, I found that if I left my computer for half an hour or so Dreamweaver would finally produce an error message and then let me save the file I was working on. I did then have to restart Dreamweaver but I did not loose what I was working on. Of course it may also have been that save that caused me to have to copy and paste my work into a new file to get around Dreamweaver&#039;s corruption of the file. This work-around may well not work on older less stable operating systems.</description>
		<content:encoded><![CDATA[<p>Thanks! I ran into this problem with CS3 running on Windows 7 and I think the solutions posted have fixed the problem. I had to both delete the dat file and copy and paste the content of the file I was working on into a new file. There are a couple of differences to note with Windows 7 and I think Vista. The path to the configuration file is:</p>
<p>C:\Users\[username]\AppData\Roaming\Adobe\Dreamweaver 9\Configuration </p>
<p>The dat file is called WinFileCache-4DD32B57.dat</p>
<p>Also, if you happen to run into this problem when you have not saved in a while and you really don&#8217;t want to loose what you were working on, I found that if I left my computer for half an hour or so Dreamweaver would finally produce an error message and then let me save the file I was working on. I did then have to restart Dreamweaver but I did not loose what I was working on. Of course it may also have been that save that caused me to have to copy and paste my work into a new file to get around Dreamweaver&#8217;s corruption of the file. This work-around may well not work on older less stable operating systems.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A better capitalize method by admin</title>
		<link>http://www.johnnypez.com/ruby-rails/a-better-capitalize-method/comment-page-1/#comment-262</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 04 Jan 2012 16:04:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.johnnypez.com/?p=175#comment-262</guid>
		<description>Thanks for pointing that out Paul, I wasn&#039;t aware of the titlecase/titleize method. My example here is pretty crude as it is not unicode aware. I&#039;ll see what I can do about that.</description>
		<content:encoded><![CDATA[<p>Thanks for pointing that out Paul, I wasn&#8217;t aware of the titlecase/titleize method. My example here is pretty crude as it is not unicode aware. I&#8217;ll see what I can do about that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A better capitalize method by Paul M. Watson</title>
		<link>http://www.johnnypez.com/ruby-rails/a-better-capitalize-method/comment-page-1/#comment-261</link>
		<dc:creator>Paul M. Watson</dc:creator>
		<pubDate>Wed, 04 Jan 2012 15:57:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.johnnypez.com/?p=175#comment-261</guid>
		<description>Might be worth submitting this as a patch to the Rails ActiveSupport titlecase method, it gets &quot;o&#039;shea&quot; wrong!</description>
		<content:encoded><![CDATA[<p>Might be worth submitting this as a patch to the Rails ActiveSupport titlecase method, it gets &#8220;o&#8217;shea&#8221; wrong!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Unable to find a $JAVA_HOME at &#8230; on Mac OSX by Kris</title>
		<link>http://www.johnnypez.com/design-development/unable-to-find-a-java_home-at-on-mac-osx/comment-page-1/#comment-259</link>
		<dc:creator>Kris</dc:creator>
		<pubDate>Sun, 06 Nov 2011 23:47:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.johnnypez.com/?p=140#comment-259</guid>
		<description>This really helped, thanks.</description>
		<content:encoded><![CDATA[<p>This really helped, thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Customising FB.ui iframe dialog dimensions by rafael</title>
		<link>http://www.johnnypez.com/uncategorized/customising-fb-ui-iframe-dialog-dimensions/comment-page-1/#comment-256</link>
		<dc:creator>rafael</dc:creator>
		<pubDate>Thu, 06 Oct 2011 20:09:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.johnnypez.com/?p=172#comment-256</guid>
		<description>OMG, you&#039;re awesome, thanks a lot dude ^^</description>
		<content:encoded><![CDATA[<p>OMG, you&#8217;re awesome, thanks a lot dude ^^</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mail.app with GMail IMAP very slow? by Dwayn</title>
		<link>http://www.johnnypez.com/software/mailapp-with-gmail-imap-very-slow/comment-page-1/#comment-254</link>
		<dc:creator>Dwayn</dc:creator>
		<pubDate>Tue, 30 Aug 2011 22:10:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.johnnypez.com/2008/02/20/mailapp-with-gmail-imap-very-slow/#comment-254</guid>
		<description>Interestingly enough this problem is still manifesting itself. I have had problems with gmail access via imap being really slow for the past couple of months with mail.app and thunderbird4.0, 5.0, and 6.0 over a 100Mb connection. I actually switched from 465 to 587 and it stopped being so slow.

This leads me to believe that google&#039;s smtp servers may be getting overloaded and the apps are getting stuck in a wait state trying to send updates to status for emails (ie. mark as unread). Outside of that theory, I have no idea.

Thanks for the info in the post!</description>
		<content:encoded><![CDATA[<p>Interestingly enough this problem is still manifesting itself. I have had problems with gmail access via imap being really slow for the past couple of months with mail.app and thunderbird4.0, 5.0, and 6.0 over a 100Mb connection. I actually switched from 465 to 587 and it stopped being so slow.</p>
<p>This leads me to believe that google&#8217;s smtp servers may be getting overloaded and the apps are getting stuck in a wait state trying to send updates to status for emails (ie. mark as unread). Outside of that theory, I have no idea.</p>
<p>Thanks for the info in the post!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dreamweaver crashes when I type a curly brace. by Rafael</title>
		<link>http://www.johnnypez.com/design-development/dreamweaver-crashes-when-i-type-a-curly-brace/comment-page-1/#comment-251</link>
		<dc:creator>Rafael</dc:creator>
		<pubDate>Mon, 06 Jun 2011 16:12:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.johnnypez.com/2007/11/13/dreamweaver-crashes-when-i-type-a-curly-brace/#comment-251</guid>
		<description>Well, I found the solution of the problem I posted!

The file I was working on were corrupted when Dreamweaver originally crashes and even though DW were able to open it couldn&#039;t save on it. What I did was to create a new file, copy and pasted the whole code in the new file, the closed the corrupted file and save as the new file the original file (the corrupted one).

I tried first to save the original file as another file but the problem persist. For any reason DW recognized the file as the corrupted one. But if you do as I mentioned the problem will be solved!</description>
		<content:encoded><![CDATA[<p>Well, I found the solution of the problem I posted!</p>
<p>The file I was working on were corrupted when Dreamweaver originally crashes and even though DW were able to open it couldn&#8217;t save on it. What I did was to create a new file, copy and pasted the whole code in the new file, the closed the corrupted file and save as the new file the original file (the corrupted one).</p>
<p>I tried first to save the original file as another file but the problem persist. For any reason DW recognized the file as the corrupted one. But if you do as I mentioned the problem will be solved!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
