<?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>Josh Schumacher: A PHP Developer &#187; CSS</title>
	<atom:link href="http://blog.joshschumacher.com/category/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.joshschumacher.com</link>
	<description>The biggest and the best in the Northwest</description>
	<lastBuildDate>Fri, 14 Oct 2011 06:15:10 +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>Advanced iPhone Web Development</title>
		<link>http://blog.joshschumacher.com/2009/05/06/advanced-iphone-web-development/</link>
		<comments>http://blog.joshschumacher.com/2009/05/06/advanced-iphone-web-development/#comments</comments>
		<pubDate>Wed, 06 May 2009 19:06:06 +0000</pubDate>
		<dc:creator>Josh Schumacher</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[iPhone Development]]></category>
		<category><![CDATA[iPhone SDK]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Mobile Development]]></category>
		<category><![CDATA[Web 2.0]]></category>

		<guid isPermaLink="false">http://blog.joshschumacher.com/?p=26</guid>
		<description><![CDATA[Yesterday (May 5th, 2009), I gave a presentation at the Seattle iPhone App Developers and Designers Meetup titled, &#8220;Advanced iPhone Web Development.&#8221; This presentation focused on the unique capabilities available in WebKit on the iPhone and on possibilities for utilizing UIWebViews inside of your native applications. You can download a pdf version of the presentation [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday (May 5th, 2009), I gave a presentation at the <a href="http://www.meetup.com/The-Seattle-iPhone-Development-Meetup-Group/">Seattle iPhone App Developers and Designers Meetup</a> titled, &#8220;Advanced iPhone Web Development.&#8221;  This presentation focused on the unique capabilities available in WebKit on the iPhone and on possibilities for utilizing UIWebViews inside of your native applications.</p>
<p>You can download a pdf version of the presentation here: <a href='http://blog.joshschumacher.com/wp-content/uploads/2009/05/advanced-iphone-web-development.pdf'>Advanced iPhone Web Development</a> <img src="http://joshschumacher.com/images/pdf.png" alt="[PDF]" /></p>
<div style="width:500px;text-align:left" id="__ss_1395729"><a style="font:14px Helvetica,Arial,Sans-serif;display:block;margin:12px 0 3px 0;text-decoration:underline;" href="http://www.slideshare.net/joshs633/advanced-iphone-web-development?type=powerpoint" title="Advanced iPhone Web Development">Advanced iPhone Web Development Slideshow</a> (Best Viewed In Fullscreen)<object style="margin:0px" width="500" height="355"><param name="movie" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=advancediphonewebdevelopment-090506130756-phpapp02&#038;rel=0&#038;stripped_title=advanced-iphone-web-development" /><param name="allowFullScreen" value="true"/><param name="allowScriptAccess" value="always"/><embed src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=advancediphonewebdevelopment-090506130756-phpapp02&#038;rel=0&#038;stripped_title=advanced-iphone-web-development" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="500" height="355"></embed></object>
<div style="font-size:11px;font-family:tahoma,arial;height:26px;padding-top:2px;">View more <a style="text-decoration:underline;" href="http://www.slideshare.net/">presentations</a> from <a style="text-decoration:underline;" href="http://www.slideshare.net/joshs633">Josh Schumacher</a>.</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.joshschumacher.com/2009/05/06/advanced-iphone-web-development/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>It&#8217;s a redesign &#8211; JoshSchumacher.com</title>
		<link>http://blog.joshschumacher.com/2007/03/12/its-a-redesign-joshschumachercom/</link>
		<comments>http://blog.joshschumacher.com/2007/03/12/its-a-redesign-joshschumachercom/#comments</comments>
		<pubDate>Tue, 13 Mar 2007 03:23:47 +0000</pubDate>
		<dc:creator>Josh Schumacher</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[JoshSchumacher.com]]></category>
		<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://blog.joshschumacher.com/2007/03/12/its-a-redesign-joshschumachercom/</guid>
		<description><![CDATA[Last week, I decided it was time to freshen things up on my portfolio site. This was a great chance for me to test my css powers and modify the presentation of my semantic XHTML without changing the markup (well very minimally changing the markup &#8211; I modified some content during the redesign so I [...]]]></description>
			<content:encoded><![CDATA[<p>Last week, I decided it was time to freshen things up on <a href='http://joshschumacher.com'>my portfolio</a> site.  This was a great chance for me to test my css powers and modify the presentation of my semantic XHTML without changing the markup (well very minimally changing the markup &#8211; I modified some content during the redesign so I had to modify the markup a little).  The navigation changed dramatically but the markup was still a division containing an un-ordered list.  If you&#8217;re interesting in looking at my css, feel free to <a href="http://joshschumacher.com/basic.css">find inspiration</a>.  You can find the before and afters below.</p>
<div style='float: left; margin-right: 20px;'><strong>Before</strong><br />
<a rel="lightbox" href='http://blog.joshschumacher.com/wp-content/uploads/2007/03/first-design-joshschumachercom.png' title='The first design of joshschumacher.com'><img src='http://blog.joshschumacher.com/wp-content/uploads/2007/03/first-design-joshschumachercom-thumb.png' alt='The first design of joshschumacher.com' style='border: solid 1px #444;' /></a></div>
<div style='float: left; margin-left: 20px;'><strong>After</strong><br />
<a rel="lightbox" href='http://blog.joshschumacher.com/wp-content/uploads/2007/03/redesigned-joshschumachercom.png' title='The redesigned joshschumacher.com'><img src='http://blog.joshschumacher.com/wp-content/uploads/2007/03/redesigned-joshschumachercom-thumb.png' alt='The redesigned joshschumacher.com' style='border: solid 1px #444;' /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://blog.joshschumacher.com/2007/03/12/its-a-redesign-joshschumachercom/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

