<?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>Stubbleblog &#187; blog</title>
	<atom:link href="http://www.stubbleblog.com/index.php/tag/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.stubbleblog.com</link>
	<description>A curious nerd.</description>
	<lastBuildDate>Mon, 02 Jan 2012 18:30:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Getting Started With Web 2.0</title>
		<link>http://www.stubbleblog.com/index.php/2006/04/getting-started-2/</link>
		<comments>http://www.stubbleblog.com/index.php/2006/04/getting-started-2/#comments</comments>
		<pubDate>Sun, 09 Apr 2006 19:34:28 +0000</pubDate>
		<dc:creator>Tony Stubblebine</dc:creator>
				<category><![CDATA[ajax]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[web20]]></category>
		<category><![CDATA[wiki]]></category>

		<guid isPermaLink="false">http://www.stubbleblog.com/wp/?p=98</guid>
		<description><![CDATA[This is a list of resources for getting started with Web 2.0, how to understand it, where to find examples of people practicing it, where to learn the technologies behind it, and where to obtain the software that powers it. Originally prepared for my talk on Web 2.0 Opportunities at the Sonoma County Web Developers [...]]]></description>
			<content:encoded><![CDATA[<p><em>This is a list of resources for getting started with Web 2.0, how to understand it, where to find examples of people practicing it, where to learn the technologies behind it, and where to obtain the software that powers it. Originally  prepared for my talk on <a href="http://www.stubbleblog.com/archives/2006/04/upcoming_talk_w.html">Web 2.0 Opportunities</a> at the Sonoma County Web Developers SIG, so that we could have a discussion about opportunities without getting too bogged down in learning the techniques.</em></p>
<h2>What is Web 2.0?</h2>
<p><a href="http://www.oreillynet.com/pub/a/oreilly/tim/news/2005/09/30/what-is-web-20.html">What is Web 2.0: Design Patterns and Business Models for the Next Generation of Software</a></p>
<p>O&#8217;Reilly Media first popularized the term Web 2.0. This is Tim O&#8217;Reilly&#8217;s essay on the trends and companies defining the second generation of web development.</p>
<p><a href="http://en.wikipedia.org/wiki/Web_2.0">Wikipedia Entry on Web 2.0</a></p>
<p>Wikipedia&#8217;s entry on Web 2.0 with links to major resources. Wikipedia is itself an example of the Web 2.0 idea, &#8220;architecture of participation,&#8221; where the entire content of the encyclopedia is voluntarily contributed, editited and maintained by its readers. For example, <a href="http://en.wikipedia.org/w/index.php?title=Web_2.0&amp;limit=500&amp;action=history">the history page</a>	 for their entry on Web 2.0 shows hundreds of updates from scores of users over the course of the last 16 months.</p>
<p><a href="http://www.sacredcowdung.com/archives/2006/03/all_things_web.html">All Things Web 2.0 &#8211; The List</a></p>
<p>Need examples? This page lists several hundred companies that are built around the ideas of Web 2.0.</p>
<h2>Design</h2>
<p><a href="http://www.webdesignfromscratch.com/current-style.cfm">Current Style in Web Design</a></p>
<p>Overview and examples of the designs that define web 2.0, like simplicity and effective use of whitespace, color, and big text.</p>
<p><a href="http://developer.yahoo.com/ypatterns/index.php">Yahoo&#8217;s User Interface Design Patterns</a></p>
<p>Solutions to the most common design problems with descriptions. Great starting place for the fundamentals of web design. Includes when, why and how to use auto-complete, breadcrumbs, tabs, pagination, and ratings.</p>
<p><a href="http://developer.yahoo.com/yui/index.html">Yahoo&#8217;s UI Components</a></p>
<p>Downloadable UI Widgets and Ajax libraries including a calendar, slider, and tree view.</p>
<p><a href="http://www.alistapart.com/topics/design/">A List Apart</a></p>
<p>Articles on web design, graphic design, and user interface design.</p>
<p><a href="http://www.digital-web.com/topics/web_design/">Digital Web Design Articles</a><br />
More articles on web design.</p>
<h2>Programming</h2>
<p><a href="http://www.rubyonrails.org/">Ruby on Rails</a><br />
Plenty of people are still building websites with Java, PHP, Perl, Python, and .NET. But plenty of other people are finding Ruby on Rails to be a platform that makes the common things trivial while staying out of your way when you want to do the hard things. This is the official Rails site with links to tutorials and documentation.</p>
<p><a href="http://www.onlamp.com/pub/a/onlamp/2005/01/20/rails.html">Rolling with Ruby on Rails</a></p>
<p>Great tutorial on how to get started with Rails. Takes you from installation to a simple cookbook application</p>
<p><a href="http://www.w3schools.com/js/default.asp">Javascript Tutorial</a><br />
Before you get too far with AJAX you&#8217;re going to have to learn some basic javascript. This is a decent tutorial along with very good documentation.</p>
<p><a href="http://www.alistapart.com/articles/gettingstartedwithajax">Getting Started with AJAX</a></p>
<p>Tutorial that takes you from beginning to end of a simple AJAX page.</p>
<p><a href="http://script.aculo.us/">script.aculo.us</a> and <a href="http://dojotoolkit.org/">Dojo</a><br />
Getting AJAX to work correctly across browsers is hard. So it&#8217;s always better to start with somebody elses code. These are two of the best AJAX libraries.</p>
<h2>Markup</h2>
<p><a href="http://www.shire.net/learnwebdesign/xhtml.htm">Learning XHTML</a></p>
<p>Short and simple explanatioin of the differences between HTML and XHTML.</p>
<p><a href="http://www.7nights.com/asterisk/archive/2004/07/learning-css.php">Learning CSS</a></p>
<p>Great starting point for learning CSS.</p>
<p><a href="http://www.amazon.com/gp/product/059610197X/ref=ase_tonystubblebi-20/">Head First HTML with CSS and XHTML</a><br />
Great book for learning HTML and CSS.</p>
<p><a href="http://www.xml.com/pub/a/2002/12/18/dive-into-xml.html">What is RSS?</a></p>
<p>RSS is a formt for sharing and subscribing to feeds of site updates. Blogs are the most common sites to produce RSS feeds for their sites.</p>
<p><a href="http://www.bloglines.com">Bloglines</a></p>
<p>Even if you&#8217;re not producing RSS, subscribing to other people&#8217;s feeds can be very convenient. Signup for bloglines, a website that specializes in managing subscriptions, put a subscription link on your browser toolbar, and start subscribing.</p>
<p><a href="http://microformats.org">Microformats</a><br />
These are easy ways for you to provide semantic information about the data in your pages so that other people can programmatically parse and process the information. These are just starting to get mainstream traction.</p>
<h2>Software</h2>
<p><a href="http://www.blogger.com">Blogger</a></p>
<p>Blogger is a blog hosting company. They let you create your own blog and start blogging in a matter of minutes. Odeo&#8217;s blog is run by bloggger.</p>
<p><a href="http://www.movabletype.com">MovableType</a></p>
<p>They offer free blog software (the paid versions are for extra support) and have an active community of developers creating add on products. Also their comment spam blocking is very good. That&#8217;ll come in handy if you become popular.</p>
<p><a href="http://wordpress.org/download/">Word Press</a></p>
<p>Offers both blog hosting and free blog software.<br />
<a href="http://www.mediawiki.org/wiki/MediaWiki">MediaWiki</a></p>
<p>Software for collaborative writing where any visitor can add or edit content. This is the software that runs <a href="http://www.wikipedia.org">Wikipedia</a>. There&#8217;s lots of other software that you could choose from, but I think this is the most polished.</p>
<p><a href="http://pbwiki.com/">PBwiki</a></p>
<p>Hosted Wiki. You can signup and get started in a matter of minutes.<br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://www.stubbleblog.com/index.php/2006/04/upcoming-talk-w/' title='Upcoming Talk: Web 2.0 Making It Big While Keeping It Small'>Upcoming Talk: Web 2.0 Making It Big While Keeping It Small</a></li>
<li><a href='http://www.stubbleblog.com/index.php/2006/01/etel-2006-day-1/' title='ETel 2006: Day 1.'>ETel 2006: Day 1.</a></li>
<li><a href='http://www.stubbleblog.com/index.php/2011/04/writing-rails-engines-getting-started/' title='Writing Rails Engines #1: Getting Started'>Writing Rails Engines #1: Getting Started</a></li>
<li><a href='http://www.stubbleblog.com/index.php/2007/06/rails-xss-filte/' title='Rails XSS Filter'>Rails XSS Filter</a></li>
<li><a href='http://www.stubbleblog.com/index.php/2006/11/obvious-trends/' title='Obvious Trends'>Obvious Trends</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.stubbleblog.com/index.php/2006/04/getting-started-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Upcoming Talk: Web 2.0 Making It Big While Keeping It Small</title>
		<link>http://www.stubbleblog.com/index.php/2006/04/upcoming-talk-w/</link>
		<comments>http://www.stubbleblog.com/index.php/2006/04/upcoming-talk-w/#comments</comments>
		<pubDate>Wed, 05 Apr 2006 02:03:50 +0000</pubDate>
		<dc:creator>Tony Stubblebine</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[blogvertising]]></category>
		<category><![CDATA[talk]]></category>
		<category><![CDATA[web20]]></category>
		<category><![CDATA[webservices]]></category>

		<guid isPermaLink="false">http://www.stubbleblog.com/wp/?p=96</guid>
		<description><![CDATA[The latest web trends are enabling incredible business opportunities at almost cost. The people hyping these trends as Web 2.0 are too immersed in the technology and the pundentry to apply the trends where the real value is, everyday problems and needs, most of which already have been solved but are ripe for improvement or [...]]]></description>
			<content:encoded><![CDATA[<p>The latest web trends are enabling incredible business opportunities at almost cost. The people hyping these trends as Web 2.0 are too immersed in the technology and the pundentry to apply the trends where the real value is, everyday problems and needs, most of which already have been solved but are ripe for improvement or replacement.</p>
<p>These trends are hot, their implementation costs low, and their business applications untouched.</p>
<p>That&#8217;s the theme behind my upcoming talk at Sonoma County Web Developers, &#8220;Web 2.0: Opportunities to Make It Big While Keeping It Small,&#8221; 6:30PM Tuesady April 11, Santa Rosa, CA</p>
<p><a href="http://www.sonomawebsig.org/events.html">Official Announcement</a> | <a href="http://www.sonomawebsig.org/directions.html">Directions</a></p>
<p>The SCWD is the perfect group to have this talk with. They&#8217;re some of the most pragmatic and down-to-earth developers I&#8217;ve ever met and I&#8217;m extremely grateful for the opportunity.</p>
<p>I&#8217;ll focus mainly on three areas:</p>
<p><strong>User Generated Content </strong>- Give people a voice and they&#8217;ll speak. Give them tools and incentives and they will fill your site with content. Hint: the incentive is not money.</p>
<p><strong>Web Services/Components</strong> &#8211; Companies want to give you features for your website. For free. Most of these features are prohibitively expensive to build on your own.</p>
<p><strong>Blogvertising</strong> &#8211; Blogs are fantastic for cheap marketing. You don&#8217;t even have to write a blog to take advantage.<br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://www.stubbleblog.com/index.php/2006/04/web-20-power-po/' title='Web 2.0 Power Point'>Web 2.0 Power Point</a></li>
<li><a href='http://www.stubbleblog.com/index.php/2006/04/getting-started-2/' title='Getting Started With Web 2.0'>Getting Started With Web 2.0</a></li>
<li><a href='http://www.stubbleblog.com/index.php/2006/02/how-much-money/' title='How Much Money Do I Owe Hugh and Marc?'>How Much Money Do I Owe Hugh and Marc?</a></li>
<li><a href='http://www.stubbleblog.com/index.php/2006/01/favorite-gaping/' title='Favorite GapingVoid Cartoons'>Favorite GapingVoid Cartoons</a></li>
<li><a href='http://www.stubbleblog.com/index.php/2005/09/free-blog-marke/' title='Free blog marketing e-book from Seth Godin'>Free blog marketing e-book from Seth Godin</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.stubbleblog.com/index.php/2006/04/upcoming-talk-w/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How Much Money Do I Owe Hugh and Marc?</title>
		<link>http://www.stubbleblog.com/index.php/2006/02/how-much-money/</link>
		<comments>http://www.stubbleblog.com/index.php/2006/02/how-much-money/#comments</comments>
		<pubDate>Thu, 16 Feb 2006 22:09:22 +0000</pubDate>
		<dc:creator>Tony Stubblebine</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[blogvertising]]></category>

		<guid isPermaLink="false">http://www.stubbleblog.com/wp/?p=88</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p>This <a href="http://www.business-opportunities.biz/projects/how-much-is-your-blog-worth/?url=http%3A%2F%2Fwww.stubbleblog.com">How Much Is My Blog Worth</a> calculator is old news. My blog is currently worth $1693.23. What I want to know is how much individual in-bound links contributed to that. In other words what did one time links from <a href="http://radar.oreilly.com/marc/">Marc Hedlund on Radar</a> and <a href="http://www.gapingvoid.com/Moveable_Type/archives/001743.html">Hugh MacLeod</a> contribute to that pricing. And how much should I pay them to link to me again.</p>
<p><em>Update: Now worth $7339.02. Does this vary by day or something?</em></p>
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://www.stubbleblog.com/index.php/2006/04/upcoming-talk-w/' title='Upcoming Talk: Web 2.0 Making It Big While Keeping It Small'>Upcoming Talk: Web 2.0 Making It Big While Keeping It Small</a></li>
<li><a href='http://www.stubbleblog.com/index.php/2006/01/favorite-gaping/' title='Favorite GapingVoid Cartoons'>Favorite GapingVoid Cartoons</a></li>
<li><a href='http://www.stubbleblog.com/index.php/2005/09/free-blog-marke/' title='Free blog marketing e-book from Seth Godin'>Free blog marketing e-book from Seth Godin</a></li>
<li><a href='http://www.stubbleblog.com/index.php/2006/12/using-the-sales/' title='Using the Salesforce API'>Using the Salesforce API</a></li>
<li><a href='http://www.stubbleblog.com/index.php/2006/04/getting-started-2/' title='Getting Started With Web 2.0'>Getting Started With Web 2.0</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.stubbleblog.com/index.php/2006/02/how-much-money/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Favorite GapingVoid Cartoons</title>
		<link>http://www.stubbleblog.com/index.php/2006/01/favorite-gaping/</link>
		<comments>http://www.stubbleblog.com/index.php/2006/01/favorite-gaping/#comments</comments>
		<pubDate>Tue, 24 Jan 2006 18:08:55 +0000</pubDate>
		<dc:creator>Tony Stubblebine</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[blogvertising]]></category>
		<category><![CDATA[fun]]></category>

		<guid isPermaLink="false">http://www.stubbleblog.com/wp/?p=82</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p>Yay. Hugh is giving the ok to post your favorite <a href="http://www.gapingvoid.com/">GapingVoid</a> cartoons. Here&#8217;s the six that I&#8217;ve kept saved in my RSS reader because I couldn&#8217;t stand to part with them.</p>
<p>And here&#8217;s <a href="http://russell.supersized.org/archives/218-Zohowriter-and-Gappingvoid.html">more from Russell</a> and <a href="http://blogs.zoho.com/general/the-best-of-hugh-macleod/">Arvind</a>.</p>
<p><span id="more-82"></span><br />
<img src="http://www.gapingvoid.com/zzzzzz7654322.jpg"/><br />
<img src="http://www.gapingvoid.com/zzzzzz7654311.jpg"/><br />
<img src="http://www.gapingvoid.com/zzzzzz7654206.jpg"/><br />
<img src="http://www.gapingvoid.com/Moveable_Type/archives/zzaaaaaaa01.jpg"/><br />
<img src="http://www.gapingvoid.com/zzzzzz7654271.jpg"/><br />
<img src="http://www.gapingvoid.com/Moveable_Type/archives/zzzzazzdggg09.jpg"/></p>
<p>(You can get these on <a href="http://www.gapingvoid.com/Moveable_Type/archives/001974.html">business cards</a>, FYI)</p>
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://www.stubbleblog.com/index.php/2006/04/upcoming-talk-w/' title='Upcoming Talk: Web 2.0 Making It Big While Keeping It Small'>Upcoming Talk: Web 2.0 Making It Big While Keeping It Small</a></li>
<li><a href='http://www.stubbleblog.com/index.php/2006/02/how-much-money/' title='How Much Money Do I Owe Hugh and Marc?'>How Much Money Do I Owe Hugh and Marc?</a></li>
<li><a href='http://www.stubbleblog.com/index.php/2005/09/free-blog-marke/' title='Free blog marketing e-book from Seth Godin'>Free blog marketing e-book from Seth Godin</a></li>
<li><a href='http://www.stubbleblog.com/index.php/2006/12/using-the-sales/' title='Using the Salesforce API'>Using the Salesforce API</a></li>
<li><a href='http://www.stubbleblog.com/index.php/2006/04/getting-started-2/' title='Getting Started With Web 2.0'>Getting Started With Web 2.0</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.stubbleblog.com/index.php/2006/01/favorite-gaping/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Free blog marketing e-book from Seth Godin</title>
		<link>http://www.stubbleblog.com/index.php/2005/09/free-blog-marke/</link>
		<comments>http://www.stubbleblog.com/index.php/2005/09/free-blog-marke/#comments</comments>
		<pubDate>Fri, 09 Sep 2005 20:25:18 +0000</pubDate>
		<dc:creator>Tony Stubblebine</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[blogvertising]]></category>
		<category><![CDATA[marketing]]></category>

		<guid isPermaLink="false">http://www.stubbleblog.com/wp/?p=58</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p>Seth Godin, well known marketing author and blogger, just released a <a href="http://sethgodin.typepad.com/seths_blog/2005/09/whos_there_the_.html">forty-five page ebook</a>. It&#8217;s free nice to read about blogging from a marketer&#8217;s perspective. Also, it&#8217;s free.</p>
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://www.stubbleblog.com/index.php/2006/04/upcoming-talk-w/' title='Upcoming Talk: Web 2.0 Making It Big While Keeping It Small'>Upcoming Talk: Web 2.0 Making It Big While Keeping It Small</a></li>
<li><a href='http://www.stubbleblog.com/index.php/2006/02/how-much-money/' title='How Much Money Do I Owe Hugh and Marc?'>How Much Money Do I Owe Hugh and Marc?</a></li>
<li><a href='http://www.stubbleblog.com/index.php/2006/01/favorite-gaping/' title='Favorite GapingVoid Cartoons'>Favorite GapingVoid Cartoons</a></li>
<li><a href='http://www.stubbleblog.com/index.php/2006/12/using-the-sales/' title='Using the Salesforce API'>Using the Salesforce API</a></li>
<li><a href='http://www.stubbleblog.com/index.php/2006/04/getting-started-2/' title='Getting Started With Web 2.0'>Getting Started With Web 2.0</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.stubbleblog.com/index.php/2005/09/free-blog-marke/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Connecting to New Authors</title>
		<link>http://www.stubbleblog.com/index.php/2005/09/connecting-to-n/</link>
		<comments>http://www.stubbleblog.com/index.php/2005/09/connecting-to-n/#comments</comments>
		<pubDate>Tue, 06 Sep 2005 22:39:48 +0000</pubDate>
		<dc:creator>Tony Stubblebine</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[connection]]></category>
		<category><![CDATA[oreilly]]></category>

		<guid isPermaLink="false">http://www.stubbleblog.com/wp/?p=56</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m testing out an in-development <a href="http://connection.oreilly.com">Connection</a> feature which may or may not be called Leaderboard. One of the leader lists is most active authors, and the most important test is checking if any of the active authors are at all interesting. So far yes! And my two favorites are people I&#8217;d never heard of.</p>
<p>Check out this sample from <a href="http://connection.oreilly.com/users/profile.public.php?user_id=2437">Lisa McMillan</a>:<br />
<a href="http://www.lisamcmillan.com/journal/best-of-web-apps-edition">Best of. Web apps for web developers edition.</a></p>
<p>Also check out <a href="http://connection.oreilly.com/users/profile.public.php?user_id=1899">Ian Blenke</a> and his fantastic <a href="http://ian.blenke.com/blog/">blog</a>.</p>
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://www.stubbleblog.com/index.php/2005/08/10-steps-to-a-h/' title='10 Steps to a Hugely Successful Web 2.0 Company'>10 Steps to a Hugely Successful Web 2.0 Company</a></li>
<li><a href='http://www.stubbleblog.com/index.php/2005/08/favorite-oreill/' title='Favorite O&#8217;Reilly Connection Feature'>Favorite O&#8217;Reilly Connection Feature</a></li>
<li><a href='http://www.stubbleblog.com/index.php/2008/03/slashdot-review-for-regular-expression-pocket-reference/' title='Slashdot Review for Regular Expression Pocket Reference'>Slashdot Review for Regular Expression Pocket Reference</a></li>
<li><a href='http://www.stubbleblog.com/index.php/2006/11/introduction-to/' title='Introduction to Salesforce AppExchange'>Introduction to Salesforce AppExchange</a></li>
<li><a href='http://www.stubbleblog.com/index.php/2006/05/how-tom-raftery/' title='How Tom Raftery Rallied the Trolls and Escaped Culpability'>How Tom Raftery Rallied the Trolls and Escaped Culpability</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.stubbleblog.com/index.php/2005/09/connecting-to-n/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How Not to Fight Comment Spam</title>
		<link>http://www.stubbleblog.com/index.php/2005/07/how-not-to-figh/</link>
		<comments>http://www.stubbleblog.com/index.php/2005/07/how-not-to-figh/#comments</comments>
		<pubDate>Mon, 18 Jul 2005 00:22:11 +0000</pubDate>
		<dc:creator>Tony Stubblebine</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[spam]]></category>

		<guid isPermaLink="false">http://www.stubbleblog.com/wp/?p=42</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p>Until recently comment spam at work was easily identifiable because of the following style in the A tag.</p>
<blockquote><p>&#8216;style=&#8221;display: none&#8217;</p></blockquote>
<p>It didn&#8217;t take long for someone to suggest that all of our comment spam problems could be solved with just fifteen minutes of programmer time. Just add a simple pattern match and ignore comments that matched that pattern. Just!</p>
<p>I think that approach is doomed to failure, spammers adapt. We ended up taking a different approach (delinking) and spammers reacted immediately by testing out a series of new attempts. Here&#8217;s my favorite:</p>
<blockquote><p>&lt;p style=&#8221;overflow:auto; height: 1px;&#8221;&gt;oreilly (http://www.test.com) &lt;/p&gt;</p></blockquote>
<p>A fight using manual pattern matching is just a test of wills. You may as well remove the posts manually.</p>
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://www.stubbleblog.com/index.php/2006/04/getting-started-2/' title='Getting Started With Web 2.0'>Getting Started With Web 2.0</a></li>
<li><a href='http://www.stubbleblog.com/index.php/2006/04/upcoming-talk-w/' title='Upcoming Talk: Web 2.0 Making It Big While Keeping It Small'>Upcoming Talk: Web 2.0 Making It Big While Keeping It Small</a></li>
<li><a href='http://www.stubbleblog.com/index.php/2006/02/how-much-money/' title='How Much Money Do I Owe Hugh and Marc?'>How Much Money Do I Owe Hugh and Marc?</a></li>
<li><a href='http://www.stubbleblog.com/index.php/2006/01/favorite-gaping/' title='Favorite GapingVoid Cartoons'>Favorite GapingVoid Cartoons</a></li>
<li><a href='http://www.stubbleblog.com/index.php/2005/09/free-blog-marke/' title='Free blog marketing e-book from Seth Godin'>Free blog marketing e-book from Seth Godin</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.stubbleblog.com/index.php/2005/07/how-not-to-figh/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
<!-- This Quick Cache file was built for (  www.stubbleblog.com/index.php/tag/blog/feed/ ) in 0.35602 seconds, on Feb 11th, 2012 at 7:50 am UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on Feb 18th, 2012 at 7:50 am UTC -->
