<?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: DropCash for Polling</title>
	<atom:link href="http://nslog.com/2004/09/21/dropcash_for_polling/feed" rel="self" type="application/rss+xml" />
	<link>http://nslog.com/2004/09/21/dropcash_for_polling</link>
	<description>The Weblog of Erik J. Barzeski</description>
	<lastBuildDate>Wed, 23 May 2012 23:05:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Polling Plugin for MovableType &#124; NSLog();</title>
		<link>http://nslog.com/2004/09/21/dropcash_for_polling#comment-11448</link>
		<dc:creator>Polling Plugin for MovableType &#124; NSLog();</dc:creator>
		<pubDate>Sat, 25 Sep 2004 02:26:39 +0000</pubDate>
		<guid isPermaLink="false">http://nslog.com/2004/09/21/dropcash_for_polling/#comment-11448</guid>
		<description>Okay, let&#039;s see if we can&#039;t get this thing going: a DropCash campaign for a polling plugin for MovableType. Here are the specifics as discussed here. The polling plugin for MovableType should:integrate with the blog as a standard MovableType entry,...
</description>
		<content:encoded><![CDATA[<p>Okay, let's see if we can't get this thing going: a DropCash campaign for a polling plugin for MovableType. Here are the specifics as discussed here. The polling plugin for MovableType should:integrate with the blog as a standard MovableType entry,...</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JayAllen - The Daily Journey</title>
		<link>http://nslog.com/2004/09/21/dropcash_for_polling#comment-11447</link>
		<dc:creator>JayAllen - The Daily Journey</dc:creator>
		<pubDate>Sat, 25 Sep 2004 02:24:46 +0000</pubDate>
		<guid isPermaLink="false">http://nslog.com/2004/09/21/dropcash_for_polling/#comment-11447</guid>
		<description>&lt;strong&gt;Polling for Dollars&lt;/strong&gt;

This could be interesting&#8230; [via erik] What about a system where if someone sets up a dropcash account, the person...</description>
		<content:encoded><![CDATA[<p><strong>Polling for Dollars</strong></p>
<p>This could be interesting&#8230; [via erik] What about a system where if someone sets up a dropcash account, the person...</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: what.makes.me.click.tc</title>
		<link>http://nslog.com/2004/09/21/dropcash_for_polling#comment-11446</link>
		<dc:creator>what.makes.me.click.tc</dc:creator>
		<pubDate>Wed, 22 Sep 2004 20:13:44 +0000</pubDate>
		<guid isPermaLink="false">http://nslog.com/2004/09/21/dropcash_for_polling/#comment-11446</guid>
		<description>&lt;strong&gt;MT-compatible polling!&lt;/strong&gt;

People are working on it. What better to spurn it on? A contest! DropCash for Polling Ã‚Â» Six Apart has heard my request for MT-compatible polling and come up with a possible solution: setting up a DropCash campaign to raise...</description>
		<content:encoded><![CDATA[<p><strong>MT-compatible polling!</strong></p>
<p>People are working on it. What better to spurn it on? A contest! DropCash for Polling Ã‚Â» Six Apart has heard my request for MT-compatible polling and come up with a possible solution: setting up a DropCash campaign to raise...</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Raynes</title>
		<link>http://nslog.com/2004/09/21/dropcash_for_polling#comment-11445</link>
		<dc:creator>David Raynes</dc:creator>
		<pubDate>Wed, 22 Sep 2004 20:02:47 +0000</pubDate>
		<guid isPermaLink="false">http://nslog.com/2004/09/21/dropcash_for_polling/#comment-11445</guid>
		<description>Teller,



My apologies for making that assumption.  &lt;a href=&quot;http://bradchoate.com/weblog/2002/07/27/key-values-plugin&quot;&gt;KeyValues&lt;/a&gt; is a plugin without which I would be lost.  It allows you to add meta-data to MT entries (or pretty much any MT entity) fairly quickly and easiy.  For example, when I write about a book I just finished, I add the following to the extended entry of my entry:



&lt;blockquote&gt;amazon_book_asin=1234567890&lt;/blockquote&gt;



And in the templates that display that entry, I am able to pluck out that particular bit of information and pass it along to the MTAmazon plugin to provide a picture of the books cover and a link to it.



What I am proposed is to do something similar with the polls.  To associate a poll with an entry, just add something like the following into the extended entry:



&lt;blockquote&gt;poll_name=the_poll_for_the_entry&lt;/blockquote&gt;



Then have KeyValues pluck that out and pass it to the poll plugin for processing.  That way you can associate a poll with anything in MT that you&#039;d like.  Categories, blogs, comments, whatever you want.</description>
		<content:encoded><![CDATA[<p>Teller,</p>
<p>My apologies for making that assumption.  <a  href="http://bradchoate.com/weblog/2002/07/27/key-values-plugin">KeyValues</a> is a plugin without which I would be lost.  It allows you to add meta-data to MT entries (or pretty much any MT entity) fairly quickly and easiy.  For example, when I write about a book I just finished, I add the following to the extended entry of my entry:</p>
<blockquote><p>amazon_book_asin=1234567890</p>
</blockquote>
<p>And in the templates that display that entry, I am able to pluck out that particular bit of information and pass it along to the MTAmazon plugin to provide a picture of the books cover and a link to it.</p>
<p>What I am proposed is to do something similar with the polls.  To associate a poll with an entry, just add something like the following into the extended entry:</p>
<blockquote><p>poll_name=the_poll_for_the_entry</p>
</blockquote>
<p>Then have KeyValues pluck that out and pass it to the poll plugin for processing.  That way you can associate a poll with anything in MT that you'd like.  Categories, blogs, comments, whatever you want.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Teller</title>
		<link>http://nslog.com/2004/09/21/dropcash_for_polling#comment-11444</link>
		<dc:creator>Teller</dc:creator>
		<pubDate>Wed, 22 Sep 2004 18:41:17 +0000</pubDate>
		<guid isPermaLink="false">http://nslog.com/2004/09/21/dropcash_for_polling/#comment-11444</guid>
		<description>David - After 1.5 years with MT I actually don&#039;t know what KeyValues are so perhaps stupid question but - does your proposed way make it easier for average user to set up poll or does it make it more complicated? If this poll feature turns out well I imagine 6A would want to get it to their TypePad users as well and there it has to be supereasy to use.



Other than that - being an editor in a fairly large community website I&#039;d say that what has been said so far pretty much covers it. We have login required, once per voting, comments polls and they work like charm. I can also define a webpage that is opened if user picks a certain answere but that was more designed for advertising purposes so don&#039;t think that this is needed. And answere options can be links anyway.



Cheers.</description>
		<content:encoded><![CDATA[<p>David - After 1.5 years with MT I actually don't know what KeyValues are so perhaps stupid question but - does your proposed way make it easier for average user to set up poll or does it make it more complicated? If this poll feature turns out well I imagine 6A would want to get it to their TypePad users as well and there it has to be supereasy to use.</p>
<p>Other than that - being an editor in a fairly large community website I'd say that what has been said so far pretty much covers it. We have login required, once per voting, comments polls and they work like charm. I can also define a webpage that is opened if user picks a certain answere but that was more designed for advertising purposes so don't think that this is needed. And answere options can be links anyway.</p>
<p>Cheers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johan Svensson</title>
		<link>http://nslog.com/2004/09/21/dropcash_for_polling#comment-11443</link>
		<dc:creator>Johan Svensson</dc:creator>
		<pubDate>Tue, 21 Sep 2004 16:36:07 +0000</pubDate>
		<guid isPermaLink="false">http://nslog.com/2004/09/21/dropcash_for_polling/#comment-11443</guid>
		<description>I second the &quot;optional Typekey requirement&quot; feature. If you want idiot-proof one-person-one-vote polls you need some registration feature anyway, and Typekey is already there.



That would also make it possible to have &quot;open&quot; polls where you can change your vote whenever you want.</description>
		<content:encoded><![CDATA[<p>I second the "optional Typekey requirement" feature. If you want idiot-proof one-person-one-vote polls you need some registration feature anyway, and Typekey is already there.</p>
<p>That would also make it possible to have "open" polls where you can change your vote whenever you want.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg Pfeil</title>
		<link>http://nslog.com/2004/09/21/dropcash_for_polling#comment-11442</link>
		<dc:creator>Greg Pfeil</dc:creator>
		<pubDate>Tue, 21 Sep 2004 16:21:39 +0000</pubDate>
		<guid isPermaLink="false">http://nslog.com/2004/09/21/dropcash_for_polling/#comment-11442</guid>
		<description>I would like to see and Approval Vote option ... IE, rather than choosing one option (via radio button or whatever), choose as many as you like (via checkbox).</description>
		<content:encoded><![CDATA[<p>I would like to see and Approval Vote option ... IE, rather than choosing one option (via radio button or whatever), choose as many as you like (via checkbox).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Raynes</title>
		<link>http://nslog.com/2004/09/21/dropcash_for_polling#comment-11441</link>
		<dc:creator>David Raynes</dc:creator>
		<pubDate>Tue, 21 Sep 2004 14:45:17 +0000</pubDate>
		<guid isPermaLink="false">http://nslog.com/2004/09/21/dropcash_for_polling/#comment-11441</guid>
		<description>I have to disagree with your first requirement.  I think it would be best if the polling plugin (hopefully an updated MTVote might count for that) kept the polls seperate from the entries themselves.  Of course, a particular poll (or polls even) could be associated with a particular entry via the KeyValues plugin.



As well, making the MySQL and PHP assumption is bad in my opinion.  What about all of the non-MySQL MT users out there (myself included)?  If the plugin is written to the MT API, that becomes a non-issue.</description>
		<content:encoded><![CDATA[<p>I have to disagree with your first requirement.  I think it would be best if the polling plugin (hopefully an updated MTVote might count for that) kept the polls seperate from the entries themselves.  Of course, a particular poll (or polls even) could be associated with a particular entry via the KeyValues plugin.</p>
<p>As well, making the MySQL and PHP assumption is bad in my opinion.  What about all of the non-MySQL MT users out there (myself included)?  If the plugin is written to the MT API, that becomes a non-issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://nslog.com/2004/09/21/dropcash_for_polling#comment-11440</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Tue, 21 Sep 2004 14:20:17 +0000</pubDate>
		<guid isPermaLink="false">http://nslog.com/2004/09/21/dropcash_for_polling/#comment-11440</guid>
		<description>This sounds like a great idea.  There are a couple of things I&#039;d like to see included:



Option to require a TypeKey login to participate in the poll.Poll expiration date (something like enter &quot;0&quot; for a never-ending poll, or enter a number of days from the creation date for the poll to remain active)</description>
		<content:encoded><![CDATA[<p>This sounds like a great idea.  There are a couple of things I'd like to see included:</p>
<p>Option to require a TypeKey login to participate in the poll.Poll expiration date (something like enter "0" for a never-ending poll, or enter a number of days from the creation date for the poll to remain active)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

