<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Safari 4 Developer Preview &#8211; Better Performance, Overhauled Web Inspector, New CSS [Update]</title>
	<atom:link href="http://www.kremalicious.com/2008/06/safari-4-developer-preview/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kremalicious.com/2008/06/safari-4-developer-preview/</link>
	<description>Home of designer, developer &#38; photographer Matthias Kretschmann</description>
	<lastBuildDate>Mon, 26 Jul 2010 03:49:36 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: paradrome-c</title>
		<link>http://www.kremalicious.com/2008/06/safari-4-developer-preview/#comment-1242</link>
		<dc:creator>paradrome-c</dc:creator>
		<pubDate>Tue, 22 Jul 2008 04:39:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.kremalicious.com/?p=73#comment-1242</guid>
		<description>holy! OMG! I wanna cry .haha</description>
		<content:encoded><![CDATA[<p>holy! OMG! I wanna cry .haha</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: krema</title>
		<link>http://www.kremalicious.com/2008/06/safari-4-developer-preview/#comment-45</link>
		<dc:creator>krema</dc:creator>
		<pubDate>Sun, 22 Jun 2008 17:17:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.kremalicious.com/?p=73#comment-45</guid>
		<description>&lt;strong&gt;sebkha&lt;/strong&gt;, thanks for pointing this out. Will definitely test that to get more into this Web Application thingy.

Hi &lt;strong&gt;Mulder&lt;/strong&gt;, never heard of different features for the different platforms so testing the pure presence of the new features seemed needless to me. But I&#039;ve added a screenshot of this preference and as you can see it&#039;s very subtle compared to Safari 3.1.1 (it&#039;s just the new check box under the Generals tab). Is it possible you didn&#039;t see it in the first place? Could you please validate it again and confirm that it&#039;s not showing up in Safari 4 DP on Tiger?</description>
		<content:encoded><![CDATA[<p><strong>sebkha</strong>, thanks for pointing this out. Will definitely test that to get more into this Web Application thingy.</p>
<p>Hi <strong>Mulder</strong>, never heard of different features for the different platforms so testing the pure presence of the new features seemed needless to me. But I&#8217;ve added a screenshot of this preference and as you can see it&#8217;s very subtle compared to Safari 3.1.1 (it&#8217;s just the new check box under the Generals tab). Is it possible you didn&#8217;t see it in the first place? Could you please validate it again and confirm that it&#8217;s not showing up in Safari 4 DP on Tiger?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mulder</title>
		<link>http://www.kremalicious.com/2008/06/safari-4-developer-preview/#comment-44</link>
		<dc:creator>Mulder</dc:creator>
		<pubDate>Sat, 21 Jun 2008 16:09:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.kremalicious.com/?p=73#comment-44</guid>
		<description>I don&#039;t know what version you&#039;re referring to, but there are no additional options for Tabs in Preferences in the Safari 4 Preview running on Tiger.

If you&#039;re going to make statements like that, you need to clearly identify which version of the OS you&#039;re running, and show a screenshot, as well as checking any other OS versions.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t know what version you&#8217;re referring to, but there are no additional options for Tabs in Preferences in the Safari 4 Preview running on Tiger.</p>
<p>If you&#8217;re going to make statements like that, you need to clearly identify which version of the OS you&#8217;re running, and show a screenshot, as well as checking any other OS versions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sebkha</title>
		<link>http://www.kremalicious.com/2008/06/safari-4-developer-preview/#comment-43</link>
		<dc:creator>sebkha</dc:creator>
		<pubDate>Wed, 11 Jun 2008 23:18:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.kremalicious.com/?p=73#comment-43</guid>
		<description>...nope, I tested a bit more and you really do need to set the manifest&#039;s MIME type properly.</description>
		<content:encoded><![CDATA[<p>&#8230;nope, I tested a bit more and you really do need to set the manifest&#8217;s MIME type properly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sebkha</title>
		<link>http://www.kremalicious.com/2008/06/safari-4-developer-preview/#comment-42</link>
		<dc:creator>sebkha</dc:creator>
		<pubDate>Wed, 11 Jun 2008 22:55:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.kremalicious.com/?p=73#comment-42</guid>
		<description>@krema: To see the full advantage of &quot;Save as Web App&quot; I think you have to link an HTML 5 cache manifest (see http://www.w3.org/TR/offline-webapps/#offline) to the page you save.  I&#039;ve tried this in Safari 4, and it does change the behavior and make the app work when I have the server disabled.  The spec says you have to serve the manifest with the text/cache-manifest MIME type, but I think Safari 4 will let you get away with text/plain.</description>
		<content:encoded><![CDATA[<p>@krema: To see the full advantage of &#8220;Save as Web App&#8221; I think you have to link an HTML 5 cache manifest (see <a href="http://www.w3.org/TR/offline-webapps/#offline)" rel="nofollow">http://www.w3.org/TR/offline-webapps/#offline)</a> to the page you save.  I&#8217;ve tried this in Safari 4, and it does change the behavior and make the app work when I have the server disabled.  The spec says you have to serve the manifest with the text/cache-manifest MIME type, but I think Safari 4 will let you get away with text/plain.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: krema</title>
		<link>http://www.kremalicious.com/2008/06/safari-4-developer-preview/#comment-41</link>
		<dc:creator>krema</dc:creator>
		<pubDate>Wed, 11 Jun 2008 12:05:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.kremalicious.com/?p=73#comment-41</guid>
		<description>@&lt;strong&gt;Dylan&lt;/strong&gt;: Agree with you. Use firebug too but it&#039;s good to see that Safari&#039;s Web Inspector gets an overhaul as some UI decisions weren&#039;t that good. Nevertheless the UI is way more logical than Firebugs UI but I guess this is a rather subjective matter of taste. But the ability to inline edit elements (html and css) is implemented too.

Strange: The last Web Inspector update by the WebKit team was announced here on Dec 2007: &lt;a href=&quot;http://webkit.org/blog/148/web-inspector-update/&quot; rel=&quot;nofollow&quot;&gt;Web Inspector Update&lt;/a&gt;
It seems that this new Web Inspector was directly developed by Apple and not the WebKit team since they didn&#039;t post about the update in their blog. But just speculation, not sure about this.

@&lt;strong&gt;Paul&lt;/strong&gt;: This Web App thing is rather strange to me since it works just with an active internet connection. Beside lesser toolbars I can see no advantages over using the browser window... Do you see any advantages for it?</description>
		<content:encoded><![CDATA[<p>@<strong>Dylan</strong>: Agree with you. Use firebug too but it&#8217;s good to see that Safari&#8217;s Web Inspector gets an overhaul as some UI decisions weren&#8217;t that good. Nevertheless the UI is way more logical than Firebugs UI but I guess this is a rather subjective matter of taste. But the ability to inline edit elements (html and css) is implemented too.</p>
<p>Strange: The last Web Inspector update by the WebKit team was announced here on Dec 2007: <a href="http://webkit.org/blog/148/web-inspector-update/" rel="nofollow">Web Inspector Update</a><br />
It seems that this new Web Inspector was directly developed by Apple and not the WebKit team since they didn&#8217;t post about the update in their blog. But just speculation, not sure about this.</p>
<p>@<strong>Paul</strong>: This Web App thing is rather strange to me since it works just with an active internet connection. Beside lesser toolbars I can see no advantages over using the browser window&#8230; Do you see any advantages for it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://www.kremalicious.com/2008/06/safari-4-developer-preview/#comment-40</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Wed, 11 Jun 2008 06:35:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.kremalicious.com/?p=73#comment-40</guid>
		<description>Web app saving sounds interesting; but other than that, nothing new that wasn&#039;t already in the Webkit nightlies&#039;</description>
		<content:encoded><![CDATA[<p>Web app saving sounds interesting; but other than that, nothing new that wasn&#8217;t already in the Webkit nightlies&#8217;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dylan Bathurst</title>
		<link>http://www.kremalicious.com/2008/06/safari-4-developer-preview/#comment-39</link>
		<dc:creator>Dylan Bathurst</dc:creator>
		<pubDate>Wed, 11 Jun 2008 02:18:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.kremalicious.com/?p=73#comment-39</guid>
		<description>People always talk about how great Safari&#039;s web inspector is. Maybe past versions were just terrible, but I have always felt it was sub-par compared to firebug. The ability to edit content within the browser has been a wonder for my development in FF. Also The complicated, overloaded styles menu in Web Inspector drives me crazy.

What do you think?</description>
		<content:encoded><![CDATA[<p>People always talk about how great Safari&#8217;s web inspector is. Maybe past versions were just terrible, but I have always felt it was sub-par compared to firebug. The ability to edit content within the browser has been a wonder for my development in FF. Also The complicated, overloaded styles menu in Web Inspector drives me crazy.</p>
<p>What do you think?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
