<?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>Cameron Baney Design Blog &#187; iPhone</title>
	<atom:link href="http://blog.cameronbaney.com/tag/iphone/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.cameronbaney.com</link>
	<description>Web design information, tutorials, articles and inspiration</description>
	<lastBuildDate>Tue, 02 Aug 2011 20:05:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Update your mobile site for Opera Mini</title>
		<link>http://blog.cameronbaney.com/tutorials/update-your-mobile-site-for-opera-mini/</link>
		<comments>http://blog.cameronbaney.com/tutorials/update-your-mobile-site-for-opera-mini/#comments</comments>
		<pubDate>Wed, 14 Apr 2010 20:30:13 +0000</pubDate>
		<dc:creator>Cameron Baney</dc:creator>
				<category><![CDATA[Resources]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[css3]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://blog.cameronbaney.com/?p=265</guid>
		<description><![CDATA[The unthinkable has happened: Opera Mini, a mobile version of the Opera browser, has been approved for the iPhone. It is a great browser, and has many features that the stock Safari browser doesn&#8217;t have. Unfortunately, your special iPhone version of your site may be broken when viewing it in Opera. This can easily be [...]]]></description>
			<content:encoded><![CDATA[<p>The unthinkable has happened: Opera Mini, a mobile version of the <a href="http://www.opera.com/">Opera browser</a>, has been approved for the iPhone. It is a great browser, and has many features that the stock Safari browser doesn&#8217;t have. Unfortunately, your special iPhone version of your site may be broken when viewing it in Opera. This can easily be fixed by adding in some more CSS.</p>
<h2><span id="more-265"></span>Supported CSS</h2>
<p>There may be some things that you don&#8217;t have to change for your mobile site&#8217;s CSS. Opera supports all of the advanced CSS selectors and pseudo classes that you have grown to love. Opera also supports the following CSS3 that you may have already been using:</p>
<ul>
<li>text-shadow</li>
<li>RGBA</li>
<li>outline</li>
</ul>
<p>Assuming you have been using -webkit specific CSS code, you may need to add some more CSS to get it to look right in Opera. Opera uses a mix of the generic properties, as well as specific Opera properties which has the &#8220;-o-&#8221; in front of the normal property such as &#8220;-o-box-sizing&#8221;.</p>
<h2>Box Shadows</h2>
<pre style="padding-left: 30px;">box-shadow: 1px 1px 2px rgba(0,0,0,.4);</pre>
<h2>Rounded Corners</h2>
<pre style="padding-left: 30px;">border-radius: 5px;</pre>
<h2>Box Sizing</h2>
<pre style="padding-left: 30px;">-o-box-sizing: border-box;</pre>
<h2>Transforms</h2>
<p>Transforms can be done by using the special &#8220;-o-&#8221; property. In this example I am going to be rotating my element.</p>
<pre style="padding-left: 30px;">-o-transform: rotate(7.5deg);</pre>
<h2>Gradients</h2>
<p>This was one of my favorite CSS3 properties. Unfortunately, this is one of the properties that Opera doesn&#8217;t support yet. Since Opera Mini is a regular iPhone app, they can put out regular updates. If they do support CSS gradients eventually, the update will be made available to all users.</p>
<h2>More resources</h2>
<p><a href="http://css3please.com/">CSS3 Please</a> &#8211; A quick guide that lets you see how to create different effects right on the site. The CSS on the site is editable, and all the changes are reflected live on the site.<a href="http://css3generator.com/"></a></p>
<p><a href="http://css3generator.com/">CSS3 Generator</a> &#8211; A very quick tool that lets you select what you want to do, and gives  you all CSS code for each browser (if available) to achieve it</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.cameronbaney.com/tutorials/update-your-mobile-site-for-opera-mini/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

