<?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>Alpha Core &#187; Software</title>
	<atom:link href="http://www.alphacore.be/category/software/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.alphacore.be</link>
	<description>A personal weblog about the world and things that matter in it.</description>
	<lastBuildDate>Sat, 25 Dec 2010 01:43:27 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Access Denied</title>
		<link>http://www.alphacore.be/2009/04/27/access-denied/</link>
		<comments>http://www.alphacore.be/2009/04/27/access-denied/#comments</comments>
		<pubDate>Sun, 26 Apr 2009 22:53:42 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[access denied]]></category>
		<category><![CDATA[acl]]></category>
		<category><![CDATA[directory]]></category>
		<category><![CDATA[directory permission]]></category>
		<category><![CDATA[directory permissions]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[file permission]]></category>
		<category><![CDATA[file permissions]]></category>
		<category><![CDATA[icacls]]></category>
		<category><![CDATA[ntfs]]></category>
		<category><![CDATA[ownership]]></category>
		<category><![CDATA[permission]]></category>
		<category><![CDATA[permissions]]></category>
		<category><![CDATA[takeown]]></category>
		<category><![CDATA[unable to delete]]></category>
		<category><![CDATA[vista]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[windows vista]]></category>

		<guid isPermaLink="false">http://www.alphacore.be/?p=1019</guid>
		<description><![CDATA[Unable to delete a directory in Windows Vista because of permission issues? Then here are 3 easy steps to take total control over that folder.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.alphacore.be/wordpress/wp-content/uploads/permissiondenied.png" rel="lightbox"><img class="alignright size-full wp-image-1030" title="Permission Denied" src="http://www.alphacore.be/wordpress/wp-content/uploads/permissiondenied.png" alt="Permission Denied" width="220" height="126" /></a>Are you having problems in Windows Vista to get rid of a directory with limited access permissions an installer or uninstaller did a bad job on? Maybe some program created some files with very restrictive permissions? Then here are 3 easy steps to take total control over them. <span id="more-1019"></span></p>
<p>Before you proceed, <strong>make sure it&#8217;s a permission issue and not just some file that is still in use</strong>. In that case, instead of proceeding below, you&#8217;d either make sure the program that is using the file is closed or use a tool such as <a title="Process Explorer" href="http://technet.microsoft.com/en-us/sysinternals/bb896653.aspx">Process Explorer</a> to close the file handle.</p>
<p>I also want to point out that you should <strong>take care for what directory you&#8217;re doing this and for what reason</strong>, e.g. don&#8217;t execute these steps on your &#8220;C:\&#8221; drive (supposing that&#8217;s where your Windows is installed on), because that would mean all users would get full control over every other user&#8217;s files and worse, it would expose your whole operating system to possible malicious software (even with <a title="User Account Control" href="http://en.wikipedia.org/wiki/User_Account_Control">UAC</a> enabled).</p>
<p>Typically you would want to follow these steps for a folder you want to get rid of anyway, either by afterwards manually deleting it or by allowing an uninstaller to do its job properly, thanks to these modified relaxed permissions.</p>
<p><em>Be careful, you are about to modify multiple directory and file permissions without the possibility to undo your actions. By proceeding, you fully agree that the consequences of any actions or decisions taken on the basis of the information provided here is your own responsibility.</em></p>
<ol>
<li>Open a command prompt with elevated rights like this:
<ul>
<li>Press the Win keyboard key or click the Vista Start button</li>
<li>Type &#8220;cmd&#8221; (without quotes) into the Start Search textbox</li>
<li>Press Ctrl+Shift+Enter keyboard shortcut. Ctrl+Shift+Enter is the general keyboard shortcut that triggers elevation to &#8220;Run as Administrator&#8221;.</li>
<li>Press Alt+C or press Continue to confirm the UAC elevation warning prompt (if enabled).</li>
</ul>
</li>
<li>Take ownership of everything in that folder by executing the following command in the command prompt (replace &#8220;D:\Foo\Bar&#8221; with your problem directory):
<pre>takeown /F "D:\Foo\Bar" /R /D Y</pre>
</li>
<li>Reset permissions and then give all users full control over everything in it by executing the following commands in the command prompt (again, replace &#8220;D:\Foo\Bar&#8221; with your problem directory):
<pre>icacls "D:\Foo\Bar" /reset /T /C
icacls "D:\Foo\Bar" /grant Users:(OI)(CI)F /T /C</pre>
</li>
</ol>
<p>All users now have full control over the directory.</p>
<p></p>


<div id="relatedposts"><p>Related:&nbsp;<a href='http://www.alphacore.be/2009/01/25/system-software/' rel='bookmark' title='Permanent Link: System Software'>System Software</a>
</p></div>]]></content:encoded>
			<wfw:commentRss>http://www.alphacore.be/2009/04/27/access-denied/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Network &amp; Internet Software</title>
		<link>http://www.alphacore.be/2009/01/27/network-internet-software/</link>
		<comments>http://www.alphacore.be/2009/01/27/network-internet-software/#comments</comments>
		<pubDate>Tue, 27 Jan 2009 13:16:41 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[analysis]]></category>
		<category><![CDATA[analyzer]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[applications]]></category>
		<category><![CDATA[bandwidth]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[client]]></category>
		<category><![CDATA[control]]></category>
		<category><![CDATA[e-mail]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[monitor]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[open-source]]></category>
		<category><![CDATA[packet]]></category>
		<category><![CDATA[program]]></category>
		<category><![CDATA[programs]]></category>
		<category><![CDATA[screen]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[site]]></category>
		<category><![CDATA[source]]></category>
		<category><![CDATA[speed]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[tcp]]></category>
		<category><![CDATA[telnet]]></category>
		<category><![CDATA[traffic]]></category>
		<category><![CDATA[tunnel]]></category>
		<category><![CDATA[vpn]]></category>
		<category><![CDATA[web site]]></category>
		<category><![CDATA[website]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.alphacore.be/?p=722</guid>
		<description><![CDATA[Network and internet software that I've come to think of as being the best free and open-source ones around at the moment: BitMeter II, FileZilla FTP Client &#038; Server, iPig, Mozilla Firefox, Mozilla Thunderbird, PuTTY, TCPView, UltraVNC, Wireshark, WebBug and Xenu's Link Sleuth.]]></description>
			<content:encoded><![CDATA[<p>This article is part of a series of posts containing software that I&#8217;ve come to think of as being the best <a title="F/OSS (Wikipedia)" href="http://en.wikipedia.org/wiki/Free_and_open_source_software">free and open-source</a> ones around at the moment. Check the table of contents for the other articles in the series.</p>
<p>In this article I&#8217;d like to list some network and internet tools that deserve some attention. Anything from general every-day-use tools to more advanced analysis software goes in here. Here&#8217;s some of the better software out there:<span id="more-722"></span></p>
<ul>
<li><a title="BitMeter II" href="http://www.alphacore.be/wordpress/wp-content/uploads/bitmeter2.png" rel="lightbox"><img class="alignright size-thumbnail wp-image-723" title="BitMeter II" src="http://www.alphacore.be/wordpress/wp-content/uploads/bitmeter2-128x66.png" alt="BitMeter II" width="128" height="66" /></a><a title="BitMeter II" href="http://codebox.no-ip.net/controller?page=bitmeter2">BitMeter II</a>: this free bandwidth meter allows you to visually monitor your internet connection by  displaying a scrolling graph that shows your upload and download speed over time. The different colours on the graph represent  your upload and download speeds, the display updates every second, and the current speeds are also displayed  numerically in the lower part of the window. If you want to see historical data you can use the Statistics window to see what&#8217;s been going on  over the last few hours, days or weeks. Go to the <a title="BitMeter II" href="http://codebox.no-ip.net/controller?page=bitmeter2">product page</a> for a detailed overview of features.</li>
</ul>
<ul>
<li><a href="http://www.alphacore.be/wordpress/wp-content/uploads/filezilla.png" rel="lightbox"><img class="alignright size-thumbnail wp-image-745" title="FileZilla" src="http://www.alphacore.be/wordpress/wp-content/uploads/filezilla-128x102.png" alt="FileZilla" width="128" height="102" /></a><a title="FileZilla FTP Client &amp; Server" href="http://filezilla-project.org/">FileZilla FTP Client &amp; Server</a>: the open-source client is a fast and reliable cross-platform <a title="File Transfer Protocol" href="http://en.wikipedia.org/wiki/File_Transfer_Protocol">FTP</a>, <a title="FTPS" href="http://en.wikipedia.org/wiki/FTPS">FTPS</a> and <a title="SFTP" href="http://en.wikipedia.org/wiki/SSH_file_transfer_protocol">SFTP</a> client with lots of useful features and an intuitive graphical user interface. For a list of <a title="FileZilla Client Features" href="http://filezilla-project.org/client_features.php">features</a>, check out the website or, for more information, the <a title="FileZilla Wiki" href="http://wiki.filezilla-project.org/Main_Page">wiki</a>. The server software is an open-source FTP server supported by the same project. It supports FTP and FTP over SSL/TLS. If you&#8217;re using FTP, this is an application you&#8217;ll want to have installed for sure! I&#8217;m happily using it for years already now.</li>
</ul>
<ul>
<li><a href="http://www.alphacore.be/wordpress/wp-content/uploads/ipig.png" rel="lightbox"><img class="alignright size-thumbnail wp-image-751" title="iPig" src="http://www.alphacore.be/wordpress/wp-content/uploads/ipig-128x90.png" alt="iPig" width="128" height="90" /></a><a title="iPig" href="http://www.iopus.com/iPig/">iPig</a> (iOpus Private Internet Gateway): the iOpus Private Internet Gateway (iPIG) creates a secure &#8220;tunnel&#8221; that protects your inbound and outbound communications at any Wi-Fi hotspot or wired network. It&#8217;s extremely easy to setup and the iPig Server Express Edition, which is recommendable to install if you don&#8217;t want your traffic to go through their servers,  is free for up to 5 users. If you&#8217;re the only one using it, that&#8217;s more than enough. I especially like how easy it is to setup a server and client.</li>
</ul>
<ul>
<li><a href="http://www.alphacore.be/wordpress/wp-content/uploads/firefox.png" rel="lightbox"><img class="alignright size-thumbnail wp-image-750" title="Mozilla Firefox" src="http://www.alphacore.be/wordpress/wp-content/uploads/firefox-127x70.png" alt="Mozilla Firefox" width="127" height="70" /></a><a title="Mozilla Firefox" href="http://www.mozilla.com/firefox/">Mozilla Firefox</a>: an extremely popular open-source web browser. At the moment, Firefox has <a title="Top Browser Share Trend" onclick="javascript:urchinTracker ('/outbound/article/marketshare.hitslink.com');" href="http://marketshare.hitslink.com/report.aspx?qprid=1">a recorded usage share</a> of about 21%, making it the second-most popular browser in current use worldwide, after <a title="Internet Explorer" onclick="javascript:urchinTracker ('/outbound/article/www.microsoft.com');" href="http://www.microsoft.com/windows/products/winfamily/ie/default.mspx">Internet Explorer</a> (around 68%). The developers of Firefox aimed to produce a browser that “just surfs the web” and delivers the “best possible browsing experience to the widest possible set of people.” Personally, I’m already using it for years and it’s truly great in features, speed, performance, security, flexibility and user-friendliness! I can heartily recommend it!</li>
</ul>
<ul>
<li><a href="http://www.alphacore.be/wordpress/wp-content/uploads/thunderbird.png" rel="lightbox"><img class="alignright size-thumbnail wp-image-753" title="Mozilla Thunderbird" src="http://www.alphacore.be/wordpress/wp-content/uploads/thunderbird-128x94.png" alt="Mozilla Thunderbird" width="128" height="94" /></a><a title="Mozilla Thunderbird" href="http://www.mozilla.com/thunderbird/">Mozilla Thunderbird</a>: open-source e-mail and news client. Thunderbird offers a variety of ways for you to organize and display your folders, whether by favorites, recently viewed or folders containing unread messages. As always, you can also set up RSS and newsgroup folders to stay on top of news and your interests. Check out <a title="Mozilla Thunderbird" href="http://www.mozilla.com/thunderbird/">the website</a> to get a complete overview of all features of this great piece of software. I&#8217;m using it for years already and I&#8217;m sticking to it. I especially like the junk e-mail handling features.</li>
</ul>
<ul>
<li><a title="PuTTY" href="http://www.alphacore.be/wordpress/wp-content/uploads/putty.png" rel="lightbox"><img class="alignright size-thumbnail wp-image-744" title="PuTTY" src="http://www.alphacore.be/wordpress/wp-content/uploads/putty-128x124.png" alt="PuTTY" width="128" height="124" /></a><a title="PuTTY" href="http://www.chiark.greenend.org.uk/~sgtatham/putty/">PuTTY</a>: open-source client program for the <a title="Secure Shell" href="http://en.wikipedia.org/wiki/Ssh">SSH</a>, <a title="Telnet" href="http://en.wikipedia.org/wiki/Telnet">Telnet</a> and <a title="Rlogin" href="http://en.wikipedia.org/wiki/Rlogin">Rlogin</a> network protocols. These protocols are all used to run a remote session on a computer, over a network. PuTTY implements the client end of that session: the end at which the session is displayed, rather than the end at which it runs. In really simple terms: you run PuTTY on a Windows machine, and tell it to connect to another machine. PuTTY opens a window to communicate with the other machine. It&#8217;s a small tool and great in many ways. If you&#8217;re running Windows and you&#8217;d rather want it to sit in the System Tray, check out <a title="PuTTYtray" href="http://www.xs4all.nl/~whaa/putty/">PuTTYtray</a> as well.</li>
</ul>
<ul>
<li><a href="http://www.alphacore.be/wordpress/wp-content/uploads/tcpview.gif" rel="lightbox"><img class="alignright size-thumbnail wp-image-765" title="TCPView" src="http://www.alphacore.be/wordpress/wp-content/uploads/tcpview-128x84.gif" alt="TCPView" width="128" height="84" /></a><a title="TCPView" href="http://technet.microsoft.com/en-us/sysinternals/bb897437.aspx">TCPView</a>: free <a title="Windows Sysinternals" href="http://technet.microsoft.com/en-us/sysinternals/default.aspx">Windows Sysinternals</a> tool that shows you detailed listings of all TCP and UDP endpoints on your system, including the local and remote addresses and state of TCP connections. On newer Windows versions, TCPView also reports the name of the process that owns the endpoint. TCPView provides a more informative and conveniently presented subset of the Netstat program that ships with Windows.<br />
<em><br />
Update (March, 14th): <a title="CurrPorts" href="http://www.nirsoft.net/utils/cports.html">CurrPorts</a> is a free tool by <a title="NirSoft" href="http://www.nirsoft.net/">NirSoft</a> that does exactly the same, but additionally allows for filters to be set: e.g. only show connections of a named process, udp/tcp, remote/local ports, IP addresses, etc. This is a huge advantage over <a title="TCPView" href="http://technet.microsoft.com/en-us/sysinternals/bb897437.aspx">TCPView</a></em><em> when you want to inspect a certain application!</em></li>
</ul>
<ul>
<li><a href="http://www.alphacore.be/wordpress/wp-content/uploads/ultravnc.jpg" rel="lightbox"><img class="alignright size-thumbnail wp-image-766" title="UltraVNC" src="http://www.alphacore.be/wordpress/wp-content/uploads/ultravnc-128x91.jpg" alt="UltraVNC" width="128" height="91" /></a><a title="UltraVNC" href="http://www.uvnc.com/">UltraVNC</a>: is a powerful, easy to use and open-source software title that can display the screen of another computer (via internet or network) on your own screen. The program allows you to use your mouse and keyboard to control the other PC remotely. It means that you can work on a remote computer, as if you were sitting in front of it, right from your current location. If you provide computer support, you can quickly access your customer&#8217;s computers from anywhere in the world and resolve helpdesk issues remotely.</li>
</ul>
<ul>
<li><a href="http://www.alphacore.be/wordpress/wp-content/uploads/wireshark.png" rel="lightbox"><img class="alignright size-thumbnail wp-image-767" title="Wireshark" src="http://www.alphacore.be/wordpress/wp-content/uploads/wireshark-128x100.png" alt="Wireshark" width="128" height="100" /></a><a title="Wireshark" href="http://www.wireshark.org/">Wireshark</a>: an open-source network packet analyzer. A network packet 	analyzer will try to capture network packets and tries to display 	that packet data as detailed as possible. You could think of a network packet analyzer as a measuring device used to 	examine what&#8217;s going on inside a network cable, just like a voltmeter is 	used by an electrician to examine what&#8217;s going on inside an electric cable 	(but at a higher level, of course). In the past, such tools were either very expensive, proprietary, or both. 	However, with the advent of Wireshark, all that has changed. <span class="application">Wireshark</span> is perhaps one of the best open 	source packet analyzers available today.</li>
</ul>
<ul>
<li><a href="http://www.alphacore.be/wordpress/wp-content/uploads/webbug.png" rel="lightbox"><img class="alignright size-thumbnail wp-image-769" title="WebBug" src="http://www.alphacore.be/wordpress/wp-content/uploads/webbug-128x96.png" alt="WebBug" width="128" height="96" /></a><a title="WebBug" href="http://www.cyberspyder.com/webbug.html">WebBug</a>: a free program that lets you enter a URL, then displays exactly what it sends to the web server and, when the response is received, exactly what the web server sends back. This is a &#8216;fun&#8217; program if you&#8217;re curious about the HTTP protocol, and is a useful debugging tool if you are trying to resolve a problem. It will handle the HTTP/1.1 version of the Web protocol in addition to the older HTTP/1.0 and HTTP 0.9, as well as conditional GETs. It can also be configured to be used with a proxy server. It also allows for the entry of custom headers so that users can test anything they like.</li>
</ul>
<ul>
<li><a href="http://www.alphacore.be/wordpress/wp-content/uploads/xenuslinksleuth.png" rel="lightbox"><img class="alignright size-thumbnail wp-image-770" title="Xenu's Link Sleuth" src="http://www.alphacore.be/wordpress/wp-content/uploads/xenuslinksleuth-128x92.png" alt="Xenu's Link Sleuth" width="128" height="92" /></a><a title="Xenu's Link Sleuth" href="http://home.snafu.de/tilman/xenulink.html">Xenu&#8217;s Link Sleuth</a>: free tool that checks web sites for broken links. Link verification is done on &#8220;normal&#8221; links, images, frames, plug-ins, backgrounds, local image maps, style sheets, scripts and java applets. It displays a continuously updated list of URLs which you can sort by different criteria. A report can be produced at any time. If you maintain any website, this is a great tool to use. Nobody wants to click on links going places that don&#8217;t exist anymore, also not your site&#8217;s visitors.</li>
</ul>
<p></p>
 <div class="series_links"><a href="http://www.alphacore.be/2009/01/25/system-software/" title="System Software">Previous in series</a> </div>

<div id="relatedposts"><p>Related:&nbsp;<a href='http://www.alphacore.be/2008/09/21/media-software/' rel='bookmark' title='Permanent Link: Media Software'>Media Software</a>
&nbsp;<a href='http://www.alphacore.be/2009/01/25/system-software/' rel='bookmark' title='Permanent Link: System Software'>System Software</a>
&nbsp;<a href='http://www.alphacore.be/2008/09/21/office-productivity-software/' rel='bookmark' title='Permanent Link: Office &#038; Productivity Software'>Office &#038; Productivity Software</a>
&nbsp;<a href='http://www.alphacore.be/2009/01/05/electric-sheep/' rel='bookmark' title='Permanent Link: Electric Sheep'>Electric Sheep</a>
&nbsp;<a href='http://www.alphacore.be/2007/12/03/internet-telephony/' rel='bookmark' title='Permanent Link: Internet Telephony'>Internet Telephony</a>
&nbsp;<a href='http://www.alphacore.be/2009/01/27/firefox-bundled-with-windows/' rel='bookmark' title='Permanent Link: Bundling Firefox With Windows'>Bundling Firefox With Windows</a>
&nbsp;<a href='http://www.alphacore.be/2008/08/23/openoffice/' rel='bookmark' title='Permanent Link: OpenOffice.org'>OpenOffice.org</a>
&nbsp;<a href='http://www.alphacore.be/2008/07/21/pidgin/' rel='bookmark' title='Permanent Link: Pidgin'>Pidgin</a>
&nbsp;<a href='http://www.alphacore.be/2009/04/27/access-denied/' rel='bookmark' title='Permanent Link: Access Denied'>Access Denied</a>
&nbsp;<a href='http://www.alphacore.be/2008/04/17/the-internet-is-gone/' rel='bookmark' title='Permanent Link: The Internet Is Gone'>The Internet Is Gone</a>
</p></div>]]></content:encoded>
			<wfw:commentRss>http://www.alphacore.be/2009/01/27/network-internet-software/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bundling Firefox With Windows</title>
		<link>http://www.alphacore.be/2009/01/27/firefox-bundled-with-windows/</link>
		<comments>http://www.alphacore.be/2009/01/27/firefox-bundled-with-windows/#comments</comments>
		<pubDate>Tue, 27 Jan 2009 11:28:20 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[browsers]]></category>
		<category><![CDATA[bundle]]></category>
		<category><![CDATA[bundling]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[commission]]></category>
		<category><![CDATA[eu]]></category>
		<category><![CDATA[european union]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[ie]]></category>
		<category><![CDATA[ie8]]></category>
		<category><![CDATA[internet explorer]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[mozilla]]></category>
		<category><![CDATA[mozilla firefox]]></category>
		<category><![CDATA[opera]]></category>
		<category><![CDATA[safari]]></category>
		<category><![CDATA[surfing]]></category>
		<category><![CDATA[web browser]]></category>
		<category><![CDATA[web browsers]]></category>
		<category><![CDATA[webbrowser]]></category>
		<category><![CDATA[webbrowsers]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.alphacore.be/?p=755</guid>
		<description><![CDATA[Microsoft's quarterly filing with the Security and Exchange Commission revealed that they could be forced to bundle Mozilla Firefox (along with some other browsers) with Windows. It's OK to offer people a choice, but this is a bit over the top, I think.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.deviantart.com/deviation/31501420/"><img class="alignleft size-full wp-image-756" title="Firefox vs. IE" src="http://www.alphacore.be/wordpress/wp-content/uploads/firefoxie.png" alt="Firefox vs. IE" width="96" height="96" /></a>Although the basic idea to <a title="PC Pro: EU Forces MS To Bundle FF with Windows" href="http://www.pcpro.co.uk/news/245994/eu-could-force-microsoft-to-bundle-firefox-with-windows.html">offer people a choice</a> what software to use for browsing the internet is not bad at all, forcing <a title="Microsoft" href="http://www.microsoft.com/">Microsoft</a> to bundle <a title="Firefox" href="http://www.mozilla.com/firefox/">Mozilla Firefox</a> (as well as Google&#8217;s <a title="Chrome" href="http://www.google.com/chrome">Chrome</a>, Apple&#8217;s <a title="Safari" href="http://www.apple.com/safari/">Safari</a> and <a title="Opera" href="http://www.opera.com/">Opera</a>) with their operating system <a title="Windows" href="http://www.microsoft.com/windows/">Windows</a>, which gets shipped with <a title="Internet Explorer" href="http://www.microsoft.com/windows/internet-explorer/">Internet Explorer</a> (IE) right now, is completely over the top. The situation was revealed in <a title="Microsoft's Quarterly Filing With The Security And Exchange Commission" href="https://investor.shareholder.com/msft/EdgarDetail.asp?CIK=789019&amp;FID=1193125-09-9386&amp;SID=09-00#eolPage18">Microsoft&#8217;s quarterly filing</a> with the Security and Exchange Commission. <span id="more-755"></span></p>
<p>People should inform themselves about existing alternatives and I don&#8217;t agree that Microsoft should be forced to ship their product with a range of other browsers. When you buy something with batteries included, do you get 5 batteries of different brands? And what with <a title="Interesting Browsers You Have Never Heard Of" href="http://www.smashingmagazine.com/2007/11/21/web-browsers-you-have-never-heard-of/">less-known web browsers</a> such as <a title="Maxthon" href="http://www.maxthon.com/">Maxthon</a>, <a title="Flock" href="http://flock.com/">Flock</a>, etc. Don&#8217;t they also deserve a fair chance? The idea to ship Windows without any web browser at all is also a bad one, because some users would have absolutely no idea where to get their &#8220;window onto the world&#8221; from. In the end they&#8217;d blame Windows for not being able to read their daily news website anymore. I think a screen mentioning that Internet Explorer is installed by default, but can be uninstalled and replaced by any web browser of the user&#8217;s choice, would already do fine.</p>
<p>The <a title="Firefox vs. IE" href="http://www.deviantart.com/deviation/31501420/">icon</a> used above was designed by <a title="Archangel-Daemon" href="http://archangel-daemon.deviantart.com/art/Firefox-Versus-IE-The-Icon-31501420">Archangel-Daemon</a> over at <a title="deviantART" href="http://www.deviantart.com/">deviantART</a>.</p>
<p></p>


<div id="relatedposts"><p>Related:&nbsp;<a href='http://www.alphacore.be/2009/01/27/network-internet-software/' rel='bookmark' title='Permanent Link: Network &#038; Internet Software'>Network &#038; Internet Software</a>
&nbsp;<a href='http://www.alphacore.be/2009/04/27/access-denied/' rel='bookmark' title='Permanent Link: Access Denied'>Access Denied</a>
&nbsp;<a href='http://www.alphacore.be/2007/12/03/internet-telephony/' rel='bookmark' title='Permanent Link: Internet Telephony'>Internet Telephony</a>
&nbsp;<a href='http://www.alphacore.be/2009/01/05/electric-sheep/' rel='bookmark' title='Permanent Link: Electric Sheep'>Electric Sheep</a>
&nbsp;<a href='http://www.alphacore.be/2009/01/25/system-software/' rel='bookmark' title='Permanent Link: System Software'>System Software</a>
&nbsp;<a href='http://www.alphacore.be/2008/08/23/openoffice/' rel='bookmark' title='Permanent Link: OpenOffice.org'>OpenOffice.org</a>
</p></div>]]></content:encoded>
			<wfw:commentRss>http://www.alphacore.be/2009/01/27/firefox-bundled-with-windows/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>System Software</title>
		<link>http://www.alphacore.be/2009/01/25/system-software/</link>
		<comments>http://www.alphacore.be/2009/01/25/system-software/#comments</comments>
		<pubDate>Sun, 25 Jan 2009 18:48:36 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[anti-virus]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[applications]]></category>
		<category><![CDATA[autorun]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[backups]]></category>
		<category><![CDATA[checksum]]></category>
		<category><![CDATA[clean]]></category>
		<category><![CDATA[cleanup]]></category>
		<category><![CDATA[compression]]></category>
		<category><![CDATA[directory]]></category>
		<category><![CDATA[disk]]></category>
		<category><![CDATA[encryption]]></category>
		<category><![CDATA[explorer]]></category>
		<category><![CDATA[files]]></category>
		<category><![CDATA[folder]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[hash]]></category>
		<category><![CDATA[hidden]]></category>
		<category><![CDATA[hide]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[incremental]]></category>
		<category><![CDATA[iso]]></category>
		<category><![CDATA[md4]]></category>
		<category><![CDATA[md5]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[mount]]></category>
		<category><![CDATA[open-source]]></category>
		<category><![CDATA[partition]]></category>
		<category><![CDATA[program]]></category>
		<category><![CDATA[programs]]></category>
		<category><![CDATA[protect]]></category>
		<category><![CDATA[protection]]></category>
		<category><![CDATA[recycle]]></category>
		<category><![CDATA[registry]]></category>
		<category><![CDATA[remove]]></category>
		<category><![CDATA[sfv]]></category>
		<category><![CDATA[sha1]]></category>
		<category><![CDATA[size]]></category>
		<category><![CDATA[source]]></category>
		<category><![CDATA[startup]]></category>
		<category><![CDATA[synchronize]]></category>
		<category><![CDATA[system]]></category>
		<category><![CDATA[trash]]></category>
		<category><![CDATA[undelete]]></category>
		<category><![CDATA[verify]]></category>
		<category><![CDATA[virus]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.alphacore.be/?p=588</guid>
		<description><![CDATA[System software that I've come to think of as being the best free and open-source ones around at the moment: 7-Zip, Ad-Aware Free, Autoruns, AVG Anti-Virus (Free Edition), CCleaner, DAEMON Tools Lite, DirSync Pro, HashCheck, KeePass Password Safe, Process Explorer, Process Monitor, Recuva, TrueCrypt and WinDirStat.]]></description>
			<content:encoded><![CDATA[<p>This article is the third in a series of posts containing software that I&#8217;ve come to think of as being the best <a title="F/OSS (Wikipedia)" href="http://en.wikipedia.org/wiki/Free_and_open_source_software">free and open-source</a> ones around at the moment. Check the table of contents for the other articles in the series.</p>
<p>In this article I&#8217;ll list some system tools that I would like to give some attention. These are the ones that come in handy when things go wrong, or that keep things in order in the first place. Either that, or they perform a general-purpose task that I could be without. Here&#8217;s my selection: <span id="more-588"></span></p>
<ul>
<li><a href="http://www.alphacore.be/wordpress/wp-content/uploads/7zip.png" rel="lightbox"><img class="alignright size-thumbnail wp-image-589" title="7-Zip" src="http://www.alphacore.be/wordpress/wp-content/uploads/7zip-128x116.png" alt="" width="128" height="116" /></a><a title="7-Zip" href="http://www.7-zip.org/">7-Zip</a>: open-source Windows utility for manipulating archives similar to WinZip. Formats 7z, ZIP, GZIP, BZIP2 and TAR are supported fully, other formats can be unpacked. For ZIP and GZIP formats, 7-Zip provides a compression ratio that is 2-10 % better than the ratio provided by PKZip and WinZip. It&#8217;s powerful, fast, flexible and very robust and optionally integrates with the Windows Shell. I like it a lot and I&#8217;ll never see those annoying WinZip <a title="Nagware (Wikipedia)" href="http://en.wikipedia.org/wiki/Nagware">nag screens</a> again!</li>
</ul>
<ul>
<li><a title="Ad-Aware Free" href="http://www.alphacore.be/wordpress/wp-content/uploads/adaware.png" rel="lightbox"><img class="alignright size-thumbnail wp-image-730" title="Ad-Aware Free" src="http://www.alphacore.be/wordpress/wp-content/uploads/adaware-128x100.png" alt="Ad-Aware Free" width="128" height="100" /></a><a title="Ad-Aware Free" href="http://www.lavasoft.com/products/ad_aware_free.php">Ad-Aware Free</a>: this free product from <a title="Lavasoft" href="http://www.lavasoft.com/">Lavasoft</a> protects you against malware: spyware, trojans, rootkits, hijackers, keyloggers and the likes. I run it once in a while to keep things clean. This free version can be a bit confusing to find on the website, because Lavasoft likes to promote their non-free versions quite a bit more. Just keep clicking on the &#8220;Ad-Aware Free&#8221; buttons and you&#8217;ll get to the download.</li>
</ul>
<ul>
<li><a title="Autoruns" href="http://www.alphacore.be/wordpress/wp-content/uploads/autoruns.jpg" rel="lightbox"><img class="alignright size-thumbnail wp-image-720" title="Autoruns" src="http://www.alphacore.be/wordpress/wp-content/uploads/autoruns-128x84.jpg" alt="Autoruns" width="128" height="84" /></a><a title="Autoruns" href="http://technet.microsoft.com/en-us/sysinternals/bb963902.aspx">Autoruns</a>: this free Windows tool has the most comprehensive knowledge of auto-starting locations of any startup monitor, shows you what programs are configured to run during system bootup or login, and shows you the entries in the order Windows processes them. These programs include ones in your startup folder, Run, RunOnce, and other Registry keys. It is one of the <a title="Windows Sysinternals" href="http://technet.microsoft.com/en-us/sysinternals/default.aspx">Windows Sysinternals</a> utilities.</li>
</ul>
<ul>
<li><a title="AVG Anti-Virus (Free Edition)" href="http://www.alphacore.be/wordpress/wp-content/uploads/avgfree.png" rel="lightbox"><img class="alignright size-thumbnail wp-image-721" title="AVG Anti-Virus (Free Edition)" src="http://www.alphacore.be/wordpress/wp-content/uploads/avgfree-127x70.png" alt="AVG Anti-Virus (Free Edition)" width="127" height="70" /></a><a title="AVG Anti-Virus (Free Edition)" href="http://free.avg.com/">AVG Anti-Virus (Free Edition)</a>: basic antivirus and antispyware protection for Windows available to <a title="AVG Anti-Virus (Free Edition) Download" href="http://free.avg.com/download?prd=afe">download</a> for free. This free version has limited features, no support, and is available for private and non-commercial use only. It offers protection against viruses, spyware, adware and identity-theft. If a good, free anti-virus program is all you care for, this is the one to pick!</li>
</ul>
<ul>
<li><a title="CCleaner" href="http://www.alphacore.be/wordpress/wp-content/uploads/ccleaner.png" rel="lightbox"><img class="alignright size-thumbnail wp-image-726" title="CCleaner" src="http://www.alphacore.be/wordpress/wp-content/uploads/ccleaner-128x107.png" alt="CCleaner" width="128" height="107" /></a><a title="CCleaner" href="http://www.ccleaner.com/">CCleaner</a>: a freeware system optimization, privacy and cleaning tool by <a title="Piriform" href="http://www.piriform.com/">Piriform</a>. It removes unused files from your system &#8211; allowing Windows to run faster and freeing up valuable hard disk space. It also cleans traces of your online activities such as your Internet history. Additionally it contains a fully featured registry cleaner. I really like the fact that you can run this tool by right-clicking the Recycle bin and selecting &#8220;Open CCleaner&#8230;&#8221;. Everytime I run it, and it again cleans my system of hundreds of megabytes of junk, I&#8217;m always amazed how much stuff gets collected on your PC after a while.</li>
</ul>
<ul>
<li><a title="DAEMON Tools" href="http://www.alphacore.be/wordpress/wp-content/uploads/daemontools.png" rel="lightbox"><img class="alignright size-thumbnail wp-image-727" title="DAEMON Tools" src="http://www.alphacore.be/wordpress/wp-content/uploads/daemontools-127x55.png" alt="DAEMON Tools" width="127" height="55" /></a><a title="DAEMON Tools" href="http://www.daemon-tools.cc/">DAEMON Tools Lite</a>: this free version is an advanced application for Microsoft Windows which provides one of the best optical media emulation in the industry. DAEMON Tools enables you to use your CD/DVD images as if they were already burned to CD/DVD. This very neat if you have a CD you regularly need to pop into your CD/DVD drive. You can make an image of it (e.g. an <a title="ISO Image" href="http://en.wikipedia.org/wiki/ISO_image">.iso</a> image) and then &#8220;mount&#8221; this image in a virtual CD/DVD drive using DAEMON Tools. It&#8217;s as if you walked again to your closet for the 190th time, took that CD out and put it in. Just that you didn&#8217;t. Very handy tool!</li>
</ul>
<ul>
<li><a title="DirSync Pro" href="http://www.alphacore.be/wordpress/wp-content/uploads/dirsyncpro.png" rel="lightbox"><img class="alignright size-thumbnail wp-image-728" title="DirSync Pro" src="http://www.alphacore.be/wordpress/wp-content/uploads/dirsyncpro-128x86.png" alt="DirSync Pro" width="128" height="86" /></a><a title="DirSync Pro" href="http://directorysync.sourceforge.net/">DirSync Pro</a> (Directory Synchronize Pro): a small, but powerful open-source utility for file and folder synchronization.  DirSync Pro can be used to synchronize the content of one or many folders recursively. Using DirSync Pro you can make incremental backups. In this way you&#8217;ll spare lots of time because you don&#8217;t have to copy all the files  each time you want to update your backup; only new/modified/larger files would be copied. Use DirSync Pro to easily synchronize files from your desktop PC to your USB-stick (PDA, Notebook, &#8230;).</li>
</ul>
<ul>
<li><a title="HashCheck" href="http://www.alphacore.be/wordpress/wp-content/uploads/hashcheck.png" rel="lightbox"><img class="alignright size-thumbnail wp-image-719" title="HashCheck" src="http://www.alphacore.be/wordpress/wp-content/uploads/hashcheck-128x101.png" alt="HashCheck" width="128" height="101" /></a><a title="HashCheck" href="http://www.ktechcomputing.com/hashcheck/">HashCheck</a>: this open-source shell extension makes it easy for you to calculate and verify checksums (including <a href="http://en.wikipedia.org/wiki/Cryptographic_hash_function">hashes</a>) from Windows Explorer. <a title="HashCheck" href="http://www.ktechcomputing.com/hashcheck/">HashCheck</a> can process and verify the checksums/hashes stored in checksum files &#8211; these are files with a <a href="http://en.wikipedia.org/wiki/Simple_file_verification">.sfv</a>, .md4, .md5, or .sha1 file extension. Just double-click on the checksum file, and HashCheck will check the actual checksums of the listed files against those specified in the checksum file. It will also add a &#8220;Checksums&#8221; tab to the shell&#8217;s file properties dialog so that you could easily check the hash of a file (or even multiple files and directories) from Windows Explorer. You can also save the results to a checksum file.</li>
</ul>
<ul>
<li><a title="KeePass Password Safe" href="http://www.alphacore.be/wordpress/wp-content/uploads/keepass.png" rel="lightbox"><img class="alignright size-thumbnail wp-image-729" title="KeePass Password Safe" src="http://www.alphacore.be/wordpress/wp-content/uploads/keepass-128x87.png" alt="KeePass Password Safe" width="128" height="87" /></a><a title="KeePass Password Safe" href="http://keepass.info/">KeePass Password Safe</a>: an open-source password manager, which helps you to manage your passwords in a secure way. You can put all your passwords in one database, which is locked with one master key or a key file. So you only have to remember one single master password or select the key file to unlock the whole database. The databases are encrypted using the best and most secure encryption algorithms currently known (AES and Twofish). It&#8217;s light-weight and easy-to-use.</li>
</ul>
<ul>
<li><a title="Process Explorer" href="http://www.alphacore.be/wordpress/wp-content/uploads/processexplorer.jpg" rel="lightbox"><img class="alignright size-thumbnail wp-image-732" title="Process Explorer" src="http://www.alphacore.be/wordpress/wp-content/uploads/processexplorer-128x92.jpg" alt="Process Explorer" width="128" height="92" /></a><a title="Process Explorer" href="http://technet.microsoft.com/en-us/sysinternals/bb896653.aspx">Process Explorer</a>: ever wanted to delete a file, but Windows said the file was in use and can&#8217;t be deleted right now. You had to restart your Windows to finally be able to delete it. This free tool shows you information about which handles and DLLs processes have opened or loaded and lets you easily close some problematic handles. It&#8217;s useful for tracking down DLL-version problems or handle leaks, and provide insight into the way Windows and applications work. It is one of the <a title="Windows Sysinternals" href="http://technet.microsoft.com/en-us/sysinternals/default.aspx">Windows Sysinternals</a> utilities.</li>
</ul>
<ul>
<li><a title="Process Monitor" href="http://www.alphacore.be/wordpress/wp-content/uploads/processmonitor.gif" rel="lightbox"><img class="alignright size-thumbnail wp-image-733" title="Process Monitor" src="http://www.alphacore.be/wordpress/wp-content/uploads/processmonitor-128x68.gif" alt="Process Monitor" width="128" height="68" /></a><a title="Process Monitor" href="http://technet.microsoft.com/en-us/sysinternals/bb896645.aspx">Process Monitor</a>:<em></em> a free, advanced monitoring tool for Windows that shows real-time file system, Registry and process/thread activity. It combines the features of two legacy <a title="Windows Sysinternals" href="http://technet.microsoft.com/en-us/sysinternals/default.aspx">Windows Sysinternals</a> utilities, Filemon and Regmon<em></em><em></em>, and adds an extensive list of enhancements including rich and non-destructive filtering, comprehensive event properties such session IDs and user names, reliable process information, full thread stacks with integrated symbol support for each operation, simultaneous logging to a file, and much more. Its uniquely powerful features will make Process Monitor a core utility in your system troubleshooting and malware hunting toolkit.</li>
</ul>
<ul>
<li><a title="Recuva" href="http://www.alphacore.be/wordpress/wp-content/uploads/recuva.png" rel="lightbox"><img class="alignright size-thumbnail wp-image-734" title="Recuva" src="http://www.alphacore.be/wordpress/wp-content/uploads/recuva-128x87.png" alt="Recuva" width="128" height="87" /></a><a title="Recuva" href="http://www.recuva.com/">Recuva</a> (pronounced &#8220;recover&#8221;): a freeware Windows utility by <a title="Piriform" href="http://www.piriform.com/">Piriform</a> to restore files that have been accidentally deleted from your computer. This includes files emptied from the Recycle bin as well as images and other files that have been deleted by user error from digital camera memory cards or MP3 players. It will even bring back files that have been deleted by bugs, crashes and viruses!</li>
</ul>
<ul>
<li><a title="TrueCrypt" href="http://www.alphacore.be/wordpress/wp-content/uploads/truecrypt.png" rel="lightbox"><img class="alignright size-thumbnail wp-image-735" title="TrueCrypt" src="http://www.alphacore.be/wordpress/wp-content/uploads/truecrypt-128x110.png" alt="TrueCrypt" width="128" height="110" /></a><a title="TrueCrypt" href="http://www.truecrypt.org/">TrueCrypt</a>: open-source on-the-fly disk encryption software for Windows Vista/XP, Mac OS X, and Linux. Among its main features are the ability to create a virtual encrypted disk within a file and mounts it as a real disk, encrypting an entire partition or storage device such as USB flash drive or hard drive or encrypting a partition or drive where Windows is installed (pre-boot authentication). Encryption is automatic, real-time (on-the-fly) and transparent. Very nice software to keep your sensitive documents secure.</li>
</ul>
<ul>
<li><a title="WinDirStat" href="http://www.alphacore.be/wordpress/wp-content/uploads/windirstat.jpg" rel="lightbox"><img class="alignright size-thumbnail wp-image-736" title="WinDirStat" src="http://www.alphacore.be/wordpress/wp-content/uploads/windirstat-128x96.jpg" alt="WinDirStat" width="128" height="96" /></a><a title="WinDirStat" href="http://windirstat.info/">WinDirStat</a> (Windows Directory Statistics): a free disk usage statistics viewer and cleanup tool for Microsoft   Windows. It&#8217;s amazing how much visual feedback this tool gives about the drive and folders you select for analysis. Just take a look at the picture and you&#8217;ll know what I mean. You can immediately spot what directories are the biggest and which files take up most space. It&#8217;s really amazing and a great tool to keep your system clean and tidy!</li>
</ul>
<p></p>
 <div class="series_links"><a href="http://www.alphacore.be/2008/09/21/media-software/" title="Media Software">Previous in series</a> <a href="http://www.alphacore.be/2009/01/27/network-internet-software/" title="Network &amp; Internet Software">Next in series</a></div>

<div id="relatedposts"><p>Related:&nbsp;<a href='http://www.alphacore.be/2008/09/21/media-software/' rel='bookmark' title='Permanent Link: Media Software'>Media Software</a>
&nbsp;<a href='http://www.alphacore.be/2008/09/21/office-productivity-software/' rel='bookmark' title='Permanent Link: Office &#038; Productivity Software'>Office &#038; Productivity Software</a>
&nbsp;<a href='http://www.alphacore.be/2009/01/27/network-internet-software/' rel='bookmark' title='Permanent Link: Network &#038; Internet Software'>Network &#038; Internet Software</a>
&nbsp;<a href='http://www.alphacore.be/2009/04/27/access-denied/' rel='bookmark' title='Permanent Link: Access Denied'>Access Denied</a>
&nbsp;<a href='http://www.alphacore.be/2008/08/25/megabuild/' rel='bookmark' title='Permanent Link: MegaBuild'>MegaBuild</a>
&nbsp;<a href='http://www.alphacore.be/2008/08/23/openoffice/' rel='bookmark' title='Permanent Link: OpenOffice.org'>OpenOffice.org</a>
&nbsp;<a href='http://www.alphacore.be/2009/01/05/electric-sheep/' rel='bookmark' title='Permanent Link: Electric Sheep'>Electric Sheep</a>
</p></div>]]></content:encoded>
			<wfw:commentRss>http://www.alphacore.be/2009/01/25/system-software/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Electric Sheep</title>
		<link>http://www.alphacore.be/2009/01/05/electric-sheep/</link>
		<comments>http://www.alphacore.be/2009/01/05/electric-sheep/#comments</comments>
		<pubDate>Mon, 05 Jan 2009 00:37:25 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[abstract]]></category>
		<category><![CDATA[beautiful]]></category>
		<category><![CDATA[distributed]]></category>
		<category><![CDATA[flock]]></category>
		<category><![CDATA[flocks]]></category>
		<category><![CDATA[fractal]]></category>
		<category><![CDATA[fractal flame]]></category>
		<category><![CDATA[fractal flames]]></category>
		<category><![CDATA[fractals]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[morphing]]></category>
		<category><![CDATA[mutation]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[open-source]]></category>
		<category><![CDATA[pc]]></category>
		<category><![CDATA[render]]></category>
		<category><![CDATA[saver]]></category>
		<category><![CDATA[screen]]></category>
		<category><![CDATA[screen saver]]></category>
		<category><![CDATA[screensaver]]></category>
		<category><![CDATA[share]]></category>
		<category><![CDATA[sheep]]></category>
		<category><![CDATA[sleep]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.alphacore.be/?p=640</guid>
		<description><![CDATA[Electric Sheep is a free, open source screen saver. When computers "sleep", the screen saver comes to life and they communicate with each other over the internet to share the work of creating morphing abstract animations known as "sheep".]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.alphacore.be/wordpress/wp-content/uploads/electricsheep.png" rel="lightbox"><img class="size-thumbnail wp-image-641 alignleft" title="Electric Sheep" src="http://www.alphacore.be/wordpress/wp-content/uploads/electricsheep-128x94.png" alt="Electric Sheep" width="128" height="94" /></a>It&#8217;s not the next <a title="Sony AIBO" href="http://support.sony-europe.com/aibo/">Sony AIBO</a>/<a title="Sony QRIO" href="http://en.wikipedia.org/wiki/QRIO">QRIO</a> and it doesn&#8217;t include batteries. I&#8217;m talking about <a title="Electric Sheep" href="http://www.electricsheep.org/">Electric Sheep</a>, a free, open source screen saver created by <a href="http://scottdraves.com/">Scott Draves</a>, run by thousands of people all over the world. When computers &#8220;sleep&#8221;, the screen saver comes to life and the computers communicate with each other over the internet to share the work of creating morphing abstract animations known as &#8220;sheep&#8221;. The result is a collective &#8220;android dream&#8221;, an homage to <a title="Philip K. Dick" href="http://en.wikipedia.org/wiki/Philip_K._Dick">Philip K. Dick</a>&#8217;s novel <em><a href="http://en.wikipedia.org/wiki/Do_Androids_Dream_of_Electric_Sheep%3F">Do Androids Dream of Electric Sheep?</a></em>. You could call it a global computer-generated art project.<span id="more-640"></span></p>
<p>How does it work exactly? <a title="Fractal flames" href="http://en.wikipedia.org/wiki/Fractal_flame">Fractal flames</a> are rendered as <a title="PNG" href="http://en.wikipedia.org/wiki/Portable_Network_Graphics">PNG</a> images (depending on the machine, this typically takes multiple seconds for a single frame) by distributed client software (i.e. the screensaver itself), which are then transferred across the internet to an <a title="Sheep Server" href="http://v2d7c.sheepserver.net/cgi/status.cgi">Electric Sheep server</a>. The server stitches these images together as a compressed 800&#215;600 MPEG-2 video file, called a &#8220;sheep&#8221; (most are around 4 seconds long), which are organized in &#8220;flocks&#8221;, e.g. the screenshot above is a (resized) still taken from sheep 10708 of flock 243. The finished sheep are automatically downloaded by the client software. While the screen saver is running, sheep are selected from the available ones in a way to result (if possible) in a smooth, seamless, mesmerizing animation: often several sheep are candidates as a continuation of a currently playing sheep. Anyone watching one of the screen savers may vote for their favorite animations using the keyboard. The more popular sheep live longer and reproduce according to a genetic algorithm with mutation and cross-over.  Hence the flock evolves to please its global audience. You can also <a href="http://draves.org/blog/archives/000405.html">design your own sheep</a> and submit them to the gene pool.</p>
<p><a title="Download Electric Sheep" href="http://community.electricsheep.org/download">Electric Sheep</a> is available for PC (Windows &amp; Linux) and Mac (OS X) and installs like a breeze. Here&#8217;s a short sample clip (with reduced quality) to give an idea what it actually looks like:</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="520" height="380" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://blip.tv/play/AYuwF4OfJw" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="520" height="380" src="http://blip.tv/play/AYuwF4OfJw" allowfullscreen="true"></embed></object></p>
<p></p>


<div id="relatedposts"><p>Related:&nbsp;<a href='http://www.alphacore.be/2009/01/27/network-internet-software/' rel='bookmark' title='Permanent Link: Network &#038; Internet Software'>Network &#038; Internet Software</a>
&nbsp;<a href='http://www.alphacore.be/2009/01/27/firefox-bundled-with-windows/' rel='bookmark' title='Permanent Link: Bundling Firefox With Windows'>Bundling Firefox With Windows</a>
</p></div>]]></content:encoded>
			<wfw:commentRss>http://www.alphacore.be/2009/01/05/electric-sheep/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Media Software</title>
		<link>http://www.alphacore.be/2008/09/21/media-software/</link>
		<comments>http://www.alphacore.be/2008/09/21/media-software/#comments</comments>
		<pubDate>Sun, 21 Sep 2008 18:41:27 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[applications]]></category>
		<category><![CDATA[audio]]></category>
		<category><![CDATA[conversion]]></category>
		<category><![CDATA[editing]]></category>
		<category><![CDATA[editor]]></category>
		<category><![CDATA[film]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[manipulation]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[movie]]></category>
		<category><![CDATA[Movies]]></category>
		<category><![CDATA[open-source]]></category>
		<category><![CDATA[player]]></category>
		<category><![CDATA[program]]></category>
		<category><![CDATA[programs]]></category>
		<category><![CDATA[record]]></category>
		<category><![CDATA[screen capture]]></category>
		<category><![CDATA[screen capturing]]></category>
		<category><![CDATA[sound]]></category>
		<category><![CDATA[source]]></category>
		<category><![CDATA[tv]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[viewer]]></category>
		<category><![CDATA[viewing]]></category>

		<guid isPermaLink="false">http://www.alphacore.be/?p=581</guid>
		<description><![CDATA[Media software that I've come to think of as being the best free and open-source ones around at the moment: CamStudio, Foobar2000, GIMP, Inkscape, IrfanView, Jahshaka, Media Player Classic, Miro and WinSnap.]]></description>
			<content:encoded><![CDATA[<p>This article is part of a series of posts containing software that I&#8217;ve come to think of as being the best <a title="F/OSS (Wikipedia)" href="http://en.wikipedia.org/wiki/Free_and_open_source_software">free and open-source</a> ones around at the moment. Check the table of contents for the other articles in the series.</p>
<p>This time I&#8217;d like to list some image, audio and video viewing/manipulation applications that I would like to recommend. I want fast and light-weight viewers that open my files immediately but powerful full-featured editing tools for the more complex tasks: <span id="more-581"></span></p>
<ul>
<li><a href="http://www.alphacore.be/wordpress/wp-content/uploads/camstudio.jpg" rel="lightbox"><img class="alignright size-thumbnail wp-image-545" title="CamStudio" src="http://www.alphacore.be/wordpress/wp-content/uploads/camstudio-128x88.jpg" alt="" width="128" height="88" /></a><a title="CamStudio" href="http://camstudio.org/">CamStudio</a>: open-source application that it is able to record all screen and audio activity on your computer and create industry-standard AVI video files and using its built-in SWF Producer can turn those AVIs into lean, mean, bandwidth-friendly Streaming Flash videos (SWFs). It can also add screen captions to your recordings and with the unique Video Annotation feature you can even personalize your videos by including a webcam movie of yourself picture-in-picture over your desktop.</li>
</ul>
<ul>
<li><a href="http://www.alphacore.be/wordpress/wp-content/uploads/foobar2000.png" rel="lightbox"><img class="alignright size-thumbnail wp-image-597" title="Foobar2000" src="http://www.alphacore.be/wordpress/wp-content/uploads/foobar2000-128x96.png" alt="" width="128" height="96" /></a><a title="Foobar2000" href="http://www.foobar2000.org/">Foobar2000</a>: free advanced audio player with features including full unicode support, ReplayGain support and native support for several popular audio formats. While I don&#8217;t use it to play audio files, I find it very useful to do batch audio conversions with it. It&#8217;s an extremely powerful and flexible tool. I should actually use it more often, simply because it&#8217;s so good!</li>
</ul>
<ul>
<li><a href="http://www.alphacore.be/wordpress/wp-content/uploads/gimp.png" rel="lightbox"><img class="alignright size-thumbnail wp-image-548" title="GIMP" src="http://www.alphacore.be/wordpress/wp-content/uploads/gimp-127x96.png" alt="" width="127" height="96" /></a><a title="GIMP" href="http://www.gimp.org/">GIMP</a>: open-source image manipulation program that can be used as a simple paint program, an expert quality photo retouching program, an online batch processing system, a mass production image renderer, an image format converter, etc. It is expandable and extensible. It is designed to be augmented with plug-ins and extensions to do just about anything. There&#8217;s even a modification of the GIMP called <a title="GIMPshop" href="http://www.gimpshop.com/">GIMPshop</a> intended to replicate the feel of <a title="Adobe Photoshop" href="http://www.adobe.com/products/photoshop/index.html">Adobe Photoshop</a>.</li>
</ul>
<ul>
<li><a title="Inkscape" href="http://www.alphacore.be/wordpress/wp-content/uploads/inkscape.png" rel="lightbox"><img class="alignright size-thumbnail wp-image-717" title="Inkscape" src="http://www.alphacore.be/wordpress/wp-content/uploads/inkscape-128x105.png" alt="Inkscape" width="128" height="105" /></a><a title="Inkscape" href="http://www.inkscape.org/">Inkscape</a>: open-source vector graphics editor, with capabilities similar to <a title="Adobe Illustrator" href="http://www.adobe.com/products/illustrator/">Illustrator</a>, CorelDraw, or Xara X, using the W3C standard Scalable Vector Graphics (SVG) file format. It supports many advanced SVG features (markers, clones, alpha blending, etc.) and great care is taken in designing a streamlined interface. It is very easy to edit nodes, perform complex path operations, trace bitmaps and much more. Take a look at the <a title="Inkscape Screenshots" href="http://www.inkscape.org/screenshots/index.php?lang=en">screenshots</a> and be amazed.</li>
</ul>
<ul>
<li><a href="http://www.alphacore.be/wordpress/wp-content/uploads/irfanview.jpg" rel="lightbox"><img class="alignright size-thumbnail wp-image-549" title="IrfanView" src="http://www.alphacore.be/wordpress/wp-content/uploads/irfanview-128x99.jpg" alt="" width="128" height="99" /></a><a title="IrfanView" href="http://www.irfanview.com/">IrfanView</a>: free, very fast, small, compact and innovative graphic viewer. It&#8217;s extremely feature-rich and extremely fast, which makes it my favorite image viewer and editor. For more advanced stuff, I&#8217;d recommend <a title="GIMP" href="http://www.gimp.org/">GIMP</a>, but for all your quick and easy conversion, resizing, cutting, color enhancing (and many more) needs, this is the program you&#8217;re looking for.</li>
</ul>
<ul>
<li><a href="http://www.alphacore.be/wordpress/wp-content/uploads/mediaplayerclassic.png" rel="lightbox"><img class="alignright size-thumbnail wp-image-596" title="Media Player Classic" src="http://www.alphacore.be/wordpress/wp-content/uploads/mediaplayerclassic-128x95.png" alt="" width="128" height="95" /></a><a title="Media Player Classic" href="http://sourceforge.net/projects/guliverkli2/">Media Player Classic</a>: open-source video player that mimics the look and feel of the old, light-weight <a title="Windows Media Player" href="http://www.microsoft.com/windows/windowsmedia/default.mspx">Windows Media Player</a> 6.4 but integrates most options and features found in modern media players. After additionally installing the <a title="K-Lite Codec Pack" href="http://www.codecguide.com/about_kl.htm">K-Lite Codec Pack</a>, <a title="QuickTime Alternative" href="http://codecguide.com/about_qt.htm">QuickTime Alternative</a> and <a title="Real Alternative" href="http://www.codecguide.com/about_real.htm">Real Alternative</a> as well, you&#8217;ll be able to play almost any kind of video format.</li>
</ul>
<ul>
<li><a href="http://www.alphacore.be/wordpress/wp-content/uploads/miro.jpg" rel="lightbox"><img class="alignright size-thumbnail wp-image-551" title="Miro" src="http://www.alphacore.be/wordpress/wp-content/uploads/miro-128x83.jpg" alt="" width="128" height="83" /></a><a title="Miro" href="http://www.getmiro.com/">Miro</a>: open-source internet TV and video player. It plays virtually any kind of video file, there&#8217;s lots of channels (also HD video content) with many added daily. You can search millions of videos, download them, watch and enjoy them. I must admit I haven&#8217;t used it too often yet, but it looks very promising.</li>
</ul>
<ul>
<li><a href="http://www.alphacore.be/wordpress/wp-content/uploads/virtualdubmod.png" rel="lightbox"><img class="alignright size-thumbnail wp-image-632" title="VirtualDubMod" src="http://www.alphacore.be/wordpress/wp-content/uploads/virtualdubmod-128x91.png" alt="" width="128" height="91" /></a><a title="VirtualDubMod" href="http://virtualdubmod.sourceforge.net/">VirtualDubMod</a>: open-source, based on the famous video editing software VirtualDub (by Avery Lee). Born as a unification of several existing modifications, a lot of new features have been added, including support for the matroska container format. It&#8217;s a superior tool to capture, encode, convert and edit video fragments. Highly recommended tool!</li>
</ul>
<ul>
<li><a href="http://www.alphacore.be/wordpress/wp-content/uploads/winsnap.png" rel="lightbox"><img class="alignright size-thumbnail wp-image-599" title="WinSnap" src="http://www.alphacore.be/wordpress/wp-content/uploads/winsnap-128x110.png" alt="" width="128" height="110" /></a><a title="WinSnap" href="http://www.ntwind.com/software/winsnap/download-free-version.html">WinSnap</a>: free (up to version 1.1.10) enhancement utility for taking and editing screenshots. Standard features include easy capture of non-rectangular windows with customized and transparent backgrounds, simple and automatic canvas transformations, coloring effects, and the addition of eye-candy drop shadows. WinSnap supports a variety of image formats and has advanced auto-save features. Note that later versions from <a title="NTWind" href="http://www.ntwind.com/">NTWind</a> are not free anymore, but don&#8217;t worry: version 1.1.10 has everything you&#8217;ll need. It&#8217;s a highly recommendable tool!</li>
</ul>
<p></p>
 <div class="series_links"><a href="http://www.alphacore.be/2008/09/21/office-productivity-software/" title="Office &amp; Productivity Software">Previous in series</a> <a href="http://www.alphacore.be/2009/01/25/system-software/" title="System Software">Next in series</a></div>

<div id="relatedposts"><p>Related:&nbsp;<a href='http://www.alphacore.be/2009/01/25/system-software/' rel='bookmark' title='Permanent Link: System Software'>System Software</a>
&nbsp;<a href='http://www.alphacore.be/2009/01/27/network-internet-software/' rel='bookmark' title='Permanent Link: Network &#038; Internet Software'>Network &#038; Internet Software</a>
&nbsp;<a href='http://www.alphacore.be/2008/09/21/office-productivity-software/' rel='bookmark' title='Permanent Link: Office &#038; Productivity Software'>Office &#038; Productivity Software</a>
&nbsp;<a href='http://www.alphacore.be/2008/08/23/openoffice/' rel='bookmark' title='Permanent Link: OpenOffice.org'>OpenOffice.org</a>
</p></div>]]></content:encoded>
			<wfw:commentRss>http://www.alphacore.be/2008/09/21/media-software/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Office &amp; Productivity Software</title>
		<link>http://www.alphacore.be/2008/09/21/office-productivity-software/</link>
		<comments>http://www.alphacore.be/2008/09/21/office-productivity-software/#comments</comments>
		<pubDate>Sun, 21 Sep 2008 16:58:49 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[accounting]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[applications]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[calendar]]></category>
		<category><![CDATA[collate]]></category>
		<category><![CDATA[document]]></category>
		<category><![CDATA[duplicate]]></category>
		<category><![CDATA[financial]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[merge]]></category>
		<category><![CDATA[office]]></category>
		<category><![CDATA[open-source]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[pdf]]></category>
		<category><![CDATA[printer]]></category>
		<category><![CDATA[productivity]]></category>
		<category><![CDATA[program]]></category>
		<category><![CDATA[programs]]></category>
		<category><![CDATA[rearrange]]></category>
		<category><![CDATA[source]]></category>
		<category><![CDATA[split]]></category>
		<category><![CDATA[spreadsheets]]></category>
		<category><![CDATA[tasks]]></category>
		<category><![CDATA[watermark]]></category>
		<category><![CDATA[word processing]]></category>

		<guid isPermaLink="false">http://www.alphacore.be/?p=471</guid>
		<description><![CDATA[Office &#038; productivity software that I've come to think of as being the best free and open-source ones around at the moment: Foxit Reader, GnuCash, OpenOffice.org, PDFCreator, PDFTK Builder and Rainlendar.]]></description>
			<content:encoded><![CDATA[<p>Already for a while I&#8217;m thinking about presenting a series of posts containing software that I&#8217;ve come to think of as being the best <a title="F/OSS (Wikipedia)" href="http://en.wikipedia.org/wiki/Free_and_open_source_software">free and open-source</a> ones around at the moment.</p>
<p>I know that there&#8217;s often a lot of alternative solutions, not necessarily worse than the ones I suggest here, but I&#8217;ll try to limit myself to one main title for every need. I have these applications installed and use most of them very often.</p>
<p>In this article I want to list my favorite productivity and office-related applications: <span id="more-471"></span></p>
<ul>
<li><a href="http://www.alphacore.be/wordpress/wp-content/uploads/foxitreader.jpg" rel="lightbox"><img class="alignright size-thumbnail wp-image-477" title="Foxit Reader" src="http://www.alphacore.be/wordpress/wp-content/uploads/foxitreader-128x89.jpg" alt="" width="128" height="89" /></a><a title="Foxit Reader" href="http://www.foxitsoftware.com/pdf/rd_intro.php">Foxit Reader</a>: free PDF document viewer, with incredible small size, breezing-fast launch speed and rich feature set. I&#8217;m especially surprised about the huge launch speed difference with <a title="Adobe Reader" href="http://www.adobe.com/products/reader/">Adobe Reader</a>. I always felt opening a PDF file was cumbersome before, because it meant staring at a splash screen for several seconds. But times have changed for me: with this application you&#8217;re looking at the file almost instantly!</li>
</ul>
<ul>
<li><a href="http://www.alphacore.be/wordpress/wp-content/uploads/gnucash.png" rel="lightbox"><img class="alignright size-thumbnail wp-image-580" title="GnuCash" src="http://www.alphacore.be/wordpress/wp-content/uploads/gnucash-128x86.png" alt="" width="128" height="86" /></a><a title="GnuCash" href="http://www.gnucash.org/">GnuCash</a>: open-source personal and small-business financial-accounting software. Designed to be easy to use, yet powerful and flexible, GnuCash allows you to track bank accounts, stocks, income and expenses. As quick and intuitive to use as a checkbook register, it is based on professional accounting principles to ensure balanced books and accurate reports. It has capabilities similar to <a title="Quicken" href="http://quicken.intuit.com/">Quicken</a> and more.</li>
</ul>
<ul>
<li><a href="http://www.alphacore.be/wordpress/wp-content/uploads/writer-big.png" rel="lightbox"><img class="alignright size-thumbnail wp-image-410" title="OpenOffice.org" src="http://www.alphacore.be/wordpress/wp-content/uploads/writer-big-128x89.png" alt="" width="128" height="89" /></a><a title="OpenOffice.org" href="http://www.openoffice.org/">OpenOffice.org</a>: open-source office suite for word processing, spreadsheets, presentations, graphics, databases and more. It is a collection of applications that work together closely to provide the features expected from a modern office suite. Many of the components are designed to mirror those available in <a title="Microsoft Office" href="http://office.microsoft.com">Microsoft Office</a>. Check out the <a title="OpenOffice.org" href="http://www.alphacore.be/2008/08/23/openoffice/">article</a> I wrote earlier about this it as well.</li>
</ul>
<ul>
<li><a href="http://www.alphacore.be/wordpress/wp-content/uploads/pdfcreator.jpg" rel="lightbox"><img class="alignright size-thumbnail wp-image-478" title="PDFCreator" src="http://www.alphacore.be/wordpress/wp-content/uploads/pdfcreator-128x89.jpg" alt="" width="128" height="89" /></a><a title="PDFCreator" href="http://www.pdfforge.org/products/pdfcreator">PDFCreator</a>: open-source tool to create PDF files from nearly any Windows application that is able to print. It installs itself as a virtual printer under Windows. To create a PDF file, just select this printer called PDFCreator and print to it. But instead of a printed sheet of paper rolling out somewhere, you&#8217;ll then get a dialog with details to save the newly created PDF file on disk instead.</li>
</ul>
<ul>
<li><a href="http://www.alphacore.be/wordpress/wp-content/uploads/pdftkbuilder.png" rel="lightbox"><img class="alignright size-thumbnail wp-image-775" title="PDFTK Builder" src="http://www.alphacore.be/wordpress/wp-content/uploads/pdftkbuilder-128x89.png" alt="PDFTK Builder" width="128" height="89" /></a><a title="PDFTK Builder" href="http://angusj.com/pdftkb/">PDFTK Builder</a>: PDFTK Builder is a free (open source) graphical interface to the Windows version of <a title="PDFTK" href="http://www.pdfhacks.com/pdftk/" target="_blank">PDFTK</a> making it much easier to use. It allows you to collate, i.e. rearrange (reorder, delete &amp; duplicate) pages in a single document and/or merge pages from multiple PDF documents, split documents, rotate pages, set passwords (and rights) as well as adding a watermark.</li>
</ul>
<ul>
<li><a href="http://www.alphacore.be/wordpress/wp-content/uploads/rainlendar.jpg" rel="lightbox"><img class="alignright size-thumbnail wp-image-479" title="Rainlendar" src="http://www.alphacore.be/wordpress/wp-content/uploads/rainlendar-128x89.jpg" alt="" width="128" height="89" /></a><a title="Rainlendar" href="http://www.rainlendar.net">Rainlendar</a>: a free feature rich calendar application that is easy to use and doesn&#8217;t take much space on your desktop. All the future events are shown in a separate list where you can see the week&#8217;s events at one glance. You can also have a separate list for your long term tasks. The appearance can be customized with skins. It&#8217;s worth to go and check out the website for a <a title="Rainlendar" href="http://www.rainlendar.net/cms/index.php?option=com_rny_features&amp;Itemid=35">complete list of features</a>.</li>
</ul>
<p></p>
 <div class="series_links"> <a href="http://www.alphacore.be/2008/09/21/media-software/" title="Media Software">Next in series</a></div>

<div id="relatedposts"><p>Related:&nbsp;<a href='http://www.alphacore.be/2009/01/25/system-software/' rel='bookmark' title='Permanent Link: System Software'>System Software</a>
&nbsp;<a href='http://www.alphacore.be/2008/09/21/media-software/' rel='bookmark' title='Permanent Link: Media Software'>Media Software</a>
&nbsp;<a href='http://www.alphacore.be/2009/01/27/network-internet-software/' rel='bookmark' title='Permanent Link: Network &#038; Internet Software'>Network &#038; Internet Software</a>
&nbsp;<a href='http://www.alphacore.be/2008/08/23/openoffice/' rel='bookmark' title='Permanent Link: OpenOffice.org'>OpenOffice.org</a>
&nbsp;<a href='http://www.alphacore.be/2009/01/05/electric-sheep/' rel='bookmark' title='Permanent Link: Electric Sheep'>Electric Sheep</a>
</p></div>]]></content:encoded>
			<wfw:commentRss>http://www.alphacore.be/2008/09/21/office-productivity-software/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MegaBuild</title>
		<link>http://www.alphacore.be/2008/08/25/megabuild/</link>
		<comments>http://www.alphacore.be/2008/08/25/megabuild/#comments</comments>
		<pubDate>Mon, 25 Aug 2008 21:56:06 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[automation]]></category>
		<category><![CDATA[batch]]></category>
		<category><![CDATA[build]]></category>
		<category><![CDATA[build steps]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[compile]]></category>
		<category><![CDATA[developer]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[interpret]]></category>
		<category><![CDATA[megabuild]]></category>
		<category><![CDATA[menees]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[msbuild]]></category>
		<category><![CDATA[nant]]></category>
		<category><![CDATA[net]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[project]]></category>
		<category><![CDATA[projects]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[sdk]]></category>
		<category><![CDATA[software development]]></category>
		<category><![CDATA[solution]]></category>
		<category><![CDATA[solutions]]></category>
		<category><![CDATA[standalone]]></category>
		<category><![CDATA[tool]]></category>
		<category><![CDATA[utility]]></category>
		<category><![CDATA[visual studio]]></category>

		<guid isPermaLink="false">http://www.alphacore.be/?p=435</guid>
		<description><![CDATA[MegaBuild is an automated build utility.  It is primarily intended to build multiple Visual Studio 2002, 2003, 2005, or 2008 solutions, but it also includes steps to run OS commands, send email, add output, wait a specified amount of time, or play sounds.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.menees.com/MegaBuild.htm"><img class="alignleft size-full wp-image-441" title="MegaBuild Icon" src="http://www.alphacore.be/wordpress/wp-content/uploads/megabuildicon.gif" alt="" width="45" height="48" /></a>If you&#8217;re not a software developer, this article will bore you immensely and it is therefore ill-advised to continue reading. If you are a software developer, it will most likely bore you as well, but at least you&#8217;re used to it then. <span id="more-435"></span><br style="clear:both;" /></p>
<p>I&#8217;m currently developing mainly in <a title="C# (Wikipedia)" href="http://en.wikipedia.org/wiki/C_Sharp_(programming_language)">C#</a> and <a title="ASP.NET (Wikipedia)" href="http://en.wikipedia.org/wiki/Asp.net">ASP.NET</a> (in <a title="Microsoft Visual Studio .NET" href="http://msdn.microsoft.com/en-us/vstudio/default.aspx">Microsoft Visual Studio .NET</a>) and I regularly need to build a lot of solution files (often containing multiple projects) in succession. Today I got tired of having to open and build them all one by one. I wanted a simple utility or even a command line script that could build several Visual Studio .NET solution files in batch but also offering an acceptable level of error reporting.</p>
<p>However, after going through a list of <a title="Builds @ SharpToolbox" href="http://sharptoolbox.com/categories/builds">promising candidates for the job</a> and having looked at <a title="MSBuild (Wikipedia)" href="http://en.wikipedia.org/wiki/MSBuild">MSBuild</a> and <a title="NAnt" href="http://nant.sourceforge.net/">NAnt</a> in particular, I came to the conclusion that they were all a bit <a title="MSBuild" href="http://msdn.microsoft.com/en-us/library/0k6kkbsd.aspx">too much hassle</a> for the simple task at hand.</p>
<p>Then I found <a title="MegaBuild" href="http://www.menees.com/MegaBuild.htm">MegaBuild</a> (by <a title="Menees Software" href="http://www.menees.com/">Bill Menees</a>) which was exactly what I needed:</p>
<blockquote><p><a href="http://www.alphacore.be/wordpress/wp-content/uploads/megabuild.jpg" rel="lightbox"><img class="size-thumbnail wp-image-436 alignright" title="MegaBuild" src="http://www.alphacore.be/wordpress/wp-content/uploads/megabuild-128x84.jpg" alt="" width="128" height="84" /></a>MegaBuild is an automated build utility.  It is primarily  			intended to build multiple Visual Studio 2002, 2003, 2005, or 2008 solutions, but it  			also includes steps to run OS commands, send email, add output, wait a  			specified amount of time, or play sounds.  Plus you can write your own  			custom step types that integrate into MegaBuild using the provided MegaBuild  			SDK.</p></blockquote>
<p>I set up a MegaBuild project file containing all solution files in the right order in no time and I can build everything with a single click from now on. It clearly shows where warnings and errors occur and offers enough options to make me happy!</p>
<p></p>


<div id="relatedposts"><p>Related:&nbsp;<a href='http://www.alphacore.be/2008/08/23/openoffice/' rel='bookmark' title='Permanent Link: OpenOffice.org'>OpenOffice.org</a>
&nbsp;<a href='http://www.alphacore.be/2008/09/21/media-software/' rel='bookmark' title='Permanent Link: Media Software'>Media Software</a>
&nbsp;<a href='http://www.alphacore.be/2009/01/25/system-software/' rel='bookmark' title='Permanent Link: System Software'>System Software</a>
</p></div>]]></content:encoded>
			<wfw:commentRss>http://www.alphacore.be/2008/08/25/megabuild/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OpenOffice.org</title>
		<link>http://www.alphacore.be/2008/08/23/openoffice/</link>
		<comments>http://www.alphacore.be/2008/08/23/openoffice/#comments</comments>
		<pubDate>Sat, 23 Aug 2008 15:20:52 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[access]]></category>
		<category><![CDATA[alternative]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[applications]]></category>
		<category><![CDATA[base]]></category>
		<category><![CDATA[calc]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[draw]]></category>
		<category><![CDATA[excel]]></category>
		<category><![CDATA[impress]]></category>
		<category><![CDATA[languages]]></category>
		<category><![CDATA[math]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[office]]></category>
		<category><![CDATA[openoffice]]></category>
		<category><![CDATA[openoffice.org]]></category>
		<category><![CDATA[pdf]]></category>
		<category><![CDATA[powerpoint]]></category>
		<category><![CDATA[suite]]></category>
		<category><![CDATA[text]]></category>
		<category><![CDATA[tool]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[type]]></category>
		<category><![CDATA[word]]></category>
		<category><![CDATA[writer]]></category>
		<category><![CDATA[wysiwyg]]></category>

		<guid isPermaLink="false">http://www.alphacore.be/?p=401</guid>
		<description><![CDATA[OpenOffice.org is the leading open-source office software suite for word processing, spreadsheets, presentations, graphics, databases and more. It is available in many languages and works on all common computers.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.openoffice.org/"><img class="alignleft size-full wp-image-473" title="OpenOffice.org" src="http://www.alphacore.be/wordpress/wp-content/uploads/openoffice.gif" alt="" width="171" height="55" /></a></p>
<p>Most people are quite familiar with Microsoft Office (Word, Excel, PowerPoint, etc.), but have you already heard of <a title="OpenOffice" href="http://www.openoffice.org/">OpenOffice.org</a>?</p>
<p>It is the leading open-source office software suite for word processing, spreadsheets, presentations, graphics, databases and more. It is available in <a title="OpenOffice: Native Language Confederation" href="http://projects.openoffice.org/native-lang.html">many languages</a> and works on all common computers. It stores all your data in an international open standard format and can also read and write files from other common office software packages. It can be downloaded and used completely free of charge for any purpose. And yes, you also can open and save Microsoft Office files with it.<span id="more-401"></span></p>
<p><br />
<a title="OpenOffice" href="http://www.openoffice.org/">OpenOffice.org</a> is a collection of applications that work together closely to provide the features expected from a modern office suite. Many of the components are designed to mirror those available in Microsoft Office. The components available include:</p>
<p><img class="alignleft size-full wp-image-404" title="Writer" src="http://www.alphacore.be/wordpress/wp-content/uploads/ooowriter.png" alt="" width="48" height="48" /><a href="http://www.alphacore.be/wordpress/wp-content/uploads/writer-big.png" rel="lightbox"><img class="alignright size-thumbnail wp-image-410" title="Writer Screenshot" src="http://www.alphacore.be/wordpress/wp-content/uploads/writer-big-128x89.png" alt="" width="128" height="89" /></a>Writer is a word processor similar in look and feel to Microsoft Word and offering a comparable range of functions and tools. It also includes the ability to export Portable Document Format (PDF) files with no additional software, and can also function as a WYSIWYG editor for creating and editing web pages.<br style="clear:both" /></p>
<p><img class="alignleft size-full wp-image-406" title="Calc" src="http://www.alphacore.be/wordpress/wp-content/uploads/ooocalc.png" alt="" width="48" height="48" /><a href="http://www.alphacore.be/wordpress/wp-content/uploads/calc-big.png" rel="lightbox"><img class="alignright size-thumbnail wp-image-412" title="Calc Screenshot" src="http://www.alphacore.be/wordpress/wp-content/uploads/calc-big-128x92.png" alt="" width="128" height="92" /></a>Calc is a spreadsheet similar to Microsoft Excel with a roughly equivalent range of features. Calc provides a number of features not present in Excel, including a system which automatically defines series for graphing, based on the layout of the user’s data. Calc is also capable of writing spreadsheets directly as a PDF file.<br style="clear:both" /></p>
<p><img class="alignleft size-full wp-image-408" title="Impress" src="http://www.alphacore.be/wordpress/wp-content/uploads/oooimpress.png" alt="" width="48" height="48" /><a href="http://www.alphacore.be/wordpress/wp-content/uploads/impress-big.png" rel="lightbox"><img class="alignright size-thumbnail wp-image-414" title="Impress Screenshot" src="http://www.alphacore.be/wordpress/wp-content/uploads/impress-big-128x87.png" alt="" width="128" height="87" /></a>Impress is a presentation program similar to Microsoft PowerPoint. It can export presentations to Adobe Flash (SWF) files allowing them to be played on any computer with the Flash player installed. It also includes the ability to create PDF files, and the ability to read Microsoft PowerPoint&#8217;s .ppt format.<br style="clear:both" /></p>
<p><img class="alignleft size-full wp-image-405" title="Base" src="http://www.alphacore.be/wordpress/wp-content/uploads/ooobase.png" alt="" width="48" height="48" /><a href="http://www.alphacore.be/wordpress/wp-content/uploads/base-big.png" rel="lightbox"><img class="alignright size-thumbnail wp-image-411" title="Base Screenshot" src="http://www.alphacore.be/wordpress/wp-content/uploads/base-big-128x74.png" alt="" width="128" height="74" /></a>Base is a database program similar to Microsoft Access. Base allows the creation and manipulation of databases, and the building of forms and reports to provide easy access to data for end-users. As with Access, Base may be used as a front-end to a number of different database systems, including Access databases (JET), ODBC data sources and MySQL/PostgreSQL.<br style="clear:both" /></p>
<p><img class="alignleft size-full wp-image-407" title="Draw" src="http://www.alphacore.be/wordpress/wp-content/uploads/ooodraw.png" alt="" width="48" height="48" /><a href="http://www.alphacore.be/wordpress/wp-content/uploads/draw-big.png" rel="lightbox"><img class="alignright size-thumbnail wp-image-413" title="Draw Screenshot" src="http://www.alphacore.be/wordpress/wp-content/uploads/draw-big-127x89.png" alt="" width="127" height="89" /></a>Draw is a vector graphics editor comparable in features to early versions of CorelDRAW. It features versatile connectors between shapes, which are available in a range of line styles and facilitate building drawings such as flowcharts. It has similar features to Desktop publishing software such as Scribus and Microsoft Publisher.<br style="clear:both" /></p>
<p><img class="alignleft size-full wp-image-409" title="Math" src="http://www.alphacore.be/wordpress/wp-content/uploads/ooomath.png" alt="" width="48" height="48" />Math is a tool for creating and editing mathematical formulae, similar to Microsoft Equation Editor. Formulae can be embedded inside other OpenOffice.org documents, such as those created by Writer. It supports multiple fonts and can export to PDF.<br style="clear:both" /></p>
<p>Go ahead and <a title="OpenOffice: Download Central" href="http://download.openoffice.org/">get it now</a> completely free of charge!<br />
</p>


<div id="relatedposts"><p>Related:&nbsp;<a href='http://www.alphacore.be/2008/09/21/office-productivity-software/' rel='bookmark' title='Permanent Link: Office &#038; Productivity Software'>Office &#038; Productivity Software</a>
&nbsp;<a href='http://www.alphacore.be/2008/09/21/media-software/' rel='bookmark' title='Permanent Link: Media Software'>Media Software</a>
&nbsp;<a href='http://www.alphacore.be/2008/08/25/megabuild/' rel='bookmark' title='Permanent Link: MegaBuild'>MegaBuild</a>
&nbsp;<a href='http://www.alphacore.be/2009/01/25/system-software/' rel='bookmark' title='Permanent Link: System Software'>System Software</a>
&nbsp;<a href='http://www.alphacore.be/2009/01/27/network-internet-software/' rel='bookmark' title='Permanent Link: Network &#038; Internet Software'>Network &#038; Internet Software</a>
&nbsp;<a href='http://www.alphacore.be/2009/01/27/firefox-bundled-with-windows/' rel='bookmark' title='Permanent Link: Bundling Firefox With Windows'>Bundling Firefox With Windows</a>
&nbsp;<a href='http://www.alphacore.be/2009/04/27/access-denied/' rel='bookmark' title='Permanent Link: Access Denied'>Access Denied</a>
</p></div>]]></content:encoded>
			<wfw:commentRss>http://www.alphacore.be/2008/08/23/openoffice/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pidgin</title>
		<link>http://www.alphacore.be/2008/07/21/pidgin/</link>
		<comments>http://www.alphacore.be/2008/07/21/pidgin/#comments</comments>
		<pubDate>Mon, 21 Jul 2008 20:00:57 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[chat]]></category>
		<category><![CDATA[client]]></category>
		<category><![CDATA[communicate]]></category>
		<category><![CDATA[gaim]]></category>
		<category><![CDATA[google talk]]></category>
		<category><![CDATA[gpl]]></category>
		<category><![CDATA[icq]]></category>
		<category><![CDATA[im]]></category>
		<category><![CDATA[instant messaging]]></category>
		<category><![CDATA[irc]]></category>
		<category><![CDATA[messenger]]></category>
		<category><![CDATA[msn]]></category>
		<category><![CDATA[msn messenger]]></category>
		<category><![CDATA[pidgin]]></category>
		<category><![CDATA[talk]]></category>
		<category><![CDATA[yahoo]]></category>

		<guid isPermaLink="false">http://www.alphacore.be/?p=163</guid>
		<description><![CDATA[Pidgin is a multi-protocol Instant Messaging client that allows you to use all of your IM accounts at once. You can talk to your friends using your MSN Messenger (Windows Live Messenger), ICQ, Yahoo! Messenger, Google Talk, IRC and other accounts without the need to have lots of individual clients installed.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.alphacore.be/wordpress/wp-content/uploads/pidgin-white_dock.png" rel="lightbox"><img class="alignleft size-thumbnail wp-image-162" style="float: left;" title="Pidgin" src="http://www.alphacore.be/wordpress/wp-content/uploads/pidgin-white_dock-128x128.png" alt="Pidgin" width="128" height="128" /></a><a href="http://www.alphacore.be/wordpress/wp-content/uploads/contact_window.png" rel="lightbox"><img class="alignright size-thumbnail wp-image-164" style="float: right;" title="Pidgin Contact Window" src="http://www.alphacore.be/wordpress/wp-content/uploads/contact_window-58x128.png" alt="Pidgin Contact Window" width="58" height="128" /></a><a title="Pidgin" href="http://www.pidgin.im/">Pidgin</a> is a multi-protocol <a title="Instant Messaging" href="http://en.wikipedia.org/wiki/Instant_messaging">instant messaging</a> (IM) program that allows you to use all of your IM accounts at once. You can talk to your friends using your <a title="Live Messenger" href="http://download.live.com/messenger">Live Messenger</a>, <a title="ICQ" href="http://www.icq.com/">ICQ</a>, <a title="Yahoo! Messenger" href="http://messenger.yahoo.com/">Yahoo! Messenger</a>, <a title="Google Talk" href="http://www.google.com/talk/">Google Talk</a>, <a title="IRC" href="http://en.wikipedia.org/wiki/Irc">IRC</a> and other accounts without the need to have lots of individual clients installed.</p>
<p>Today I also uninstalled <a title="mIRC" href="http://www.mirc.com/">mIRC</a> (an <a title="IRC" href="http://en.wikipedia.org/wiki/Irc">IRC</a> client) because I have no need for it anymore. Thanks to <a title="Pidgin" href="http://en.wikipedia.org/wiki/Pidgin_(software)">Pidgin</a> (formerly named Gaim), I can now hang around on my favorite chat channels and get popup notifications when my nickname gets mentioned without needing an extra program to clutter up my system.</p>
<p><a title="Pidgin" href="http://www.pidgin.im/about/">Pidgin</a> is free software (<a title="GPL 2.0" href="http://www.gnu.org/licenses/gpl-2.0.txt">GPL</a>). For <a title="About Pidgin" href="http://www.pidgin.im/about/">more information</a>, visit the <a title="Pidgin" href="http://www.pidgin.im/">official website</a>.<br />
</p>


<div id="relatedposts"><p>Related:&nbsp;<a href='http://www.alphacore.be/2007/12/03/internet-telephony/' rel='bookmark' title='Permanent Link: Internet Telephony'>Internet Telephony</a>
&nbsp;<a href='http://www.alphacore.be/2009/01/27/network-internet-software/' rel='bookmark' title='Permanent Link: Network &#038; Internet Software'>Network &#038; Internet Software</a>
</p></div>]]></content:encoded>
			<wfw:commentRss>http://www.alphacore.be/2008/07/21/pidgin/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

