<?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>DaVinci Unlimited Software &#187; dotnet</title>
	<atom:link href="http://www.davinciunltd.com/category/dotnet/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.davinciunltd.com</link>
	<description>Jim McKeeth's blog on creative and innovative Delphi programming.</description>
	<lastBuildDate>Wed, 09 Nov 2011 10:39:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Web Based IDE&#8217;s</title>
		<link>http://www.davinciunltd.com/2011/03/web-based-ides/</link>
		<comments>http://www.davinciunltd.com/2011/03/web-based-ides/#comments</comments>
		<pubDate>Tue, 29 Mar 2011 00:43:55 +0000</pubDate>
		<dc:creator>Jim McKeeth</dc:creator>
				<category><![CDATA[CSharp]]></category>
		<category><![CDATA[Delphi]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[dotnet]]></category>
		<category><![CDATA[free stuff]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://www.davinciunltd.com/?p=126</guid>
		<description><![CDATA[I started a computer club at my son&#8217;s middle school. One of the limitations is that no software can be installed, and there are no development tools on the computers. So I set out to find web based IDE&#8217;s where we can write and run code via the web browser. This is what I found.
W3Schools.com
I [...]]]></description>
			<content:encoded><![CDATA[<p>I started a computer club at my son&#8217;s middle school. One of the limitations is that no software can be installed, and there are no development tools on the computers. So I set out to find web based IDE&#8217;s where we can write and run code via the web browser. This is what I found.</p>
<p><strong>W3Schools.com</strong><img style="float: right;" title="w3schools.com(thumb).jpg" src="http://www.davinciunltd.com/wp-content/uploads/2011/03/w3schools.comthumb.jpg" border="0" alt="w3schools.com" width="200" height="150" /></p>
<p>I started with w3schools.com, which is a favorite reference site of mine that contains tutorials on pretty much every web technology imaginable, including HTML, JavaScript, SQL, CSS, PHP, XML, SOAP, etc.</p>
<p>For the client side technologies they have a great &#8220;try it yourself&#8221; functionality where you can enter JavaScript, etc. and have it display the output for you.</p>
<p>The process is to edit in the window on the left, then click the &#8220;Edit and Click Me&#8221; button to view the output on the right. There is no debugging or error reports, you just see what comes out. Makes it really hard to track down JavaScript typos.</p>
<p>It would appear some of w3schools content <a href="http://w3fools.com/">isn&#8217;t completely accurate, so use with caution</a>.</p>
<p><a href="http://JSFiddle.net/"><strong>JSFiddle.net</strong></a><a href="http://JSFiddle.net/"><img style="float: right;" title="jsfiddle.net(thumb).jpg" src="http://www.davinciunltd.com/wp-content/uploads/2011/03/jsfiddle.netthumb.jpg" border="0" alt="Jsfiddle.net" width="200" height="150" /></a></p>
<p>If you are developing with HTML/CSS &amp; JavaScript and one of the common public frameworks then check out JSFiddle. It offers a resizable split view where you can edit your HTML, JavaScript and CSS all independently, and then see the combined result. Additionally it offers the option to save, share and reload &#8220;fiddles&#8221;.</p>
<p>Other nice features include:</p>
<ul>
<li>Syntax highlighting</li>
<li>TidyUp code formatting</li>
<li>JSLint validation</li>
<li>Access to a wide selection of JavaScript frameworks</li>
<li>Discussion and forks of public fiddles</li>
</ul>
<p>It is currently in Alpha with a limited number of public alpha accounts available</p>
<p><a href="http://ideone.com/"><strong>IDEone.com</strong><img style="float: right;" title="ideone.com(thumb).jpg" src="http://www.davinciunltd.com/wp-content/uploads/2011/03/ideone.comthumb.jpg" border="0" alt="Ideone com thumb" width="200" height="150" /></a></p>
<p>This is an honest to goodness web based IDE and compiler. Type the code with syntax highlighting, compile it, provide input,</p>
<p>What is ideone?<br />
Ideone is something more than a pastebin; it&#8217;s an online compiler and debugging tool which allows to compile and run code online in more than 40 programming languages, including Pascal.</p>
<p>How to use ideone?<br />
Choose a programming language, enter your source code and input data into text boxes. Then check or uncheck run code (whether to execute your program) and private (whether not to list your code in the recent codes page) checkboxes, click the submit button and watch your snippet being executed.</p>
<p><a href="http://jsbin.com/"><strong>jsbin.com</strong></a></p>
<p><a href="http://jsbin.com/"> </a></p>
<p><a href="http://jsbin.com/"><img style="float: right;" title="jsbin.com(thumb).jpg" src="http://www.davinciunltd.com/wp-content/uploads/2011/03/jsbin.comthumb2.jpg" border="0" alt="Jsbin com thumb" width="200" height="150" /></a></p>
<p>JS Bin is an open source collaborative JavaScript debugging tool.<br />
Similar it offers HTML and JavaScript editing and previewing. It has a nice and clean user interface and also includes common JavaScript frameworks.</p>
<p>Error checking is provided by the JSHint project. Like JSLint with the addition of an API.</p>
<p>JSBin is completely open source, so you can <a href="https://github.com/remy/jsbin">download it</a> and implement it on your own server.</p>
<p><a href="http://Snipt.net/"><strong>Snipt.net</strong><img style="float: right;" title="Snipt.net(thumb).jpg" src="http://www.davinciunltd.com/wp-content/uploads/2011/03/Snipt.netthumb.jpg" border="0" alt="Snipt.net" width="200" height="145" /></a></p>
<p>Snipt is your collection of frequently used commands or code snippets.</p>
<p>Because even Subversion gurus forget the &#8217;svn merge&#8217; syntax sometimes.</p>
<p>It&#8217;s good for storing small pieces of code or commands that you use rather frequently, and will probably forget.</p>
<p>Not really an IDE. No running or debugging. It will syntax highlight the code you upload though.</p>
<p><a href="http://pastie.org/"><strong>pastie.org</strong></a><a href="http://pastie.org/"><img style="float: right;" title="pastie.org(thumb).jpg" src="http://www.davinciunltd.com/wp-content/uploads/2011/03/pastie.orgthumb.jpg" border="0" alt="Pastie org thumb" width="200" height="150" /></a></p>
<p>Pastie is a lot like Snipit. You can paste in bits of code and it will provide syntax highlighting and the ability to share it with others.</p>
<p>Pastie syntax highlights a number of different languages, but offers no execution, debugging, etc. Useful for sharing code. You can also search, but it is a plain text search and you don&#8217;t specific which language you are searching for, nor is there any useful meta information like description, title, etc.</p>
<p>A few others that I didn&#8217;t look to closely at include:</p>
<ul>
<li><a href="http://csdesk.com/">csdesk.com</a> &#8211; Similar to jsbin and jsfiddle, except focused on HTML and CSS.</li>
<li><a href="http://cloud9ide.com/">Cloud9IDE.com</a> &#8211; JavaScript focused. Requires a sign up for a 30 day trial.</li>
<li><a href="http://coderun.com/">CodeRun.com</a>- I had high hopes, but it didn&#8217;t work in most browsers I tested it in. This one supports development in Silverlight, C#, PHP, ASP.NET and a number of other technologies, with syntax highlighting, debugging, etc. Will keep my eye on this one.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.davinciunltd.com/2011/03/web-based-ides/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Using a .NET Assembly via COM</title>
		<link>http://www.davinciunltd.com/2007/03/using-a-net-assembly-via-com/</link>
		<comments>http://www.davinciunltd.com/2007/03/using-a-net-assembly-via-com/#comments</comments>
		<pubDate>Sat, 31 Mar 2007 18:26:07 +0000</pubDate>
		<dc:creator>Jim McKeeth</dc:creator>
				<category><![CDATA[Delphi]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[dotnet]]></category>

		<guid isPermaLink="false">http://www.davinciunltd.com/2007/03/using-a-net-assembly-via-com/</guid>
		<description><![CDATA[ My article on CodeGear Developers Network.
Abstract: Using .NET Assemblies as COM objects in Win32 programs is simple, once you are familiar with the necessary hoops. This article outlines the steps necessary and provides a few tips to improve your experience.
I needed to do this, and wasn&#8217;t able to find any step-by-step guide, so I [...]]]></description>
			<content:encoded><![CDATA[<p> My article on <a href="http://dn.codegear.com/article/32754" title="Using a .NET Assembly via COM">CodeGear Developers Network</a>.</p>
<p><strong>Abstract:</strong> Using .NET Assemblies as COM objects in Win32 programs is simple, once you are familiar with the necessary hoops. This article outlines the steps necessary and provides a few tips to improve your experience.</p>
<p>I needed to do this, and wasn&#8217;t able to find any step-by-step guide, so I wrote one.<br />
<!--<br />
begin tag cloud : generated by TagCrowd.com<br />
Feel free to modify as long as you keep this notice.</p>
<p>This code and its rendered image are released under a Creative Commons Attribution-Noncommercial 2.5 License.<br />
http://creativecommons.org/licenses/by-nc/2.5/</p>
<p>For commercial licensing, contact Daniel Steinbock, daniel@steinbock.org<br />
--></p>
<style type="text/css"> <!-- #htmltagcloud{ font-family:\\'lucida grande\\',trebuchet,\\'trebuchet ms\\',verdana,arial,helvetica,sans-serif; line-height:2.4em; word-spacing:normal; letter-spacing:normal; text-decoration:none; text-transform:none; text-align:justify; text-indent:0ex; background-color:#fff; margin:1em 1em 0em 1em; border:2px dotted #ddd; padding:2em}#htmltagcloud a:link{text-decoration:none}#htmltagcloud a:visited{text-decoration:none}#htmltagcloud a:hover{text-decoration:none;color:white;background-color:#05f}#htmltagcloud a:active{text-decoration:none;color:white;background-color:#03d}span.tagcloud0{font-size:1.0em;padding:0em;color:#ACC1F3;z-index:10;position:relative}span.tagcloud0 a{text-decoration:none; color:#ACC1F3}span.tagcloud1{font-size:1.4em;padding:0em;color:#ACC1F3;z-index:9;position:relative}span.tagcloud1 a{text-decoration:none;color:#ACC1F3}span.tagcloud2{font-size:1.8em;padding:0em;color:#86A0DC;z-index:8;position:relative}span.tagcloud2 a{text-decoration:none;color:#86A0DC}span.tagcloud3{font-size:2.2em;padding:0em;color:#86A0DC;z-index:7;position:relative}span.tagcloud3 a{text-decoration:none;color:#86A0DC}span.tagcloud4{font-size:2.6em;padding:0em;color:#607EC5;z-index:6;position:relative}span.tagcloud4 a{text-decoration:none;color:#607EC5}span.tagcloud5{font-size:3.0em;padding:0em;color:#607EC5;z-index:5;position:relative}span.tagcloud5 a{text-decoration:none;color:#607EC5}span.tagcloud6{font-size:3.3em;padding:0em;color:#4C6DB9;z-index:4;position:relative}span.tagcloud6 a{text-decoration:none;color:#4C6DB9}span.tagcloud7{font-size:3.6em;padding:0em;color:#395CAE;z-index:3;position:relative}span.tagcloud7 a{text-decoration:none;color:#395CAE}span.tagcloud8{font-size:3.9em;padding:0em;color:#264CA2;z-index:2;position:relative}span.tagcloud8 a{text-decoration:none;color:#264CA2}span.tagcloud9{font-size:4.2em;padding:0em;color:#133B97;z-index:1;position:relative}span.tagcloud9 a{text-decoration:none;color:#133B97}span.tagcloud10{font-size:4.5em;padding:0em;color:#002A8B;z-index:0;position:relative}span.tagcloud10 a{text-decoration:none;color:#002A8B}span.freq{font-size:10pt !important;color:#bbb}#credit{text-align:center; font-size:0.7em; color:#333; margin-bottom:0.6em; font-family:\\'lucida grande\\',trebuchet,\\'trebuchet ms\\',verdana,arial,helvetica,sans-serif;}#credit a:link{color:#777; text-decoration:none;}#credit a:visited{color:#777; text-decoration:none;}#credit a:hover{text-decoration:none; color:white; background-color:#05f;}#credit a:active{text-decoration:underline;}// --> </style>
<p id="htmltagcloud"> <span id="0" class="tagcloud0"><a href="http://dn.codegear.com/article/32754">al</a></span> <span id="1" class="tagcloud10"><a href="http://dn.codegear.com/article/32754">assembly</a></span> <span id="2" class="tagcloud3"><a href="http://dn.codegear.com/article/32754">attribute</a></span> <span id="3" class="tagcloud0"><a href="http://dn.codegear.com/article/32754">cache</a></span> <span id="4" class="tagcloud4"><a href="http://dn.codegear.com/article/32754">com</a></span> <span id="5" class="tagcloud0"><a href="http://dn.codegear.com/article/32754">command</a></span> <span id="6" class="tagcloud2"><a href="http://dn.codegear.com/article/32754">dll</a></span> <span id="7" class="tagcloud0"><a href="http://dn.codegear.com/article/32754">exe</a></span> <span id="8" class="tagcloud4"><a href="http://dn.codegear.com/article/32754">file</a></span> <span id="9" class="tagcloud2"><a href="http://dn.codegear.com/article/32754">following</a></span> <span id="10" class="tagcloud3"><a href="http://dn.codegear.com/article/32754">gac</a></span> <span id="11" class="tagcloud0"><a href="http://dn.codegear.com/article/32754">gacutil</a></span> <span id="12" class="tagcloud6"><a href="http://dn.codegear.com/article/32754">key</a></span> <span id="13" class="tagcloud1"><a href="http://dn.codegear.com/article/32754">myassembly</a></span> <span id="14" class="tagcloud4"><a href="http://dn.codegear.com/article/32754">net</a></span> <span id="15" class="tagcloud1"><a href="http://dn.codegear.com/article/32754">object</a></span> <span id="16" class="tagcloud2"><a href="http://dn.codegear.com/article/32754">path</a></span> <span id="17" class="tagcloud2"><a href="http://dn.codegear.com/article/32754">step</a></span> <span id="18" class="tagcloud4"><a href="http://dn.codegear.com/article/32754">strong</a></span> <span id="19" class="tagcloud0"><a href="http://dn.codegear.com/article/32754">tool</a></span></p>
<p id="credit">created at <a href="http://tagcrowd.com">TagCrowd.com</a></p>
<p><!-- end tag cloud : generated by TagCrowd.com : please keep this notice --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.davinciunltd.com/2007/03/using-a-net-assembly-via-com/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

