<?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/"
	xmlns:go='http://ns.gigaom.com/'
xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>GigaOM &#187; Apple</title>
	<atom:link href="http://gigaom.com/apple/tag/webkit/feed/" rel="self" type="application/rss+xml" />
	<link>http://gigaom.com</link>
	<description></description>
	<lastBuildDate>Sat, 11 Feb 2012 06:01:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='gigaom.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://0.gravatar.com/blavatar/0db8f6557d022075dbbf010c54d46d93?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>GigaOM &#187; Apple</title>
		<link>http://gigaom.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://gigaom.com/osd.xml" title="GigaOM" />
	<atom:link rel='hub' href='http://gigaom.com/?pushpress=hub'/>
		<item>
		<title>How-To: Turbocharge Your Browsing With Greasemonkey</title>
		<link>http://gigaom.com/apple/how-to-turbocharge-your-browsing-with-greasemonkey/</link>
		<comments>http://gigaom.com/apple/how-to-turbocharge-your-browsing-with-greasemonkey/#comments</comments>
		<pubDate>Mon, 25 Jan 2010 19:00:48 +0000</pubDate>
		<dc:creator>Christopher Ryan</dc:creator>
				<category><![CDATA[CNN Startups]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[NYT Startups]]></category>
		<category><![CDATA[Startups]]></category>
		<category><![CDATA[SYN Analysis]]></category>
		<category><![CDATA[add-on]]></category>
		<category><![CDATA[addon]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[browsing]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Fred Wang Trinity]]></category>
		<category><![CDATA[greasekit]]></category>
		<category><![CDATA[greasemonkey]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[plug-in]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[safari]]></category>
		<category><![CDATA[scripts]]></category>
		<category><![CDATA[WebKit]]></category>

		<guid isPermaLink="false">http://theappleblog.com/?p=39245</guid>
		<description><![CDATA[While the debate over Mac versus PC will last for eternity, one of the elements that many “diehard” PC users have thrown at Apple fanboys is the ability to really tweak their experience, through application add-ons and plugins. Mac users who use Firefox have had a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&amp;blog=14960843&amp;post=173846&amp;subd=gigaom2&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img  title="Greasemonkey Icon" src="http://gigapple.files.wordpress.com/2010/01/greasemonkeyicon.png?w=200&#038;h=200" alt="Greasemonkey Icon" width="200" height="200" class=" alignleft" /></p>
<p class="excerpt">While the debate over Mac versus PC will last for eternity, one of the elements that many “diehard” PC users have thrown at Apple fanboys is the ability to really tweak their experience, through application add-ons and plugins.</p>
<p>Mac users who use Firefox have had a little taste of this with <a href="https://addons.mozilla.org/en-US/firefox/addon/748">Greasemonkey</a>, a Firefox add-on that allows support for on the fly changes to websites. If you haven’t heard of Greasemonkey, this is a must read for you and if your browser of choice isn’t Firefox, we’ll show you how to install its equivalent, GreaseKit with Safari.</p>
<h3>What Is Greasemonkey?</h3>
<p>Greasemonkey is an add-on for browsers that allow users to install “scripts” that are fine tuned to affect how different websites function. For example, if you’re a person who uses MySpace and really hates how the login page is full of ads, you can install a script that adjusts the display of the page when it loads and gives you a cleaner experience.</p>
<p>Cleaning up MySpace is just the beginning; there are scripts for just about everything. If you’re not a fan of the default Gmail web interface, you can use a script that declutters it.</p>
<p>But it’s not just about changing the look and feel of a website; there are scripts that remove content like ads and scripts that add functionality, like a script that lets you add notes to entries in your Netflix queue.</p>
<h3>Installing GreaseKit in Safari</h3>
<p>While Greasemonkey is an easy add-on if you use Firefox, you can also use similar add-ons in Safari. For Safari users, begin by downloading <a href="http://www.culater.net/software/SIMBL/SIMBL.php">SIMBL</a> and install it. Then download <a href="http://8-p.info/greasekit/">GreaseKit</a> and install the bundle file inside to <code>~/Library/Application Support/SIMBL/Plugins</code>. If this folder doesn’t exist, just add it before dropping the file inside.</p>
<p>Next, relaunch Safari and, provided things worked well, you’ll see a new menu entry for GreaseKit. Now go find some scripts (see below) and click “Install This Script” to copy it into GreaseKit. You’ll see the JavaScript flash on screen and eventually it should be added to your GreaseKit menu.</p>
<p style="text-align: center;"><img  title="GreaseKit" src="http://gigapple.files.wordpress.com/2010/01/greasekit.png?w=430&#038;h=230" alt="GreaseKit" width="430" height="230" class=" alignleft" /></p>
<h3>Getting Scripts</h3>
<p>There are a variety of places to find the scripts that integrate with Greasemonkey or GreaseKit. <a href="http://userscripts.org/">Userscripts.org</a> is perhaps the largest of these and an excellent place to start. I urge caution though as these scripts can become dated when the websites they affect are updated. Also, because you’re not running the scripts in Greasemonkey on Firefox for Windows (where they are usually tested), the add-ons may not function exactly as described. This is likely to happen in Safari if the script is overly complex, requiring additional interfaces to manage it.</p>
<p>Here are the scripts I’ve discussed in this article:</p>
<ul>
<li><a href="http://userscripts.org/scripts/show/30744">Netflix Notes </a></li>
<li><a href="http://userscripts.org/scripts/show/54510">MySpace Clean Redesigned Login and Logout </a></li>
<li><a href="http://userscripts.org/scripts/show/65171">Simplify Gmail </a></li>
</ul>
<p>You also might enjoy the <a href="http://userscripts.org/scripts/show/58852">Unfriend Finder for Facebook </a>that lets you know when (and who) has unfriended you. This particular script doesn’t work well in Safari, so I recommend using it in Firefox.</p>
<p>Have you found any good scripts? Feel free to use the comments below and let us know what you think.</p>
<p><strong>Related research and analysis from GigaOM Pro:</strong><br />Subscriber content. <a href="http://pro.gigaom.com/?utm_source=apple&utm_medium=editorial&utm_campaign=auto3&utm_term=173846+how-to-turbocharge-your-browsing-with-greasemonkey&utm_content=limeology">Sign up for a free trial</a>.</p><ul><li><a href="http://pro.gigaom.com/2009/11/what-does-the-future-hold-for-browsers/?utm_source=apple&utm_medium=editorial&utm_campaign=auto3&utm_term=173846+how-to-turbocharge-your-browsing-with-greasemonkey&utm_content=limeology">What Does the Future Hold For&nbsp;Browsers?</a></li><li><a href="http://pro.gigaom.com/2010/03/cleantech-financing-trends-2010-and-beyond/?utm_source=apple&utm_medium=editorial&utm_campaign=auto3&utm_term=173846+how-to-turbocharge-your-browsing-with-greasemonkey&utm_content=limeology">Cleantech Financing Trends: 2010 and&nbsp;Beyond</a></li><li><a href="http://pro.gigaom.com/2009/08/could-skype-in-your-pocket-beat-the-ipod-touch/?utm_source=apple&utm_medium=editorial&utm_campaign=auto3&utm_term=173846+how-to-turbocharge-your-browsing-with-greasemonkey&utm_content=limeology">Could Skype in Your Pocket Beat the iPod&nbsp;Touch?</a></li></ul><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&amp;blog=14960843&amp;post=173846&amp;subd=gigaom2&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://gigaom.com/apple/how-to-turbocharge-your-browsing-with-greasemonkey/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	 <go:thumbnail>http://gigapple.files.wordpress.com/2010/01/greasemonkey_thumb.jpg?w=130</go:thumbnail> 
		<media:thumbnail url="http://gigapple.files.wordpress.com/2010/01/greasemonkey_thumb.jpg?w=210" />
		<media:content url="http://gigapple.files.wordpress.com/2010/01/greasemonkey_thumb.jpg?w=210" medium="image">
			<media:title type="html">greasemonkey_thumb</media:title>
		</media:content>

		<media:content url="http://0.gravatar.com/avatar/832459ff6ff50bbfb3a2b901927c1448?s=96&#38;d=retro&#38;r=PG" medium="image">
			<media:title type="html">limeology</media:title>
		</media:content>

		<media:content url="http://gigapple.files.wordpress.com/2010/01/greasemonkeyicon.png" medium="image">
			<media:title type="html">Greasemonkey Icon</media:title>
		</media:content>

		<media:content url="http://gigapple.files.wordpress.com/2010/01/greasekit.png" medium="image">
			<media:title type="html">GreaseKit</media:title>
		</media:content>
	</item>
		<item>
		<title>Pie Guy: Web Apps as Viable Alternatives</title>
		<link>http://gigaom.com/apple/pie-guy-web-apps-as-viable-alternatives/</link>
		<comments>http://gigaom.com/apple/pie-guy-web-apps-as-viable-alternatives/#comments</comments>
		<pubDate>Thu, 26 Nov 2009 18:00:38 +0000</pubDate>
		<dc:creator>Olly Farshi</dc:creator>
				<category><![CDATA[Commentary]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[App Store]]></category>
		<category><![CDATA[developers]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[distribution]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[web app]]></category>
		<category><![CDATA[WebKit]]></category>

		<guid isPermaLink="false">http://theappleblog.com/?p=36439</guid>
		<description><![CDATA[Pie Guy is an excellent little game that&#8217;s causing a small stir among developers. The game has completely bypassed the App Store and is available to download, right now, as a Web App. It&#8217;s a cute 8-bit-era game with deliciously retro graphics that clones Pacman with [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&amp;blog=14960843&amp;post=173683&amp;subd=gigaom2&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p class="excerpt">Pie Guy is an excellent little game that&#8217;s causing a small stir among developers. The game has completely bypassed the App Store and is available to download, right now, as a Web App.</p>
<p><object type="application/x-shockwave-flash" width="400" height="265" data="http://www.flickr.com/apps/video/stewart.swf?v=71377" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"><param name="flashvars" value="intl_lang=en-us&#038;photo_secret=c121dfe75e&#038;photo_id=4131848511&#038;flickr_show_info_box=true"></param><param name="movie" value="http://www.flickr.com/apps/video/stewart.swf?v=71377"></param><param name="bgcolor" value="#000000"></param><param name="allowFullScreen" value="true"></param><embed type="application/x-shockwave-flash" src="http://www.flickr.com/apps/video/stewart.swf?v=71377" bgcolor="#000000" allowfullscreen="true" flashvars="intl_lang=en-us&#038;photo_secret=c121dfe75e&#038;photo_id=4131848511&#038;flickr_show_info_box=true" height="265" width="400"></embed></object></p>
<p>It&#8217;s a cute 8-bit-era game with deliciously retro graphics that clones Pacman with a pie-themed twist. Eat the pies, don&#8217;t get caught by the cooks, and try to beat your high-score. The game can be installed for free simply by visiting <a href="http://mrgan.com/pieguy/">http://mrgan.com/pieguy/</a> on your iPhone&#8217;s browser.</p>
<p>The surprising thing is that all of this was achieved <em>without</em> the App Store. I&#8217;ve never come across an iPhone web app that feels so much like a native app. From the install process, to the icon and graphics, the attention to detail is impressive.</p>
<p>Admittedly, Pie Guy is no <a href="http://gigaom.com/apple/app-review-rolando-2-roll-on-the-second-coming/">Rolando</a>, but nevertheless it&#8217;s just the sort of 99 cent app I&#8217;d expect to find riding high in the App Store charts. Except it&#8217;s not in the App Store &#8212; Pie Guy is free from the constraints and anguish of Apple approvals and it&#8217;s just as polished and professional as we&#8217;d expect, <em>but perhaps rarely find,</em> from a native premium app. <span id="more-173683"></span></p>
<p>What’s amazing is seeing what has been achieved without the App Store. A great user experience and a great product, all without running natively. Plus, it even works offline, despite being a web app. It&#8217;s worth noting though Pie Guy is iPhone 3GS <em>only</em>, the app apparently takes advantage of the significant improvements Apple made to WebKit performance on the device.</p>
<p>Of course, iPhone web apps are nothing new. Way back when, before the glorious mess that is the App Store, Jobs announced that developing on iPhone was effectively as simple as creating a web site.</p>
<p>After a rather disgruntled reaction from the dev community, and much purported rushing on Apple&#8217;s part, we ended up with the App Store. The very notion of web apps, on the other hand, seemed to get tossed aside in the free-for-all gold-rush that ensued.</p>
<p>Many months later, attention is beginning to swing back around to the untapped potential of web apps. It may be that developers are looking for a route to take their concepts to users without running <a href="http://gigaom.com/2009/08/04/the-great-firewall-of-apples-app-store/">the rejection gauntlet that is Apple&#8217;s app approval process</a>. However, it&#8217;s also likely that developers want to take advantage of those handy WebKit performance improvements on the 3GS.</p>
<p>Earlier this week on Twitter, <a href="http://www.davidkaneda.com/">David Kaneda</a>, a WebKit developer, claimed, &#8220;I could write a pretty competitive Tweetie clone, pretty quickly.&#8221; Loren Brichter, developer of iPhone Twitter-client <a href="http://gigaom.com/apple/tweetie-2-the-complete-iphone-preview/">Tweetie</a>, promptly responded by saying, &#8220;I dare you.&#8221; What resulted from the ensuing exchange was a coder battle that may go some way in illustrating the real potential of WebKit, with Kaneda already producing <a href="http://twitter.com/DavidKaneda/status/6059774523">promising results</a>.</p>
<p>In the meantime though, users are caught between a somewhat chaotic App Store and a predominantly lackluster selection of web apps. There&#8217;s clearly room for improvement in both arenas and it&#8217;ll be interesting to see what developers manage to squeeze out of WebKit in the coming months.</p>
<p><strong>Related research and analysis from GigaOM Pro:</strong><br />Subscriber content. <a href="http://pro.gigaom.com/?utm_source=apple&utm_medium=editorial&utm_campaign=auto3&utm_term=173683+pie-guy-web-apps-as-viable-alternatives&utm_content=ollyf">Sign up for a free trial</a>.</p><ul><li><a href="http://pro.gigaom.com/2010/09/how-to-market-your-iphone-app-a-developers-guide/?utm_source=apple&utm_medium=editorial&utm_campaign=auto3&utm_term=173683+pie-guy-web-apps-as-viable-alternatives&utm_content=ollyf">How to Market Your iPhone App: A Developer&#8217;s&nbsp;Guide</a></li><li><a href="?utm_source=apple&utm_medium=editorial&utm_campaign=auto3&utm_term=173683+pie-guy-web-apps-as-viable-alternatives&utm_content=ollyf"></a></li><li><a href="http://pro.gigaom.com/2009/07/virtual-worlds-trends-and-opportunities/?utm_source=apple&utm_medium=editorial&utm_campaign=auto3&utm_term=173683+pie-guy-web-apps-as-viable-alternatives&utm_content=ollyf">Virtual Worlds: Trends and&nbsp;Opportunities</a></li></ul><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&amp;blog=14960843&amp;post=173683&amp;subd=gigaom2&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://gigaom.com/apple/pie-guy-web-apps-as-viable-alternatives/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	 <go:thumbnail>http://gigapple.files.wordpress.com/2009/11/pie_guy.png?w=130</go:thumbnail> 
		<media:thumbnail url="http://gigapple.files.wordpress.com/2009/11/pie_guy.png?w=210" />
		<media:content url="http://gigapple.files.wordpress.com/2009/11/pie_guy.png?w=210" medium="image">
			<media:title type="html">pie_guy</media:title>
		</media:content>

		<media:content url="http://0.gravatar.com/avatar/a4e760f4462bf44a600dc6c125daa3d0?s=96&#38;d=retro&#38;r=PG" medium="image">
			<media:title type="html">ollyf</media:title>
		</media:content>
	</item>
		<item>
		<title>CSS Animation in Latest WebKit Builds, Threat to Flash On iPhone?</title>
		<link>http://gigaom.com/apple/css-animation-in-latest-webkit-builds-threat-to-flash-on-iphone/</link>
		<comments>http://gigaom.com/apple/css-animation-in-latest-webkit-builds-threat-to-flash-on-iphone/#comments</comments>
		<pubDate>Fri, 06 Feb 2009 23:00:26 +0000</pubDate>
		<dc:creator>Darrell Etherington</dc:creator>
				<category><![CDATA[CNN Mobile]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[NYT Enterprise]]></category>
		<category><![CDATA[NYT Internet]]></category>
		<category><![CDATA[SYN Feature Enterprise]]></category>
		<category><![CDATA[animation]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[safari]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[WebKit]]></category>

		<guid isPermaLink="false">http://theappleblog.com/?p=16679</guid>
		<description><![CDATA[According to the official WebKit blog, the browser rendering engine now supports some explicit CSS animations. A recent nightly build brings support for keyframes and repeating animated effects coded directly in CSS. The animation features are currently exclusive to test builds of Safari, but they have [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&amp;blog=14960843&amp;post=172328&amp;subd=gigaom2&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img  title="photo-8" src="http://gigapple.files.wordpress.com/2009/02/photo-8.jpg?w=300&#038;h=200" alt="photo-8" width="300" height="200" class=" alignleft" /></p>
<p class="excerpt">According to the <a href="http://webkit.org/blog/324/css-animation-2/" target="_self">official WebKit blog</a>, the browser rendering engine now supports some explicit CSS animations. A recent nightly build brings support for keyframes and repeating animated effects coded directly in CSS. The animation features are currently exclusive to test builds of Safari, but they have already been put into play by Apple in the iPhone and iPod touch&#8217;s mobile Safari browser.</p>
<p>Since that&#8217;s the easiest way to see them live, I fired up mobile Safari on my iPhone and had a look at the three demos available. There are <a href="http://webkit.org/blog-files/leaves/index.html" target="_self">falling leaves</a>, <a href="http://webkit.org/blog-files/pulse.html" target="_self">pulse</a>, and a <a href="http://webkit.org/blog-files/bounce.html" target="_self">bouncing box</a>. The falling leaves were probably the most impressive example of the potential this new tech offers, but all three were promising and looked good on the iPhone. They should soon be supported by Safari for the desktop as well, and they have been submitted for inclusion in the official CSS standards, as determined by the W3.<br />
<span id="more-172328"></span><br />
While it&#8217;s not clear yet what the limitations of the tech are in terms of interactivity, they do present a nice, simple alternative to overly complicated Flash animations, at least for visuals. Depending on how advanced the support for CSS animations and other effects becomes, Apple may see less of a need for supporting Flash. As the iPhone gains more hold in the mobile browser market, web designers could opt to code in CSS animation effects to reach a broader audience.</p>
<p>Regardless of what happens with Flash, CSS animation support is promising for iPhone users and developers alike, since it expands the canvas and promises more graphically-rich content. As long as it doesn&#8217;t result in <a href="http://www.angelfire.com/super/badwebs/" target="_self">this kind of thing.</a></p>
<p><strong>Related research and analysis from GigaOM Pro:</strong><br />Subscriber content. <a href="http://pro.gigaom.com/?utm_source=apple&utm_medium=editorial&utm_campaign=auto3&utm_term=172328+css-animation-in-latest-webkit-builds-threat-to-flash-on-iphone&utm_content=etherin">Sign up for a free trial</a>.</p><ul><li><a href="http://pro.gigaom.com/2009/11/what-does-the-future-hold-for-browsers/?utm_source=apple&utm_medium=editorial&utm_campaign=auto3&utm_term=172328+css-animation-in-latest-webkit-builds-threat-to-flash-on-iphone&utm_content=etherin">What Does the Future Hold For&nbsp;Browsers?</a></li><li><a href="http://pro.gigaom.com/2009/08/could-skype-in-your-pocket-beat-the-ipod-touch/?utm_source=apple&utm_medium=editorial&utm_campaign=auto3&utm_term=172328+css-animation-in-latest-webkit-builds-threat-to-flash-on-iphone&utm_content=etherin">Could Skype in Your Pocket Beat the iPod&nbsp;Touch?</a></li><li><a href="http://pro.gigaom.com/2011/03/why-ipad-2-will-lead-consumers-into-the-post-pc-era/?utm_source=apple&utm_medium=editorial&utm_campaign=auto3&utm_term=172328+css-animation-in-latest-webkit-builds-threat-to-flash-on-iphone&utm_content=etherin">Why iPad 2 Will Lead Consumers Into the Post-PC&nbsp;Era</a></li></ul><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&amp;blog=14960843&amp;post=172328&amp;subd=gigaom2&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://gigaom.com/apple/css-animation-in-latest-webkit-builds-threat-to-flash-on-iphone/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/188039e12983eb749171a75cfd01378d?s=96&#38;d=retro&#38;r=PG" medium="image">
			<media:title type="html">etherin</media:title>
		</media:content>

		<media:content url="http://gigapple.files.wordpress.com/2009/02/photo-8.jpg?w=300" medium="image">
			<media:title type="html">photo-8</media:title>
		</media:content>
	</item>
		<item>
		<title>Daily Apple: Something for Snipers, Seagate, and Selling Second-hand</title>
		<link>http://gigaom.com/apple/daily-apple-something-for-snipers-seagate-and-selling-second-hand/</link>
		<comments>http://gigaom.com/apple/daily-apple-something-for-snipers-seagate-and-selling-second-hand/#comments</comments>
		<pubDate>Wed, 21 Jan 2009 03:19:52 +0000</pubDate>
		<dc:creator>Darrell Etherington</dc:creator>
				<category><![CDATA[news]]></category>
		<category><![CDATA[Software Apps]]></category>
		<category><![CDATA[SYN Feature Enterprise]]></category>
		<category><![CDATA[browsers]]></category>
		<category><![CDATA[Daily Apple]]></category>
		<category><![CDATA[gecko]]></category>
		<category><![CDATA[lunascape]]></category>
		<category><![CDATA[trident]]></category>
		<category><![CDATA[WebKit]]></category>

		<guid isPermaLink="false">http://theappleblog.com/?p=15658</guid>
		<description><![CDATA[Because Sometimes You Have to Wait A Long Time for Your Mark &#8211; No more long, boring stakeouts for you would-be assassins. This handy iPod mount for your sniper rifle will let you watch some YouTube, play a game, or check out the scores at the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&amp;blog=14960843&amp;post=172258&amp;subd=gigaom2&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.crunchgear.com/2009/01/20/already-bored-with-your-sniper-rifle-howsabout-an-ipod-mount/" target="_self"><strong>Because Sometimes You Have to Wait A Long Time for Your Mark</strong></a> &#8211; No more long, boring stakeouts for you would-be assassins. This handy iPod mount for your sniper rifle will let you watch some YouTube, play a game, or check out the scores at the game you&#8217;re missing because you have to kill this guy.</p>
<p><a href="http://jkontherun.com/2009/01/20/how-to-add-mac-menus-on-multiple-monitors/" target="_self"><strong>Mac Menus For Multiple Monitors</strong></a> &#8211; I use my TV as a second display for watching movies, playing games, etc. Which means that not having menus on either one or the other display really cramps my style. Thanks to jkOnTheRun, I now have at least one option, even if it&#8217;s not ideal (that would be a top menu on each screen).</p>
<p><a href="http://www.neowin.net/news/main/09/01/19/microsoft-set-to-unveil-mobileme-competitor-next-month" target="_self"><strong>Microsoft to Tango With MobileMe</strong></a> &#8211; If you want to cut in on a competitor&#8217;s territory, the best place to strike is where they&#8217;re weakest. Apple knew Vista was disappointing, so they targeted the OS in their ad campaign. Microsoft may have learned that lesson, since they&#8217;re set to release a MobileMe competitor.</p>
<p><a href="http://www.tuaw.com/2009/01/19/tick-tick-tick-significant-number-of-seagate-hard-drives-fail/" target="_self"><strong>Seagate Drives Prone to a Slight Case of Not Working</strong></a> &#8211; Barracuda series drives that are used in some Apple computers are developing a nasty case of the fails. The good news is that the data can be saved on failed drives. The bad news is that an application which could warn you of imminent failure doesn&#8217;t run on Macs.</p>
<p><a href="http://money.cnn.com/news/newsfeeds/articles/djf500/200901200540DOWJONESDJONLINE000194_FORTUNE5.htm" target="_self"><strong>Apple Now Selling Used Products in China</strong></a> &#8211; Apple computers aren&#8217;t selling like hotcakes in China, which now represents a major market, even with the global economic turmoil going on right now. They&#8217;re probably hoping that offering used/refurb deals will net some more customers.</p>
<p><strong>Related research and analysis from GigaOM Pro:</strong><br />Subscriber content. <a href="http://pro.gigaom.com/?utm_source=apple&utm_medium=editorial&utm_campaign=auto3&utm_term=172258+daily-apple-something-for-snipers-seagate-and-selling-second-hand&utm_content=etherin">Sign up for a free trial</a>.</p><ul><li><a href="http://pro.gigaom.com/2009/11/what-does-the-future-hold-for-browsers/?utm_source=apple&utm_medium=editorial&utm_campaign=auto3&utm_term=172258+daily-apple-something-for-snipers-seagate-and-selling-second-hand&utm_content=etherin">What Does the Future Hold For&nbsp;Browsers?</a></li><li><a href="http://pro.gigaom.com/2011/03/why-ipad-2-will-lead-consumers-into-the-post-pc-era/?utm_source=apple&utm_medium=editorial&utm_campaign=auto3&utm_term=172258+daily-apple-something-for-snipers-seagate-and-selling-second-hand&utm_content=etherin">Why iPad 2 Will Lead Consumers Into the Post-PC&nbsp;Era</a></li><li><a href="http://pro.gigaom.com/2011/03/the-near-term-evolution-of-social-commerce/?utm_source=apple&utm_medium=editorial&utm_campaign=auto3&utm_term=172258+daily-apple-something-for-snipers-seagate-and-selling-second-hand&utm_content=etherin">The Near-Term Evolution of Social&nbsp;Commerce</a></li></ul><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&amp;blog=14960843&amp;post=172258&amp;subd=gigaom2&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://gigaom.com/apple/daily-apple-something-for-snipers-seagate-and-selling-second-hand/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/188039e12983eb749171a75cfd01378d?s=96&#38;d=retro&#38;r=PG" medium="image">
			<media:title type="html">etherin</media:title>
		</media:content>
	</item>
		<item>
		<title>Safari 3.2 Adds Anti-Phishing and Other Security Enhancements</title>
		<link>http://gigaom.com/apple/safari-32-adds-anti-phishing-and-other-security-enhancements/</link>
		<comments>http://gigaom.com/apple/safari-32-adds-anti-phishing-and-other-security-enhancements/#comments</comments>
		<pubDate>Fri, 14 Nov 2008 13:30:44 +0000</pubDate>
		<dc:creator>Weldon Dodd</dc:creator>
				<category><![CDATA[news]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[phishing]]></category>
		<category><![CDATA[safari]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[softwareupdates]]></category>
		<category><![CDATA[WebKit]]></category>

		<guid isPermaLink="false">http://theappleblog.com/?p=10596</guid>
		<description><![CDATA[Yesterday, Apple released Safari 3.2 for both Windows and Mac (Tiger and Leopard). As usual, Apple&#8217;s normal update announcements are a little short on details. This update is recommended for all Safari users and features protection from fraudulent phishing websites and better identification of online businesses. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&amp;blog=14960843&amp;post=171942&amp;subd=gigaom2&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img  title="Safari" src="http://theappleblog.com/wp-content/uploads/2008/01/safariicon.png" alt="" width="120" height="130" class=" alignleft" />Yesterday, Apple released Safari 3.2 for both Windows and Mac (Tiger and Leopard). As usual, Apple&#8217;s normal update announcements are a little short on details.</p>
<blockquote><p>This update is recommended for all Safari users and features protection from fraudulent phishing websites and better identification of online businesses. This update also includes the latest security updates. For detailed information on the security content of this update, please visit this site: http://support.apple.com/kb/HT1222</p></blockquote>
<p>The KnowledgeBase article about the security content of the update takes you to Apple&#8217;s main security page, which links to the <a href="http://support.apple.com/kb/HT3298">Safari 3.2 security fixes</a>. Most of the fixes are about arbitrary code execution but some are more subtle fixes to make sure that web pages don&#8217;t have access to local files.</p>
<p>The anti-phishing updates are two-fold. If you visit a malicious web site, Safari will warn you with the following dialog box:</p>
<p><img  title="suspectedphishingsite1" src="http://gigapple.files.wordpress.com/2008/11/suspectedphishingsite1.jpg?w=604" alt="" class=" alignleft" /></p>
<p>Clicking on the &#8220;Learn more about phishing scams&#8221; link takes you to a web page that explains <a href="http://www.google.com/support/bin/answer.py?answer=106318&amp;hl=en-us">Strange Behavior and Malicious Software: Phishing attacks</a>. Interestingly enough, this explanation is on Google.com rather than on Apple&#8217;s web site. I assume this means that Apple is using Google&#8217;s list of sites that they have identified as potentially dangerous, like you might see on some search results.<br />
<span id="more-171942"></span><br />
<img  title="search_45449a_en" src="http://gigapple.files.wordpress.com/2008/11/search_45449a_en.gif?w=500&#038;h=187" alt="" width="500" height="187" class=" alignleft" /></p>
<p>To go along with this, there is a new preference in the security panel to toggle this warning when you visit a fraudulent website.</p>
<p><img src="http://gigapple.files.wordpress.com/2008/11/security.jpg?w=604" alt="" title="security"  class=" alignleft" /></p>
<p>The other change is a positive indication for sites that have taken the extra step to obtain an <a href="http://en.wikipedia.org/wiki/Extended_Validation_Certificate">Extended Validation Certificate</a> from one of the Certificate Authorities that have begun to do the extra background checks. If you visit a site that has one of these Extended Validation Certificates, Safari will display the site name next to the usual lock icon in green text, as you can see in this example from eBay.com&#8217;s login page.</p>
<p><img  title="ebayevc" src="http://gigapple.files.wordpress.com/2008/11/ebayevc.jpg?w=400&#038;h=68" alt="" width="400" height="68" class=" alignleft" /></p>
<p>Not all sites with SSL certificates have these EVC credentials (my bank&#8217;s online site does not, for example). When you do see the notice, you can click on this green text to get more details on the site certificate (just as you can for other sites by clicking on the lock itself). Make a note of the &#8220;Class 3 Extended Validation SSL SGC CA&#8221; line in PayPal&#8217;s description below.</p>
<p><img  title="paypal" src="http://gigapple.files.wordpress.com/2008/11/paypal.jpg?w=484&#038;h=263" alt="" width="484" height="263" class=" alignleft" /></p>
<p>There are lots more features coming in Safari 4 which should implement much more of the HTML 5 specification and the new <a href="http://webkit.org/blog/189/announcing-squirrelfish/">SquirrelFish</a> javascript engine, but this is a small step towards that.</p>
<p><strong>Related research and analysis from GigaOM Pro:</strong><br />Subscriber content. <a href="http://pro.gigaom.com/?utm_source=apple&utm_medium=editorial&utm_campaign=auto3&utm_term=171942+safari-32-adds-anti-phishing-and-other-security-enhancements&utm_content=weldon">Sign up for a free trial</a>.</p><ul><li><a href="http://pro.gigaom.com/2009/11/what-does-the-future-hold-for-browsers/?utm_source=apple&utm_medium=editorial&utm_campaign=auto3&utm_term=171942+safari-32-adds-anti-phishing-and-other-security-enhancements&utm_content=weldon">What Does the Future Hold For&nbsp;Browsers?</a></li><li><a href="http://pro.gigaom.com/2010/12/report-a-mobile-video-market-overview/?utm_source=apple&utm_medium=editorial&utm_campaign=auto3&utm_term=171942+safari-32-adds-anti-phishing-and-other-security-enhancements&utm_content=weldon">Report: A Mobile Video Market&nbsp;Overview</a></li><li><a href="http://pro.gigaom.com/2010/11/mobile-app-developer-survey-profiles-platforms-and-monetization/?utm_source=apple&utm_medium=editorial&utm_campaign=auto3&utm_term=171942+safari-32-adds-anti-phishing-and-other-security-enhancements&utm_content=weldon">Mobile App Developer Survey: Profiles, Platforms and&nbsp;Monetization</a></li></ul><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&amp;blog=14960843&amp;post=171942&amp;subd=gigaom2&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://gigaom.com/apple/safari-32-adds-anti-phishing-and-other-security-enhancements/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/872d7508700c925e2c56d17b8ef59cc5?s=96&#38;d=retro&#38;r=PG" medium="image">
			<media:title type="html">weldon</media:title>
		</media:content>

		<media:content url="http://theappleblog.com/wp-content/uploads/2008/01/safariicon.png" medium="image">
			<media:title type="html">Safari</media:title>
		</media:content>

		<media:content url="http://gigapple.files.wordpress.com/2008/11/suspectedphishingsite1.jpg" medium="image">
			<media:title type="html">suspectedphishingsite1</media:title>
		</media:content>

		<media:content url="http://gigapple.files.wordpress.com/2008/11/search_45449a_en.gif" medium="image">
			<media:title type="html">search_45449a_en</media:title>
		</media:content>

		<media:content url="http://gigapple.files.wordpress.com/2008/11/security.jpg" medium="image">
			<media:title type="html">security</media:title>
		</media:content>

		<media:content url="http://gigapple.files.wordpress.com/2008/11/ebayevc.jpg" medium="image">
			<media:title type="html">ebayevc</media:title>
		</media:content>

		<media:content url="http://gigapple.files.wordpress.com/2008/11/paypal.jpg" medium="image">
			<media:title type="html">paypal</media:title>
		</media:content>
	</item>
		<item>
		<title>Why Not Integrate Safari With Finder?</title>
		<link>http://gigaom.com/apple/why-not-integrate-safari-with-finder/</link>
		<comments>http://gigaom.com/apple/why-not-integrate-safari-with-finder/#comments</comments>
		<pubDate>Mon, 25 Jun 2007 08:08:57 +0000</pubDate>
		<dc:creator>Louis Gray</dc:creator>
				<category><![CDATA[Commentary]]></category>
		<category><![CDATA[Energy]]></category>
		<category><![CDATA[finder]]></category>
		<category><![CDATA[IBM]]></category>
		<category><![CDATA[Rich Lechner]]></category>
		<category><![CDATA[safari]]></category>
		<category><![CDATA[WebKit]]></category>

		<guid isPermaLink="false">http://theappleblog.com/2007/06/25/why-not-integrate-safari-with-finder/</guid>
		<description><![CDATA[When Microsoft embedded Internet Explorer with Windows, it was an obvious anti-competetive move intended to thwart the growth of the Netscape browser and benefit from the company&#8217;s operating system monopoly. The tactic worked, helping to send Netscape into a death-spiral. But if you think about it, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&amp;blog=14960843&amp;post=170933&amp;subd=gigaom2&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>When Microsoft embedded Internet Explorer with Windows, it was an obvious anti-competetive move intended to thwart the growth of the Netscape browser and benefit from the company&#8217;s operating system monopoly. The tactic worked, helping to send Netscape into a death-spiral. But if you think about it, years after the dust has settled, and the court cases are history, it wasn&#8217;t a bad idea after all, to marry the browser with the desktop experience. And Apple has all the tools to do it themselves, the right way, without raising the ire of the legal system.</p>
<p>The WebKit engine underlying Safari also powers both Apple applications, including Mail, and many third party apps, like <a href="http://www.barebones.com/products/bbedit/index.shtml" target="new">BareBones&#8217; BBEdit</a>. The next logical step, in my mind, is to WebKit-enable the Finder, letting me type in a URL, search Google, or access my bookmarks directly from my desktop, without having to open Safari. We can already see similar functionality with how you can play MP3 files within the finder without opening iTunes or view photos without opening iPhoto.</p>
<p><center><a href='http://gigapple.files.wordpress.com/2007/06/new_finder_safari.jpg' title='new_finder'><img src='http://gigapple.files.wordpress.com/2007/06/newfinder_400.jpg?w=604' alt='newfinder_400' class=" alignleft" /><br />Click to See One Mockup of a Safari-Enabled Finder</a></center></p>
<p>There&#8217;s no good reason that I can type a URL in Windows to open a Web site immediately, and my Mac won&#8217;t give me the same option. And Apple&#8217;s low market share may actually give the company an advantage when competitive questions are raised. I&#8217;ve attached a quick mockup with one way today&#8217;s Finder (pre-Leopard) would look with embedded URL entry and bookmark access. What&#8217;s holding Apple back? Wouldn&#8217;t this be a useful feature?</p>
<p><strong>Related research and analysis from GigaOM Pro:</strong><br />Subscriber content. <a href="http://pro.gigaom.com/?utm_source=apple&utm_medium=editorial&utm_campaign=auto3&utm_term=170933+why-not-integrate-safari-with-finder&utm_content=gigaguest">Sign up for a free trial</a>.</p><ul><li><a href="http://pro.gigaom.com/2011/02/the-future-of-work-platforms-an-overview/?utm_source=apple&utm_medium=editorial&utm_campaign=auto3&utm_term=170933+why-not-integrate-safari-with-finder&utm_content=gigaguest">The Future of Work Platforms: An&nbsp;Overview</a></li><li><a href="http://pro.gigaom.com/2011/02/a-2011-green-it-forecast/?utm_source=apple&utm_medium=editorial&utm_campaign=auto3&utm_term=170933+why-not-integrate-safari-with-finder&utm_content=gigaguest">A 2011 Green IT&nbsp;Forecast</a></li><li><a href="http://pro.gigaom.com/2011/01/big-data-2011-preview/?utm_source=apple&utm_medium=editorial&utm_campaign=auto3&utm_term=170933+why-not-integrate-safari-with-finder&utm_content=gigaguest">Big Data 2011&nbsp;Preview</a></li></ul><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&amp;blog=14960843&amp;post=170933&amp;subd=gigaom2&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://gigaom.com/apple/why-not-integrate-safari-with-finder/feed/</wfw:commentRss>
		<slash:comments>34</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4411542bbd7a2a9a2fc2a1b38809e45c?s=96&#38;d=retro&#38;r=PG" medium="image">
			<media:title type="html">gigaguest</media:title>
		</media:content>

		<media:content url="http://gigapple.files.wordpress.com/2007/06/newfinder_400.jpg" medium="image">
			<media:title type="html">newfinder_400</media:title>
		</media:content>
	</item>
	</channel>
</rss>
