<?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/"
xmlns:series="http://unfoldingneurons.com/"
> <channel><title>Comments on: Introducing MooTools&#160;LinkAlert</title> <atom:link href="http://davidwalsh.name/mootools-link-alert/feed" rel="self" type="application/rss+xml" /><link>http://davidwalsh.name/mootools-link-alert</link> <description>Legendary scribbles about JavaScript, HTML5, AJAX, PHP, CSS, and ∞.</description> <lastBuildDate>Wed, 23 May 2012 14:01:31 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.2</generator> <item><title>By: Andy</title><link>http://davidwalsh.name/mootools-link-alert#comment-11733</link> <dc:creator>Andy</dc:creator> <pubDate>Sat, 05 Sep 2009 05:14:10 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=3178#comment-11733</guid> <description>Wow, this is really nice. I think tweaking it to include the file path and putting in a little box to the lower right of the mouse would be perfect for my needs.</description> <content:encoded><![CDATA[<p>Wow, this is really nice. I think tweaking it to include the file path and putting in a little box to the lower right of the mouse would be perfect for my needs.</p> ]]></content:encoded> </item> <item><title>By: derschreckliche</title><link>http://davidwalsh.name/mootools-link-alert#comment-11709</link> <dc:creator>derschreckliche</dc:creator> <pubDate>Thu, 03 Sep 2009 21:24:36 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=3178#comment-11709</guid> <description>Wow, a nice piece of work!
Like Marc said as userJS it&#039;s a good alternative for the Firefox plugin for Opera users.But i must admit that for a single website the CSS solution of Mr.X. is more elegant.Anyway THX for this useful class.</description> <content:encoded><![CDATA[<p>Wow, a nice piece of work!<br
/> Like Marc said as userJS it&#8217;s a good alternative for the Firefox plugin for Opera users.</p><p>But i must admit that for a single website the CSS solution of Mr.X. is more elegant.</p><p>Anyway THX for this useful class.</p> ]]></content:encoded> </item> <item><title>By: Cintia</title><link>http://davidwalsh.name/mootools-link-alert#comment-11707</link> <dc:creator>Cintia</dc:creator> <pubDate>Thu, 03 Sep 2009 19:00:36 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=3178#comment-11707</guid> <description>David, thanks a lot for that.
Another of many useful tips, if I may call your hard work like that! =)Thanks!</description> <content:encoded><![CDATA[<p>David, thanks a lot for that.<br
/> Another of many useful tips, if I may call your hard work like that! =)</p><p>Thanks!</p> ]]></content:encoded> </item> <item><title>By: Marc</title><link>http://davidwalsh.name/mootools-link-alert#comment-11705</link> <dc:creator>Marc</dc:creator> <pubDate>Thu, 03 Sep 2009 15:02:05 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=3178#comment-11705</guid> <description>Well, I haven&#039;t set it up, but you could use it as user javascript in opera. Then it would pop up for all links in all website. This could be an alternative use I think.</description> <content:encoded><![CDATA[<p>Well, I haven&#8217;t set it up, but you could use it as user javascript in opera. Then it would pop up for all links in all website. This could be an alternative use I think.</p> ]]></content:encoded> </item> <item><title>By: Mr.X.</title><link>http://davidwalsh.name/mootools-link-alert#comment-11704</link> <dc:creator>Mr.X.</dc:creator> <pubDate>Thu, 03 Sep 2009 13:48:39 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=3178#comment-11704</guid> <description>&lt;blockquote&gt;
a[href $= &#039;.pdf&#039;]{ padding-left:20px; }
a[href $= &#039;.pdf&#039;]:hover{background: transparent url(../style/icons/find.png) no-repeat scroll left top;}
&lt;/blockquote&gt;</description> <content:encoded><![CDATA[<blockquote><p> a[href $= '.pdf']{ padding-left:20px; }</p><p> a[href $= '.pdf']:hover{background: transparent url(../style/icons/find.png) no-repeat scroll left top;}</p></blockquote> ]]></content:encoded> </item> <item><title>By: Mr.X.</title><link>http://davidwalsh.name/mootools-link-alert#comment-11703</link> <dc:creator>Mr.X.</dc:creator> <pubDate>Thu, 03 Sep 2009 13:46:03 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=3178#comment-11703</guid> <description>@David Walsh  maybe so but it is easily fixed.You can do it like thisprint(&quot;a[href $= &#039;.pdf&#039;]{padding-left:20px;}&quot;);print(&quot;a[href $= &#039;.pdf&#039;]:hover{background: transparent url(../style/icons/pdf.png) no-repeat scroll left top;}&quot;); </description> <content:encoded><![CDATA[<p>@David Walsh  maybe so but it is easily fixed.</p><p>You can do it like this</p><p>print(&#8220;a[href $= '.pdf']{padding-left:20px;}&#8221;);</p><p>print(&#8220;a[href $= '.pdf']:hover{background: transparent url(../style/icons/pdf.png) no-repeat scroll left top;}&#8221;);</p> ]]></content:encoded> </item> <item><title>By: David Walsh</title><link>http://davidwalsh.name/mootools-link-alert#comment-11699</link> <dc:creator>David Walsh</dc:creator> <pubDate>Thu, 03 Sep 2009 12:33:13 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=3178#comment-11699</guid> <description>&lt;p&gt;@Mr.X.:  I&#039;d usually agree but having icons all over place makes the page look like a circus.&lt;/p&gt;</description> <content:encoded><![CDATA[<p>@Mr.X.:  I&#8217;d usually agree but having icons all over place makes the page look like a circus.</p> ]]></content:encoded> </item> <item><title>By: Mr.X.</title><link>http://davidwalsh.name/mootools-link-alert#comment-11698</link> <dc:creator>Mr.X.</dc:creator> <pubDate>Thu, 03 Sep 2009 11:31:45 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=3178#comment-11698</guid> <description>I find css selectors better. Don&#039;t take me wrong this is great, but if you have a lot of script on your site, this would not be something I would recommend. Using just css is way smaller and has the same effect without fancy animation. &lt;a href=&quot;http://www.devirtuoso.com/2009/08/making-hyperlink-icons-with-css/&quot; rel=&quot;nofollow&quot;&gt;For anyone who does not know about this.&lt;/a&gt;Nice script.Cheers!</description> <content:encoded><![CDATA[<p>I find css selectors better. Don&#8217;t take me wrong this is great, but if you have a lot of script on your site, this would not be something I would recommend. Using just css is way smaller and has the same effect without fancy animation. <a
href="http://www.devirtuoso.com/2009/08/making-hyperlink-icons-with-css/" rel="nofollow">For anyone who does not know about this.</a></p><p>Nice script.</p><p>Cheers!</p> ]]></content:encoded> </item> <item><title>By: ali</title><link>http://davidwalsh.name/mootools-link-alert#comment-11693</link> <dc:creator>ali</dc:creator> <pubDate>Thu, 03 Sep 2009 05:32:41 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=3178#comment-11693</guid> <description>jQuery please!!!</description> <content:encoded><![CDATA[<p>jQuery please!!!</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced (User agent is rejected)
Database Caching 3/7 queries in 0.026 seconds using disk: basic
Object Caching 746/746 objects using disk: basic

Served from: davidwalsh.name @ 2012-05-23 09:58:30 -->
