<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Less Talk, More Do &#187; Web 2.0</title>
	<atom:link href="http://www.chrisfinke.com/category/web-20/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.chrisfinke.com</link>
	<description>Christopher Finke is a software engineer who builds high-traffic websites (like AOL Shopping and Mahalo.com) and develops browser add-ons (like ScribeFire, TwitterBar, FireFound, and Tapsure) to enhance the Web.</description>
	<lastBuildDate>Mon, 06 Feb 2012 21:34:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Pownce has a big security problem</title>
		<link>http://www.chrisfinke.com/2007/07/08/pownce-has-a-big-security-problem/</link>
		<comments>http://www.chrisfinke.com/2007/07/08/pownce-has-a-big-security-problem/#comments</comments>
		<pubDate>Sun, 08 Jul 2007 06:29:42 +0000</pubDate>
		<dc:creator>Christopher Finke</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Kevin Rose]]></category>
		<category><![CDATA[Leah Culver]]></category>
		<category><![CDATA[Mozilla Firefox]]></category>
		<category><![CDATA[Netscape Navigator]]></category>
		<category><![CDATA[Pownce]]></category>
		<category><![CDATA[Safari]]></category>
		<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[Web Applications]]></category>

		<guid isPermaLink="false">http://www.chrisfinke.com/2007/07/08/pownce-has-a-big-security-problem/</guid>
		<description><![CDATA[Kevin Rose&#8217;s latest project, Pownce, has a glaring security problem on its front page. The JavaScript that Pownce uses in its login form can reveal your password in plain text on the screen. Here are the steps to reproduce the problem in Firefox: Login to Pownce via http://www.pownce.com/. Allow Firefox to save your login information [...]]]></description>
			<content:encoded><![CDATA[<p>Kevin Rose&#8217;s latest project, <a href="http://www.pownce.com/">Pownce</a>, has a glaring security problem on its front page.  The JavaScript that Pownce uses in its login form can reveal your password in plain text on the screen.  Here are the steps to reproduce the problem in Firefox:</p>
<ol>
<li>
<p>Login to Pownce via <a href="http://www.pownce.com/">http://www.pownce.com/</a>.  Allow Firefox to save your login information for next time, and then log out.</p>
<p><img src='http://www.chrisfinke.com/files/2007/07/pownce-pass-1.png' alt='Pownce's login form' /></p>
</li>
<li>
<p>Navigate to <a href="http://www.pownce.com/">http://www.pownce.com/</a> and type the first part of your username in the &#8220;Enter username&#8230;&#8221; box. Firefox will supply all of the matching usernames it remembers for this site. (So far, so good.)</p>
<p><img src='http://www.chrisfinke.com/files/2007/07/pownce-pass-2.png' alt='Using Firefox's remembering skills' />
</li>
<li>
<p>Select your username and press return to have the browser autofill the rest of your information.  Oh look, there&#8217;s your Pownce password in plain view!  I hope no one in the room was watching you login&#8230;</p>
<p><img src='http://www.chrisfinke.com/files/2007/07/pownce-pass-3.png' alt='Hey look, it's my password in plain text!' />
</li>
</ol>
<p>The method that Pownce is using to show the &#8220;Enter password&#8230;&#8221; prompt in the password field is the reason for this malfunction; browsers force all text in password fields to be hidden with asterisks, so if you want to show normal text in a password field like Pownce has chosen to, you have to do so in a non-standard way.</p>
<p>This bug affects Firefox and Netscape users who have JavaScript enabled, but it doesn&#8217;t affect Safari users.</p>
 <img src="http://www.chrisfinke.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=384" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.chrisfinke.com/2007/07/08/pownce-has-a-big-security-problem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Kevin Rose&#8217;s new project: Pownce</title>
		<link>http://www.chrisfinke.com/2007/06/27/kevin-roses-new-project-pownce/</link>
		<comments>http://www.chrisfinke.com/2007/06/27/kevin-roses-new-project-pownce/#comments</comments>
		<pubDate>Wed, 27 Jun 2007 18:26:12 +0000</pubDate>
		<dc:creator>Christopher Finke</dc:creator>
				<category><![CDATA[Kevin Rose]]></category>
		<category><![CDATA[Leah Culver]]></category>
		<category><![CDATA[Pownce]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[Web 2.0]]></category>

		<guid isPermaLink="false">http://www.chrisfinke.com/2007/06/27/kevin-roses-new-project-pownce/</guid>
		<description><![CDATA[Digg founder Kevin Rose&#8217;s &#8220;IM competitor&#8221; startup that was hyped on Digg two months ago has been introduced, and it appears to be a Twitter clone with support for posting files. It&#8217;s named Pownce, and it calls itself &#8220;a way to send messages, files, links, and events to your friends.&#8221; It&#8217;s invite-only right now (I&#8217;m [...]]]></description>
			<content:encoded><![CDATA[<p><img src='http://www.chrisfinke.com/files/2007/06/pownce.png' alt='Pownce' style="margin: 5px; float: left;"/> Digg founder Kevin Rose&#8217;s &#8220;IM competitor&#8221; startup that was <a href="http://digg.com/tech_news/Kevin_Digg_Rose_goes_for_3rd_startup">hyped on Digg</a> two months ago has been introduced, and it appears to be a <a href="http://www.twitter.com/">Twitter</a> clone with support for posting files.  It&#8217;s named <a href="http://pownce.com/">Pownce</a>, and it calls itself &#8220;a way to send messages, files, links, and events to your friends.&#8221;</p>
<p>It&#8217;s invite-only right now (I&#8217;m on the waiting list), so there&#8217;s not much information available about the app.  Leah Culver (Pownce developer) has <a href="http://www.leahculver.com/2007/06/27/pownce/">blogged about Pownce</a> here, but doesn&#8217;t really add any information not on Pownce&#8217;s <a href="http://pownce.com/about/">about page</a>.  (Viewing <a href="http://pownce.com/leahculver/">her Pownce profile page</a> does give some insight into how the service may work.) As is standard operating procedure with Web 2.0 startups, there&#8217;s a <a href="http://blog.pownce.com/">Pownce blog</a> (currently content-less save for the requisite <a href="http://blog.pownce.com/2007/06/26/hello-world/">Hello World</a> post), which I&#8217;m sure will be the best place to watch for updates on Pownce&#8217;s progress.</p>
<p>It will be interesting to see what becomes of this site; it&#8217;s got a big advantage over any random startup since it will undoubtedly be splashed all over Digg due to Kevin&#8217;s involvement, but we&#8217;ll see if it&#8217;s able to make the jump from being popular with Digg fanboys to being popular with the average Web user.</p>
 <img src="http://www.chrisfinke.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=352" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.chrisfinke.com/2007/06/27/kevin-roses-new-project-pownce/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

