<?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 Adam's Continuity at BlackAcid</title>
	<atom:link href="http://blogs.blackacid.org/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.blackacid.org</link>
	<description>Experiments in Real Time</description>
	<lastBuildDate>Thu, 11 Dec 2008 17:08:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=3.0-alpha</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Building an IVR with Twilio by Jeff Lawson</title>
		<link>http://blogs.blackacid.org/2008/12/10/building-an-ivr-with-twilio/comment-page-1/#comment-166</link>
		<dc:creator>Jeff Lawson</dc:creator>
		<pubDate>Thu, 11 Dec 2008 17:08:00 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.blackacid.org/?p=28#comment-166</guid>
		<description>Hi Adam,

Great post, I love your clean IVR design and thought process!  A couple notes and ideas that I thought I&#039;d offer:

1.  In menu.xml, you don&#039;t need separate  blocks for each option, you could just as easily use For sales, press1.  For service, press 2....  Your solution works as well, so maybe it&#039;s just personal preference :)

2.  If you have multiple exit paths, and keeping track of the failure-counter in the URLs is difficult, you can keep track of failures in a cookie instead!  Twilio is a well-behaved HTTP client, so you can use cookies to track data across many pages.  You can even use PHP sessions, etc.

Again, great post!  Keep the awesome ideas coming.

-jeff</description>
		<content:encoded><![CDATA[<p>Hi Adam,</p>
<p>Great post, I love your clean IVR design and thought process!  A couple notes and ideas that I thought I&#8217;d offer:</p>
<p>1.  In menu.xml, you don&#8217;t need separate  blocks for each option, you could just as easily use For sales, press1.  For service, press 2&#8230;.  Your solution works as well, so maybe it&#8217;s just personal preference :)</p>
<p>2.  If you have multiple exit paths, and keeping track of the failure-counter in the URLs is difficult, you can keep track of failures in a cookie instead!  Twilio is a well-behaved HTTP client, so you can use cookies to track data across many pages.  You can even use PHP sessions, etc.</p>
<p>Again, great post!  Keep the awesome ideas coming.</p>
<p>-jeff</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dynamic Scalar Type Hinting on PHP6 by Sam Barrow</title>
		<link>http://blogs.blackacid.org/2007/11/20/dynamic-scalar-type-hinting-on-php6/comment-page-1/#comment-149</link>
		<dc:creator>Sam Barrow</dc:creator>
		<pubDate>Fri, 11 Jan 2008 18:54:08 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.blackacid.org/2007/11/20/dynamic-scalar-type-hinting-on-php6/#comment-149</guid>
		<description>Sorry I kind of misunderstood what you were trying to do, this isn&#039;t the kind of type hinting my patch is for. Very nice idea though.</description>
		<content:encoded><![CDATA[<p>Sorry I kind of misunderstood what you were trying to do, this isn&#8217;t the kind of type hinting my patch is for. Very nice idea though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dynamic Scalar Type Hinting on PHP6 by Sam Barrow</title>
		<link>http://blogs.blackacid.org/2007/11/20/dynamic-scalar-type-hinting-on-php6/comment-page-1/#comment-148</link>
		<dc:creator>Sam Barrow</dc:creator>
		<pubDate>Fri, 11 Jan 2008 18:40:26 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.blackacid.org/2007/11/20/dynamic-scalar-type-hinting-on-php6/#comment-148</guid>
		<description>I have already written a scalar type hinting patch for 5.3, fully tested and working. Contact me through my blog at sambarrow.com if you want it (the one posted on my blog is an old version)</description>
		<content:encoded><![CDATA[<p>I have already written a scalar type hinting patch for 5.3, fully tested and working. Contact me through my blog at sambarrow.com if you want it (the one posted on my blog is an old version)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on BestPartyEver.com Development by MarkP</title>
		<link>http://blogs.blackacid.org/2007/10/24/bestpartyevercom-development/comment-page-1/#comment-147</link>
		<dc:creator>MarkP</dc:creator>
		<pubDate>Tue, 18 Dec 2007 05:39:45 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.blackacid.org/2007/10/24/bestpartyevercom-development/#comment-147</guid>
		<description>Hi,
I noticed you&#039;re using the FAlbum plugin on your site. I&#039;ve got a simple question for you, how are you highlighting your photos tab? I&#039;m using is_page for all my other navigation but couldn&#039;t get the falbum pages to work. 

Here’s an example:

&lt;li&quot;; } ?&gt;&lt;a href=&quot;url&quot; rel=&quot;nofollow&quot;&gt;About&lt;/a&gt;

I&#039;m not a php guru so i&#039;m sure it&#039;s not too complicated, just haven&#039;t figured it out yet. If you have a second to clue me In i&#039;d appreciate it!

I was looking for an email address on your site and couldn&#039;t find one so sorry for posting here.

Thanks!</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I noticed you&#8217;re using the FAlbum plugin on your site. I&#8217;ve got a simple question for you, how are you highlighting your photos tab? I&#8217;m using is_page for all my other navigation but couldn&#8217;t get the falbum pages to work. </p>
<p>Here’s an example:</p>
<p>&lt;li&#8221;; } ?&gt;<a href="url" rel="nofollow">About</a></p>
<p>I&#8217;m not a php guru so i&#8217;m sure it&#8217;s not too complicated, just haven&#8217;t figured it out yet. If you have a second to clue me In i&#8217;d appreciate it!</p>
<p>I was looking for an email address on your site and couldn&#8217;t find one so sorry for posting here.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on FreeBSD and LibUSB by freebsd software</title>
		<link>http://blogs.blackacid.org/2006/04/09/freebsd-and-libusb/comment-page-1/#comment-139</link>
		<dc:creator>freebsd software</dc:creator>
		<pubDate>Thu, 22 Nov 2007 21:31:02 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.blackacid.org/2006/04/09/freebsd-and-libusb/#comment-139</guid>
		<description>You live dangerously ; i would&#039;nt risk myself to these kind of operations ;-)</description>
		<content:encoded><![CDATA[<p>You live dangerously ; i would&#8217;nt risk myself to these kind of operations ;-)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
