<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="http://www.bytemycode.com/rssformat.xsl"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>byteMyCode: Snippets for drop</title>
		<link>http://www.bytemycode.com</link>
		<description>Snippets for this tag.</description>
		<pubDate>Wed, 03 Dec 2008 02:16:06 +0000</pubDate>
		<copyright>1998-2008 </copyright>
		<language>en-us</language>
		<image>
		      <link>http://www.bytemycode.com</link>
		      <url>http://www.bytemycode.com/img/rss_title.gif</url>
		      <title>byteMyCode</title>
		</image>

	<item>
	<title>Analyte - Easy to use include for Google Analytics</title>
	<link>http://www.bytemycode.com/snippets/snippet/846/</link>
	<comments>http://www.bytemycode.com/snippets/snippet/846/comments/</comments>
	<pubDate>Mon, 11 Aug 2008 23:50:31 +0000</pubDate>
	<dc:creator>Fordiman</dc:creator>
	<category>analytics, drop, google, in, JavaScript</category>
	<guid isPermaLink="false">http://www.bytemycode.com/snippets/snippet/846/</guid>
	<description>
		<![CDATA[

			<img src="http://www.bytemycode.com/img/icon_calendar.gif" align="middle" class="icon" alt="Date Submitted" /> Mon. Aug. 11th, 2008  11:50 PM			<br />
			<img src="http://www.bytemycode.com/img/icon_revision.gif" align="middle" class="icon" alt="Revision" /> <a href="http://www.bytemycode.com/snippets/snippet/846/revisions/">1</a>
			<br />
			<img src="http://www.bytemycode.com/img/rank_scripter.gif" align="middle" class="icon" alt="Scripter" /> <a href="http://www.bytemycode.com/members/member/Fordiman/" title="Scripter">Fordiman</a>
			<br />
			<img src="http://www.bytemycode.com/img/icon_tag.gif" align="middle" class="icon" alt="Tags" /> <a href="http://www.bytemycode.com/tags/tag/analytics">analytics</a>&nbsp;|&nbsp;<a href="http://www.bytemycode.com/tags/tag/drop">drop</a>&nbsp;|&nbsp;<a href="http://www.bytemycode.com/tags/tag/google">google</a>&nbsp;|&nbsp;<a href="http://www.bytemycode.com/tags/tag/in">in</a>&nbsp;|&nbsp;<a href="http://www.bytemycode.com/tags/tag/JavaScript">JavaScript</a>			<br />
			<img src="http://www.bytemycode.com/img/icon_comments.gif" align="middle" class="icon" alt="Comments" /> <a href="http://www.bytemycode.com/snippets/snippet/846/comments/">1 comments</a>
			<br />
			<img src="http://www.bytemycode.com/img/icon_ranking.gif" align="middle" class="icon" alt="Ranking" /> 2
			<p>Forgive the formality here; this is one of my professional scripts.<br /><br />Analyte 1.0 (c) 2008 Bryan Elliott<br />Purpose:<br />	Simplify inclusion of Google Analytics into any site, add GA tracking to non-HTML links, and reduce 'blocking' action of Google Analytics scripts.<br /><br />Use:<br />	<br /><br />License:<br />	Unlimited license granted to Abacus Studios, Inc. and I-Site, Inc.<br />	All other parties licensed under CC-BY-SA-3.0:<br />	<br />		Creative Commons Attribution / Share Alike 3.0 US<br />			Fulltext and synopsis at<br />				http://creativecommons.org/licenses/by-sa/3.0/us/<br /><br />	This license need not appear in minified or otherwise compressed forms <br />	of this script, so long as the script is in active use by a web site or <br />	application, and no other credit is claimed.</p>
		]]>
	</description>
</item><item>
	<title>TreeView Drag n Drop</title>
	<link>http://www.bytemycode.com/snippets/snippet/326/</link>
	<comments>http://www.bytemycode.com/snippets/snippet/326/comments/</comments>
	<pubDate>Fri, 25 Aug 2006 19:46:33 +0000</pubDate>
	<dc:creator>psykoprogrammer</dc:creator>
	<category>.Net, C, drag, drop, treeview</category>
	<guid isPermaLink="false">http://www.bytemycode.com/snippets/snippet/326/</guid>
	<description>
		<![CDATA[

			<img src="http://www.bytemycode.com/img/icon_calendar.gif" align="middle" class="icon" alt="Date Submitted" /> Fri. Aug. 25th, 2006  7:46 PM			<br />
			<img src="http://www.bytemycode.com/img/icon_revision.gif" align="middle" class="icon" alt="Revision" /> <a href="http://www.bytemycode.com/snippets/snippet/326/revisions/">1</a>
			<br />
			<img src="http://www.bytemycode.com/img/rank_helper.gif" align="middle" class="icon" alt="Helper" /> <a href="http://www.bytemycode.com/members/member/psykoprogrammer/" title="Helper">psykoprogrammer</a>
			<br />
			<img src="http://www.bytemycode.com/img/icon_tag.gif" align="middle" class="icon" alt="Tags" /> <a href="http://www.bytemycode.com/tags/tag/.Net">.Net</a>&nbsp;|&nbsp;<a href="http://www.bytemycode.com/tags/tag/C">C</a>&nbsp;|&nbsp;<a href="http://www.bytemycode.com/tags/tag/drag">drag</a>&nbsp;|&nbsp;<a href="http://www.bytemycode.com/tags/tag/drop">drop</a>&nbsp;|&nbsp;<a href="http://www.bytemycode.com/tags/tag/treeview">treeview</a>			<br />
			<img src="http://www.bytemycode.com/img/icon_comments.gif" align="middle" class="icon" alt="Comments" /> <a href="http://www.bytemycode.com/snippets/snippet/326/comments/">2 comments</a>
			<br />
			<img src="http://www.bytemycode.com/img/icon_ranking.gif" align="middle" class="icon" alt="Ranking" /> 9
			<p>Below is a bit of code which sets up drag and drop in a treeview. This is handy for if you have a list of items that can be sorted by the user. <br /><br />Here is a bit of code to demonstrate how to do this. First create a new Windows executable project. Drop a TreeView component on the form, and let's name it 'myTree' for this demonstration. Go ahead and populate it with some dummy data; enough data to see the dragging and dropping in action. You will need a variable global to the form's scope. <br /><br />private TreeNode sourceNode;<br /><br />This is used to track the item we are dragging in our TreeView. Then define the event handlers listed below.</p>
		]]>
	</description>
</item>
	</channel>
</rss>