<?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; free stuff</title>
	<atom:link href="http://www.davinciunltd.com/category/free-stuff/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>PasswordMaker</title>
		<link>http://www.davinciunltd.com/2008/06/passwordmaker/</link>
		<comments>http://www.davinciunltd.com/2008/06/passwordmaker/#comments</comments>
		<pubDate>Thu, 12 Jun 2008 01:17:43 +0000</pubDate>
		<dc:creator>Jim McKeeth</dc:creator>
				<category><![CDATA[free stuff]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[cryptography]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[passwords]]></category>
		<category><![CDATA[podcast]]></category>

		<guid isPermaLink="false">http://www.davinciunltd.com/?p=67</guid>
		<description><![CDATA[Ever since I discovered PasswordMaker.org, I&#8217;ve been recommending it, especially in my cryptography trainings.  What it does is take a hash of your super secret password with the url of current site and creates a password.  Your super secret password is never transmitted, and since the hash is secure, it cannot be reversed to your [...]]]></description>
			<content:encoded><![CDATA[<p>Ever since I discovered <a href="http://PasswordMaker.org" target="_blank">PasswordMaker.org</a>, I&#8217;ve been recommending it, especially in my cryptography trainings.  What it does is take a hash of your super secret password with the url of current site and creates a password.  Your super secret password is never transmitted, and since the hash is secure, it cannot be reversed to your password.  So each site has a different password, so if any one of them is compromised, then you only need to reset that one password.</p>
<p><a title="Joel Spolsky" href="http://www.joelonsoftware.com/" target="_blank">Joel</a> was looking for a solution to his password storage and syncronization issue over at <a href="http://blog.StackOverflow.com/" target="_blank">StackOverflow</a>. So I sent him an MP3 quote and they <a href="http://blog.stackoverflow.com/index.php/2008/06/podcast-9/#comment-1230" target="_blank">played it on their podcast</a>.  Joel liked the solution, <a href="http://www.codinghorror.com/">Jeff</a> not so much, but his solution is to just memorize a few passwords.</p>
<p>Their podcast is hosted by <a href="http://itc.conversationsnetwork.org/shows/detail3704.html" target="_blank">IT Conversations</a> now.  They played at <a title="Click to play clip . . ." href="http://www.conversationsnetwork.org/clip.php?showid=3704&amp;start=56:23&amp;stop=59:44" target="_blank">57:14</a> &#8211; The audio quality isn&#8217;t great.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.davinciunltd.com/2008/06/passwordmaker/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
<enclosure url="http://www.conversationsnetwork.org/clip.php?showid=3704&amp;amp" length="9601200" type="audio/mpeg" />
		</item>
		<item>
		<title>Advanced Downloads Page</title>
		<link>http://www.davinciunltd.com/2008/01/advanced-downloads-page/</link>
		<comments>http://www.davinciunltd.com/2008/01/advanced-downloads-page/#comments</comments>
		<pubDate>Sat, 26 Jan 2008 20:06:21 +0000</pubDate>
		<dc:creator>Jim McKeeth</dc:creator>
				<category><![CDATA[Delphi]]></category>
		<category><![CDATA[Seattle]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[free stuff]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[CodeCamp Demo Libraries FTP HTTP BITS Downloads Delphi]]></category>

		<guid isPermaLink="false">http://www.davinciunltd.com/2008/01/advanced-downloads-page/</guid>
		<description><![CDATA[I&#8217;ve compiled all my Advanced Downloads links into a single page to make it easy to find for anyone who was in the Seattle Code Camp session on Advanced Downloads.
]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve compiled all my <a href="http://www.davinciunltd.com/code/advanced-downloads-with-delphi/">Advanced Downloads</a> links into a single page to make it easy to find for anyone who was in the Seattle Code Camp session on Advanced Downloads.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.davinciunltd.com/2008/01/advanced-downloads-page/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>CodeRage II is a Success</title>
		<link>http://www.davinciunltd.com/2007/11/coderage-ii-is-a-success/</link>
		<comments>http://www.davinciunltd.com/2007/11/coderage-ii-is-a-success/#comments</comments>
		<pubDate>Fri, 30 Nov 2007 21:45:56 +0000</pubDate>
		<dc:creator>Jim McKeeth</dc:creator>
				<category><![CDATA[CodeGear]]></category>
		<category><![CDATA[CodeRage]]></category>
		<category><![CDATA[Delphi]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[free stuff]]></category>

		<guid isPermaLink="false">http://www.davinciunltd.com/2007/11/coderage-ii-is-a-success/</guid>
		<description><![CDATA[Wow, what a week.  CodeRage II went great.  A lot of good content and I enjoyed presenting my sessions.  You can get the code, links, etc. from them here:

Exceptional Exceptions
Implementing Cryptography
Class Helpers: Friend or Foe
Delphi Robot Rage

They all went really well I thought.  Unfortunately I pushed the deadline back too far [...]]]></description>
			<content:encoded><![CDATA[<p>Wow, what a week.  CodeRage II went great.  A lot of good content and I enjoyed presenting my sessions.  You can get the code, links, etc. from them here:</p>
<ul>
<li><a href="http://www.davinciunltd.com/code/exceptions/">Exceptional Exceptions</a></li>
<li><a href="http://www.davinciunltd.com/code/delphi-cryptography/">Implementing Cryptography</a></li>
<li><a href="http://www.davinciunltd.com/code/delphi-class-helpers/">Class Helpers: Friend or Foe</a></li>
<li><a href="http://www.davinciunltd.com/code/delphi-robot-rage/">Delphi Robot Rage</a></li>
</ul>
<p>They all went really well I thought.  Unfortunately I pushed the deadline back too far on Delphi Robot Rage and my JIT Presentation didn&#8217;t happen on time.  Sorry to everyone about that.  </p>
<p>Check back often for updates (seriously), or let me know if I missed something you are looking for from my sessions.</p>
<p>Thanks!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.davinciunltd.com/2007/11/coderage-ii-is-a-success/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Free Camtasia and Snagit</title>
		<link>http://www.davinciunltd.com/2007/11/free-camtasia-and-snagit/</link>
		<comments>http://www.davinciunltd.com/2007/11/free-camtasia-and-snagit/#comments</comments>
		<pubDate>Mon, 26 Nov 2007 19:33:28 +0000</pubDate>
		<dc:creator>Jim McKeeth</dc:creator>
				<category><![CDATA[free stuff]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[uncategorized]]></category>
		<category><![CDATA[Camtasia]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[screen capture]]></category>
		<category><![CDATA[Snagit]]></category>

		<guid isPermaLink="false">http://www.davinciunltd.com/2007/11/free-camtasia-and-snagit/</guid>
		<description><![CDATA[When it comes to screen capturing, Techsmith&#8217;s products Camtasia and SnagIt are probably the best, but there are good free alternatives.  It would appear if you know where to go (links at the bottom), you can get a legitimate free license for Camtasia and SnagIt (earlier versions at least, that are eligible for a [...]]]></description>
			<content:encoded><![CDATA[<p>When it comes to screen capturing, Techsmith&#8217;s products Camtasia and SnagIt are probably the best, but there are good free alternatives.  It would appear if you know where to go (links at the bottom), you can get a legitimate free license for Camtasia and SnagIt (earlier versions at least, that are eligible for a discounted upgrade.)</p>
<p><a href="http://www.techsmith.com/camtasia.asp" title="Techsmith's Camtasia">Camtasia</a> is a screen video capture tool.  It produces a video (animated GIF, SWF, AVI, etc.) from a series of screen shots over a period of time, usually with audio.  It has a lot of nice extras and a good editing system.  <a href="http://www.debugmode.com/wink/" title="Great freeware screen video capture tool.">DebugMode&#8217;s Wink</a> is a great tool for free.  While Camtasia is more like a video editor, Wink is more like a slide show editor.  It will take a screen shot at a keypress, mouse click or automatically at specified intervals.  Then the editor is based on individual screen frames instead of a sequence of video.  While it some regards it competes with Camtasia, it serves a different purpose as well.  Worth checking out, especially at the price.</p>
<p><a href="http://www.techsmith.com/screen-capture.asp" title="Techsmith's SnagIt">SnagIt</a> is a single frame screen capture tool.  Typically I just use [Print-Screen] or [Alt] + [Print-Screen] to capture the whole screen, or just the current window respectively.  Then I paste it into <a href="http://www.irfanview.com/">IrfanView</a> (a great quick image viewer, editor and converter) to make any changes necessary.  Honestly though, SnagIt offers a number of additional features that are worthwhile.  However I have found that <a href="http://www.mirekw.com/winfreeware/mwsnap.html" title="Great freeware screen capture tool.">MWSnap</a> has most of the features I need available free.  I haven&#8217;t done a side by side comparison of the tool, but I imagine MWSnap would hold up quite nicely.</p>
<p>With free versions of SnagIt and Camtasia though, that provides some stiff competition to the other free versions.  Granted these are previous versions, which is risky on Techsmith&#8217;s part, since the biggest competitor to most products is its previous version &#8211; why pay the upgrade fee when the old version still works?  If you want an older version of many freeware / shareware titles, check out <a href="http://www.oldversion.com/" title="Older Versions of freeware and shareware">OldVersion.com</a>.</p>
<p><a href="http://www.labnol.org/software/download/download-camtasia-studio-free/1829/" aiotarget="false" aiotitle="Free Camtasia Studio 3"></a>Camtasia Studio 5 (the version I have) is $300 and has a lot of nice feature upgrades from version 3.  You can still <a href="http://download.techsmith.com/camtasiastudio/enu/312/camtasiaf.exe">download version 3</a> and then <a href="http://www.techsmith.com/camtasia/pcpls.asp">get your free license</a> straight from Techsmith.  It appears it was a promotion offered to PC Plus Magazine readers in the UK, but the form lets you specify any country and I don&#8217;t see anywhere it says &#8220;only&#8221; a limited group.  Not sure how long the promotion is good for either. [<a href="http://www.labnol.org/software/download/download-camtasia-studio-free/1829/">Source</a>]</p>
<p>Check out Digital Inspiration Technology guide for the details on <a href="http://www.labnol.org/software/download/free-download-snagit-with-serial-number/1841/">downloading and getting a free license for SnagIt 7.2.5</a> (current version is 8). It appears to be a free promotion for UK .NET Magazine.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.davinciunltd.com/2007/11/free-camtasia-and-snagit/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

