<?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>i3m Blog &#187; dev</title>
	<atom:link href="http://internal3m.com/CMS/Wordpress/tag/dev/feed/" rel="self" type="application/rss+xml" />
	<link>http://internal3m.com/CMS/Wordpress</link>
	<description></description>
	<lastBuildDate>Thu, 21 Apr 2016 14:54:16 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.1.41</generator>
	<item>
		<title>Chrome 21 Adds New Drag-and-Drop Tricks</title>
		<link>http://internal3m.com/CMS/Wordpress/2012/07/25/chrome-21-adds-new-drag-and-drop-tricks/</link>
		<comments>http://internal3m.com/CMS/Wordpress/2012/07/25/chrome-21-adds-new-drag-and-drop-tricks/#comments</comments>
		<pubDate>Wed, 25 Jul 2012 16:44:25 +0000</pubDate>
		<dc:creator><![CDATA[..internal..]]></dc:creator>
				<category><![CDATA[interface]]></category>
		<category><![CDATA[Tech News]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[dev]]></category>
		<category><![CDATA[drag n drop]]></category>
		<category><![CDATA[folders]]></category>

		<guid isPermaLink="false">http://internal3m.com/CMS/Wordpress/?p=1201</guid>
		<description><![CDATA[Drag and drop a folder of files and you’re out of luck. Currently browsers just ignore folders dropped into them. Chrome, however, recently added folder support to its bag of drag-and-drop tricks. You’ll need to be using Chrome 21 or better (currently in the dev channel). If you’d like to see how the new folder <a href='http://internal3m.com/CMS/Wordpress/2012/07/25/chrome-21-adds-new-drag-and-drop-tricks/' class='excerpt-more'>[...]</a>]]></description>
				<content:encoded><![CDATA[<p>Drag and drop a folder of files and you’re out of luck. Currently browsers just ignore folders dropped into them. Chrome, however, recently added folder support to its bag of drag-and-drop tricks. You’ll need to be using Chrome 21 or better (currently in the dev channel).</p>
<p>If you’d like to see how the new folder parsing works, HTML5Rocks has a quick little tutorial on how you can add support for folders to your web app.</p>
<p>The JavaScript required to support folders consists of an extra loop to tunnel through folders and get to “Entry” objects. That’s a slightly different syntax than what you might have seen if you’ve read tutorials on the File API in the past — using “Entry” instead of “File”. There are two new properties as well — .isFile and .isDirectory.</p>
<p><strong>MORE: </strong> <a href="http://www.webmonkey.com/2012/07/chrome-21-adds-new-drag-and-drop-tricks/" target="_blank">Chrome 21 Adds New Drag-and-Drop Tricks | Webmonkey | Wired.com</a>.</p>
<p>&nbsp;<br />
<hr/>
]]></content:encoded>
			<wfw:commentRss>http://internal3m.com/CMS/Wordpress/2012/07/25/chrome-21-adds-new-drag-and-drop-tricks/feed/</wfw:commentRss>
		<slash:comments>823</slash:comments>
		</item>
	</channel>
</rss>
