<?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>davidgagne.net &#187; blogtech</title>
	<atom:link href="http://www.davidgagne.net/category/blogtech/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.davidgagne.net</link>
	<description>The personal weblog of David Vincent Gagne</description>
	<lastBuildDate>Fri, 24 May 2013 16:38:54 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>WordPress Wednesday: Delicious Links</title>
		<link>http://www.davidgagne.net/2009/04/08/wordpress-wednesday-delicious-links/</link>
		<comments>http://www.davidgagne.net/2009/04/08/wordpress-wednesday-delicious-links/#comments</comments>
		<pubDate>Wed, 08 Apr 2009 17:00:33 +0000</pubDate>
		<dc:creator>dvg</dc:creator>
				<category><![CDATA[blogtech]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpresswednesday]]></category>

		<guid isPermaLink="false">http://www.davidgagne.net/?p=7477</guid>
		<description><![CDATA[Delicious is a social bookmarking service that allows users to tag, save, manage and share web pages from a centralized source. With emphasis on the power of the community, Delicious greatly improves how people discover, remember and share on the Internet. Lots of people use Delicious to store bookmarks online, and as a blog publisher...  <a href="http://www.davidgagne.net/2009/04/08/wordpress-wednesday-delicious-links/" class="more-link" title="Read WordPress Wednesday: Delicious Links">Read more &#187;</a>]]></description>
				<content:encoded><![CDATA[<blockquote><p><a title="online bookmarks" href="http://delicious.com/about">Delicious</a> is a social bookmarking service that allows users to tag, save, manage and share web pages from a centralized source. With emphasis on the power of the community, Delicious greatly improves how people discover, remember and share on the Internet.</p></blockquote>
<p>Lots of people use Delicious to store bookmarks online, and as a blog publisher you should <i>want</i> your readers to be tagging your posts there.  Luckily for you, it&#8217;s ridiculously simple to give your blog&#8217;s visitors a quick &#8220;Add this to Delicious&#8221; link.</p>
<p><br /><a href="http://www.davidgagne.net/2009/04/08/wordpress-wednesday-delicious-links/">Continue reading WordPress Wednesday: Delicious Links ...</a></p>
<hr />
<p><small>© David Vincent Gagne, 2009. |
<a href="http://www.davidgagne.net/2009/04/08/wordpress-wednesday-delicious-links/">Permalink</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.davidgagne.net/2009/04/08/wordpress-wednesday-delicious-links/&title=WordPress Wednesday: Delicious Links">del.icio.us</a>
<br />
Post tags: <a href="http://www.davidgagne.net/tags/wordpress/" rel="tag">wordpress</a>, <a href="http://www.davidgagne.net/tags/wordpresswednesday/" rel="tag">wordpresswednesday</a><br />
</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.davidgagne.net/2009/04/08/wordpress-wednesday-delicious-links/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Wednesday: Amazon QuickTags Plugin</title>
		<link>http://www.davidgagne.net/2009/03/25/wordpress-wednesday-amazon-quicktags-plugin/</link>
		<comments>http://www.davidgagne.net/2009/03/25/wordpress-wednesday-amazon-quicktags-plugin/#comments</comments>
		<pubDate>Wed, 25 Mar 2009 16:15:59 +0000</pubDate>
		<dc:creator>dvg</dc:creator>
				<category><![CDATA[blogtech]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Amazon]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[quicktags]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpresswednesday]]></category>

		<guid isPermaLink="false">http://www.davidgagne.net/?p=7372</guid>
		<description><![CDATA[I published a few articles back in early 2005 and late 2006 explaining how you can edit your WordPress quicktags.js JavaScript file to add new buttons to your Edit Post menu. At the time this was the simplest way I knew to change the WordPress interface. Since then, however, every time a new version of...  <a href="http://www.davidgagne.net/2009/03/25/wordpress-wednesday-amazon-quicktags-plugin/" class="more-link" title="Read WordPress Wednesday: Amazon QuickTags Plugin">Read more &#187;</a>]]></description>
				<content:encoded><![CDATA[<p><span class="dropcap">I</span> published a few articles back in early 2005 and late 2006 explaining how you can edit your WordPress <a title="WordPress JavaScript" href="http://www.davidgagne.net/?s=quicktag">quicktags.js</a> JavaScript file to add new buttons to your <i>Edit Post</i> menu.  At the time this was the simplest way I knew to change the <a title="CMS" href="http://wordpress.org/">WordPress</a> interface.  Since then, however, every time a new version of WordPress has been released, I&#8217;ve been forced to make all the changes again because quicktags.js is one of the internal files that you&#8217;re not technically supposed to be editing.</p>
<p><a title="Amazon QuickTags" href="http://wordpress.org/extend/plugins/davids-ultra-quicktags/"><img class="postimg" src="http://wordpress.org/extend/plugins/davids-ultra-quicktags/screenshot-2.png" alt="Amazon QuickTags" /></a>I (finally) spent a couple of hours a few weeks ago and built a WordPress PlugIn to handle this for me.  I also went through the required steps &#8212; including researching enough about <a title="source code control system" href="http://subversion.tigris.org/">SubVersion</a> to get the job done &#8212; to publish my plugin to the WordPress PlugIns database.  That means that now you, too, can add this functionality to your blog.</p>
<p><br /><a href="http://www.davidgagne.net/2009/03/25/wordpress-wednesday-amazon-quicktags-plugin/">Continue reading WordPress Wednesday: Amazon QuickTags Plugin ...</a></p>
<hr />
<p><small>© David Vincent Gagne, 2009. |
<a href="http://www.davidgagne.net/2009/03/25/wordpress-wednesday-amazon-quicktags-plugin/">Permalink</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.davidgagne.net/2009/03/25/wordpress-wednesday-amazon-quicktags-plugin/&title=WordPress Wednesday: Amazon QuickTags Plugin">del.icio.us</a>
<br />
Post tags: <a href="http://www.davidgagne.net/tags/amazon/" rel="tag">Amazon</a>, <a href="http://www.davidgagne.net/tags/css/" rel="tag">css</a>, <a href="http://www.davidgagne.net/tags/plugins/" rel="tag">plugins</a>, <a href="http://www.davidgagne.net/tags/quicktags/" rel="tag">quicktags</a>, <a href="http://www.davidgagne.net/tags/web-design/" rel="tag">web design</a>, <a href="http://www.davidgagne.net/tags/wordpress/" rel="tag">wordpress</a>, <a href="http://www.davidgagne.net/tags/wordpresswednesday/" rel="tag">wordpresswednesday</a><br />
</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.davidgagne.net/2009/03/25/wordpress-wednesday-amazon-quicktags-plugin/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>WordPress Wednesday: Displaying Huge Archives</title>
		<link>http://www.davidgagne.net/2009/03/18/wordpress-wednesday-displaying-huge-archives/</link>
		<comments>http://www.davidgagne.net/2009/03/18/wordpress-wednesday-displaying-huge-archives/#comments</comments>
		<pubDate>Wed, 18 Mar 2009 16:15:38 +0000</pubDate>
		<dc:creator>dvg</dc:creator>
				<category><![CDATA[blogging]]></category>
		<category><![CDATA[blogtech]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[archives]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpresswednesday]]></category>

		<guid isPermaLink="false">http://www.davidgagne.net/?p=7317</guid>
		<description><![CDATA[Once you&#8217;ve been blogging for a few years, you&#8217;re going to realize that your archives page is huge. For the casual one-post-each-week blogger, it might be okay to display the titles or even excerpts of posts on your archives page. But what about you and your twenty-posts-per-day blogging habit? It won&#8217;t be long before your...  <a href="http://www.davidgagne.net/2009/03/18/wordpress-wednesday-displaying-huge-archives/" class="more-link" title="Read WordPress Wednesday: Displaying Huge Archives">Read more &#187;</a>]]></description>
				<content:encoded><![CDATA[<p><span class="dropcap">O</span>nce you&#8217;ve been blogging for a few years, you&#8217;re going to realize that your archives page is huge.  For the casual one-post-each-week blogger, it might be okay to display the titles or even excerpts of posts on your archives page.  But what about you and your twenty-posts-per-day blogging habit?  It won&#8217;t be long before your archives page looks ridiculous.  What&#8217;s an addict to do?</p>
<p>Enter Alistair Lattimore&#8217;s <a title="best way to display a lot of stuff" href="http://www.lattimore.id.au/projects/wordpress/plugins/kottke-style-archives/">Kottke Style Archives</a>.</p>
<p><br /><a href="http://www.davidgagne.net/2009/03/18/wordpress-wednesday-displaying-huge-archives/">Continue reading WordPress Wednesday: Displaying Huge Archives ...</a></p>
<hr />
<p><small>© David Vincent Gagne, 2009. |
<a href="http://www.davidgagne.net/2009/03/18/wordpress-wednesday-displaying-huge-archives/">Permalink</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.davidgagne.net/2009/03/18/wordpress-wednesday-displaying-huge-archives/&title=WordPress Wednesday: Displaying Huge Archives">del.icio.us</a>
<br />
Post tags: <a href="http://www.davidgagne.net/tags/archives/" rel="tag">archives</a>, <a href="http://www.davidgagne.net/tags/blogging/" rel="tag">blogging</a>, <a href="http://www.davidgagne.net/tags/web-design/" rel="tag">web design</a>, <a href="http://www.davidgagne.net/tags/wordpress/" rel="tag">wordpress</a>, <a href="http://www.davidgagne.net/tags/wordpresswednesday/" rel="tag">wordpresswednesday</a><br />
</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.davidgagne.net/2009/03/18/wordpress-wednesday-displaying-huge-archives/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Wednesday: Create a Twitter Widget</title>
		<link>http://www.davidgagne.net/2009/03/11/wordpress-wednesday-create-a-twitter-widget/</link>
		<comments>http://www.davidgagne.net/2009/03/11/wordpress-wednesday-create-a-twitter-widget/#comments</comments>
		<pubDate>Wed, 11 Mar 2009 16:15:57 +0000</pubDate>
		<dc:creator>dvg</dc:creator>
				<category><![CDATA[blogtech]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[widgets]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpresswednesday]]></category>

		<guid isPermaLink="false">http://www.davidgagne.net/?p=7291</guid>
		<description><![CDATA[The team at ProBlogDesign has posted an excellent tutorial explaining How to Create Your Own Twitter Widget. The instructions are very detailed and by following them you&#8217;ll learn quite a lot about how widgets work. © David Vincent Gagne, 2009. &#124; Permalink &#124; Add to del.icio.us Post tags: tutorials, twitter, web design, widgets, wordpress, wordpresswednesday]]></description>
				<content:encoded><![CDATA[<p><img class="postimg" src="http://www.davidgagne.net/images/main_site/wp-smbutton-blue.png" alt="WordPress" />The team at <a title="improve your blog!" href="http://www.problogdesign.com/">ProBlogDesign</a> has posted an excellent tutorial explaining <a title="excellent tutorial" href="http://www.problogdesign.com/wordpress/how-to-create-your-own-twitter-widget/">How to Create Your Own Twitter Widget</a>.  The instructions are very detailed and by following them you&#8217;ll learn quite a lot about how widgets work.</p>
<hr />
<p><small>© David Vincent Gagne, 2009. |
<a href="http://www.davidgagne.net/2009/03/11/wordpress-wednesday-create-a-twitter-widget/">Permalink</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.davidgagne.net/2009/03/11/wordpress-wednesday-create-a-twitter-widget/&title=WordPress Wednesday: Create a Twitter Widget">del.icio.us</a>
<br />
Post tags: <a href="http://www.davidgagne.net/tags/tutorials/" rel="tag">tutorials</a>, <a href="http://www.davidgagne.net/tags/twitter/" rel="tag">twitter</a>, <a href="http://www.davidgagne.net/tags/web-design/" rel="tag">web design</a>, <a href="http://www.davidgagne.net/tags/widgets/" rel="tag">widgets</a>, <a href="http://www.davidgagne.net/tags/wordpress/" rel="tag">wordpress</a>, <a href="http://www.davidgagne.net/tags/wordpresswednesday/" rel="tag">wordpresswednesday</a><br />
</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.davidgagne.net/2009/03/11/wordpress-wednesday-create-a-twitter-widget/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Displaying Older Posts</title>
		<link>http://www.davidgagne.net/2008/05/06/displaying-older-posts/</link>
		<comments>http://www.davidgagne.net/2008/05/06/displaying-older-posts/#comments</comments>
		<pubDate>Tue, 06 May 2008 23:38:02 +0000</pubDate>
		<dc:creator>dvg</dc:creator>
				<category><![CDATA[blogging]]></category>
		<category><![CDATA[blogtech]]></category>
		<category><![CDATA[archives]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[hacks]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpresswednesday]]></category>
		<category><![CDATA[WP]]></category>

		<guid isPermaLink="false">http://www.davidgagne.net/?p=6482</guid>
		<description><![CDATA[I&#8217;m suffering from a little bout of writer&#8217;s block these days. When you combine that with the fact that I haven&#8217;t been cruising the &#8216;net finding new and funny things, it makes for a dearth of new content on this site. I was thinking that it would be cool to display a single post from...  <a href="http://www.davidgagne.net/2008/05/06/displaying-older-posts/" class="more-link" title="Read Displaying Older Posts">Read more &#187;</a>]]></description>
				<content:encoded><![CDATA[<p><a target="_blank" href="http://wordpress.org/"><img class="postimg" src="http://www.davidgagne.net/images/main_site/wp-smbutton-blue.png" alt="WordPress" /></a>I&#8217;m suffering from a little bout of writer&#8217;s block these days.  When you combine that with the fact that I haven&#8217;t been cruising the &#8216;net finding new and funny things, it makes for a dearth of new content on this site.  I was thinking that it would be cool to display a single post from <a href="/archives/">the archives</a> at the top of the home page when there&#8217;s nothing new to see.  Something like, &#8220;Hey!  Sorry I haven&#8217;t posted anything new in <b>x</b> days, but check out this from <b>y</b> years ago &#8230;&#8221;  I got as far as writing the SQL for it, but then I stopped working on it.  I think it&#8217;s a good idea, though.  Maybe someone will decide to write a <a target="_blank" href="http://wordpress.org/extend/plugins/">plugin</a> to do this.  (Or, more likely, someone already has and I am just too lazy to find it.)</p>
<p><br /><a href="http://www.davidgagne.net/2008/05/06/displaying-older-posts/">Continue reading Displaying Older Posts ...</a></p>
<hr />
<p><small>© David Vincent Gagne, 2008. |
<a href="http://www.davidgagne.net/2008/05/06/displaying-older-posts/">Permalink</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.davidgagne.net/2008/05/06/displaying-older-posts/&title=Displaying Older Posts">del.icio.us</a>
<br />
Post tags: <a href="http://www.davidgagne.net/tags/archives/" rel="tag">archives</a>, <a href="http://www.davidgagne.net/tags/blogging/" rel="tag">blogging</a>, <a href="http://www.davidgagne.net/tags/code/" rel="tag">code</a>, <a href="http://www.davidgagne.net/tags/hacks/" rel="tag">hacks</a>, <a href="http://www.davidgagne.net/tags/plugins/" rel="tag">plugins</a>, <a href="http://www.davidgagne.net/tags/wordpress/" rel="tag">wordpress</a>, <a href="http://www.davidgagne.net/tags/wordpresswednesday/" rel="tag">wordpresswednesday</a>, <a href="http://www.davidgagne.net/tags/wp/" rel="tag">WP</a><br />
</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.davidgagne.net/2008/05/06/displaying-older-posts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Akismet Works</title>
		<link>http://www.davidgagne.net/2008/04/02/akismet-works/</link>
		<comments>http://www.davidgagne.net/2008/04/02/akismet-works/#comments</comments>
		<pubDate>Wed, 02 Apr 2008 14:09:11 +0000</pubDate>
		<dc:creator>dvg</dc:creator>
				<category><![CDATA[blogging]]></category>
		<category><![CDATA[blogtech]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[spam]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.davidgagne.net/?p=6465</guid>
		<description><![CDATA[I installed Akismet here at the beginning of the Fall of 2006. I really don&#8217;t know how I lived without it. I emptied the queue about seven hours ago, and when I got to the office this morning there were already almost 1500 comments, pingbacks, and trackbacks flagged as spam. Akismet has protected your site...  <a href="http://www.davidgagne.net/2008/04/02/akismet-works/" class="more-link" title="Read Akismet Works">Read more &#187;</a>]]></description>
				<content:encoded><![CDATA[<p><a href="http://akismet.com/"><img src="http://akismet.com/i/download-button.png" alt="Download Akismet" class="postimg" /></a><span class="dropcap">I</span> installed <a href="http://akismet.com/">Akismet</a> here at the beginning of the Fall of 2006.  I really don&#8217;t know how I lived without it.  I emptied the queue about seven hours ago, and when I got to the office this morning there were already almost 1500 comments, pingbacks, and trackbacks flagged as spam.</p>
<blockquote><p>Akismet has protected your site from 380,243 spam comments already, and there are 1,471 comments in your spam queue right now.</p></blockquote>
<hr />
<p><small>© David Vincent Gagne, 2008. |
<a href="http://www.davidgagne.net/2008/04/02/akismet-works/">Permalink</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.davidgagne.net/2008/04/02/akismet-works/&title=Akismet Works">del.icio.us</a>
<br />
Post tags: <a href="http://www.davidgagne.net/tags/email/" rel="tag">email</a>, <a href="http://www.davidgagne.net/tags/plugins/" rel="tag">plugins</a>, <a href="http://www.davidgagne.net/tags/spam/" rel="tag">spam</a>, <a href="http://www.davidgagne.net/tags/wordpress/" rel="tag">wordpress</a><br />
</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.davidgagne.net/2008/04/02/akismet-works/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Tags</title>
		<link>http://www.davidgagne.net/2008/03/26/wordpress-tags/</link>
		<comments>http://www.davidgagne.net/2008/03/26/wordpress-tags/#comments</comments>
		<pubDate>Thu, 27 Mar 2008 04:47:32 +0000</pubDate>
		<dc:creator>dvg</dc:creator>
				<category><![CDATA[blogging]]></category>
		<category><![CDATA[blogtech]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[hacks]]></category>
		<category><![CDATA[tags]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpresswednesday]]></category>

		<guid isPermaLink="false">http://www.davidgagne.net/2008/03/26/wordpress-tags/</guid>
		<description><![CDATA[I was very happy to see that the WordPress developers included the ability to &#8220;tag&#8221; posts. For a long time I&#8217;ve been using my own bastardized version of Bunny&#8217;s Technorati Tags to add tags to this site. A few days ago I decided to bite the bullet and convert to using the tag system that...  <a href="http://www.davidgagne.net/2008/03/26/wordpress-tags/" class="more-link" title="Read WordPress Tags">Read more &#187;</a>]]></description>
				<content:encoded><![CDATA[<p><img class="postimg" src="http://www.davidgagne.net/images/main_site/wp-smbutton-blue.png" alt="WordPress" /><span class="dropcap">I</span> was very happy to see that the <a target="_blank" href="http://www.wordpress.org/">WordPress</a> developers included the ability to &#8220;<a target="_blank" href="http://codex.wordpress.org/Template_Tags/the_tags">tag</a>&#8221; posts.  <a href="/?p=6179">For a long time</a> I&#8217;ve been using my own bastardized version of <a target="_blank" href="http://dev.wp-plugins.org/wiki/BunnysTechnoratiTags">Bunny&#8217;s Technorati Tags</a> to add tags to this site.  A few days ago I decided to bite the bullet and convert to using the tag system that is now baked into this <acronym title="content management system">CMS</acronym>.</p>
<div class="pullquote">It&#8217;s a much more &#8220;visitor friendly&#8221; implementation of tagging &#8230;</div>
<p>Here&#8217;s my only problem:  The standard WordPress tagging engine is designed so that clicking a tag on a post displays an archives page with all of the other posts tagged with that tag.  (Confused yet?)  I don&#8217;t like that.  One reason I don&#8217;t like that is because I have not yet managed to transfer all of my tags from the old system to the new, so lots and lots of my posts have no tags.  That means if you click a tag for <a href="/?p=5156">&#8220;ovulating kleptomaniac&#8221;</a>, for example, you&#8217;re not going to get any results.  So I have hornswaggled the code a bit to make it so that on this site the tags link to <b>search results</b> for that tag instead.  I think it&#8217;s a much more &#8220;visitor friendly&#8221; implementation of tagging.</p>
<p><br /><a href="http://www.davidgagne.net/2008/03/26/wordpress-tags/">Continue reading WordPress Tags ...</a></p>
<hr />
<p><small>© David Vincent Gagne, 2008. |
<a href="http://www.davidgagne.net/2008/03/26/wordpress-tags/">Permalink</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.davidgagne.net/2008/03/26/wordpress-tags/&title=WordPress Tags">del.icio.us</a>
<br />
Post tags: <a href="http://www.davidgagne.net/tags/blogtech/" rel="tag">blogtech</a>, <a href="http://www.davidgagne.net/tags/code/" rel="tag">code</a>, <a href="http://www.davidgagne.net/tags/hacks/" rel="tag">hacks</a>, <a href="http://www.davidgagne.net/tags/tags/" rel="tag">tags</a>, <a href="http://www.davidgagne.net/tags/web-design/" rel="tag">web design</a>, <a href="http://www.davidgagne.net/tags/wordpress/" rel="tag">wordpress</a>, <a href="http://www.davidgagne.net/tags/wordpresswednesday/" rel="tag">wordpresswednesday</a><br />
</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.davidgagne.net/2008/03/26/wordpress-tags/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Plaxo Is Stealing Comments</title>
		<link>http://www.davidgagne.net/2008/01/08/plaxo-is-stealing-comments/</link>
		<comments>http://www.davidgagne.net/2008/01/08/plaxo-is-stealing-comments/#comments</comments>
		<pubDate>Tue, 08 Jan 2008 14:29:27 +0000</pubDate>
		<dc:creator>dvg</dc:creator>
				<category><![CDATA[blogging]]></category>
		<category><![CDATA[blogtech]]></category>
		<category><![CDATA[rants]]></category>
		<category><![CDATA[blogs]]></category>
		<category><![CDATA[duplicate content]]></category>
		<category><![CDATA[Plaxo]]></category>
		<category><![CDATA[search engine marketing]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.davidgagne.net/?p=6430</guid>
		<description><![CDATA[The original Plaxo is a little address-book organizing tool that I had always liked quite a bit. It&#8217;s got an Outlook plug-in which lets it sit in there and pay attention to the email addresses of people who email me and the people I email. There&#8217;s some global information superhighway sort of thing out there...  <a href="http://www.davidgagne.net/2008/01/08/plaxo-is-stealing-comments/" class="more-link" title="Read Plaxo Is Stealing Comments">Read more &#187;</a>]]></description>
				<content:encoded><![CDATA[<p><span class="dropcap">T</span>he <a target="_blank" href="http://www.plaxo.com/">original Plaxo</a> is a little address-book organizing tool that I had always liked quite a bit.  It&#8217;s got an Outlook plug-in which lets it sit in there and pay attention to the email addresses of people who email me and the people I email.  There&#8217;s some global information superhighway sort of thing out there that it uses to synchronize these email addresses with everyone&#8217;s profiles, so my address book has &#8212; for many years now &#8212; been more or less up to date.  It&#8217;s cool.</p>
<p>But now, however, I am having second thoughts about this seemingly-innocent little company.</p>
<p>They&#8217;ve started a new <acronym title="a meaningless modifier">Web 2.0</acronym>-type program called <a target="_blank" href="http://pulse.plaxo.com/">Plaxo Pulse</a>.  (It&#8217;s in <acronym title="That means they are not done yet.">beta</acronym>.)  Plaxo Pulse is <i>sorta-kinda</i> a good idea.  It traipses through your address book and emails people to tell them whenever you do something on <acronym title="The Internet">the tubes</acronym>.  I am now being barraged with emails telling me every time any of my friends post a blog entry, change their cell number, move, post a photo somewhere, etc.  I can only assume that the people who consider me a friend (and who use Plaxo) are receiving the same barrage.</p>
<p>That in itself is not so evil.  The creators of Plaxo Pulse were wise enough to allow me to disable these email alerts.</p>
<p>Here is why this is evil, and why people should be getting angry: (1) Plaxo Pulse uses blog RSS feeds to import a user&#8217;s blog posts into itself and (2) Plaxo Pulse steals blog comments.</p>
<ol>
<li>Plaxo Pulse uses blog RSS feeds to import a user&#8217;s blog posts into itself.
<p>That means every time I post a blog entry, the entry appear here on my blog (as it should!) and it appears <b>again</b> on the Plaxo Pulse site.  This is bad.  For years and years there has been a great debate over how Google feels about &#8220;duplicate content&#8221;.  Most people feel that Google penalizes content which exists simultaneously in two places.  Whether you believe in the Google &#8220;duplicate content penalty&#8221; is irrelevant.  Google may very well <i>not</i> explicitly penalize one site for plagiarizing another, but there is definitely some sort of effect.  Let&#8217;s say I write the world&#8217;s most brilliant post on the topic of <b>swimming pyromaniacs</b>.  There are probably not a lot of other people writing about this.  My website would theoretically start to rank highly in Google <acronym title="search engine results pages">SERPs</acronym> whenever someone searches for wet fire-lovers.<br />
Now let&#8217;s imagine that eventually lots of people start talking about swimming pyromaniacs.  When other people post blogs about it, they naturally give me credit for exposing this insane practice by linking back to my site.  My website receives a SERP ranking &#8220;boost&#8221; because it is receiving inbound links from other websites mentioning the same topic.  (I also &#8212; again, theoretically &#8212; receive a &#8220;boost&#8221; because of the age of my post on the topic &#8212; I talked about it first &#8212; and because of the general popularity of my site.)<br />
I have advertisements on my site.  I get paid when people click these ads.  I have a vested interest in ranking highly in Google SERPs.<br />
But now <i>the exact same content</i> I posted about swimming pyromaniacs is appearing on the Plaxo Pulse website.  Plaxo Pulse is a huge website with hundreds of thousands of pages and is growing like kudzu.  Plaxo itself is tremendously popular, much more than David Gagne.  It is very, very likely that the content I wrote which now appears on the Plaxo Pulse website will rank higher in Google SERPs than that same content on my davidgagne.net website.  (When someone searches for swimming pyromaniacs in Google, the Plaxo Pulse link is going to appear higher than the davidgagne.net link.)  The huddled masses tend to click what&#8217;s at the top in Google.  That means that my ad will not be seen.  That&#8217;s bad for me.
</li>
<li>Plaxo Pulse steals blog comments.
<p>Even more nefarious is the fact that the blog entry which appears on the Plaxo Pulse website allows visitors to post comments to it.  <strong>These comments are not posted to my site.</strong>  They appear on Plaxo Pulse.  This is wrong on so many levels.  If I don&#8217;t ever check Plaxo Pulse (and, presumably, if I have all my Plaxo Pulse email notifications disabled) I will never know that someone commented on my eloquent dissertation on swimming pyromaniacs.  If enough people post comments to the Plaxo Post plagiarization of my writing, it will most definitely appear to be more popular (as far as Google is concerned) than my original essay.  In fact there will likely be people that read and comment on swimming pyromaniacs at Plaxo Pulse who don&#8217;t even know that davidgagne.net exists, much less that it / I was the author of the topic.
</li>
</ol>
<p>Here is an example:<br />
My friend Bob has a website called <a target="_blank" href="http://www.numenware.com/">Numenware</a>.  On January 1<sup>st</sup> he posted a blog entry about an esoteric math news item.  Bob&#8217;s original post is <a href="http://www.numenware.com/article/570" target="_blank">here</a>.  Bob&#8217;s content is plagiarized verbatim on Plaxo Pulse <a target="_blank" href="http://pulse.plaxo.com/pulse/events/show/24427990/">here</a>.  A savvy reader will note that someone named David Fotland has posted a comment to Bob&#8217;s blog entry at Plaxo Pulse.  This comment was &#8220;stolen&#8221; by Plaxo.  It does not appear on Numenware where it should.  If I was Bob I would be quite peeved about this.</p>
<hr />
<p><small>© David Vincent Gagne, 2008. |
<a href="http://www.davidgagne.net/2008/01/08/plaxo-is-stealing-comments/">Permalink</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.davidgagne.net/2008/01/08/plaxo-is-stealing-comments/&title=Plaxo Is Stealing Comments">del.icio.us</a>
<br />
Post tags: <a href="http://www.davidgagne.net/tags/blogs/" rel="tag">blogs</a>, <a href="http://www.davidgagne.net/tags/duplicate-content/" rel="tag">duplicate content</a>, <a href="http://www.davidgagne.net/tags/plaxo/" rel="tag">Plaxo</a>, <a href="http://www.davidgagne.net/tags/search-engine-marketing/" rel="tag">search engine marketing</a>, <a href="http://www.davidgagne.net/tags/seo/" rel="tag">SEO</a><br />
</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.davidgagne.net/2008/01/08/plaxo-is-stealing-comments/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>A Rant about Keywords and URLs</title>
		<link>http://www.davidgagne.net/2007/06/22/a-rant-about-keywords-and-urls/</link>
		<comments>http://www.davidgagne.net/2007/06/22/a-rant-about-keywords-and-urls/#comments</comments>
		<pubDate>Fri, 22 Jun 2007 14:28:59 +0000</pubDate>
		<dc:creator>dvg</dc:creator>
				<category><![CDATA[blogtech]]></category>
		<category><![CDATA[rants]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[keywords]]></category>
		<category><![CDATA[scams]]></category>
		<category><![CDATA[search engine optimization]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[URLs]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[web marketing]]></category>

		<guid isPermaLink="false">http://www.davidgagne.net/?p=6402</guid>
		<description><![CDATA[A day or two ago I was pinged by a co-worker from my previous job. He wanted to know why, during its recent redesign, I didn&#8217;t include keywords in the URLs of the pages on a site I originally built a long, long time ago. I told him that there was no concrete evidence anywhere...  <a href="http://www.davidgagne.net/2007/06/22/a-rant-about-keywords-and-urls/" class="more-link" title="Read A Rant about Keywords and URLs">Read more &#187;</a>]]></description>
				<content:encoded><![CDATA[<p><span class="dropcap">A</span> day or two ago I was pinged by a co-worker from <a title="Infosearch Media" target="_blank" href="http://ishm.com/">my previous job</a>.  He wanted to know why, during its recent redesign, I didn&#8217;t include keywords in the URLs of the pages on <a title="Lots of articles." target="_blank" href="http://www.articleinsider.com/">a site</a> I originally built a long, long time ago.  I told him that there was no concrete evidence anywhere to support the <i>theory</i> that search engines give any weight to keywords in URLs.  He then pointed me to <a title="SEO site" target="_blank" href="http://searchengineland.com/070619-064342.php">an article at Search Engine Land</a> that begins by stating that, &#8220;Keywords in the URL can help rankings,&#8221; and, &#8220;Hyphens are better than underscores when separating multiple words.&#8221;</p>
<div class="pullquote" style="text-align:center;">Google hates underscores?!</div>
<p>First I noted that I don&#8217;t include keywords on <b>this</b> site, either, and it&#8217;s been doing just fine.  Then I argued that I find it very, very hard to believe that Google (or any other search engine) has some sort of negative bias against the underscore character but that hyphens are just fine.  So basically I completely disagree with the single piece of actual &#8220;advice&#8221; in the article.</p>
<p>Am I saying that it is <b>wrong</b> to include keywords in your URLs?  No.  I don&#8217;t think that at all.  I just don&#8217;t think you should be stuffing keywords into your URLs in an effort to boost your pages&#8217; rankings in search engine result pages.  It makes great sense to use words in your URLs if you&#8217;re doing it to improve the usability of your site or to make it easier for people to link to your site.  Unfortunately most site designers and blog engines &#8212; <a title="The Best CMS" target="_blank" href="http://wordpress.org/">WordPress</a> included &#8212; fail to effectively do this.</p>
<p><br /><a href="http://www.davidgagne.net/2007/06/22/a-rant-about-keywords-and-urls/">Continue reading A Rant about Keywords and URLs ...</a></p>
<hr />
<p><small>© David Vincent Gagne, 2007. |
<a href="http://www.davidgagne.net/2007/06/22/a-rant-about-keywords-and-urls/">Permalink</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.davidgagne.net/2007/06/22/a-rant-about-keywords-and-urls/&title=A Rant about Keywords and URLs">del.icio.us</a>
<br />
Post tags: <a href="http://www.davidgagne.net/tags/google/" rel="tag">Google</a>, <a href="http://www.davidgagne.net/tags/keywords/" rel="tag">keywords</a>, <a href="http://www.davidgagne.net/tags/rants/" rel="tag">rants</a>, <a href="http://www.davidgagne.net/tags/scams/" rel="tag">scams</a>, <a href="http://www.davidgagne.net/tags/search-engine-optimization/" rel="tag">search engine optimization</a>, <a href="http://www.davidgagne.net/tags/seo/" rel="tag">SEO</a>, <a href="http://www.davidgagne.net/tags/urls/" rel="tag">URLs</a>, <a href="http://www.davidgagne.net/tags/web-design/" rel="tag">web design</a>, <a href="http://www.davidgagne.net/tags/web-marketing/" rel="tag">web marketing</a><br />
</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.davidgagne.net/2007/06/22/a-rant-about-keywords-and-urls/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WordPress Gunning-Fog Analysis PlugIn</title>
		<link>http://www.davidgagne.net/2007/03/31/wordpress-gunning-fog-analysis-plugin/</link>
		<comments>http://www.davidgagne.net/2007/03/31/wordpress-gunning-fog-analysis-plugin/#comments</comments>
		<pubDate>Sat, 31 Mar 2007 17:09:43 +0000</pubDate>
		<dc:creator>dvg</dc:creator>
				<category><![CDATA[blogtech]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[language]]></category>
		<category><![CDATA[linguistics]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[WP]]></category>

		<guid isPermaLink="false">http://www.davidgagne.net/?p=6333</guid>
		<description><![CDATA[A few weeks ago a friend of mine asked me to build a WordPress plugin to display a Gunning-Fog analysis on his blog. The math part was pretty easy stuff. I was having a borch of a time getting the plugin to count syllables, so I hunted through Google and found someone else had written...  <a href="http://www.davidgagne.net/2007/03/31/wordpress-gunning-fog-analysis-plugin/" class="more-link" title="Read WordPress Gunning-Fog Analysis PlugIn">Read more &#187;</a>]]></description>
				<content:encoded><![CDATA[<p><span class="dropcap">A</span> few weeks ago <a title="Speaking Freely" target="_blank" href="http://speakingfreely.wordpress.com/">a friend of mine</a> asked me to build a <a title="CMS" target="_blank" href="http://wordpress.org/">WordPress</a> plugin to display a <a title="Linguistics Stuff" target="_blank" href="http://en.wikipedia.org/wiki/Gunning-Fog_Index">Gunning-Fog</a> analysis on his blog.  The math part was pretty easy stuff.  I was having a borch of a time getting the plugin to count syllables, so I hunted through Google and found someone else had written a pretty good function to do that.  I squished it all together and it seems to be working pretty good.</p>
<p>You can <a title="A Gunning-Fog Index WordPress Plugin" target="_blank" href="http://www.davidgagne.net/temp/gunning.fog.zip">download the plugin here</a> and <a title="SearchEnginePress blog" target="_blank" href="http://searchenginepress.com/blog/?p=5">see it in action here</a>.</p>
<hr />
<p><small>© David Vincent Gagne, 2007. |
<a href="http://www.davidgagne.net/2007/03/31/wordpress-gunning-fog-analysis-plugin/">Permalink</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.davidgagne.net/2007/03/31/wordpress-gunning-fog-analysis-plugin/&title=WordPress Gunning-Fog Analysis PlugIn">del.icio.us</a>
<br />
Post tags: <a href="http://www.davidgagne.net/tags/code/" rel="tag">code</a>, <a href="http://www.davidgagne.net/tags/language/" rel="tag">language</a>, <a href="http://www.davidgagne.net/tags/linguistics/" rel="tag">linguistics</a>, <a href="http://www.davidgagne.net/tags/plugins/" rel="tag">plugins</a>, <a href="http://www.davidgagne.net/tags/programming/" rel="tag">Programming</a>, <a href="http://www.davidgagne.net/tags/seo/" rel="tag">SEO</a>, <a href="http://www.davidgagne.net/tags/wordpress/" rel="tag">wordpress</a>, <a href="http://www.davidgagne.net/tags/wp/" rel="tag">WP</a><br />
</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.davidgagne.net/2007/03/31/wordpress-gunning-fog-analysis-plugin/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Akismet and Comment Spam</title>
		<link>http://www.davidgagne.net/2007/01/11/akismet-and-comment-spam/</link>
		<comments>http://www.davidgagne.net/2007/01/11/akismet-and-comment-spam/#comments</comments>
		<pubDate>Thu, 11 Jan 2007 17:00:35 +0000</pubDate>
		<dc:creator>dvg</dc:creator>
				<category><![CDATA[blogtech]]></category>
		<category><![CDATA[comment spam]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[spam]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[WP]]></category>

		<guid isPermaLink="false">http://www.davidgagne.net/?p=6260</guid>
		<description><![CDATA[Since I installed it 143 days ago, Akismet has killed 23,683 spam comments on this blog. That&#8217;s an absurd 165 pieces of spam per day. And the number is definitely increasing daily at what I consider an astronomical rate. I have no doubt that in the time it takes me to write this post I...  <a href="http://www.davidgagne.net/2007/01/11/akismet-and-comment-spam/" class="more-link" title="Read Akismet and Comment Spam">Read more &#187;</a>]]></description>
				<content:encoded><![CDATA[<p><a title="Download Akismet" target="_blank" href="http://akismet.com/download/"><img src="http://akismet.com/i/download-button.png" alt="Download Akismet" class="postimg" /></a><span class="dropcap">S</span>ince I installed it <b>143</b> days ago, <a title="Comment Spam Killer" target="_blank" href="http://akismet.com/">Akismet</a> has killed <b>23,683</b> spam comments on this blog.  That&#8217;s an absurd <b>165</b> pieces of spam <b>per day</b>.  And the number is definitely increasing daily at what I consider an astronomical rate.  I have no doubt that in the time it takes me to write this post I will have earned another dozen.  What&#8217;s amazing is that I&#8217;ve only encountered <b>3</b> &#8220;false positives&#8221; in all that time.  (A &#8220;false positive&#8221; is a <i>valid</i> comment that Akismet incorrectly identifies as spam.)  I am quickly approaching the point where I no longer even bother to review any of what Akismet catches.  Be warned:  If you&#8217;re daring enough to mention a drug for erectile dysfunction, any possible gambling topic, or any type of less-than-conservative sexual practices in a comment to my blog, you can safely assume that I won&#8217;t see it because Akismet is going to just kill it for me.</p>
<p>Update:  As of 03/27/2008 the number is over 370,000.</p>
<hr />
<p><small>© David Vincent Gagne, 2007. |
<a href="http://www.davidgagne.net/2007/01/11/akismet-and-comment-spam/">Permalink</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.davidgagne.net/2007/01/11/akismet-and-comment-spam/&title=Akismet and Comment Spam">del.icio.us</a>
<br />
Post tags: <a href="http://www.davidgagne.net/tags/comment-spam/" rel="tag">comment spam</a>, <a href="http://www.davidgagne.net/tags/plugins/" rel="tag">plugins</a>, <a href="http://www.davidgagne.net/tags/spam/" rel="tag">spam</a>, <a href="http://www.davidgagne.net/tags/wordpress/" rel="tag">wordpress</a>, <a href="http://www.davidgagne.net/tags/wp/" rel="tag">WP</a><br />
</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.davidgagne.net/2007/01/11/akismet-and-comment-spam/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Three Simple Steps to Fix Technorati Tags</title>
		<link>http://www.davidgagne.net/2006/12/11/tags-and-technorati-part-two/</link>
		<comments>http://www.davidgagne.net/2006/12/11/tags-and-technorati-part-two/#comments</comments>
		<pubDate>Mon, 11 Dec 2006 14:52:57 +0000</pubDate>
		<dc:creator>dvg</dc:creator>
				<category><![CDATA[blogtech]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[RSS]]></category>
		<category><![CDATA[tagging]]></category>
		<category><![CDATA[tags]]></category>
		<category><![CDATA[technorati]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[WP]]></category>

		<guid isPermaLink="false">http://www.davidgagne.net/?p=6231</guid>
		<description><![CDATA[According to the tag help page at Technorati, all you have to do to have their system &#8220;find&#8221; your tags is (1) add a rel=&#8221;tag&#8221; parameter to your links and (2) make sure those links end with the word you are tagging (e.g. something.com/tag). The first part is simple. The second part is easy, but...  <a href="http://www.davidgagne.net/2006/12/11/tags-and-technorati-part-two/" class="more-link" title="Read Three Simple Steps to Fix Technorati Tags">Read more &#187;</a>]]></description>
				<content:encoded><![CDATA[<p><span class="dropcap">A</span>ccording to <a title="Tag Help from Technorati" target="_blank" href="http://www.technorati.com/help/tags.html">the tag help page</a> at <a title="Internet Tag Engine" target="_blank" href="http://www.technorati.com/">Technorati</a>, all you have to do to have their system &#8220;find&#8221; your tags is (1) add a <b>rel=&#8221;tag&#8221;</b> parameter to your links and (2) make sure those links end with the word you are tagging (e.g. <b>something.com/tag</b>).  The first part is simple.  The second part is easy, but not very practical.  More importantly, though, is the fact that neither of these seem to actually work.  <a title="previously mentioned here" href="http://www.davidgagne.net/?p=6226">As far as I can tell</a> Technorati does <i>not</i> read your entire post and strip any tags it finds.  In fact it seems that Technorati <i>only</i> reads your RSS and analyzes that to determine how to tag your posts.  That&#8217;s okay, though, because I can tell you how to convert your <a title="How-To: WordPress Tags" href="http://www.davidgagne.net/?p=6179">WordPress tags</a> into rss category nodes so that Technorati indexes them.</p>
<p><br /><a href="http://www.davidgagne.net/2006/12/11/tags-and-technorati-part-two/">Continue reading Three Simple Steps to Fix Technorati Tags ...</a></p>
<hr />
<p><small>© David Vincent Gagne, 2006. |
<a href="http://www.davidgagne.net/2006/12/11/tags-and-technorati-part-two/">Permalink</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.davidgagne.net/2006/12/11/tags-and-technorati-part-two/&title=Three Simple Steps to Fix Technorati Tags">del.icio.us</a>
<br />
Post tags: <a href="http://www.davidgagne.net/tags/plugins/" rel="tag">plugins</a>, <a href="http://www.davidgagne.net/tags/rss/" rel="tag">RSS</a>, <a href="http://www.davidgagne.net/tags/tagging/" rel="tag">tagging</a>, <a href="http://www.davidgagne.net/tags/tags/" rel="tag">tags</a>, <a href="http://www.davidgagne.net/tags/technorati/" rel="tag">technorati</a>, <a href="http://www.davidgagne.net/tags/wordpress/" rel="tag">wordpress</a>, <a href="http://www.davidgagne.net/tags/wp/" rel="tag">WP</a><br />
</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.davidgagne.net/2006/12/11/tags-and-technorati-part-two/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tags and Technorati</title>
		<link>http://www.davidgagne.net/2006/12/07/tags-and-technorati/</link>
		<comments>http://www.davidgagne.net/2006/12/07/tags-and-technorati/#comments</comments>
		<pubDate>Thu, 07 Dec 2006 18:39:08 +0000</pubDate>
		<dc:creator>dvg</dc:creator>
				<category><![CDATA[blogtech]]></category>
		<category><![CDATA[RSS]]></category>
		<category><![CDATA[tags]]></category>
		<category><![CDATA[technorati]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.davidgagne.net/?p=6226</guid>
		<description><![CDATA[A little while ago I cobbled together a tagging system here on the site. The tags appear at the bottom of each post and you can use them to find related content. For some reason, though, they aren&#8217;t being caught by Technorati. I&#8217;m pretty sure I followed their specs exactly, but no dice. Every time...  <a href="http://www.davidgagne.net/2006/12/07/tags-and-technorati/" class="more-link" title="Read Tags and Technorati">Read more &#187;</a>]]></description>
				<content:encoded><![CDATA[<p><span class="dropcap">A</span> little while ago I cobbled together <a title="How To Add Tags to a WordPress Blog" target="_blank" href="http://www.davidgagne.net/?p=6179">a tagging system</a> here on the site.  The tags appear at the bottom of each post and you can use them to find related content.  For some reason, though, they aren&#8217;t being caught by <a title="blog network" target="_blank" href="http://www.technorati.com/">Technorati</a>.  I&#8217;m pretty sure I followed their specs exactly, but no dice.  Every time I checked, the only tags that would display for a post in their summary were the categories associated with an entry.</p>
<p><br /><a href="http://www.davidgagne.net/2006/12/07/tags-and-technorati/">Continue reading Tags and Technorati ...</a></p>
<hr />
<p><small>© David Vincent Gagne, 2006. |
<a href="http://www.davidgagne.net/2006/12/07/tags-and-technorati/">Permalink</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.davidgagne.net/2006/12/07/tags-and-technorati/&title=Tags and Technorati">del.icio.us</a>
<br />
Post tags: <a href="http://www.davidgagne.net/tags/rss/" rel="tag">RSS</a>, <a href="http://www.davidgagne.net/tags/tags/" rel="tag">tags</a>, <a href="http://www.davidgagne.net/tags/technorati/" rel="tag">technorati</a>, <a href="http://www.davidgagne.net/tags/wordpress/" rel="tag">wordpress</a><br />
</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.davidgagne.net/2006/12/07/tags-and-technorati/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Short History of DavidGagne.net</title>
		<link>http://www.davidgagne.net/2006/11/01/a-short-history-of-davidgagnenet/</link>
		<comments>http://www.davidgagne.net/2006/11/01/a-short-history-of-davidgagnenet/#comments</comments>
		<pubDate>Thu, 02 Nov 2006 04:58:36 +0000</pubDate>
		<dc:creator>dvg</dc:creator>
				<category><![CDATA[blogging]]></category>
		<category><![CDATA[blogtech]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://www.davidgagne.net/?p=6204</guid>
		<description><![CDATA[I have been planning to add an &#8220;About&#8221; page to this site for about four years. Everybody who&#8217;s anybody has an &#8220;About&#8221; page. People who visit and know not what a blog is must wonder what this site is &#8220;About&#8221;. I just never seem to get around to it. I have no idea what this...  <a href="http://www.davidgagne.net/2006/11/01/a-short-history-of-davidgagnenet/" class="more-link" title="Read A Short History of DavidGagne.net">Read more &#187;</a>]]></description>
				<content:encoded><![CDATA[<p><span class="dropcap">I</span> have been planning to add an &#8220;About&#8221; page to this site for about four years.  Everybody who&#8217;s anybody has an &#8220;About&#8221; page.  People who visit and know not what a blog is must wonder what this site is &#8220;About&#8221;.  I just never seem to get around to it.  I have no idea what this site is &#8220;About&#8221;.  And every time I take a crack at it I can never seem to be as pithy as all the other great &#8220;About&#8221; pages I&#8217;ve seen on blogs over the years.</p>
<p><br /><a href="http://www.davidgagne.net/2006/11/01/a-short-history-of-davidgagnenet/">Continue reading A Short History of DavidGagne.net ...</a></p>
<hr />
<p><small>© David Vincent Gagne, 2006. |
<a href="http://www.davidgagne.net/2006/11/01/a-short-history-of-davidgagnenet/">Permalink</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.davidgagne.net/2006/11/01/a-short-history-of-davidgagnenet/&title=A Short History of DavidGagne.net">del.icio.us</a>
<br />
Post tags: <a href="http://www.davidgagne.net/tags/blogging/" rel="tag">blogging</a>, <a href="http://www.davidgagne.net/tags/code/" rel="tag">code</a>, <a href="http://www.davidgagne.net/tags/web-design/" rel="tag">web design</a><br />
</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.davidgagne.net/2006/11/01/a-short-history-of-davidgagnenet/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Timeline WordPress Plugin</title>
		<link>http://www.davidgagne.net/2006/10/09/timeline-wordpress-plugin/</link>
		<comments>http://www.davidgagne.net/2006/10/09/timeline-wordpress-plugin/#comments</comments>
		<pubDate>Tue, 10 Oct 2006 00:37:55 +0000</pubDate>
		<dc:creator>dvg</dc:creator>
				<category><![CDATA[blogtech]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[hacks]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[time]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[WP]]></category>

		<guid isPermaLink="false">http://www.davidgagne.net/?p=6188</guid>
		<description><![CDATA[This domain of mine has had stuff on it for a long, long time &#8212; before WordPress or MovableType or even Blogger. The original davidgagne.net is, sadly, lost forever. Some pieces of it have been kicking around on my various hard drives and FTP locations for a decade now. One file that I could never...  <a href="http://www.davidgagne.net/2006/10/09/timeline-wordpress-plugin/" class="more-link" title="Read Timeline WordPress Plugin">Read more &#187;</a>]]></description>
				<content:encoded><![CDATA[<p><span class="dropcap">T</span>his domain of mine has had stuff on it for a long, long time &#8212; before <a title="best bloggin software" target="_blank" href="http://wordpress.org/">WordPress</a> or <a title="good blogging software" target="_blank" href="http://www.movabletype.com/">MovableType</a> or even <a title="my first blogging system" target="_blank" href="http://www.blogger.com/">Blogger</a>.  The original davidgagne.net is, sadly, lost forever.  Some pieces of it have been kicking around on my various hard drives and FTP locations for a decade now.</p>
<p>One file that I could never seem to bring myself to delete was an ancient hand-coded HTML &lt;TABLE&gt; listing of a bunch of important events in my life.  A few friends of mine actually built a company based on the idea.  It was called &#8220;ShareTimelines.com&#8221;, had a magnificent interface, was all webbed up, and the site &#8212; last I checked &#8212; is completely dead.  I wanted to have that timeline on this site again.  I hadn&#8217;t updated it in years and years, and I would rather poke hot needles in my eyes than sit and hand-code a bunch of &lt;td&gt;s all day.  &#8220;It should all be in a database, of course,&#8221; I said to myself.  &#8220;And I should be able to edit it right in the WordPress Administrator, too.  And seriously it should be written so that I can just give other people the ability to add timelines like that to their own sites.&#8221;  ( I should stop talking to myself.)</p>
<p><br /><a href="http://www.davidgagne.net/2006/10/09/timeline-wordpress-plugin/">Continue reading Timeline WordPress Plugin ...</a></p>
<hr />
<p><small>© David Vincent Gagne, 2006. |
<a href="http://www.davidgagne.net/2006/10/09/timeline-wordpress-plugin/">Permalink</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.davidgagne.net/2006/10/09/timeline-wordpress-plugin/&title=Timeline WordPress Plugin">del.icio.us</a>
<br />
Post tags: <a href="http://www.davidgagne.net/tags/code/" rel="tag">code</a>, <a href="http://www.davidgagne.net/tags/hacks/" rel="tag">hacks</a>, <a href="http://www.davidgagne.net/tags/plugins/" rel="tag">plugins</a>, <a href="http://www.davidgagne.net/tags/time/" rel="tag">time</a>, <a href="http://www.davidgagne.net/tags/wordpress/" rel="tag">wordpress</a>, <a href="http://www.davidgagne.net/tags/wp/" rel="tag">WP</a><br />
</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.davidgagne.net/2006/10/09/timeline-wordpress-plugin/feed/</wfw:commentRss>
		<slash:comments>49</slash:comments>
		</item>
		<item>
		<title>BlogRolling Ping</title>
		<link>http://www.davidgagne.net/2006/10/05/blogrolling-ping/</link>
		<comments>http://www.davidgagne.net/2006/10/05/blogrolling-ping/#comments</comments>
		<pubDate>Thu, 05 Oct 2006 15:46:18 +0000</pubDate>
		<dc:creator>dvg</dc:creator>
				<category><![CDATA[blogtech]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[CMS]]></category>

		<guid isPermaLink="false">http://www.davidgagne.net/?p=6186</guid>
		<description><![CDATA[If you&#8217;re wondering why BlogRolling.com never seems to show your site as recently-updated, it&#8217;s likely because you&#8217;re not pinging it. I&#8217;ve been using the BlogRolling sidebar for years and just yesterday I noticed that my own site never seems to appear near the top of the list. MovableType was apparently pinging the BlogRolling servers, but...  <a href="http://www.davidgagne.net/2006/10/05/blogrolling-ping/" class="more-link" title="Read BlogRolling Ping">Read more &#187;</a>]]></description>
				<content:encoded><![CDATA[<p><span class="dropcap">I</span>f you&#8217;re wondering why <a title="blog update service" target="_blank" href="http://www.blogrolling.com/">BlogRolling.com</a> never seems to show your site as recently-updated, it&#8217;s likely because you&#8217;re not pinging it.  I&#8217;ve been using the BlogRolling sidebar for years and just yesterday I noticed that my own site never seems to appear near the top of the list.  <a title="CMS, blog software" target="_blank" href="http://movabletype.com/">MovableType</a> was apparently pinging the BlogRolling servers, but <a title="best blog software" target="_blank" href="http://wordpress.org/">WordPress</a> by default does not.  To make sure your blog is pinging the BlogRolling servers, make sure to add <span style="color:red;">http://rpc.blogrolling.com/pinger/</span> to the &#8220;Update Services&#8221; list on the &#8220;Writing&#8221; tab of the &#8220;Options&#8221; panel.</p>
<p><br /><a href="http://www.davidgagne.net/2006/10/05/blogrolling-ping/">Continue reading BlogRolling Ping ...</a></p>
<hr />
<p><small>© David Vincent Gagne, 2006. |
<a href="http://www.davidgagne.net/2006/10/05/blogrolling-ping/">Permalink</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.davidgagne.net/2006/10/05/blogrolling-ping/&title=BlogRolling Ping">del.icio.us</a>
<br />
Post tags: <a href="http://www.davidgagne.net/tags/blogging/" rel="tag">blogging</a>, <a href="http://www.davidgagne.net/tags/cms/" rel="tag">CMS</a><br />
</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.davidgagne.net/2006/10/05/blogrolling-ping/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How-To:  WordPress Tags</title>
		<link>http://www.davidgagne.net/2006/10/04/how-to-wordpress-tags-including-technorati/</link>
		<comments>http://www.davidgagne.net/2006/10/04/how-to-wordpress-tags-including-technorati/#comments</comments>
		<pubDate>Wed, 04 Oct 2006 14:04:24 +0000</pubDate>
		<dc:creator>dvg</dc:creator>
				<category><![CDATA[blogtech]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[hacks]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[tagging]]></category>
		<category><![CDATA[tags]]></category>
		<category><![CDATA[technorati]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpresswednesday]]></category>

		<guid isPermaLink="false">http://www.davidgagne.net/?p=6179</guid>
		<description><![CDATA[Tags! They&#8217;re everywhere! It seems like every site on the &#8216;net is adding tagging now. Tag clouds &#8212; ridiculous, pointless, and annoying &#8212; are not the reason. Tagging is a good way to get into Technorati and a good way to get more traffic to your site. It&#8217;s a nifty way to organize your posts...  <a href="http://www.davidgagne.net/2006/10/04/how-to-wordpress-tags-including-technorati/" class="more-link" title="Read How-To:  WordPress Tags">Read more &#187;</a>]]></description>
				<content:encoded><![CDATA[<p><img class="postimg" src="http://www.davidgagne.net/images/main_site/wp-smbutton-blue.png" alt="WordPress" /><span class="dropcap">T</span>ags! They&#8217;re everywhere!  It seems like every site on the &#8216;net is adding <a title="good primer on tags" target="_blank" href="http://en.wikipedia.org/wiki/Tags">tagging</a> now.  Tag clouds &#8212; ridiculous, pointless, and annoying &#8212; are not the reason.  Tagging is a good way to get into Technorati and a good way to get more traffic to your site.  It&#8217;s a nifty way to organize your posts and to help your readers find what they want on your site.  Is it the wave of the future?  I don&#8217;t know.  I don&#8217;t think so.  Several of the early adopters are now saying that they are useless, and the search engines seemed to be doing a fair job of indexing blogs long before people got tag-happy.  But it&#8217;s not exactly terribly painful to add this functionality to your site &#8212; it only took me about a half hour, so how hard could it be?  Plus you&#8217;ve got me to explain it all to you.</p>
<p>This how-to assumes that you&#8217;re using <a title="the best blog system" target="_blank" href="http://wordpress.org/">WordPress</a> to manage your blog.  If you are using something else &#8212; blogger, MovableType, etc. &#8212; then you&#8217;ll have to look somewhere else.  <a title="the tag people" target="_blank" href="http://www.technorati.com/">Technorati</a> is a good place to start.</p>
<p><br /><a href="http://www.davidgagne.net/2006/10/04/how-to-wordpress-tags-including-technorati/">Continue reading How-To:  WordPress Tags ...</a></p>
<hr />
<p><small>© David Vincent Gagne, 2006. |
<a href="http://www.davidgagne.net/2006/10/04/how-to-wordpress-tags-including-technorati/">Permalink</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.davidgagne.net/2006/10/04/how-to-wordpress-tags-including-technorati/&title=How-To:  WordPress Tags">del.icio.us</a>
<br />
Post tags: <a href="http://www.davidgagne.net/tags/code/" rel="tag">code</a>, <a href="http://www.davidgagne.net/tags/hacks/" rel="tag">hacks</a>, <a href="http://www.davidgagne.net/tags/plugins/" rel="tag">plugins</a>, <a href="http://www.davidgagne.net/tags/seo/" rel="tag">SEO</a>, <a href="http://www.davidgagne.net/tags/tagging/" rel="tag">tagging</a>, <a href="http://www.davidgagne.net/tags/tags/" rel="tag">tags</a>, <a href="http://www.davidgagne.net/tags/technorati/" rel="tag">technorati</a>, <a href="http://www.davidgagne.net/tags/wordpress/" rel="tag">wordpress</a>, <a href="http://www.davidgagne.net/tags/wordpresswednesday/" rel="tag">wordpresswednesday</a><br />
</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.davidgagne.net/2006/10/04/how-to-wordpress-tags-including-technorati/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Disable WordPress File Upload</title>
		<link>http://www.davidgagne.net/2006/09/29/disable-wordpress-file-upload/</link>
		<comments>http://www.davidgagne.net/2006/09/29/disable-wordpress-file-upload/#comments</comments>
		<pubDate>Sat, 30 Sep 2006 00:05:25 +0000</pubDate>
		<dc:creator>dvg</dc:creator>
				<category><![CDATA[blogtech]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[hacks]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[WP]]></category>

		<guid isPermaLink="false">http://www.davidgagne.net/?p=6174</guid>
		<description><![CDATA[Although I can appreciate that it&#8217;s a really nifty feature, I am likely never going to use the built-in File Upload feature in WordPress. What has bugged me is that it&#8217;s in an IFRAME in the Write Post panel; I think it slows the page load. I was trying to get rid of it, but...  <a href="http://www.davidgagne.net/2006/09/29/disable-wordpress-file-upload/" class="more-link" title="Read Disable WordPress File Upload">Read more &#187;</a>]]></description>
				<content:encoded><![CDATA[<p><span class="dropcap">A</span>lthough I can appreciate that it&#8217;s a really nifty feature, I am likely <em>never</em> going to use the built-in File Upload feature in <a target="_blank" href="http://wordpress.org/">WordPress</a>.  What has bugged me is that it&#8217;s in an IFRAME in the Write Post panel; I think it slows the page load.  I was trying to get rid of it, but the best I could find was the <a target="_blank" href="http://txfx.net/code/wordpress/clutter-free/">Clutter Free plugin</a> from <a target="_blank" href="http://txfx.net/">Tempus Fugit</a>.  It&#8217;s a great plugin, but unfortunately it doesn&#8217;t really <em>remove</em> the IFRAME, it just hides it.</p>
<p>So.  I dug around in the code and did it myself.  If you aren&#8217;t the file-uploadin&#8217; type, you only need to change a few lines to prevent the File Upload widget from appearing on your Write Post panel.  Open wp-admin/edit-form-advanced.php and look for the line containing <strong>$uploading_iframe_ID</strong>.  It&#8217;s near or around line 223.  There are a few different ways you can handle removing this.</p>
<p><br /><a href="http://www.davidgagne.net/2006/09/29/disable-wordpress-file-upload/">Continue reading Disable WordPress File Upload ...</a></p>
<hr />
<p><small>© David Vincent Gagne, 2006. |
<a href="http://www.davidgagne.net/2006/09/29/disable-wordpress-file-upload/">Permalink</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.davidgagne.net/2006/09/29/disable-wordpress-file-upload/&title=Disable WordPress File Upload">del.icio.us</a>
<br />
Post tags: <a href="http://www.davidgagne.net/tags/code/" rel="tag">code</a>, <a href="http://www.davidgagne.net/tags/hacks/" rel="tag">hacks</a>, <a href="http://www.davidgagne.net/tags/plugins/" rel="tag">plugins</a>, <a href="http://www.davidgagne.net/tags/wordpress/" rel="tag">wordpress</a>, <a href="http://www.davidgagne.net/tags/wp/" rel="tag">WP</a><br />
</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.davidgagne.net/2006/09/29/disable-wordpress-file-upload/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>DropCaps, Amazon Tags for WordPress</title>
		<link>http://www.davidgagne.net/2006/09/20/dropcaps-amazon-tags-for-wordpress/</link>
		<comments>http://www.davidgagne.net/2006/09/20/dropcaps-amazon-tags-for-wordpress/#comments</comments>
		<pubDate>Thu, 21 Sep 2006 05:41:17 +0000</pubDate>
		<dc:creator>dvg</dc:creator>
				<category><![CDATA[blogtech]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Amazon]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[hacks]]></category>
		<category><![CDATA[tags]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpresswednesday]]></category>

		<guid isPermaLink="false">http://www.davidgagne.net/?p=6049</guid>
		<description><![CDATA[I have finally updated two of my WordPress hack tutorials so that they are compliant with v. 2.04. The first one &#8212; DropCaps &#8212; allows you to put that nifty &#8220;dropcap&#8221; into a post. This post begins with a dropcap I. The second one &#8212; Amazon Tags &#8212; adds two new buttons to your editing...  <a href="http://www.davidgagne.net/2006/09/20/dropcaps-amazon-tags-for-wordpress/" class="more-link" title="Read DropCaps, Amazon Tags for WordPress">Read more &#187;</a>]]></description>
				<content:encoded><![CDATA[<p><img class="postimg" src="http://www.davidgagne.net/images/main_site/wp-smbutton-blue.png" alt="WordPress" /><span class="dropcap">I</span> have finally updated two of my WordPress hack tutorials so that they are compliant with v. 2.04.</p>
<p>The first one &#8212; <a href="/?p=5920">DropCaps</a> &#8212; allows you to put that nifty &#8220;dropcap&#8221; into a post.  This post begins with a dropcap <strong>I</strong>.</p>
<p>The second one &#8212; <a href="/?p=5917">Amazon Tags</a> &#8212; adds two new buttons to your editing screen.  They allow you to link directly to an Amazon item by its ASIN or to add a link to an Amazon search.</p>
<p>The second one includes a link to a zipped copy.  You can just extract quicktags.js into your wp-includes/js folder and the images into your wp-images folder and you&#8217;re set.</p>
<p>Happy WordPress modding!</p>
<p class="alert">06/18/2009 &#8211; I have written a WordPress plugin which handles all of this for you.  Get the <a href="http://wordpress.org/extend/plugins/davids-ultra-quicktags/">David&#8217;s Ultra QuickTags</a> plugin!</p>
<hr />
<p><small>© David Vincent Gagne, 2006. |
<a href="http://www.davidgagne.net/2006/09/20/dropcaps-amazon-tags-for-wordpress/">Permalink</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.davidgagne.net/2006/09/20/dropcaps-amazon-tags-for-wordpress/&title=DropCaps, Amazon Tags for WordPress">del.icio.us</a>
<br />
Post tags: <a href="http://www.davidgagne.net/tags/amazon/" rel="tag">Amazon</a>, <a href="http://www.davidgagne.net/tags/code/" rel="tag">code</a>, <a href="http://www.davidgagne.net/tags/hacks/" rel="tag">hacks</a>, <a href="http://www.davidgagne.net/tags/tags/" rel="tag">tags</a>, <a href="http://www.davidgagne.net/tags/web-design/" rel="tag">web design</a>, <a href="http://www.davidgagne.net/tags/wordpress/" rel="tag">wordpress</a>, <a href="http://www.davidgagne.net/tags/wordpresswednesday/" rel="tag">wordpresswednesday</a><br />
</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.davidgagne.net/2006/09/20/dropcaps-amazon-tags-for-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Captcha</title>
		<link>http://www.davidgagne.net/2006/05/19/wordpress-captcha/</link>
		<comments>http://www.davidgagne.net/2006/05/19/wordpress-captcha/#comments</comments>
		<pubDate>Fri, 19 May 2006 16:27:05 +0000</pubDate>
		<dc:creator>dvg</dc:creator>
				<category><![CDATA[blogtech]]></category>
		<category><![CDATA[captcha]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[spam]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[WP]]></category>

		<guid isPermaLink="false">http://www.davidgagne.net/?p=6030</guid>
		<description><![CDATA[The spammers finally broke me. I&#8217;ve gotten well over 3,000 spam comments since Monday morning. It was becoming such a pain to delete them all that I have now implemented Nio&#8217;s anti-spam comment captcha WordPress plug-in. It seems to be working pretty well so far. Please let me know if you have any issues. NOTE:...  <a href="http://www.davidgagne.net/2006/05/19/wordpress-captcha/" class="more-link" title="Read WordPress Captcha">Read more &#187;</a>]]></description>
				<content:encoded><![CDATA[<p><span class="dropcap">T</span>he spammers finally broke me.  I&#8217;ve gotten well over 3,000 spam comments since Monday morning.  It was becoming such a pain to delete them all that I have now implemented Nio&#8217;s <a target="_blank" href="http://nio.infor96.com/archives/369">anti-spam comment captcha WordPress plug-in</a>.  It seems to be working pretty well so far.  Please let me know if you have any issues.</p>
<p><span style="color:red;font-weight:bold;">NOTE:  I AM NO LONGER USING A CAPTCHA ON THIS SITE.</span></p>
<hr />
<p><small>© David Vincent Gagne, 2006. |
<a href="http://www.davidgagne.net/2006/05/19/wordpress-captcha/">Permalink</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.davidgagne.net/2006/05/19/wordpress-captcha/&title=WordPress Captcha">del.icio.us</a>
<br />
Post tags: <a href="http://www.davidgagne.net/tags/captcha/" rel="tag">captcha</a>, <a href="http://www.davidgagne.net/tags/plugins/" rel="tag">plugins</a>, <a href="http://www.davidgagne.net/tags/spam/" rel="tag">spam</a>, <a href="http://www.davidgagne.net/tags/wordpress/" rel="tag">wordpress</a>, <a href="http://www.davidgagne.net/tags/wp/" rel="tag">WP</a><br />
</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.davidgagne.net/2006/05/19/wordpress-captcha/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>SXSW 2006</title>
		<link>http://www.davidgagne.net/2006/03/13/sxsw-2006/</link>
		<comments>http://www.davidgagne.net/2006/03/13/sxsw-2006/#comments</comments>
		<pubDate>Mon, 13 Mar 2006 08:09:39 +0000</pubDate>
		<dc:creator>dvg</dc:creator>
				<category><![CDATA[blogtech]]></category>
		<category><![CDATA[travel]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Austin]]></category>
		<category><![CDATA[SXSW]]></category>
		<category><![CDATA[Texas]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://www.davidgagne.net/?p=6010</guid>
		<description><![CDATA[Currently in Austin, TX for SXSW. I&#8217;m on the 15th floor of the Hampton Inn and the view from my window at 2am is gorgeous. This is a great city &#8212; a lot like Gainesville, FL. The conference is just extraordinary. I have been taking notes like mad and will hopefully someday post many of...  <a href="http://www.davidgagne.net/2006/03/13/sxsw-2006/" class="more-link" title="Read SXSW 2006">Read more &#187;</a>]]></description>
				<content:encoded><![CDATA[<p><span class="dropcap">C</span>urrently in Austin, TX for SXSW.  I&#8217;m on the 15th floor of the Hampton Inn and the view from my window at 2am is gorgeous.  This is a great city &#8212; a lot like Gainesville, FL.  The conference is just extraordinary.  I have been taking notes like mad and will hopefully someday post many of them.</p>
<hr />
<p><small>© David Vincent Gagne, 2006. |
<a href="http://www.davidgagne.net/2006/03/13/sxsw-2006/">Permalink</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.davidgagne.net/2006/03/13/sxsw-2006/&title=SXSW 2006">del.icio.us</a>
<br />
Post tags: <a href="http://www.davidgagne.net/tags/austin/" rel="tag">Austin</a>, <a href="http://www.davidgagne.net/tags/sxsw/" rel="tag">SXSW</a>, <a href="http://www.davidgagne.net/tags/texas/" rel="tag">Texas</a>, <a href="http://www.davidgagne.net/tags/web-design/" rel="tag">web design</a><br />
</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.davidgagne.net/2006/03/13/sxsw-2006/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Section Targeting</title>
		<link>http://www.davidgagne.net/2006/02/25/section-targeting/</link>
		<comments>http://www.davidgagne.net/2006/02/25/section-targeting/#comments</comments>
		<pubDate>Sat, 25 Feb 2006 09:54:21 +0000</pubDate>
		<dc:creator>dvg</dc:creator>
				<category><![CDATA[blogtech]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[AdSense]]></category>
		<category><![CDATA[advertising]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.davidgagne.net/?p=6008</guid>
		<description><![CDATA[Whoa. I don&#8217;t know how I haven&#8217;t seen this yet. Google lets you target specific sections of your page as more or less relevant to AdSense. This should be required reading for all bloggers and &#8212; hell &#8212; should be part of the default WP install &#8230; What is section targeting and how do I...  <a href="http://www.davidgagne.net/2006/02/25/section-targeting/" class="more-link" title="Read Section Targeting">Read more &#187;</a>]]></description>
				<content:encoded><![CDATA[<p><span class="dropcap">W</span>hoa.  I don&#8217;t know how I haven&#8217;t seen this yet.  Google lets you target specific sections of your page as more or less relevant to AdSense.  This should be required reading for all bloggers and &#8212; hell &#8212; should be part of the default WP install &#8230;</p>
<p><a href="https://www.google.com/support/adsense/bin/answer.py?answer=23168">What is section targeting and how do I implement it?</a></p>
<hr />
<p><small>© David Vincent Gagne, 2006. |
<a href="http://www.davidgagne.net/2006/02/25/section-targeting/">Permalink</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.davidgagne.net/2006/02/25/section-targeting/&title=Section Targeting">del.icio.us</a>
<br />
Post tags: <a href="http://www.davidgagne.net/tags/adsense/" rel="tag">AdSense</a>, <a href="http://www.davidgagne.net/tags/advertising/" rel="tag">advertising</a>, <a href="http://www.davidgagne.net/tags/blogging/" rel="tag">blogging</a>, <a href="http://www.davidgagne.net/tags/google/" rel="tag">Google</a>, <a href="http://www.davidgagne.net/tags/seo/" rel="tag">SEO</a><br />
</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.davidgagne.net/2006/02/25/section-targeting/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WordPress Plugin: A Modern Major-General</title>
		<link>http://www.davidgagne.net/2005/03/15/wordpress-plug-in-a-modern-major-general/</link>
		<comments>http://www.davidgagne.net/2005/03/15/wordpress-plug-in-a-modern-major-general/#comments</comments>
		<pubDate>Tue, 15 Mar 2005 09:29:40 +0000</pubDate>
		<dc:creator>dvg</dc:creator>
				<category><![CDATA[blogtech]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[lyrics]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[WP]]></category>

		<guid isPermaLink="false">http://www.davidgagne.net/?p=5924</guid>
		<description><![CDATA[I understand equations, both the simple and quadratical. So I figured I should share with you. Download my Pirates of Penzance &#8220;Modern Major-General&#8221; random-lyric generator and you, too, will be able to tell at sight a Mauser rifle from a javelin. Add the function moderngeneral() where you want to print the lyric. I have mine...  <a href="http://www.davidgagne.net/2005/03/15/wordpress-plug-in-a-modern-major-general/" class="more-link" title="Read WordPress Plugin: A Modern Major-General">Read more &#187;</a>]]></description>
				<content:encoded><![CDATA[<p><span class="dropcap">I</span> understand equations, both the simple and quadratical.  So I figured I should share with you.  Download my <a target="_blank" href="http://www.amazon.com/exec/obidos/ASIN/6300182762/davidgagnenet-20">Pirates of Penzance</a> <a href="code/pop.zip" target="_blank">&#8220;Modern Major-General&#8221; random-lyric generator</a> and you, too, will be able to tell at sight a Mauser rifle from a javelin.</p>
<p>Add the function <b>moderngeneral()</b> where you want to print the lyric.  I have mine in place of <b>bloginfo(&#8216;description&#8217;)</b> in my header.php file, but you can place it in your sidebar or anywhere you want.</p>
<hr />
<p><small>© David Vincent Gagne, 2005. |
<a href="http://www.davidgagne.net/2005/03/15/wordpress-plug-in-a-modern-major-general/">Permalink</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.davidgagne.net/2005/03/15/wordpress-plug-in-a-modern-major-general/&title=WordPress Plugin: A Modern Major-General">del.icio.us</a>
<br />
Post tags: <a href="http://www.davidgagne.net/tags/code/" rel="tag">code</a>, <a href="http://www.davidgagne.net/tags/lyrics/" rel="tag">lyrics</a>, <a href="http://www.davidgagne.net/tags/plugins/" rel="tag">plugins</a>, <a href="http://www.davidgagne.net/tags/wordpress/" rel="tag">wordpress</a>, <a href="http://www.davidgagne.net/tags/wp/" rel="tag">WP</a><br />
</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.davidgagne.net/2005/03/15/wordpress-plug-in-a-modern-major-general/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Protect Images with .htaccess</title>
		<link>http://www.davidgagne.net/2005/03/13/protect-images-with-htaccess/</link>
		<comments>http://www.davidgagne.net/2005/03/13/protect-images-with-htaccess/#comments</comments>
		<pubDate>Mon, 14 Mar 2005 03:47:14 +0000</pubDate>
		<dc:creator>dvg</dc:creator>
				<category><![CDATA[blogtech]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[hacks]]></category>
		<category><![CDATA[server administration]]></category>

		<guid isPermaLink="false">http://www.davidgagne.net/?p=5921</guid>
		<description><![CDATA[A few thousand of my hits every day are coming from some little geeks using an old web cam shot of my buddy&#8217;s as their avatar in forums. It&#8217;s quite funny, because I think they think that they&#8217;re actually linking to a different image. It&#8217;s pretty annoying, so I implemented scriptygoddess&#8217; code to protect images...  <a href="http://www.davidgagne.net/2005/03/13/protect-images-with-htaccess/" class="more-link" title="Read Protect Images with .htaccess">Read more &#187;</a>]]></description>
				<content:encoded><![CDATA[<p><span class="dropcap">A</span> few thousand of my hits every day are coming from some little geeks using <a target="_blank" href="http://www.davidgagne.net/images/funny/tobercam.jpg">an old web cam shot of my buddy&#8217;s</a> as their avatar in forums.  It&#8217;s quite funny, because <em>I</em> think <em>they</em> think that they&#8217;re actually linking to <a target="_blank" href="http://www.davidgagne.net/images/funny/godkills.jpg">a different image</a>.  It&#8217;s pretty annoying, so I implemented scriptygoddess&#8217; code to <a target="_blank" href="http://www.scriptygoddess.com/archives/2002/05/07/protect-your-images-with-htaccess/">protect images by modifying .htaccess</a>.</p>
<hr />
<p><small>© David Vincent Gagne, 2005. |
<a href="http://www.davidgagne.net/2005/03/13/protect-images-with-htaccess/">Permalink</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.davidgagne.net/2005/03/13/protect-images-with-htaccess/&title=Protect Images with .htaccess">del.icio.us</a>
<br />
Post tags: <a href="http://www.davidgagne.net/tags/code/" rel="tag">code</a>, <a href="http://www.davidgagne.net/tags/hacks/" rel="tag">hacks</a>, <a href="http://www.davidgagne.net/tags/images/" rel="tag">images</a>, <a href="http://www.davidgagne.net/tags/server-administration/" rel="tag">server administration</a><br />
</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.davidgagne.net/2005/03/13/protect-images-with-htaccess/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Mod:  DropCaps</title>
		<link>http://www.davidgagne.net/2005/03/13/wordpress-mod-dropcaps/</link>
		<comments>http://www.davidgagne.net/2005/03/13/wordpress-mod-dropcaps/#comments</comments>
		<pubDate>Sun, 13 Mar 2005 23:18:46 +0000</pubDate>
		<dc:creator>dvg</dc:creator>
				<category><![CDATA[blogtech]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Amazon]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[hacks]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[WP]]></category>

		<guid isPermaLink="false">http://www.davidgagne.net/?p=5920</guid>
		<description><![CDATA[The chances of me ever using the WordPress str QuickTag are pretty slim, so I replaced it with a drop-capper. (The T in this paragraph should appear as a dropcap for you if you&#8217;re using a browser that handles CSS properly.) Pretty nifty, I think. Want to do it? Continue reading WordPress Mod: DropCaps ......  <a href="http://www.davidgagne.net/2005/03/13/wordpress-mod-dropcaps/" class="more-link" title="Read WordPress Mod:  DropCaps">Read more &#187;</a>]]></description>
				<content:encoded><![CDATA[<p><span class="dropcap">T</span>he chances of me ever using the <a target="_blank" href="http://wordpress.org">WordPress</a> <b>str</b> <a target="_blank" href="http://wordpress.org/docs/reference/post/#quicktags">QuickTag</a> are pretty slim, so I replaced it with a drop-capper.  (The <em>T</em> in this paragraph should appear as a dropcap for you if you&#8217;re using a browser that handles CSS properly.)</p>
<p>Pretty nifty, I think.</p>
<p>Want to do it?</p>
<p><br /><a href="http://www.davidgagne.net/2005/03/13/wordpress-mod-dropcaps/">Continue reading WordPress Mod:  DropCaps ...</a></p>
<hr />
<p><small>© David Vincent Gagne, 2005. |
<a href="http://www.davidgagne.net/2005/03/13/wordpress-mod-dropcaps/">Permalink</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.davidgagne.net/2005/03/13/wordpress-mod-dropcaps/&title=WordPress Mod:  DropCaps">del.icio.us</a>
<br />
Post tags: <a href="http://www.davidgagne.net/tags/amazon/" rel="tag">Amazon</a>, <a href="http://www.davidgagne.net/tags/code/" rel="tag">code</a>, <a href="http://www.davidgagne.net/tags/hacks/" rel="tag">hacks</a>, <a href="http://www.davidgagne.net/tags/wordpress/" rel="tag">wordpress</a>, <a href="http://www.davidgagne.net/tags/wp/" rel="tag">WP</a><br />
</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.davidgagne.net/2005/03/13/wordpress-mod-dropcaps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
