<?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: Simple Link Icons</title>
	<atom:link href="http://blazenewmedia.com/articles/simple-link-icons/feed/" rel="self" type="application/rss+xml" />
	<link>http://blazenewmedia.com/articles/simple-link-icons/</link>
	<description></description>
	<lastBuildDate>Sat, 14 Jun 2008 18:59:58 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jürgen</title>
		<link>http://blazenewmedia.com/articles/simple-link-icons/comment-page-1/#comment-396</link>
		<dc:creator>Jürgen</dc:creator>
		<pubDate>Sat, 17 Mar 2007 15:56:01 +0000</pubDate>
		<guid isPermaLink="false">http://blazenewmedia.com/beta/blog/uncategorized/simple-link-icons/#comment-396</guid>
		<description>&lt;p&gt;Great Post. Very helpfull informations. Thanks a lot. Jürgen from Germany. :-)&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Great Post. Very helpfull informations. Thanks a lot. Jürgen from Germany. <img src='http://blazenewmedia.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bingo</title>
		<link>http://blazenewmedia.com/articles/simple-link-icons/comment-page-1/#comment-71</link>
		<dc:creator>bingo</dc:creator>
		<pubDate>Mon, 06 Mar 2006 03:33:22 +0000</pubDate>
		<guid isPermaLink="false">http://blazenewmedia.com/beta/blog/uncategorized/simple-link-icons/#comment-71</guid>
		<description>I am trying to start my own blog and I&#039;m trying to learn how this works.
 My site looks like this&lt;a HREF=&quot;http://bingoplaying.com&quot; rel=&quot;nofollow&quot;&gt; bingo&lt;/a&gt; 
http://bingoplaying.com</description>
		<content:encoded><![CDATA[<p>I am trying to start my own blog and I&#8217;m trying to learn how this works.<br />
 My site looks like this<a HREF="http://bingoplaying.com" rel="nofollow"> bingo</a><br />
<a href="http://bingoplaying.com" rel="nofollow">http://bingoplaying.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy Peatling</title>
		<link>http://blazenewmedia.com/articles/simple-link-icons/comment-page-1/#comment-29</link>
		<dc:creator>Andy Peatling</dc:creator>
		<pubDate>Wed, 09 Feb 2005 22:39:25 +0000</pubDate>
		<guid isPermaLink="false">http://blazenewmedia.com/beta/blog/uncategorized/simple-link-icons/#comment-29</guid>
		<description>Hmm previewing, why didn&#039;t I notice that?

I&#039;ll get on it, maybe I turned it off in Wordpress...

&lt;strong&gt;Update:&lt;/strong&gt; Comment previewing is now possible.</description>
		<content:encoded><![CDATA[<p>Hmm previewing, why didn&#8217;t I notice that?</p>
<p>I&#8217;ll get on it, maybe I turned it off in Wordpress&#8230;</p>
<p><strong>Update:</strong> Comment previewing is now possible.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stefan Isarie</title>
		<link>http://blazenewmedia.com/articles/simple-link-icons/comment-page-1/#comment-30</link>
		<dc:creator>Stefan Isarie</dc:creator>
		<pubDate>Wed, 09 Feb 2005 18:53:07 +0000</pubDate>
		<guid isPermaLink="false">http://blazenewmedia.com/beta/blog/uncategorized/simple-link-icons/#comment-30</guid>
		<description>Patrick the problem with this kind of selectors
&lt;code&gt;a[href ^=&quot;http://&quot;] {&lt;/code&gt;
is that they are not recongnized by MS IE.

I will add a few more selectors of this kind, on topic:

&lt;code&gt;a[href^=&quot;mailto&quot;] {background: transparent url(images/envelope.gif) center left; padding-left:16px;}&lt;/code&gt;

^ style only the links starting with mailto (a href=&quot;mailto:me@internet.com&quot;, for example).

&lt;code&gt;a[target^=&quot;_blank&quot;] {background: transparent url(images/topArrow.gif) center right;padding-right:16px;}&lt;/code&gt;

^ Adds an arrow on the right of the link suggeting that you will leave the current website by clicking on that link

Stefan
PS. Hmm... Why can&#039;t I preview my post before replying?</description>
		<content:encoded><![CDATA[<p>Patrick the problem with this kind of selectors<br />
<code>a[href ^="http://"] {</code><br />
is that they are not recongnized by MS IE.</p>
<p>I will add a few more selectors of this kind, on topic:</p>
<p><code>a[href^="mailto"] {background: transparent url(images/envelope.gif) center left; padding-left:16px;}</code></p>
<p>^ style only the links starting with mailto (a href=&#8221;mailto:me@internet.com&#8221;, for example).</p>
<p><code>a[target^="_blank"] {background: transparent url(images/topArrow.gif) center right;padding-right:16px;}</code></p>
<p>^ Adds an arrow on the right of the link suggeting that you will leave the current website by clicking on that link</p>
<p>Stefan<br />
PS. Hmm&#8230; Why can&#8217;t I preview my post before replying?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick Fitzgerald</title>
		<link>http://blazenewmedia.com/articles/simple-link-icons/comment-page-1/#comment-26</link>
		<dc:creator>Patrick Fitzgerald</dc:creator>
		<pubDate>Mon, 20 Dec 2004 21:54:44 +0000</pubDate>
		<guid isPermaLink="false">http://blazenewmedia.com/beta/blog/uncategorized/simple-link-icons/#comment-26</guid>
		<description>In the &lt;a href=&quot;http://en.wikipedia.org/style/monobook/main.css&quot;&gt;wikipedia stylesheet&lt;/a&gt; they use something like the following:

&lt;code&gt;a[href ^=&quot;http://&quot;] {&lt;/code&gt;

That will add the image only to links that start with http: (which on their site is used only for external links).

They use similar rules to give diffent icons for mailto:, https:, etc.</description>
		<content:encoded><![CDATA[<p>In the <a href="http://en.wikipedia.org/style/monobook/main.css">wikipedia stylesheet</a> they use something like the following:</p>
<p><code>a[href ^="http://"] {</code></p>
<p>That will add the image only to links that start with http: (which on their site is used only for external links).</p>
<p>They use similar rules to give diffent icons for mailto:, https:, etc.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
