<?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 Moki Systems Blog</title>
	<atom:link href="http://www.mokisystems.com/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mokisystems.com/blog</link>
	<description>Addressing such topics as: web programming, design, ruby on rails, cake php, postgresql, linux, seo</description>
	<lastBuildDate>Sat, 20 Feb 2010 02:04:55 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Recover a deleted file in Subversion by Shiv</title>
		<link>http://www.mokisystems.com/blog/recover-a-deleted-file-in-subversion/comment-page-1/#comment-594</link>
		<dc:creator>Shiv</dc:creator>
		<pubDate>Sat, 20 Feb 2010 02:04:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.mokisystems.com/blog/recover-a-deleted-file-in-subversion/#comment-594</guid>
		<description>Do you happen to know if there&#039;s a difference between doing it the way you proposed versus using TortoiseSVN right-click feature as mentioned here? 

http://tortoisesvn.net/most-forgotten-feature

I tried the TSVN way, and it seemed to work for me. That is, all of the log history is still retained.</description>
		<content:encoded><![CDATA[<p>Do you happen to know if there&#8217;s a difference between doing it the way you proposed versus using TortoiseSVN right-click feature as mentioned here? </p>
<p><a href="http://tortoisesvn.net/most-forgotten-feature" rel="nofollow">http://tortoisesvn.net/most-forgotten-feature</a></p>
<p>I tried the TSVN way, and it seemed to work for me. That is, all of the log history is still retained.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Recover a deleted file in Subversion by Frank</title>
		<link>http://www.mokisystems.com/blog/recover-a-deleted-file-in-subversion/comment-page-1/#comment-589</link>
		<dc:creator>Frank</dc:creator>
		<pubDate>Thu, 14 Jan 2010 22:01:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.mokisystems.com/blog/recover-a-deleted-file-in-subversion/#comment-589</guid>
		<description>Sorry, but that last post got scrambled; blame it on careless use of angle brackets.
Hopefully, this version of the command will come through unscathed:
 
svn copy  -rrevision_number_where_deleted  http://svn_machine_name/svn_repository_path/README .</description>
		<content:encoded><![CDATA[<p>Sorry, but that last post got scrambled; blame it on careless use of angle brackets.<br />
Hopefully, this version of the command will come through unscathed:</p>
<p>svn copy  -rrevision_number_where_deleted  <a href="http://svn_machine_name/svn_repository_path/README" rel="nofollow">http://svn_machine_name/svn_repository_path/README</a> .</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Recover a deleted file in Subversion by Frank</title>
		<link>http://www.mokisystems.com/blog/recover-a-deleted-file-in-subversion/comment-page-1/#comment-588</link>
		<dc:creator>Frank</dc:creator>
		<pubDate>Thu, 14 Jan 2010 21:56:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.mokisystems.com/blog/recover-a-deleted-file-in-subversion/#comment-588</guid>
		<description>I was not able to use the @revision syntax, but -r worked just fine.  

The following command restored a deleted README file (with log entries back to 1993!) in my current working directory:

svn copy -r  http:////README .

-- Thanks for the help!</description>
		<content:encoded><![CDATA[<p>I was not able to use the @revision syntax, but -r worked just fine.  </p>
<p>The following command restored a deleted README file (with log entries back to 1993!) in my current working directory:</p>
<p>svn copy -r  <a href="http:////README" rel="nofollow">http:////README</a> .</p>
<p>&#8211; Thanks for the help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flash AS3 Loading Fonts by RipX</title>
		<link>http://www.mokisystems.com/blog/flash-as3-loading-fonts/comment-page-1/#comment-586</link>
		<dc:creator>RipX</dc:creator>
		<pubDate>Wed, 09 Dec 2009 09:08:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.mokisystems.com/blog/flash-as3-loading-fonts/#comment-586</guid>
		<description>The above post was due to a typo in the font name. Please disregard but be aware that this error shows if the name of the font is incorrect and effort should be made to catch this.

RipX</description>
		<content:encoded><![CDATA[<p>The above post was due to a typo in the font name. Please disregard but be aware that this error shows if the name of the font is incorrect and effort should be made to catch this.</p>
<p>RipX</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flash AS3 Loading Fonts by RipX</title>
		<link>http://www.mokisystems.com/blog/flash-as3-loading-fonts/comment-page-1/#comment-585</link>
		<dc:creator>RipX</dc:creator>
		<pubDate>Tue, 08 Dec 2009 16:49:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.mokisystems.com/blog/flash-as3-loading-fonts/#comment-585</guid>
		<description>When compiling in FlashDevelop I get the following Reference error:

[Fault] exception, information=ReferenceError: Error #1065: Variable swf is not defined.

since at compile time &#039;fontsDomain&#039; has no targeted swf reference. Anyone know how to correct this problem?

RipX</description>
		<content:encoded><![CDATA[<p>When compiling in FlashDevelop I get the following Reference error:</p>
<p>[Fault] exception, information=ReferenceError: Error #1065: Variable swf is not defined.</p>
<p>since at compile time &#8216;fontsDomain&#8217; has no targeted swf reference. Anyone know how to correct this problem?</p>
<p>RipX</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flash AS3 Loading Fonts by watcher</title>
		<link>http://www.mokisystems.com/blog/flash-as3-loading-fonts/comment-page-1/#comment-582</link>
		<dc:creator>watcher</dc:creator>
		<pubDate>Thu, 19 Nov 2009 15:13:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.mokisystems.com/blog/flash-as3-loading-fonts/#comment-582</guid>
		<description>Per the mysterious commenter &#039;Eric&#039;, this indeed will not solve the &quot;embed subset problem&quot;.

I suspect he did not post the &#039;superior&#039; method cos he doesn&#039;t have it! neither do I sadly. But rest assured once I&#039;ve cracked it I&#039;m going to share it with the world! Stupid, stupid, stupid Adobe. It&#039;s amazing what we let them get away with...</description>
		<content:encoded><![CDATA[<p>Per the mysterious commenter &#8216;Eric&#8217;, this indeed will not solve the &#8220;embed subset problem&#8221;.</p>
<p>I suspect he did not post the &#8217;superior&#8217; method cos he doesn&#8217;t have it! neither do I sadly. But rest assured once I&#8217;ve cracked it I&#8217;m going to share it with the world! Stupid, stupid, stupid Adobe. It&#8217;s amazing what we let them get away with&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Recover a deleted file in Subversion by Clifton</title>
		<link>http://www.mokisystems.com/blog/recover-a-deleted-file-in-subversion/comment-page-1/#comment-580</link>
		<dc:creator>Clifton</dc:creator>
		<pubDate>Fri, 13 Nov 2009 05:26:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.mokisystems.com/blog/recover-a-deleted-file-in-subversion/#comment-580</guid>
		<description>Your forgot a hyphen in the svn log command:

svn log --verbose

Thanks!</description>
		<content:encoded><![CDATA[<p>Your forgot a hyphen in the svn log command:</p>
<p>svn log &#8211;verbose</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Setting up Slony on Windows by Andrea Greggio</title>
		<link>http://www.mokisystems.com/blog/setting-up-slony-on-windows/comment-page-1/#comment-579</link>
		<dc:creator>Andrea Greggio</dc:creator>
		<pubDate>Thu, 12 Nov 2009 10:08:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.mokisystems.com/blog/setting-up-slony-on-windows/#comment-579</guid>
		<description>Images of this post are not available and i really need them..can you fix them? 
Thanks in advance,
Greggio Andrea.</description>
		<content:encoded><![CDATA[<p>Images of this post are not available and i really need them..can you fix them?<br />
Thanks in advance,<br />
Greggio Andrea.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ajax multi file upload with php, iframe, &amp; javascript by Jason</title>
		<link>http://www.mokisystems.com/blog/ajax-multi-file-upload-with-php-iframe-javascript/comment-page-1/#comment-576</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Tue, 27 Oct 2009 15:15:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.mokisystems.com/blog/?p=28#comment-576</guid>
		<description>Demo is working great! What is about remove and session destroy? When I don&#039;t want picture then I decided to remove picture but still session keep there should remove session, too.

For example:

I click upload file for picture then uploaded then made a mistake I should click remove then remove picture and memory session should remove like destroy session.

That&#039;s idea.</description>
		<content:encoded><![CDATA[<p>Demo is working great! What is about remove and session destroy? When I don&#8217;t want picture then I decided to remove picture but still session keep there should remove session, too.</p>
<p>For example:</p>
<p>I click upload file for picture then uploaded then made a mistake I should click remove then remove picture and memory session should remove like destroy session.</p>
<p>That&#8217;s idea.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Add Markers to a Google Map With Ruby on Rails and JSON by Nauman</title>
		<link>http://www.mokisystems.com/blog/add-markers-to-a-google-map-with-ruby-on-rails-and-json/comment-page-1/#comment-558</link>
		<dc:creator>Nauman</dc:creator>
		<pubDate>Tue, 29 Sep 2009 20:09:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.mokisystems.com/blog/?p=27#comment-558</guid>
		<description>Hi,

I m not ROR guru, but doing work in simple php. and want to create boundries around markers as


http://www.redfin.com/search#search_location=90061

http://www.maplandia.com/pakistan/punjab/

Can anybody show me the sample result of above code that how it&#039;s looking.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I m not ROR guru, but doing work in simple php. and want to create boundries around markers as</p>
<p><a href="http://www.redfin.com/search#search_location=90061" rel="nofollow">http://www.redfin.com/search#search_location=90061</a></p>
<p><a href="http://www.maplandia.com/pakistan/punjab/" rel="nofollow">http://www.maplandia.com/pakistan/punjab/</a></p>
<p>Can anybody show me the sample result of above code that how it&#8217;s looking.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
