<?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 on: Install a Widget. Build a Movement.</title>
	<atom:link href="http://www.streetsblog.org/2009/02/03/install-a-widget-build-a-movement/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.streetsblog.org/2009/02/03/install-a-widget-build-a-movement/</link>
	<description>Covering the New York City Streets Renaissance</description>
	<lastBuildDate>Fri, 10 Feb 2012 16:07:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: arh1</title>
		<link>http://www.streetsblog.org/2009/02/03/install-a-widget-build-a-movement/comment-page-1/#comment-63343</link>
		<dc:creator>arh1</dc:creator>
		<pubDate>Sun, 22 Feb 2009 05:11:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.streetsblog.org/?p=5392#comment-63343</guid>
		<description>excellent, guys!  thanks for humoring we web geeks.

my points 1 and 3 above are resolved.  fwiw, point 2 still breaks validation (the script appears to alter the markup to wrap the noscript content in a paragraph?), but actually there i was thinking less about validation and more about general scripting best practices a la the second bullet on Chris Heilmann&#039;s post here: http://www.wait-till-i.com/2005/06/21/six-javascript-features-we-do-not-need-any-longer/

anyway, i appreciate the responsiveness and am proud to use the widget.  and i got a chance to ride my bike today -- woo hoo!</description>
		<content:encoded><![CDATA[<p>excellent, guys!  thanks for humoring we web geeks.</p>
<p>my points 1 and 3 above are resolved.  fwiw, point 2 still breaks validation (the script appears to alter the markup to wrap the noscript content in a paragraph?), but actually there i was thinking less about validation and more about general scripting best practices a la the second bullet on Chris Heilmann&#8217;s post here: <a href="http://www.wait-till-i.com/2005/06/21/six-javascript-features-we-do-not-need-any-longer/" rel="nofollow">http://www.wait-till-i.com/2005/06/21/six-javascript-features-we-do-not-need-any-longer/</a></p>
<p>anyway, i appreciate the responsiveness and am proud to use the widget.  and i got a chance to ride my bike today &#8212; woo hoo!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anil</title>
		<link>http://www.streetsblog.org/2009/02/03/install-a-widget-build-a-movement/comment-page-1/#comment-62789</link>
		<dc:creator>Anil</dc:creator>
		<pubDate>Mon, 09 Feb 2009 23:06:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.streetsblog.org/?p=5392#comment-62789</guid>
		<description>@arh1:  We updated the widget with your recommendations.  Thanks for the feedback!</description>
		<content:encoded><![CDATA[<p>@arh1:  We updated the widget with your recommendations.  Thanks for the feedback!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron Naparstek</title>
		<link>http://www.streetsblog.org/2009/02/03/install-a-widget-build-a-movement/comment-page-1/#comment-62780</link>
		<dc:creator>Aaron Naparstek</dc:creator>
		<pubDate>Mon, 09 Feb 2009 20:44:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.streetsblog.org/?p=5392#comment-62780</guid>
		<description>arh1,

Thanks for this feedback. This is too technical for me so I&#039;ll make sure our developers take a look at it and get back to you if necessary.</description>
		<content:encoded><![CDATA[<p>arh1,</p>
<p>Thanks for this feedback. This is too technical for me so I&#8217;ll make sure our developers take a look at it and get back to you if necessary.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: arh1</title>
		<link>http://www.streetsblog.org/2009/02/03/install-a-widget-build-a-movement/comment-page-1/#comment-62742</link>
		<dc:creator>arh1</dc:creator>
		<pubDate>Mon, 09 Feb 2009 03:33:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.streetsblog.org/?p=5392#comment-62742</guid>
		<description>thanks again for providing the widget and all your great community-building/advocacy work in general.

as a web developer it irks me (and can be quite problematic) that the Action Widget code does not validate.  can we make the code valid xhtml?  i&#039;m seeing essentially 3 errors to deal with:

1) add the &#039;type&#039; attribute to the script tag

2) remove the noscript content... i&#039;m not sure the rationale for this common practice with widget-type code...  the preferable approach would be to print the &quot;noscript&quot; content just like any other, with a unique class/id which the script could then hide -- any reason not to do that here?

3) remove the &#039;border&#039; attribute from the img tag.  probably fine to leave the border for noscript browsers, right?  otherwise, what about a style attribute instead of border?

just askin&#039;</description>
		<content:encoded><![CDATA[<p>thanks again for providing the widget and all your great community-building/advocacy work in general.</p>
<p>as a web developer it irks me (and can be quite problematic) that the Action Widget code does not validate.  can we make the code valid xhtml?  i&#8217;m seeing essentially 3 errors to deal with:</p>
<p>1) add the &#8216;type&#8217; attribute to the script tag</p>
<p>2) remove the noscript content&#8230; i&#8217;m not sure the rationale for this common practice with widget-type code&#8230;  the preferable approach would be to print the &#8220;noscript&#8221; content just like any other, with a unique class/id which the script could then hide &#8212; any reason not to do that here?</p>
<p>3) remove the &#8216;border&#8217; attribute from the img tag.  probably fine to leave the border for noscript browsers, right?  otherwise, what about a style attribute instead of border?</p>
<p>just askin&#8217;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: arh1</title>
		<link>http://www.streetsblog.org/2009/02/03/install-a-widget-build-a-movement/comment-page-1/#comment-62559</link>
		<dc:creator>arh1</dc:creator>
		<pubDate>Wed, 04 Feb 2009 17:36:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.streetsblog.org/?p=5392#comment-62559</guid>
		<description>thanks for providing these, guys (and helping to build community/awareness around these issues via such great content on streetsblog.org).  happy to link back here...</description>
		<content:encoded><![CDATA[<p>thanks for providing these, guys (and helping to build community/awareness around these issues via such great content on streetsblog.org).  happy to link back here&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jennifer Lindner</title>
		<link>http://www.streetsblog.org/2009/02/03/install-a-widget-build-a-movement/comment-page-1/#comment-62544</link>
		<dc:creator>Jennifer Lindner</dc:creator>
		<pubDate>Wed, 04 Feb 2009 15:31:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.streetsblog.org/?p=5392#comment-62544</guid>
		<description>One thing that&#039;s been difficult for me, is knowing when a vote has already been decided or if it&#039;s still viable to call. And is it still worth contacting congress after votes have been decided? Seems like it might be. I can&#039;t see anything being too written in stone these days. So I&#039;d love to see widgets saying: 

1] what the issue is/current status

2] number to call

3] most pertinent point to make</description>
		<content:encoded><![CDATA[<p>One thing that&#8217;s been difficult for me, is knowing when a vote has already been decided or if it&#8217;s still viable to call. And is it still worth contacting congress after votes have been decided? Seems like it might be. I can&#8217;t see anything being too written in stone these days. So I&#8217;d love to see widgets saying: </p>
<p>1] what the issue is/current status</p>
<p>2] number to call</p>
<p>3] most pertinent point to make</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jennifer Lindner</title>
		<link>http://www.streetsblog.org/2009/02/03/install-a-widget-build-a-movement/comment-page-1/#comment-62541</link>
		<dc:creator>Jennifer Lindner</dc:creator>
		<pubDate>Wed, 04 Feb 2009 15:17:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.streetsblog.org/?p=5392#comment-62541</guid>
		<description>What about a Twitter network for timely calls? And widgets with phone numbers or links to phone numbers in them, next to quick points to make on the issues at hand?</description>
		<content:encoded><![CDATA[<p>What about a Twitter network for timely calls? And widgets with phone numbers or links to phone numbers in them, next to quick points to make on the issues at hand?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cap'n Transit</title>
		<link>http://www.streetsblog.org/2009/02/03/install-a-widget-build-a-movement/comment-page-1/#comment-62519</link>
		<dc:creator>Cap'n Transit</dc:creator>
		<pubDate>Wed, 04 Feb 2009 00:42:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.streetsblog.org/?p=5392#comment-62519</guid>
		<description>Sorry, Aaron, I can never forget.  And I&#039;m used to everything on the Web looking a little broken.  But yes, it definitely looks better now.  Thanks, Andy!</description>
		<content:encoded><![CDATA[<p>Sorry, Aaron, I can never forget.  And I&#8217;m used to everything on the Web looking a little broken.  But yes, it definitely looks better now.  Thanks, Andy!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron Naparstek</title>
		<link>http://www.streetsblog.org/2009/02/03/install-a-widget-build-a-movement/comment-page-1/#comment-62502</link>
		<dc:creator>Aaron Naparstek</dc:creator>
		<pubDate>Tue, 03 Feb 2009 20:59:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.streetsblog.org/?p=5392#comment-62502</guid>
		<description>Cap: Forget my previous question. Our designer Andy Cochran made some fixes so it looks right on your web site.</description>
		<content:encoded><![CDATA[<p>Cap: Forget my previous question. Our designer Andy Cochran made some fixes so it looks right on your web site.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron Naparstek</title>
		<link>http://www.streetsblog.org/2009/02/03/install-a-widget-build-a-movement/comment-page-1/#comment-62501</link>
		<dc:creator>Aaron Naparstek</dc:creator>
		<pubDate>Tue, 03 Feb 2009 20:48:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.streetsblog.org/?p=5392#comment-62501</guid>
		<description>Cap&#039;n: It actually looks a little broken in my browser. Does it look OK in yours?</description>
		<content:encoded><![CDATA[<p>Cap&#8217;n: It actually looks a little broken in my browser. Does it look OK in yours?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cap'n Transit</title>
		<link>http://www.streetsblog.org/2009/02/03/install-a-widget-build-a-movement/comment-page-1/#comment-62498</link>
		<dc:creator>Cap'n Transit</dc:creator>
		<pubDate>Tue, 03 Feb 2009 20:38:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.streetsblog.org/?p=5392#comment-62498</guid>
		<description>Okay, I&#039;ve got one up on &lt;a href=&quot;http://capntransit.blogspot.com/&quot; rel=&quot;nofollow&quot;&gt;my site&lt;/a&gt;.  I thought Blogger would give me a hard time, but it was pretty straightforward.  I just added an HTML widget and pasted the text into it.</description>
		<content:encoded><![CDATA[<p>Okay, I&#8217;ve got one up on <a href="http://capntransit.blogspot.com/" rel="nofollow">my site</a>.  I thought Blogger would give me a hard time, but it was pretty straightforward.  I just added an HTML widget and pasted the text into it.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

