<?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>Graphic Euphoria&#187; safari</title>
	<atom:link href="http://www.graphic-euphoria.co.uk/tag/safari/feed" rel="self" type="application/rss+xml" />
	<link>http://www.graphic-euphoria.co.uk</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Wed, 28 Sep 2011 14:50:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Cross browser opacity with CSS</title>
		<link>http://www.graphic-euphoria.co.uk/cross-browser-opacity-with-css</link>
		<comments>http://www.graphic-euphoria.co.uk/cross-browser-opacity-with-css#comments</comments>
		<pubDate>Wed, 28 Sep 2011 14:50:59 +0000</pubDate>
		<dc:creator>Si</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[browsers]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[ie]]></category>
		<category><![CDATA[ie6]]></category>
		<category><![CDATA[opera]]></category>
		<category><![CDATA[safari]]></category>

		<guid isPermaLink="false">http://www.graphic-euphoria.co.uk/?p=335</guid>
		<description><![CDATA[If you thought you couldn&#8217;t acheive cross browser opacity with pure CSS then you were wrong. Appart from the fact it doesn&#8217;t validate the following snippet works. Just be careful about the order you declare them in. .makeTransparent{ opacity: .75; &#8230; <a href="http://www.graphic-euphoria.co.uk/cross-browser-opacity-with-css">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[If you thought you couldn&#8217;t acheive <strong>cross browser opacity</strong> with pure <strong>CSS </strong>then you were wrong. Appart from the fact it doesn&#8217;t <strong>validate </strong>the following snippet works. Just be careful about the order you declare them in.

<pre name="code" class="css">
.makeTransparent{
opacity: .75; /* standard: ff gt 1.5, opera, safari */
-ms-filter: “alpha(opacity=75)”; /* ie 8 */
filter: alpha(opacity=75); /* ie lt 7 */
-khtml-opacity: .75; /* safari 1.x */
-moz-opacity: .75; /* ff lt 1.5, netscape */
}
</pre><script src="http://feeds.feedburner.com/~s/sidonaldson?i=http://www.graphic-euphoria.co.uk/cross-browser-opacity-with-css" type="text/javascript" charset="utf-8"></script>]]></content:encoded>
			<wfw:commentRss>http://www.graphic-euphoria.co.uk/cross-browser-opacity-with-css/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone emulator built with Safari 3</title>
		<link>http://www.graphic-euphoria.co.uk/iphone-emulator-built-with-safari-3</link>
		<comments>http://www.graphic-euphoria.co.uk/iphone-emulator-built-with-safari-3#comments</comments>
		<pubDate>Sun, 22 Feb 2009 23:03:06 +0000</pubDate>
		<dc:creator>Si</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[browsers]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[safari]]></category>

		<guid isPermaLink="false">http://www.graphic-euphoria.co.uk/?p=157</guid>
		<description><![CDATA[Ajaxian recently posted a link to blackbaud.com and the release of an iPhone Browser Simulator.

The guys over at blackbaud labs have carefully skinned a full version of safari 3 into a windows compatible program. The iPhone is apparently based on an older version of Safari than the current released one so this provides an excellent way to check your websites compatibility without having to bug your friends who own an iPhone! <a href="http://www.graphic-euphoria.co.uk/iphone-emulator-built-with-safari-3">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a title="blackbaud labs have released an iPhone emulator for windows" href="http://labs.blackbaud.com/NetCommunity/article?artid=662"><img class="size-full wp-image-158 aligncenter" title="iphone_emulator" src="http://www.graphic-euphoria.co.uk/uploads/2009/02/iphone_emulator.jpg" alt="iphone_emulator" width="397" height="728" /></a></p>

<a title="visit ajaxian.com" href="http://ajaxian.com/archives/windows-iphone-simulator" target="_blank">Ajaxian </a>recently posted a link to <a title="visit blackbaud.com" href="http://labs.blackbaud.com/" target="_blank">blackbaud.com</a> and the release of an <a title="iPhone emulator" href="http://labs.blackbaud.com/NetCommunity/article?artid=662" target="_blank">iPhone Browser Simulator</a>.

The guys over at <strong>blackbaud labs</strong> have carefully skinned a full version of <strong>safari 3</strong> into a <strong>windows </strong>compatible program. The <strong>iPhone </strong>is apparently based on an older version of Safari than the current released one so this provides an excellent way to check your websites <strong>compatibility </strong>without having to bug your friends who own an iPhone!<script src="http://feeds.feedburner.com/~s/sidonaldson?i=http://www.graphic-euphoria.co.uk/iphone-emulator-built-with-safari-3" type="text/javascript" charset="utf-8"></script>]]></content:encoded>
			<wfw:commentRss>http://www.graphic-euphoria.co.uk/iphone-emulator-built-with-safari-3/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

