<?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 Vincent Gable's Blog</title>
	<atom:link href="http://vgable.com/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://vgable.com/blog</link>
	<description>my weblog.</description>
	<lastBuildDate>Thu, 17 May 2012 17:13:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on How To Check if an Application is Running With AppleScript by Paul</title>
		<link>http://vgable.com/blog/2009/04/24/how-to-check-if-an-application-is-running-with-applescript/comment-page-1/#comment-1394</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Thu, 17 May 2012 17:13:27 +0000</pubDate>
		<guid isPermaLink="false">http://vgable.com/blog/2009/04/24/how-to-check-if-an-application-is-running-with-applescript/#comment-1394</guid>
		<description>Thanks for this, I was looking for a way to autosave a program if it&#039;s the front window.  Super awesome thank you!</description>
		<content:encoded><![CDATA[<p>Thanks for this, I was looking for a way to autosave a program if it&#8217;s the front window.  Super awesome thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on UUID (GUID) Support in Cocoa by UUID??? &#183; Linunio</title>
		<link>http://vgable.com/blog/2008/02/24/creating-a-uuid-guid-in-cocoa/comment-page-1/#comment-1393</link>
		<dc:creator>UUID??? &#183; Linunio</dc:creator>
		<pubDate>Mon, 14 May 2012 04:06:45 +0000</pubDate>
		<guid isPermaLink="false">http://vgable.com/blog/2008/02/24/creating-a-uuid-guid-in-cocoa/#comment-1393</guid>
		<description>[...] UUID(GUID) Support in Cocoa    &#124;2&#124;left [...]</description>
		<content:encoded><![CDATA[<p>[...] UUID(GUID) Support in Cocoa    |2|left [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Messages to Nowhere by Steve</title>
		<link>http://vgable.com/blog/2008/05/31/messages-to-nowhere/comment-page-1/#comment-1389</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Sat, 28 Apr 2012 01:55:10 +0000</pubDate>
		<guid isPermaLink="false">http://vgable.com/blog/2008/05/31/messages-to-nowhere/#comment-1389</guid>
		<description>Yes, a very interesting characteristic of objective-c to take note of... it was one of the first things I learned about when I started to study the language. It was a bit confusing at first but I&#039;ve definitely taken advantage of it in my code.</description>
		<content:encoded><![CDATA[<p>Yes, a very interesting characteristic of objective-c to take note of&#8230; it was one of the first things I learned about when I started to study the language. It was a bit confusing at first but I&#8217;ve definitely taken advantage of it in my code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How To Write Cocoa Object Getters by Ricky Helgesson</title>
		<link>http://vgable.com/blog/2009/03/31/how-to-write-cocoa-object-getters/comment-page-1/#comment-1387</link>
		<dc:creator>Ricky Helgesson</dc:creator>
		<pubDate>Fri, 27 Apr 2012 08:14:22 +0000</pubDate>
		<guid isPermaLink="false">http://vgable.com/blog/2009/03/31/how-to-write-cocoa-object-getters/#comment-1387</guid>
		<description>Shouldn&#039;t your article begin with &quot;Getters are more straightforward than setters&quot;, instead of &quot;Setters are more straightforward than getters, because you don&#039;t need to worry about memory management.</description>
		<content:encoded><![CDATA[<p>Shouldn&#8217;t your article begin with &#8220;Getters are more straightforward than setters&#8221;, instead of &#8220;Setters are more straightforward than getters, because you don&#8217;t need to worry about memory management.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Most Useful Objective-C Code I&#8217;ve Ever Written by Charles Feduke</title>
		<link>http://vgable.com/blog/2010/08/19/the-most-useful-objective-c-code-ive-ever-written/comment-page-1/#comment-1386</link>
		<dc:creator>Charles Feduke</dc:creator>
		<pubDate>Fri, 27 Apr 2012 01:00:56 +0000</pubDate>
		<guid isPermaLink="false">http://vgable.com/blog/?p=670#comment-1386</guid>
		<description>Thanks Monsieur for the update, I pulled the old VTPG_Commons from an old Xcode project and it wasn&#039;t compiling under the version of Xcode I have installed (4.3.2).  This fixed it, and its also just the code I needed for LOG_EXPR.</description>
		<content:encoded><![CDATA[<p>Thanks Monsieur for the update, I pulled the old VTPG_Commons from an old Xcode project and it wasn&#8217;t compiling under the version of Xcode I have installed (4.3.2).  This fixed it, and its also just the code I needed for LOG_EXPR.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Most Useful Objective-C Code I&#8217;ve Ever Written by MonsieurDart</title>
		<link>http://vgable.com/blog/2010/08/19/the-most-useful-objective-c-code-ive-ever-written/comment-page-1/#comment-1383</link>
		<dc:creator>MonsieurDart</dc:creator>
		<pubDate>Tue, 24 Apr 2012 16:48:48 +0000</pubDate>
		<guid isPermaLink="false">http://vgable.com/blog/?p=670#comment-1383</guid>
		<description>Hi all,

For those interested by this great piece of code, I&#039;ve forked Vincent&#039;s GitHub repo to extract only the LOG_EXPR out of its common code. It can be found here:

https://github.com/MonsieurDart/LOG_EXPR

Let me know if this is useful for you…</description>
		<content:encoded><![CDATA[<p>Hi all,</p>
<p>For those interested by this great piece of code, I&#8217;ve forked Vincent&#8217;s GitHub repo to extract only the LOG_EXPR out of its common code. It can be found here:</p>
<p><a href="https://github.com/MonsieurDart/LOG_EXPR" rel="nofollow">https://github.com/MonsieurDart/LOG_EXPR</a></p>
<p>Let me know if this is useful for you…</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Calling the Command Line from Cocoa by Alanna Mcclenny</title>
		<link>http://vgable.com/blog/2008/03/05/calling-the-command-line-from-cocoa/comment-page-1/#comment-1381</link>
		<dc:creator>Alanna Mcclenny</dc:creator>
		<pubDate>Sat, 21 Apr 2012 16:52:43 +0000</pubDate>
		<guid isPermaLink="false">http://vgable.com/blog/2008/03/05/calling-the-command-line-from-cocoa/#comment-1381</guid>
		<description>I do not even know how I stopped up right here, but I believed this put up was good. I don&#039;t understand who you might be however certainly you&#039;re going to a well-known blogger in the event you are not already ;) Cheers!</description>
		<content:encoded><![CDATA[<p>I do not even know how I stopped up right here, but I believed this put up was good. I don&#8217;t understand who you might be however certainly you&#8217;re going to a well-known blogger in the event you are not already ;) Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Finding your laptop’s location with a shell command by dating app facebook</title>
		<link>http://vgable.com/blog/2008/03/18/finding-your-laptop%e2%80%99s-location-with-a-shell-command/comment-page-1/#comment-1377</link>
		<dc:creator>dating app facebook</dc:creator>
		<pubDate>Mon, 09 Apr 2012 06:11:59 +0000</pubDate>
		<guid isPermaLink="false">http://vgable.com/blog/2008/03/18/finding-your-laptop%e2%80%99s-location-with-a-shell-command/#comment-1377</guid>
		<description>I leave a response when I appreciate a post on a website or I have something to contribute to the discussion. Usually it&#039;s triggered by the fire communicated in the article I browsed. And on this post Finding your laptopâ€™s location with a shell command   Vincent Gable&#8217;s Blog. I was excited enough to drop a leave a responsea response :-P I do have 2 questions for you if you tend not to mind. Is it simply me or does it seem like a few of these remarks come across as if they are coming from brain dead individuals? :-P And, if you are writing on additional online social sites, I would like to keep up with anything new you have to post. Could you list all of all your communal pages like your Facebook page, twitter feed, or linkedin profile?</description>
		<content:encoded><![CDATA[<p>I leave a response when I appreciate a post on a website or I have something to contribute to the discussion. Usually it&#8217;s triggered by the fire communicated in the article I browsed. And on this post Finding your laptopâ€™s location with a shell command   Vincent Gable&#8217;s Blog. I was excited enough to drop a leave a responsea response :-P I do have 2 questions for you if you tend not to mind. Is it simply me or does it seem like a few of these remarks come across as if they are coming from brain dead individuals? :-P And, if you are writing on additional online social sites, I would like to keep up with anything new you have to post. Could you list all of all your communal pages like your Facebook page, twitter feed, or linkedin profile?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Wow, Macs Really Are Easier by sex dating facebook</title>
		<link>http://vgable.com/blog/2008/07/23/wow-macs-really-are-easier/comment-page-1/#comment-1376</link>
		<dc:creator>sex dating facebook</dc:creator>
		<pubDate>Sun, 08 Apr 2012 21:16:54 +0000</pubDate>
		<guid isPermaLink="false">http://vgable.com/blog/2008/07/23/wow-macs-really-are-easier/#comment-1376</guid>
		<description>I tend not to leave a response, but after browsing a few of the remarks here Wow, Macs Really Are Easier   Vincent Gable&#8217;s Blog. I do have 2 questions for you if it&#039;s allright. Is it just me or do a few of these responses look like they are left by brain dead folks? :-P And, if you are writing at other online social sites, I would like to follow you. Would you post a list of all of all your public sites like your Facebook page, twitter feed, or linkedin profile?</description>
		<content:encoded><![CDATA[<p>I tend not to leave a response, but after browsing a few of the remarks here Wow, Macs Really Are Easier   Vincent Gable&#8217;s Blog. I do have 2 questions for you if it&#8217;s allright. Is it just me or do a few of these responses look like they are left by brain dead folks? :-P And, if you are writing at other online social sites, I would like to follow you. Would you post a list of all of all your public sites like your Facebook page, twitter feed, or linkedin profile?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Yes by facebook dating groups</title>
		<link>http://vgable.com/blog/2008/04/06/yes/comment-page-1/#comment-1375</link>
		<dc:creator>facebook dating groups</dc:creator>
		<pubDate>Sun, 08 Apr 2012 20:13:02 +0000</pubDate>
		<guid isPermaLink="false">http://vgable.com/blog/2008/04/06/yes/#comment-1375</guid>
		<description>I believe everything said made a ton of sense. However, consider this, suppose you typed a catchier post title? I ain&#039;t saying your content is not good., however suppose you added a title to possibly grab folk&#039;s attention? I mean Yes   Vincent Gable&#8217;s Blog is kinda plain. You should look at Yahoo&#039;s front page and see how they write post headlines to grab people to click. You might try adding a video or a related picture or two to get readers interested about what you&#039;ve written. Just my opinion, it would make your blog a little bit more interesting.</description>
		<content:encoded><![CDATA[<p>I believe everything said made a ton of sense. However, consider this, suppose you typed a catchier post title? I ain&#8217;t saying your content is not good., however suppose you added a title to possibly grab folk&#8217;s attention? I mean Yes   Vincent Gable&#8217;s Blog is kinda plain. You should look at Yahoo&#8217;s front page and see how they write post headlines to grab people to click. You might try adding a video or a related picture or two to get readers interested about what you&#8217;ve written. Just my opinion, it would make your blog a little bit more interesting.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

