<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: How To Create Dynamic Digg/Reddit/Del.icio.us Buttons For Your Pages (Includes Code)</title>
	<atom:link href="http://danielmiessler.com/blog/how-to-create-dynamic-diggredditdelicious-buttons-for-your-pages-includes-code/feed" rel="self" type="application/rss+xml" />
	<link>http://danielmiessler.com/blog/how-to-create-dynamic-diggredditdelicious-buttons-for-your-pages-includes-code</link>
	<description>grep understanding</description>
	<lastBuildDate>Sun, 29 Jan 2012 20:44:46 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Tim</title>
		<link>http://danielmiessler.com/blog/how-to-create-dynamic-diggredditdelicious-buttons-for-your-pages-includes-code/comment-page-1#comment-23944</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Wed, 17 Jan 2007 16:22:06 +0000</pubDate>
		<guid isPermaLink="false">http://dmiessler.com/archives/1074#comment-23944</guid>
		<description>&lt;p&gt;The only problem I have with this code is that it relies on Javascript to work.&lt;/p&gt;

&lt;p&gt;Generally it&#039;s bad to statically assign a javascript action to a link.  If someone with javascript disabled clicked the link, nothing would happen.  Javascript is meant to make the page more convenient without destroying functionality for non-javascript users.&lt;/p&gt;

&lt;p&gt;It&#039;s not too hard to create a piece of php code that would do the same thing, and it doesn&#039;t force the client to have any special settings.  If you wanted to change it so it opens a popup for the link, you can add a DOM script to the page that would change the link href when the page is loaded.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>The only problem I have with this code is that it relies on Javascript to work.</p>

<p>Generally it&#8217;s bad to statically assign a javascript action to a link.  If someone with javascript disabled clicked the link, nothing would happen.  Javascript is meant to make the page more convenient without destroying functionality for non-javascript users.</p>

<p>It&#8217;s not too hard to create a piece of php code that would do the same thing, and it doesn&#8217;t force the client to have any special settings.  If you wanted to change it so it opens a popup for the link, you can add a DOM script to the page that would change the link href when the page is loaded.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://danielmiessler.com/blog/how-to-create-dynamic-diggredditdelicious-buttons-for-your-pages-includes-code/comment-page-1#comment-246704</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Wed, 17 Jan 2007 16:22:00 +0000</pubDate>
		<guid isPermaLink="false">http://dmiessler.com/archives/1074#comment-246704</guid>
		<description>&lt;p&gt;The only problem I have with this code is that it relies on Javascript to work.&lt;/p&gt;

&lt;p&gt;Generally it&#039;s bad to statically assign a javascript action to a link.  If someone with javascript disabled clicked the link, nothing would happen.  Javascript is meant to make the page more convenient without destroying functionality for non-javascript users.&lt;/p&gt;

&lt;p&gt;It&#039;s not too hard to create a piece of php code that would do the same thing, and it doesn&#039;t force the client to have any special settings.  If you wanted to change it so it opens a popup for the link, you can add a DOM script to the page that would change the link href when the page is loaded.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>The only problem I have with this code is that it relies on Javascript to work.</p>

<p>Generally it&#8217;s bad to statically assign a javascript action to a link.  If someone with javascript disabled clicked the link, nothing would happen.  Javascript is meant to make the page more convenient without destroying functionality for non-javascript users.</p>

<p>It&#8217;s not too hard to create a piece of php code that would do the same thing, and it doesn&#8217;t force the client to have any special settings.  If you wanted to change it so it opens a popup for the link, you can add a DOM script to the page that would change the link href when the page is loaded.</p>]]></content:encoded>
	</item>
</channel>
</rss>

