<?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 Application Developer</title>
	<atom:link href="http://applicationdeveloper.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://applicationdeveloper.net</link>
	<description>Making money online</description>
	<lastBuildDate>Thu, 12 Nov 2009 14:54:26 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on BackType Tweetcount 1.2 with su.pr Short URL Support by star4arab</title>
		<link>http://applicationdeveloper.net/2009/07/14/backtype-tweetcount-12-supr-short-url-support/comment-page-1/#comment-556</link>
		<dc:creator>star4arab</dc:creator>
		<pubDate>Thu, 12 Nov 2009 14:54:26 +0000</pubDate>
		<guid isPermaLink="false">http://applicationdeveloper.net/?p=52#comment-556</guid>
		<description>this is wonderful tutorial .. i read it 3 times and get a fantastic results and sure i put a&lt;br /&gt;copy of this lesson on my site here</description>
		<content:encoded><![CDATA[this is wonderful tutorial .. i read it 3 times and get a fantastic results and sure i put a<br />copy of this lesson on my site here]]></content:encoded>
	</item>
	<item>
		<title>Comment on Calling #PHP on #JSP / #Java Pages with Javascript &#8211; #js by charlottetot</title>
		<link>http://applicationdeveloper.net/2009/07/18/calling-php-jsp-java-pages-javascript-js/comment-page-1/#comment-459</link>
		<dc:creator>charlottetot</dc:creator>
		<pubDate>Sat, 24 Oct 2009 11:57:08 +0000</pubDate>
		<guid isPermaLink="false">http://applicationdeveloper.net/?p=74#comment-459</guid>
		<description>I have a nice joke for you people! :)   What do you call a drunk who works in an upholstery shop? A recovering alcoholic.</description>
		<content:encoded><![CDATA[I have a nice joke for you people! <img src='http://applicationdeveloper.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />    What do you call a drunk who works in an upholstery shop? A recovering alcoholic.]]></content:encoded>
	</item>
	<item>
		<title>Comment on User Authentication Through Twitter OAuth or cURL by Aj</title>
		<link>http://applicationdeveloper.net/2009/07/17/user-authentication-twitter-oauth-curl/comment-page-1/#comment-265</link>
		<dc:creator>Aj</dc:creator>
		<pubDate>Tue, 22 Sep 2009 05:58:00 +0000</pubDate>
		<guid isPermaLink="false">http://applicationdeveloper.net/?p=68#comment-265</guid>
		<description>is there a code that can automatically login me in twitter?</description>
		<content:encoded><![CDATA[is there a code that can automatically login me in twitter?]]></content:encoded>
	</item>
	<item>
		<title>Comment on Parse a String with BB Code or RSS using PHP by Tatu</title>
		<link>http://applicationdeveloper.net/2009/07/15/parse-string-bb-code-rss/comment-page-1/#comment-100</link>
		<dc:creator>Tatu</dc:creator>
		<pubDate>Mon, 17 Aug 2009 07:05:37 +0000</pubDate>
		<guid isPermaLink="false">http://applicationdeveloper.net/?p=60#comment-100</guid>
		<description>A bit more efficient way is to use regular expressions:<br /><br />preg_match_all(&#039;/\[tag\](.*?)\[\/tag\]/&#039;, $string, $matches);</description>
		<content:encoded><![CDATA[A bit more efficient way is to use regular expressions:<br /><br />preg_match_all(&#8217;/\[tag\](.*?)\[\/tag\]/&#8217;, $string, $matches);]]></content:encoded>
	</item>
	<item>
		<title>Comment on Parse a String with BB Code or RSS using PHP by nfo</title>
		<link>http://applicationdeveloper.net/2009/07/15/parse-string-bb-code-rss/comment-page-1/#comment-98</link>
		<dc:creator>nfo</dc:creator>
		<pubDate>Mon, 17 Aug 2009 00:10:21 +0000</pubDate>
		<guid isPermaLink="false">http://applicationdeveloper.net/?p=60#comment-98</guid>
		<description>when your have more than one [TAG] in your string it will only parse the first string...  &lt;br /&gt;ie. &lt;br /&gt;$fullstring = &quot;this [tag]is[/tag] my [tag]app[/tag]&quot;; &lt;br /&gt;will output &quot;is&quot;&lt;br /&gt;i use for BBCode and RSS feed parsing the php pear packages &lt;br /&gt;HTML_BBCodeParser and XML_RSS found @ http://pear.php.net<br /><br />Best Regards<br /><br />nfo</description>
		<content:encoded><![CDATA[when your have more than one [TAG] in your string it will only parse the first string&#8230;  <br />ie. <br />$fullstring = &#8220;this [tag]is[/tag] my [tag]app[/tag]&#8220;; <br />will output &#8220;is&#8221;<br />i use for BBCode and RSS feed parsing the php pear packages <br />HTML_BBCodeParser and XML_RSS found @ <a href="http://pear.php.net" rel="nofollow">http://pear.php.net</a><br /><br />Best Regards<br /><br />nfo]]></content:encoded>
	</item>
	<item>
		<title>Comment on Parse a String with BB Code or RSS using PHP by mahmoud</title>
		<link>http://applicationdeveloper.net/2009/07/15/parse-string-bb-code-rss/comment-page-1/#comment-7</link>
		<dc:creator>mahmoud</dc:creator>
		<pubDate>Fri, 17 Jul 2009 16:52:04 +0000</pubDate>
		<guid isPermaLink="false">http://applicationdeveloper.net/?p=60#comment-7</guid>
		<description>thanks for this code i will try to do it in my site</description>
		<content:encoded><![CDATA[thanks for this code i will try to do it in my site]]></content:encoded>
	</item>
	<item>
		<title>Comment on Parse a String with BB Code or RSS using PHP by Rmm</title>
		<link>http://applicationdeveloper.net/2009/07/15/parse-string-bb-code-rss/comment-page-1/#comment-5</link>
		<dc:creator>Rmm</dc:creator>
		<pubDate>Fri, 17 Jul 2009 09:40:53 +0000</pubDate>
		<guid isPermaLink="false">http://applicationdeveloper.net/?p=60#comment-5</guid>
		<description>this is a wonderful tutorial. i read it 2 times and get a fantastic results and sure i put a copy of this lesson on my site.</description>
		<content:encoded><![CDATA[this is a wonderful tutorial. i read it 2 times and get a fantastic results and sure i put a copy of this lesson on my site.]]></content:encoded>
	</item>
	<item>
		<title>Comment on BackType Tweetcount 1.2 with su.pr Short URL Support by Alex</title>
		<link>http://applicationdeveloper.net/2009/07/14/backtype-tweetcount-12-supr-short-url-support/comment-page-1/#comment-4</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Tue, 14 Jul 2009 14:08:30 +0000</pubDate>
		<guid isPermaLink="false">http://applicationdeveloper.net/?p=52#comment-4</guid>
		<description>Thanks for the note. I added an extra step into there to include the check for the short url.</description>
		<content:encoded><![CDATA[Thanks for the note. I added an extra step into there to include the check for the short url.]]></content:encoded>
	</item>
	<item>
		<title>Comment on BackType Tweetcount 1.2 with su.pr Short URL Support by Mike Montano</title>
		<link>http://applicationdeveloper.net/2009/07/14/backtype-tweetcount-12-supr-short-url-support/comment-page-1/#comment-3</link>
		<dc:creator>Mike Montano</dc:creator>
		<pubDate>Tue, 14 Jul 2009 12:41:28 +0000</pubDate>
		<guid isPermaLink="false">http://applicationdeveloper.net/?p=52#comment-3</guid>
		<description>Hi Alex,<br /><br />It was great helping you get the plugin to support su.pr. Just a quick note, we haven&#039;t deployed a new version of the plugin that supports additional URL shorteners, though server side we are accepting the parameter. We&#039;ll have something up soon, but if anyone else is modifying the source they will have to also add a few lines that check the post meta for &#039;bttc_short_url&#039; and if it is set, add it as the &#039;tweetcount_short_url&#039; in the js output of the button.</description>
		<content:encoded><![CDATA[Hi Alex,<br /><br />It was great helping you get the plugin to support su.pr. Just a quick note, we haven&#8217;t deployed a new version of the plugin that supports additional URL shorteners, though server side we are accepting the parameter. We&#8217;ll have something up soon, but if anyone else is modifying the source they will have to also add a few lines that check the post meta for &#8216;bttc_short_url&#8217; and if it is set, add it as the &#8216;tweetcount_short_url&#8217; in the js output of the button.]]></content:encoded>
	</item>
	<item>
		<title>Comment on su.pr &#8211; cURL Links into your Account with Login/API by su.pr Traffic Results and API Tests</title>
		<link>http://applicationdeveloper.net/2009/07/11/supr-curl-links-account-loginapi/comment-page-1/#comment-2</link>
		<dc:creator>su.pr Traffic Results and API Tests</dc:creator>
		<pubDate>Sat, 11 Jul 2009 13:02:38 +0000</pubDate>
		<guid isPermaLink="false">http://applicationdeveloper.net/?p=11#comment-2</guid>
		<description>[...] have enough data to report on the su.pr mods we made to our systems as discussed in the post &#8220;su.pr – cURL Links into your Account with Login/API&#8221;. They came out great. I really only started working with StumbleUpon a few weeks ago and [...]</description>
		<content:encoded><![CDATA[[...] have enough data to report on the su.pr mods we made to our systems as discussed in the post &#8220;su.pr – cURL Links into your Account with Login/API&#8221;. They came out great. I really only started working with StumbleUpon a few weeks ago and [...]]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
