<?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>iPhoneized &#187; How-To</title>
	<atom:link href="http://iphoneized.com/category/howto/feed/" rel="self" type="application/rss+xml" />
	<link>http://iphoneized.com</link>
	<description>Nurturing iPhone friendly web design</description>
	<lastBuildDate>Fri, 16 Sep 2011 12:27:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Building iPhone Apps with HTML, CSS, and JavaScript</title>
		<link>http://iphoneized.com/2009/10/building-iphone-apps-html-css-javascript/</link>
		<comments>http://iphoneized.com/2009/10/building-iphone-apps-html-css-javascript/#comments</comments>
		<pubDate>Mon, 12 Oct 2009 17:01:53 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[iPhoneization]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[iphone apps]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[Jonathan Stark]]></category>

		<guid isPermaLink="false">http://iphoneized.com/?p=965</guid>
		<description><![CDATA[Jonathan Stark, a mobile and web application developer, has released his book titled &#8216;Building iPhone Apps with HTML, CSS, and JavaScript&#8217;, online under Creative Commons Attribution-Noncommercial license. Book Description: Now web designers and developers can join the iPhone app party without having to learn Cocoa&#8217;s Objective-C programming language. It&#8217;s true: You can write iPhone apps [...]]]></description>
			<content:encoded><![CDATA[<p><img class="ngg-singlepic ngg-left" src="http://iphoneized.com/wp-content/gallery/stark/oreilly_logo.gif" alt="oreilly_logo" width="115" height="115" /><a href="http://jonathanstark.com/" target="_blank">Jonathan Stark</a>, a mobile and web application developer, has released his book titled &#8216;Building iPhone Apps with HTML, CSS, and JavaScript&#8217;, online under <a href="http://creativecommons.org/licenses/by-nc/3.0/us/" target="_top">Creative Commons Attribution-Noncommercial</a> license.</p>
<p><span id="more-965"></span></p>
<h4>Book Description:</h4>
<p><em>Now web designers and developers can join the iPhone app party without having to learn Cocoa&#8217;s Objective-C programming language. It&#8217;s true: You can write iPhone apps quickly and efficiently using your existing skills with HTML, CSS, and JavaScript. This book shows you how with lots of detailed examples, step-by-step instructions, and hands-on exercises.</em></p>
<ul style="list-style-type: circle; margin-bottom: 15px;">
<li><em>Learn how to build iPhone apps with standard web tools</em></li>
<li><em>Refactor a traditional website into an iPhone web app</em></li>
<li><em>Hook into advanced iPhone features (e.g. accelerometer, geolocation, vibration, and sound) with JavaScript</em></li>
<li><em>Do most of your development with the operating system of your choice</em></li>
</ul>
<p style="margin-top: 20px;">
<a href="http://iphoneized.com/wp-content/gallery/stark/iphone-book.jpg" title="" class="shutterset_singlepic212" >
	<img class="ngg-singlepic ngg-left" src="http://iphoneized.com/wp-content/gallery/cache/212__133x175_iphone-book.jpg" alt="iphone-book" title="iphone-book" />
</a>
</p>
<p>You can read the <a href="http://building-iphone-apps.labs.oreilly.com/index.html" target="_blank">entire book online</a> or <span style="text-decoration: line-through;">purchase</span> pre-order it at <a href="http://oreilly.com/catalog/9780596805791" target="_blank">Oreilly.com</a></p>
<p><a target='new' href="http://click.linksynergy.com/fs-bin/click?id=eOnVVqACRcc&#038;offerid=125354.10000171&#038;subid=0&#038;type=4"><IMG border="0"   alt="PowerJolt Dual Universal | Plug in and charge while you travel" src="http://ad.linksynergy.com/fs-bin/show?id=eOnVVqACRcc&#038;bids=125354.10000171&#038;subid=0&#038;type=4&#038;gridnum=4"></a></p>
]]></content:encoded>
			<wfw:commentRss>http://iphoneized.com/2009/10/building-iphone-apps-html-css-javascript/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>3D Cube using CSS transformations</title>
		<link>http://iphoneized.com/2009/05/3d-cube-css-transformations/</link>
		<comments>http://iphoneized.com/2009/05/3d-cube-css-transformations/#comments</comments>
		<pubDate>Fri, 08 May 2009 17:58:01 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[iPhoneization]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[3d]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[transforms]]></category>

		<guid isPermaLink="false">http://iphoneized.com/?p=781</guid>
		<description><![CDATA[Paul Hayes shows us how to create three dimensional cubes without  javascript, Canvas or SVG. Using straight CSS, he&#8217;s designed some pretty slick 3D cubes. The method is only supported in recent WebKit and Gecko based browsers, but here&#8217;s a comparison: In unsupported browser: In a supported browser: Check out the full post here]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.fofronline.com/2009-04/3d-cube-using-css-transformations/" target="_blank">Paul Hayes</a> shows us how to create three dimensional cubes without  javascript, Canvas or SVG. Using straight CSS, he&#8217;s designed some pretty slick 3D cubes.<span id="more-781"></span></p>
<p>The method is only supported in recent WebKit and Gecko based browsers, but here&#8217;s a comparison:</p>
<p style="text-align: center;"><strong>In unsupported browser:</strong></p>
<p style="text-align: center;"><img class="ngg-singlepic ngg-left aligncenter" style="margin-bottom: 25px;" src="http://iphoneized.com/wp-content/gallery/3d-cubes/flat.png" alt="flat.png" width="450" height="235" /></p>
<p style="text-align: center;"><strong>In a supported browser:</strong></p>
<p style="text-align: center;"><img class="ngg-singlepic ngg-none aligncenter" style="margin-bottom: 25px;" src="http://iphoneized.com/wp-content/gallery/3d-cubes/multiple-cubes-css.png" alt="multiple-cubes-css.png" width="450" height="246" /></p>
<p>Check out the full post <a href="http://www.fofronline.com/2009-04/3d-cube-using-css-transformations/" target="_blank">here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://iphoneized.com/2009/05/3d-cube-css-transformations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone Optimized Video from FLV Fast with Freeway</title>
		<link>http://iphoneized.com/2009/04/iphone-optimized-video-from-flv-freeway/</link>
		<comments>http://iphoneized.com/2009/04/iphone-optimized-video-from-flv-freeway/#comments</comments>
		<pubDate>Thu, 09 Apr 2009 01:21:00 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[iPhoneization]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[conversion]]></category>
		<category><![CDATA[embed]]></category>
		<category><![CDATA[Freeway]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://iphoneized.com/?p=573</guid>
		<description><![CDATA[With just a few clicks you can easily convert flash video to iPhone optimized video using Freeway. This tool will do the conversion for you on the fly, gives you the choice between Edge and/or WiFi-3G versions, and even generates the poster board for you. You start by either purchasing Freeway, or download a free [...]]]></description>
			<content:encoded><![CDATA[<p><img class="ngg-singlepic ngg-left alignleft" src="http://iphoneized.com/wp-content/gallery/freeway/freewaylogo.png" alt="freewaylogo.png" width="214" height="65" />With just a few clicks you can easily convert flash video to iPhone optimized video using Freeway.</p>
<p>This tool will do the conversion for you on the fly, gives you the choice between Edge and/or WiFi-3G versions, and even generates the poster board for you.<span id="more-573"></span></p>
<p>You start by either <a href="http://www.softpress.com/store/index.php" target="_blank" class="broken_link">purchasing Freeway</a>, or <a href="http://www.softpress.com/products/free_trial.php" target="_blank" class="broken_link">download a free trial</a> first. The software is Mac only, and is a very popular WYSIWYG for web designers.</p>
<div style="height: 85px;"><a class="shutterset_" href="http://iphoneized.com/wp-content/gallery/freeway/step0.png"><img class="ngg-singlepic ngg-left alignleft" src="http://iphoneized.com/wp-content/gallery/freeway/thumbs/thumbs_step0.png" alt="step0.png" width="100" height="62" /></a><strong>Step 1</strong>: After you&#8217;ve got Freeway up and running, open a page and embed a flash movie. Do this by choosing the actions menu, then FLV player.</div>
<div style="height: 85px;"><a class="shutterset_" href="http://iphoneized.com/wp-content/gallery/freeway/step0-1.png"><img class="ngg-singlepic ngg-left alignleft" src="http://iphoneized.com/wp-content/gallery/freeway/thumbs/thumbs_step0-1.png" alt="step0-1.png" width="100" height="62" /></a><strong>Step 2</strong>: With the FLV player object selected, choose Window&gt;Actions from the file menu.</div>
<div style="height: 85px;"><a class="shutterset_" href="http://iphoneized.com/wp-content/gallery/freeway/step1.png"><img class="ngg-singlepic ngg-left alignleft" src="http://iphoneized.com/wp-content/gallery/freeway/thumbs/thumbs_step1.png" alt="step1.png" width="100" height="62" /></a><strong>Step 3</strong>: Choose your flash video file to embed, then select the iPhone compatibility checkbox.</div>
<div style="height: 85px;"><a class="shutterset_" href="http://iphoneized.com/wp-content/gallery/freeway/step2.png"><img class="ngg-singlepic ngg-left alignleft" src="http://iphoneized.com/wp-content/gallery/freeway/thumbs/thumbs_step2.png" alt="step2.png" width="100" height="62" /></a><strong>Step 4</strong>: At this point you have the option to generate either .m4v (for WiFi and 3G networks) or .3GP for the slightly slower Edge network. You can also generate both!</div>
<div style="height: 85px;"><a class="shutterset_" href="http://iphoneized.com/wp-content/gallery/freeway/step3.png"><img class="ngg-singlepic ngg-left alignleft" src="http://iphoneized.com/wp-content/gallery/freeway/thumbs/thumbs_step3.png" alt="step3.png" width="100" height="62" /></a><strong>Step 5</strong>: The last step is choosing the poster frame. By default the poster frame select is set to Automatic. Change this to select and go to the same folder where your newly generated video is stored. Select the png that was generated for the video.</div>
<p>Now all that&#8217;s left is to test it in a mobile safari browser. Either use your iPhone/iPod touch, or use one of the other methods mentioned <a href="http://iphoneized.com/2009/03/helpful-tip-use-safari-to-render-sites-as-iphone-agent" target="_self">here</a> and <a href="http://iphoneized.com/2009/03/hello-world" target="_self">here</a>.</p>
<p>Source: <a href="http://www.softpress.com" target="_blank">Softpress</a></p>
]]></content:encoded>
			<wfw:commentRss>http://iphoneized.com/2009/04/iphone-optimized-video-from-flv-freeway/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tip: Embed iPhone Optimized Video on Your Website</title>
		<link>http://iphoneized.com/2009/04/tip-embed-iphone-optimized-video-website/</link>
		<comments>http://iphoneized.com/2009/04/tip-embed-iphone-optimized-video-website/#comments</comments>
		<pubDate>Fri, 03 Apr 2009 01:42:50 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[iPhoneization]]></category>
		<category><![CDATA[embed]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://iphoneized.com/?p=454</guid>
		<description><![CDATA[If you ever wanted to know how to embed iPhone optimized video on your site, Creative Tech Tips has a great post that shows you just how easy it is. With a copy of QuickTime Pro ($30) and a little HTML knowledge you can have iPhone optimized video on your site in 5 easy steps. [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="aligncenter" style="margin-top: 15px; margin-bottom: 10px;" title="iPhone Video" src="http://iphoneized.com/wp-content/gallery/stories/iphone_video.png" alt="" width="452" height="232" /></p>
<p>If you ever wanted to know how to embed iPhone optimized video on your site, <a href="http://www.creativetechs.com/iq/embed_iphone_friendly_videos_on_your_website.html" target="_blank">Creative Tech Tips</a> has a great post that shows you just how easy it is. <span id="more-454"></span>With a copy of QuickTime Pro ($30) and a little HTML knowledge you can have iPhone optimized video on your site in 5 easy steps.</p>
<p>Check out the post <a href="http://www.creativetechs.com/iq/embed_iphone_friendly_videos_on_your_website.html" target="_blank">here</a></p>
<p>Get QuickTime Pro <a href="http://www.apple.com/quicktime/download/" target="_blank">here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://iphoneized.com/2009/04/tip-embed-iphone-optimized-video-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Helpful Tip: Use Safari to Render Sites as iPhone Agent</title>
		<link>http://iphoneized.com/2009/03/helpful-tip-use-safari-to-render-sites-as-iphone-agent/</link>
		<comments>http://iphoneized.com/2009/03/helpful-tip-use-safari-to-render-sites-as-iphone-agent/#comments</comments>
		<pubDate>Fri, 20 Mar 2009 00:22:09 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[iPhoneization]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[safari]]></category>
		<category><![CDATA[simulator]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://iphoneized.com/?p=197</guid>
		<description><![CDATA[Testing iPhone specific websites as you design them has always been sort of a pain. You had to either use an iPhone emulator or FTP the files and test it on your own iPhone. Well those days are over. Thanks to the guys over at CreativeTechTips.com, I can now use Safari to render any site [...]]]></description>
			<content:encoded><![CDATA[<p>Testing iPhone specific websites as you design them has always been sort of a pain. You had to either use an iPhone emulator or FTP the files and test it on your own iPhone. Well those days are over.</p>
<p><span id="more-197"></span></p>
<p>Thanks to the guys over at <a href="http://creativetechs.com/tipsblog/preview-iphone-websites-in-safari/" target="_blank">CreativeTechTips.com</a>, I can now use Safari to render any site as an iPhone. You can do this in 4 easy steps.</p>
<h3 style="text-align: center;">Step 1</h3>
<p><div class="wp-caption aligncenter" style="width: 410px"><img class="ngg-singlepic ngg-center" src="http://iphoneized.com/wp-content/gallery/stories/step1.png" alt="step1.png" width="400" height="238" /><p class="wp-caption-text">Open the site you wish to see iPhoneized</p></div></p>
<p style="text-align: center;">
<h3 style="text-align: center;">Step 2</h3>
<p><div class="wp-caption aligncenter" style="width: 410px"><img class="ngg-singlepic ngg-center" src="http://iphoneized.com/wp-content/gallery/stories/step2.png" alt="step2.png" width="400" height="271" /><p class="wp-caption-text">Open Safari Preferences, go to the Advanced Tab, Check Show Develop menu</p></div></p>
<p style="text-align: center;">
<h3 style="text-align: center;">Step 3</h3>
<p><div class="wp-caption aligncenter" style="width: 410px"><img class="ngg-singlepic ngg-center" src="http://iphoneized.com/wp-content/gallery/stories/step3.png" alt="step3.png" width="400" height="423" /><p class="wp-caption-text">open File Menu&gt;Develop&gt;User Agent&gt;iPhone</p></div></p>
<p style="text-align: center;">
<h3 style="text-align: center;">Step 4</h3>
<p><div class="wp-caption aligncenter" style="width: 410px"><img class="ngg-singlepic ngg-center" src="http://iphoneized.com/wp-content/gallery/stories/step4.png" alt="step4.png" width="400" height="522" /><p class="wp-caption-text">Check out how sites will render in an iPhone</p></div></p>
<p style="text-align: center;">
<p>Original Post <a href="http://creativetechs.com/tipsblog/preview-iphone-websites-in-safari/" target="_blank">here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://iphoneized.com/2009/03/helpful-tip-use-safari-to-render-sites-as-iphone-agent/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Create a Very Cool RSS Reader for the iPhone</title>
		<link>http://iphoneized.com/2009/03/testing-audio-post/</link>
		<comments>http://iphoneized.com/2009/03/testing-audio-post/#comments</comments>
		<pubDate>Fri, 06 Mar 2009 14:15:17 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[RSS]]></category>
		<category><![CDATA[UI]]></category>

		<guid isPermaLink="false">http://iphoneized.com/?p=6</guid>
		<description><![CDATA[Chris Coyier has posted a very cool how-to over on CSS-Tricks that walks you through the creation of a simple and very  cool RSS reader optimized for the iPhone. Using some simple CSS, jQuery and SimplePie (an RSS &#8220;grabber&#8221;), you can grab any feed (or multiple feeds) and present them to your iPhone readers. View [...]]]></description>
			<content:encoded><![CDATA[<p>
Chris Coyier has posted a very cool how-to over on<a href="http://css-tricks.com/create-a-slick-iphonemobile-interface-from-any-rss-feed/" target="_blank"> CSS-Tricks</a> that walks you through the creation of a simple and very  cool RSS reader optimized for the iPhone. Using some simple CSS, jQuery and SimplePie (an RSS &#8220;grabber&#8221;), you can grab any feed (or multiple feeds) and present them to your iPhone readers.</p>
<p><span id="more-6"></span></p>
<p>View the <a href="http://css-tricks.com/examples/iPhoneInterfaceFromRSS/" target="_blank">DEMO</a></p>
<p>Read the <a href="http://css-tricks.com/create-a-slick-iphonemobile-interface-from-any-rss-feed/" target="_blank">ARTICLE</a></p>
]]></content:encoded>
			<wfw:commentRss>http://iphoneized.com/2009/03/testing-audio-post/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://iphoneized.com/ThisNight_BlackLab.mp3" length="3391364" type="audio/mpeg" />
		</item>
	</channel>
</rss>

