<?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: Clean drag and drop upload in Safari</title>
	<atom:link href="http://www.borismus.com/clean-drag-and-drop-upload-in-safari/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.borismus.com/clean-drag-and-drop-upload-in-safari/</link>
	<description>Software Designer</description>
	<lastBuildDate>Tue, 27 Jul 2010 06:00:35 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Brian Hogan</title>
		<link>http://www.borismus.com/clean-drag-and-drop-upload-in-safari/comment-page-1/#comment-62</link>
		<dc:creator>Brian Hogan</dc:creator>
		<pubDate>Thu, 06 Aug 2009 23:14:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.borismus.com/?p=156#comment-62</guid>
		<description>Opps... It didn&#039;t do the code...

mousemove = &quot;document.getElementById(&#039;container&#039;).style.display = &#039;none&#039;;&quot;

onblur = &quot;document.getElementById(&#039;container&#039;).style.display = &#039;&#039;;&quot;</description>
		<content:encoded><![CDATA[<p>Opps&#8230; It didn&#8217;t do the code&#8230;</p>
<p>mousemove = &#8220;document.getElementById(&#8216;container&#8217;).style.display = &#8216;none&#8217;;&#8221;</p>
<p>onblur = &#8220;document.getElementById(&#8216;container&#8217;).style.display = &#8221;;&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Hogan</title>
		<link>http://www.borismus.com/clean-drag-and-drop-upload-in-safari/comment-page-1/#comment-61</link>
		<dc:creator>Brian Hogan</dc:creator>
		<pubDate>Thu, 06 Aug 2009 23:14:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.borismus.com/?p=156#comment-61</guid>
		<description>Awesome! Your code helps me a ton on a project I&#039;m building. You wanted to know how a person could click on your link? What about adding this to your body tag?



This way, when you move your mouse inside Safari the container hides.
But, when you click on a file outside of Safari (to grab a file) the container shows up. Since you&#039;re dragging a file over the Safari window it still won&#039;t have notice a mouse move. When you let go to drop the file it&#039;ll go to your container. As soon as Safari gets focus back the container goes away. I suppose onfocus may be better (but keep in mind you&#039;d have to have an onload with the same code, since onfocus doesn&#039;t seem to trigger on a refresh)? Anyway, just thought you&#039;d like to know.

Thanks again for your code!</description>
		<content:encoded><![CDATA[<p>Awesome! Your code helps me a ton on a project I&#8217;m building. You wanted to know how a person could click on your link? What about adding this to your body tag?</p>
<p>This way, when you move your mouse inside Safari the container hides.<br />
But, when you click on a file outside of Safari (to grab a file) the container shows up. Since you&#8217;re dragging a file over the Safari window it still won&#8217;t have notice a mouse move. When you let go to drop the file it&#8217;ll go to your container. As soon as Safari gets focus back the container goes away. I suppose onfocus may be better (but keep in mind you&#8217;d have to have an onload with the same code, since onfocus doesn&#8217;t seem to trigger on a refresh)? Anyway, just thought you&#8217;d like to know.</p>
<p>Thanks again for your code!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Boris</title>
		<link>http://www.borismus.com/clean-drag-and-drop-upload-in-safari/comment-page-1/#comment-26</link>
		<dc:creator>Boris</dc:creator>
		<pubDate>Sat, 28 Feb 2009 05:25:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.borismus.com/?p=156#comment-26</guid>
		<description>Thanks Sean! I see where you&#039;re coming from, but the convenience of being able to access your application from anywhere is still very appealing to me. For this reason I have a slight bias against desktop apps, as my mac isn&#039;t always with me. On the other hand, native mobile apps don&#039;t suffer from this, and I greatly prefer native iPhone wrappers around web services like twitter and facebook.

Writing an app that feels like a Mac app is a difficult task, but at least there is a target to aim for. I find that the problem with web app design is that it&#039;s much harder to pin down exactly what a web app should feel like.</description>
		<content:encoded><![CDATA[<p>Thanks Sean! I see where you&#8217;re coming from, but the convenience of being able to access your application from anywhere is still very appealing to me. For this reason I have a slight bias against desktop apps, as my mac isn&#8217;t always with me. On the other hand, native mobile apps don&#8217;t suffer from this, and I greatly prefer native iPhone wrappers around web services like twitter and facebook.</p>
<p>Writing an app that feels like a Mac app is a difficult task, but at least there is a target to aim for. I find that the problem with web app design is that it&#8217;s much harder to pin down exactly what a web app should feel like.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sean</title>
		<link>http://www.borismus.com/clean-drag-and-drop-upload-in-safari/comment-page-1/#comment-24</link>
		<dc:creator>Sean</dc:creator>
		<pubDate>Tue, 17 Feb 2009 19:18:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.borismus.com/?p=156#comment-24</guid>
		<description>Cool hack. The problem with web apps as rich applications is that there are a ton of little things like this that don&#039;t quite work, that require hacks like this to work around. Even when developing desktop apps, there are all kinds of little things that you have to get right to really fit in with the system (eg to &quot;feel like a Mac app&quot;).

The model of a desktop app communicating with a server via some API seems to me to be an easier way to get the benefits of web apps along with the benefits of feeling like a native app.

Clearly some rich web apps can work, but I&#039;m personally much more likely to pick a desktop app than a web app for something I use a lot.</description>
		<content:encoded><![CDATA[<p>Cool hack. The problem with web apps as rich applications is that there are a ton of little things like this that don&#8217;t quite work, that require hacks like this to work around. Even when developing desktop apps, there are all kinds of little things that you have to get right to really fit in with the system (eg to &#8220;feel like a Mac app&#8221;).</p>
<p>The model of a desktop app communicating with a server via some API seems to me to be an easier way to get the benefits of web apps along with the benefits of feeling like a native app.</p>
<p>Clearly some rich web apps can work, but I&#8217;m personally much more likely to pick a desktop app than a web app for something I use a lot.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
