<?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>Circle7 Design</title>
	<atom:link href="http://www.circleseven.co.uk/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.circleseven.co.uk</link>
	<description>web design &#124; print design &#124; new media</description>
	<lastBuildDate>Thu, 11 Feb 2010 15:52:04 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Styling Links with CSS3</title>
		<link>http://www.circleseven.co.uk/?p=54</link>
		<comments>http://www.circleseven.co.uk/?p=54#comments</comments>
		<pubDate>Thu, 11 Feb 2010 15:48:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.circleseven.co.uk/?p=54</guid>
		<description><![CDATA[Using CSS3 to style your external links is an attactive and simple way to enhance the usability and look of your links.  Such links might include those to external websites, PDF documents or email mailto links. The following technique can be used to signpost your links for users so that they are aware that they [...]]]></description>
			<content:encoded><![CDATA[<p>Using CSS3 to style your external links is an attactive and simple way to enhance the usability and look of your links.  Such links might include those to external websites, PDF documents or email mailto links. The following technique can be used to signpost your links for users so that they are aware that they may be visiting another website, or opening a document.</p>
<p>Please note: this technique will not work with Internet Explorer 6 due to its lack of support for CSS selectors. These links will be rendered as standard links.</p>
<p><strong>The CSS:</strong></p>
<p>Style external links:</p>
<p><code>a[href^="http:"] {<br />
background: url(../images_css/externalLink.png) no-repeat right top;<br />
padding-right: 12px;<br />
}</code></p>
<p>Style email links:</p>
<p><code> a[href^="mailto:"] {<br />
background: url(../images_css/email.png) no-repeat right top;<br />
padding-right: 18px;<br />
}<br />
</code></p>
<p>Style PDF links:</p>
<p><code>a[href$=".pdf"] {<br />
background: url(../images_css/pdf.png) no-repeat right top;<br />
padding-right: 20px;<br />
}</code></p>
<p>Style Microsoft Word links:</p>
<p>a[href$=".doc"] {<br />
background: url(../images_css/wordLink.gif) no-repeat right top;<br />
padding-right: 10px;<br />
}</p>
]]></content:encoded>
			<wfw:commentRss>http://www.circleseven.co.uk/?feed=rss2&amp;p=54</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Magento Open Source E-Commerce</title>
		<link>http://www.circleseven.co.uk/?p=15</link>
		<comments>http://www.circleseven.co.uk/?p=15#comments</comments>
		<pubDate>Tue, 26 Jan 2010 13:30:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[E-Commerce]]></category>
		<category><![CDATA[Magento]]></category>

		<guid isPermaLink="false">http://www.circleseven.co.uk/?p=15</guid>
		<description><![CDATA[I&#8217;ve recently stumbled upon a promising open source e-commerce system &#8211; Magento. First impressions are encouraging and I&#8217;m currently evaluating Magento&#8217;s functionality for future projects.
]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve recently stumbled upon a promising open source e-commerce system &#8211; <a href="http://www.magentocommerce.com/">Magento</a>. First impressions are encouraging and I&#8217;m currently evaluating Magento&#8217;s functionality for future projects.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.circleseven.co.uk/?feed=rss2&amp;p=15</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Welcome</title>
		<link>http://www.circleseven.co.uk/?p=12</link>
		<comments>http://www.circleseven.co.uk/?p=12#comments</comments>
		<pubDate>Tue, 26 Jan 2010 12:48:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.circleseven.co.uk/?p=12</guid>
		<description><![CDATA[CIRCLE7  DESIGN provide effective, stylish and affordable website design and development. As a well established small business web design company, we can offer a range of affordable web design services to any small business or UK company.
]]></description>
			<content:encoded><![CDATA[<p>CIRCLE7  DESIGN provide effective, stylish and affordable website design and development. As a well established small business web design company, we can offer a range of affordable web design services to any small business or UK company.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.circleseven.co.uk/?feed=rss2&amp;p=12</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
