<?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: Creating Submission Image Links For Digg, Reddit, and Del.icio.us</title>
	<atom:link href="http://danielmiessler.com/blog/creating-submission-image-links-for-digg-reddit-and-delicious/feed" rel="self" type="application/rss+xml" />
	<link>http://danielmiessler.com/blog/creating-submission-image-links-for-digg-reddit-and-delicious</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: Daniel Miessler</title>
		<link>http://danielmiessler.com/blog/creating-submission-image-links-for-digg-reddit-and-delicious/comment-page-1#comment-9014</link>
		<dc:creator>Daniel Miessler</dc:creator>
		<pubDate>Sat, 28 Oct 2006 06:10:50 +0000</pubDate>
		<guid isPermaLink="false">http://dmiessler.com/archives/959#comment-9014</guid>
		<description>&lt;p&gt;True, if you didn&#039;t have Javascript installed...but most everyone does, so I think it&#039;s ok. Good information, though, thanks; I&#039;ll definitely check it out...&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>True, if you didn&#8217;t have Javascript installed&#8230;but most everyone does, so I think it&#8217;s ok. Good information, though, thanks; I&#8217;ll definitely check it out&#8230;</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Miessler</title>
		<link>http://danielmiessler.com/blog/creating-submission-image-links-for-digg-reddit-and-delicious/comment-page-1#comment-246411</link>
		<dc:creator>Daniel Miessler</dc:creator>
		<pubDate>Sat, 28 Oct 2006 06:10:00 +0000</pubDate>
		<guid isPermaLink="false">http://dmiessler.com/archives/959#comment-246411</guid>
		<description>&lt;p&gt;True, if you didn&#039;t have Javascript installed...but most everyone does, so I think it&#039;s ok. Good information, though, thanks; I&#039;ll definitely check it out...&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>True, if you didn&#8217;t have Javascript installed&#8230;but most everyone does, so I think it&#8217;s ok. Good information, though, thanks; I&#8217;ll definitely check it out&#8230;</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://danielmiessler.com/blog/creating-submission-image-links-for-digg-reddit-and-delicious/comment-page-1#comment-9013</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Sat, 28 Oct 2006 06:09:54 +0000</pubDate>
		<guid isPermaLink="false">http://dmiessler.com/archives/959#comment-9013</guid>
		<description>&lt;p&gt;&lt;a href=&quot;http://www.usg.edu/oiit/re/re06/proceedings/dom/&quot; rel=&quot;nofollow&quot;&gt;Here&lt;/a&gt;&#039;s a link to a presentation for a DOM scripting session I went to in Rock Eagle last week that may shed some light on to what I&#039;m trying to say.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p><a href="http://www.usg.edu/oiit/re/re06/proceedings/dom/" rel="nofollow">Here</a>&#8216;s a link to a presentation for a DOM scripting session I went to in Rock Eagle last week that may shed some light on to what I&#8217;m trying to say.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://danielmiessler.com/blog/creating-submission-image-links-for-digg-reddit-and-delicious/comment-page-1#comment-246410</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Sat, 28 Oct 2006 06:09:00 +0000</pubDate>
		<guid isPermaLink="false">http://dmiessler.com/archives/959#comment-246410</guid>
		<description>&lt;p&gt;&lt;a href=&quot;http://www.usg.edu/oiit/re/re06/proceedings/dom/&quot; rel=&quot;nofollow&quot;&gt;Here&lt;/a&gt;&#039;s a link to a presentation for a DOM scripting session I went to in Rock Eagle last week that may shed some light on to what I&#039;m trying to say.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p><a href="http://www.usg.edu/oiit/re/re06/proceedings/dom/" rel="nofollow">Here</a>&#8216;s a link to a presentation for a DOM scripting session I went to in Rock Eagle last week that may shed some light on to what I&#8217;m trying to say.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://danielmiessler.com/blog/creating-submission-image-links-for-digg-reddit-and-delicious/comment-page-1#comment-9012</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Sat, 28 Oct 2006 06:04:47 +0000</pubDate>
		<guid isPermaLink="false">http://dmiessler.com/archives/959#comment-9012</guid>
		<description>&lt;p&gt;I&#039;d like to point something out:&lt;/p&gt;

&lt;p&gt;Putting a javascript action as an &quot;href&quot; for a link is generally bad.  If I didn&#039;t have javascript enabled, the link would do nothing.&lt;/p&gt;

&lt;p&gt;Here&#039;s what I&#039;ve recently learned (I left out the less/greater than signs so WordPress doesn&#039;t screw it up)&lt;/p&gt;

&lt;p&gt;bad:
a href=&quot;javascript:blah&quot;&lt;/p&gt;

&lt;p&gt;acceptable:
a href=&quot;someurl&quot; onClick=&quot;javascript:blah&quot;&lt;/p&gt;

&lt;p&gt;Good:
a href=&quot;someurl&quot; class=&quot;special&quot;&lt;/p&gt;

&lt;p&gt;In that last example, you&#039;d use a DOM script to add in the onClick event handler for the link (get all elements by tag &quot;a&quot; and filter by attribute &quot;class&quot; equals &quot;special&quot;).  For extra encapsulation, you should keep the DOM script in a separate file.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I&#8217;d like to point something out:</p>

<p>Putting a javascript action as an &#8220;href&#8221; for a link is generally bad.  If I didn&#8217;t have javascript enabled, the link would do nothing.</p>

<p>Here&#8217;s what I&#8217;ve recently learned (I left out the less/greater than signs so WordPress doesn&#8217;t screw it up)</p>

<p>bad:
a href=&#8221;javascript:blah&#8221;</p>

<p>acceptable:
a href=&#8221;someurl&#8221; onClick=&#8221;javascript:blah&#8221;</p>

<p>Good:
a href=&#8221;someurl&#8221; class=&#8221;special&#8221;</p>

<p>In that last example, you&#8217;d use a DOM script to add in the onClick event handler for the link (get all elements by tag &#8220;a&#8221; and filter by attribute &#8220;class&#8221; equals &#8220;special&#8221;).  For extra encapsulation, you should keep the DOM script in a separate file.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://danielmiessler.com/blog/creating-submission-image-links-for-digg-reddit-and-delicious/comment-page-1#comment-246409</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Sat, 28 Oct 2006 06:04:00 +0000</pubDate>
		<guid isPermaLink="false">http://dmiessler.com/archives/959#comment-246409</guid>
		<description>&lt;p&gt;I&#039;d like to point something out:&lt;/p&gt;

&lt;p&gt;Putting a javascript action as an &quot;href&quot; for a link is generally bad.  If I didn&#039;t have javascript enabled, the link would do nothing.&lt;/p&gt;

&lt;p&gt;Here&#039;s what I&#039;ve recently learned (I left out the less/greater than signs so WordPress doesn&#039;t screw it up)&lt;/p&gt;

&lt;p&gt;bad:
a href=&quot;javascript:blah&quot;&lt;/p&gt;

&lt;p&gt;acceptable:
a href=&quot;someurl&quot; onClick=&quot;javascript:blah&quot;&lt;/p&gt;

&lt;p&gt;Good:
a href=&quot;someurl&quot; class=&quot;special&quot;&lt;/p&gt;

&lt;p&gt;In that last example, you&#039;d use a DOM script to add in the onClick event handler for the link (get all elements by tag &quot;a&quot; and filter by attribute &quot;class&quot; equals &quot;special&quot;).  For extra encapsulation, you should keep the DOM script in a separate file.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I&#8217;d like to point something out:</p>

<p>Putting a javascript action as an &#8220;href&#8221; for a link is generally bad.  If I didn&#8217;t have javascript enabled, the link would do nothing.</p>

<p>Here&#8217;s what I&#8217;ve recently learned (I left out the less/greater than signs so WordPress doesn&#8217;t screw it up)</p>

<p>bad:
a href=&#8221;javascript:blah&#8221;</p>

<p>acceptable:
a href=&#8221;someurl&#8221; onClick=&#8221;javascript:blah&#8221;</p>

<p>Good:
a href=&#8221;someurl&#8221; class=&#8221;special&#8221;</p>

<p>In that last example, you&#8217;d use a DOM script to add in the onClick event handler for the link (get all elements by tag &#8220;a&#8221; and filter by attribute &#8220;class&#8221; equals &#8220;special&#8221;).  For extra encapsulation, you should keep the DOM script in a separate file.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: joat</title>
		<link>http://danielmiessler.com/blog/creating-submission-image-links-for-digg-reddit-and-delicious/comment-page-1#comment-8660</link>
		<dc:creator>joat</dc:creator>
		<pubDate>Sun, 15 Oct 2006 02:29:32 +0000</pubDate>
		<guid isPermaLink="false">http://dmiessler.com/archives/959#comment-8660</guid>
		<description>&lt;p&gt;Those same graphics work well in the links bar for Firefox.  Drag and drop a site onto the toolbar, click on the link to load the page and the ico, right click on the link, select &quot;Properties&quot;, clear the &quot;Name&quot;.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Those same graphics work well in the links bar for Firefox.  Drag and drop a site onto the toolbar, click on the link to load the page and the ico, right click on the link, select &#8220;Properties&#8221;, clear the &#8220;Name&#8221;.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: joat</title>
		<link>http://danielmiessler.com/blog/creating-submission-image-links-for-digg-reddit-and-delicious/comment-page-1#comment-246408</link>
		<dc:creator>joat</dc:creator>
		<pubDate>Sun, 15 Oct 2006 02:29:00 +0000</pubDate>
		<guid isPermaLink="false">http://dmiessler.com/archives/959#comment-246408</guid>
		<description>&lt;p&gt;Those same graphics work well in the links bar for Firefox.  Drag and drop a site onto the toolbar, click on the link to load the page and the ico, right click on the link, select &quot;Properties&quot;, clear the &quot;Name&quot;.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Those same graphics work well in the links bar for Firefox.  Drag and drop a site onto the toolbar, click on the link to load the page and the ico, right click on the link, select &#8220;Properties&#8221;, clear the &#8220;Name&#8221;.</p>]]></content:encoded>
	</item>
</channel>
</rss>

