<?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>techbits.de &#187; software</title>
	<atom:link href="http://www.techbits.de/tag/software/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techbits.de</link>
	<description>thoughts on hardware, software, development and tech news</description>
	<lastBuildDate>Fri, 02 Dec 2011 22:51:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Back with SQL Script Creator&#8230; almost</title>
		<link>http://www.techbits.de/2006/06/18/back-with-sql-script-creator-almost/</link>
		<comments>http://www.techbits.de/2006/06/18/back-with-sql-script-creator-almost/#comments</comments>
		<pubDate>Sun, 18 Jun 2006 12:47:26 +0000</pubDate>
		<dc:creator>Florian</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[net]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[generator]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[sqlserver]]></category>
		<category><![CDATA[tool]]></category>

		<guid isPermaLink="false">http://www.techbits.de/2006/06/18/back-with-sql-script-creator-almost/</guid>
		<description><![CDATA[Being annoyed by creating a cursor script in SQL and having to define tons of variables manually I wondered if there was any tool to aid in this process. I quick google did not yield promising results. So spend the &#8230; <a href="http://www.techbits.de/2006/06/18/back-with-sql-script-creator-almost/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img style="float:right;" id="image36" src="http://www.techbits.de/wp-content/uploads/2006/06/ssc_small.jpg" alt="SQL Script Creator Splash Screen" /></p>
<p>Being annoyed by creating a cursor script in SQL and having to define tons of variables manually I wondered if there was any tool to aid in this process. I quick google did not yield promising results. So spend the weekend conjuring up an application that eases the script creation by providing specialized generators to create scripts automatically from a given SELECT statement. It works pretty well and will be tested further in the next week until I&#8217;ll release it here under some opensource license.<br />
<span style="clear:right;"/><br />
<a class="imagelink" href="http://www.techbits.de/wp-content/uploads/2006/06/ssc_screenshot.png" title="SQL Script Creator Screenshot"><img id="image38" src="http://www.techbits.de/wp-content/uploads/2006/06/ssc_screenshot.thumbnail.png" alt="SQL Script Creator Screenshot" /></a></p>
<p>Putting this app together thought me some new things about the settings and localization concepts of .NET 2.0. Two articles that got me introduced to the concept are the tutorial <a href="http://www.ondotnet.com/pub/a/dotnet/2005/08/08/localizingaspnet20.html?page=1">Localization in ASP .NET 2.0</a> on ondotnet.com and the detailed article<br />
<a href="http://www.theserverside.net/tt/articles/showarticle.tss?id=LocalizationPractices">Localization Practices for .NET 2.0</a> on theserverside.net. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.techbits.de/2006/06/18/back-with-sql-script-creator-almost/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Backup.net</title>
		<link>http://www.techbits.de/2006/03/31/backupnet/</link>
		<comments>http://www.techbits.de/2006/03/31/backupnet/#comments</comments>
		<pubDate>Fri, 31 Mar 2006 22:56:28 +0000</pubDate>
		<dc:creator>Florian</dc:creator>
				<category><![CDATA[software]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[network]]></category>

		<guid isPermaLink="false">http://www.techbits.de/2006/03/31/backupnet/</guid>
		<description><![CDATA[I&#8217; currently thinking about a backup strategy for my linux server. I have several subversion repositories und home directories with imap maildirs that I definately don&#8217;t want to loose in case my server disc crashes. Actually I have been very &#8230; <a href="http://www.techbits.de/2006/03/31/backupnet/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217; currently thinking about a backup strategy for my linux server. I have several subversion repositories und home directories with imap maildirs that I definately don&#8217;t want to loose in case my server disc crashes. Actually I have been very lucky so far with not backing up most of my data for years. Maybe that&#8217;s why I feel, that I have to do something in that area.</p>
<p>Anyway, I have about 1-2GB of data, most of which doesn&#8217;t change a lot, but it should be stored daily. I&#8217;am looking for some kind of network backup solution for storing backups on my workstation or friends&#8217; servers on a VPN. While searching, I came across <a href="http://sourceforge.net/projects/dibs/">DIBS: Distributed Internet Backup System</a> which uses a peer to peer approach to store recovery data on serveral distributed servers. From the manual it looks promising and quite mature but I&#8217;m not sure if I&#8217;ll find enough reliable servers with a decent internet connection to use it.</p>
<p><a href="http://www.bacula.org/">Bacula</a> looks really interessting but might be overkill in my situation. I like the fact that it provides clients for different OSes so that you can use it as a single backup solution even for the windows clients in your network. It is mainly built for larger networks with distributed backup and storage servers for a large number of clients. I don&#8217;t think I&#8217;ll invest the time to set up the different server components for this one, though.</p>
<p>Possibly I&#8217;ll end up with a tar, scp or rsync solution that copies backups to my windows workstation or other peers in my VPN. <a href="http://www.linux-backup.net/">linux-backup.net</a> and this </a href="http://www-128.ibm.com/developerworks/linux/library/l-backup/?ca=dgr-lnxw16Backup">IBM article of automation of backups on linux</a> give some useful example for such a do-it-yourself backup solution.</p>
<p><b>Update:</b> I found one more popular opensource backup application which is called <a href="http://www.zmanda.com/">Amanda</a> which provides a similar feature set like Bacula.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.techbits.de/2006/03/31/backupnet/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Windows freeware for commercial use</title>
		<link>http://www.techbits.de/2006/01/24/windows-freeware-for-commercial-use/</link>
		<comments>http://www.techbits.de/2006/01/24/windows-freeware-for-commercial-use/#comments</comments>
		<pubDate>Tue, 24 Jan 2006 19:09:36 +0000</pubDate>
		<dc:creator>Florian</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[commercial_use]]></category>
		<category><![CDATA[freeware]]></category>
		<category><![CDATA[opensource]]></category>

		<guid isPermaLink="false">http://www.techbits.de/2006/01/24/windows-freeware-for-commercial-use/</guid>
		<description><![CDATA[When developing software at work you might be restricted to what software you can install and use. You might even work at a client&#8217;s computer where you don&#8217;t want to risk using trial versions for months and violate licenses. This &#8230; <a href="http://www.techbits.de/2006/01/24/windows-freeware-for-commercial-use/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div>When developing software at work you might be restricted to what software you can install and use. You might even work at a client&#8217;s computer where you don&#8217;t want to risk using trial versions for months and violate licenses. This is where Open Source software really pays off, it&#8217;s just free.</div>
<div>Unfortunately, when searching for free software you often find shareware applications or even worse, freeware for personal use only. That&#8217;s why I started compiling the following list that contains great freeware and open source apps that allow <strong>commercial use</strong>. (A link here is no guaranty that commercial use is granted. Licenses can change or I could have made a mistake &#8211; check the licenses and EULAs!)</div>
<div>
<h3>Browser / Web</h3>
</div>
<ul>
<li><a href="http://www.mozilla.org/products/firefox">Mozilla Firefox</a></li>
<li><a href="http://www.opera.com">Opera</a></li>
<li><a href="http://www.httrack.com">HTTrack Website Copier</a> downloads websites recursively for offline browsing</li>
</ul>
<div>
<h3>Mail-Client</h3>
</div>
<div>
<ul>
<li><a href="http://www.mozilla.org/products/thunderbird">Mozilla Thunderbird</a> email client with POP3, IMAP, NNTP and RSS support</li>
</ul>
</div>
<div>
<h3>FTP-Client</h3>
</div>
<div>
<ul>
<li><a href="http://filezilla.sourceforge.net">FileZilla</a> &#8211; Open Source FTP Client</li>
</ul>
</div>
<div>
<h3>Text and XML-Editors</h3>
</div>
<ul>
<li><a href="http://notepad-plus.sourceforge.net/uk/site.htm">NOTEPAD++</a></li>
<li><a href="http://www.pspad.com">PSPad</a></li>
</ul>
<div>
<h3>Diagnostics / System Utils</h3>
</div>
<ul>
<li><a href="http://www.sysinternals.com/Utilities.html">Sysinternals Freeware Utilities</a> (espacially usefull are Process Explorer, RegMon, FileMon)</li>
<li><a href="http://www.ccleaner.com">CCleaner &#8211; Crap Cleaner</a> removes all kinds of temporary files, cache files and privacy data from windows and several other applications.</li>
<li><a href="http://www.handyrecovery.com/download.shtml">Handy Recovery 1.0</a> recovers deleted files from NTFS partitions</li>
<li><a href="http://www.microsoft.com/windowsxp/downloads/powertoys/xppowertoys.mspx">Microsoft PowerToys for Windows XP</a></li>
<li><a href="http://ditto-cp.sourceforge.net">Ditto, Clipboard Extension</a> extends your clipboard with a history functionality</li>
</ul>
<div>
<h3>Archiver</h3>
</div>
<div>
<ul>
<li><a href="http://www.7-zip.org">7-Zip</a></li>
</ul>
</div>
<div>
<h3>Backup</h3>
</div>
<div>
<ul>
<li><a href="http://www.2brightsparks.com/downloads.html">2BrightSparks SyncBack Freeware</a></li>
</ul>
</div>
<div>
<h3>Media Player<br />
</h3>
<ul>
<li><a href="http://sourceforge.net/projects/guliverkli">Media Player Classic</a> small but very powerful mediaplayer</li>
<li><a href="http://sourceforge.net/projects/ffdshow">ffdshow</a>Video and Audio Direct Show filters for almost any format</li>
<li><a href="http://www.videolan.org">VideoLAN</a> Open Source video streaming solution</li>
</ul>
</div>
<div>
<h3>File-Manager</h3>
</div>
<ul>
<li><a href="http://www.freecommander.com">FreeCommander</a> Windows filemanager similar to Total Commander</li>
<li><a  href="http://guti.webcindario.com/static.php?page=XPlorer">XPlorer</a> basically a windows explorer with tabs</li>
</ul>
<div>
<h3>Audio Tools</h3>
<ul>
<li><a href="http://www.mp3tag.de/en/index.html">Mp3tag &#8211; the universal Tag Editor (ID3v1, ID3v2, APEv2)</a></li>
<li><a href="http://audacity.sourceforge.net/?lang=en">Audacity &#8211; Free Audio Editor and Recorder</a></li>
</ul>
</div>
<div>
<h3>CD/DVD Recording</h3>
</div>
<div>
<ul>
<li><a href="http://www.imgburn.com">http://www.imgburn.com/</a></li>
</ul>
</div>
<div>
<h3>Terminal / SSH / Remote-Control</h3>
</div>
<ul>
<li><a href="http://www.chiark.greenend.org.uk/%7Esgtatham/putty">PuTTY a free telnet and ssh client</a></li>
<li><a href="http://www.realvnc.com/products/free/4.1">RealVNC &#8211; VNC Free Edition 4.1</a></li>
</ul>
<div>
<h3>Messaging</h3>
</div>
<div>
<ul>
<li><a href="http://www.miranda-im.org">Miranda Instant Messenger</a> &#8211; OpenSource Instant Messenger for all protocols (similar to Trillian)</li>
</ul>
</div>
<div>
<h3>Web-Development</h3>
</div>
<div>
<ul>
<li><a href="http://www.nvu.com">NVU &#8211; The Complete Web Authoring System</a> full featured wysiwyg html editor</li>
</ul>
</div>
<div>
<h3>Linux Tools / XWindows </h3>
</div>
<div>
<ul>
<li><a href="http://www.cygwin.com">Cygwin</a> &#8211; a complete linux like environment, including shell, services and X.</li>
</ul>
</div>
<div>
<h3>Version Control</h3>
</div>
<ul>
<li><a href="http://subversion.tigris.org">Subversion</a> version control system, sucessor to CVS</li>
<li><a href="http://tortoisesvn.tigris.org">TortoiseSVN</a> windows client for subversion as explorer integration</li>
</ul>
<div>
<h3>Imaging / Graphics</h3>
</div>
<ul>
<li><a href="http://gimp-win.sourceforge.net">GIMP for Windows</a></li>
<li><a href="http://www.eecs.wsu.edu/paint.net">Paint.NET</a></li>
<li><a href="http://www.myviewpad.com/index.html">MyViewPad</a> (only slightly better than Windows&#8217; internal image viewer, the really good image viewers <a href="http://www.faststone.org/FSViewerDetail.htm">FastStone</a>, <a href="http://www.xnview.com">XnView</a> and <a href="http://www.irfanview.com">IrfanView</a> are for personal use only!)</li>
</ul>
<div>
<h3>Visualization / UML</h3>
</div>
<div>
<ul>
<li><a href="http://argouml.tigris.org">ArgoUML</a> Java Tool to create UML diagrams</li>
<li><a href="http://staruml.sourceforge.net/en/">StarUML</a> Windows UML &szlig; MDD Tool</li>
<li><a href="http://freemind.sourceforge.net/">FreeMind</a> a free mind mapping software like Mindjet&#8217;s Mindmanager</li>
</ul>
</div>
<div>
<h3>Office</h3>
</div>
<ul>
<li><a href="http://www.openoffice.org">OpenOffice.org Home</a> OpenSource Office Suite</li>
<li><a href="http://www.abisource.com">AbiWord</a> OpenSource Word Processor</li>
<li><a href="http://sector7g.wurzel6.de/pdfcreator/index_en.htm">PDFCreator</a> OpenSource PDF Printer to create PDF files from any application</li>
</ul>
<div>
<h3>Development Environments</h3>
</div>
<ul>
<li><a href="http://msdn.microsoft.com/vstudio/express/default.aspx">Visual Studio Express</a> Express Editions of MS Visual C++, C#, VB and SQL Server</li>
<li><a href="http://www.mpsoftware.dk">PHP Designer 2006</a> PHP Development Environment (eula says personal use, but several forum posts say commercial use granted)</li>
</ul>
<div></p>
<h3 style="color: rgb(255, 0, 0);">*Missing*</h3>
</div>
<ul>
<li>good image viewer with thumbnail view</li>
<li>a complete burning appliction (like Nero or K3B)</li>
</ul>
<div>&nbsp;</div>
<div>I realize that this list is far from complete &#8211; I basically started with apps I like to use or think they might be useful for me. Especially if you look for development tools there are a lot more useful apps out there &#8211; I deliberately neglected the whole field of java development tools, since most of them are already commercially usable. </div>
<div>&nbsp;</div>
<div>This list will be updated whenever I find new apps &#8211; I would appreciate any suggestions you might have for additions to this list.
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.techbits.de/2006/01/24/windows-freeware-for-commercial-use/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

