<?xml version="1.0" encoding="Windows-1252"?>
<rss version="2.0">
	<channel>
	<pubDate>9 Feb 2010 05:04:54 GMT</pubDate>
	<title>thefreecountry.com</title>
	<description>Free programming resources, webmaster resources, security tools and other utilities.</description>
	<link>http://www.thefreecountry.com/</link>
	<copyright>Copyright 2007-2010 by Christopher Heng.</copyright>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<language>en</language>
	<item>
	<title>[New] Free Programmer's Fonts</title>
	<description>&lt;p&gt;This &lt;a href="http://www.thefreecountry.com/programming/programmers-fonts.shtml" target="_top"&gt;new page&lt;/a&gt; lists monospace (fixed width) fonts that
have special features useful to programmers (as well as webmasters who hand code in HTML/CSS). The fonts listed here were moved to their own page from the
&lt;a href="http://www.thefreecountry.com/utilities/freefonts.shtml" target="_top"&gt;Free Fonts&lt;/a&gt; page, which has a wider variety of fonts that is useful
for both documents and visual design.&lt;/p&gt;</description>
	<pubDate>9 Feb 2010 05:04:54 GMT</pubDate>
	<link>http://www.thefreecountry.com/programming/programmers-fonts.shtml</link>
	<category>fonts</category>
	<category>software</category>
	<category>freeware</category>
	<category>open source</category>
	<category>programming</category>
	<category>webmaster</category>
	<guid isPermaLink="false">tfc_FreeProgrammersFonts_9Feb2010</guid>
	</item>
	<item>
	<title>[Free] New Anonymous Proxy: Surf the Internet Anonymously</title>
	<description>&lt;p&gt;A new free anonymous proxy service has been added to the
&lt;a href="http://www.thefreecountry.com/security/anonymous.shtml" target="_top"&gt;Free Anonymous Surfing and Proxies&lt;/a&gt; page. This one
gives you a German IP address and is able to remove cookies and scripts from the web pages you visit. There is also a HTTPS (secure)
version available. Such services allow you to surf the internet without leaving a trail of information about yourself wherever you go.&lt;/p&gt;</description>
	<pubDate>8 Feb 2010 02:43:24 GMT</pubDate>
	<link>http://www.thefreecountry.com/security/anonymous.shtml</link>
	<category>proxies</category>
	<category>anonymous surfing</category>
	<category>anonymity</category>
	<category>security</category>
	<category>privacy</category>
	<category>internet</category>
	<guid isPermaLink="false">tfc_FreeAnonymousProxy_8Feb2010</guid>
	</item>
	<item>
	<title>[Free] New Email Software: Claws Mail</title>
	<description>&lt;p&gt;Looking for an email program that you can run on your own computer? The newest addition to the
&lt;a href="http://www.thefreecountry.com/utilities/email-clients.shtml" target="_top"&gt;Free Email Clients&lt;/a&gt; page works on
Windows, Linux, FreeBSD and Solaris, and can handle multiple email accounts, email filtering, spell checking, all the usual
email protocols, and even has built-in support for &lt;a href="http://www.thefreecountry.com/security/encryptedemail.shtml" target="_top"&gt;encrypted
email&lt;/a&gt; (using GnuPG). Check it out.&lt;/p&gt;</description>
	<pubDate>1 Feb 2010 03:27:16 GMT</pubDate>
	<link>http://www.thefreecountry.com/utilities/email-clients.shtml</link>
	<category>email clients</category>
	<category>email</category>
	<category>software</category>
	<category>freeware</category>
	<category>open source</category>
	<category>encrypted email</category>
	<guid isPermaLink="false">tfc_FreeEmailSoftware_1Feb2010</guid>
	</item>
	<item>
	<title>[Free] Tornado Web Server</title>
	<description>&lt;p&gt;A new web server has been added to the &lt;a href="http://www.thefreecountry.com/webmaster/web-server-software.shtml" target="_top"&gt;Free/Open Source Web (HTTP) Server Software&lt;/a&gt;
page. Tornado is a scalable non-blocking web server designed for real-time web services. It is able to handle thousands of simultaneous standing connections. It is the
open source version of the server developed for FriendFeed.&lt;/p&gt;</description>
	<pubDate>28 Jan 2010 09:43:27 GMT</pubDate>
	<link>http://www.thefreecountry.com/webmaster/web-server-software.shtml</link>
	<category>web servers</category>
	<category>webmaster</category>
	<category>web development</category>
	<category>software</category>
	<category>freeware</category>
	<category>open source</category>
	<guid isPermaLink="false">tfc_TornadoWebServer_28Jan2010</guid>
	</item>
	<item>
	<title>[New] Free Font Manager Software</title>
	<description>&lt;p&gt;Looking for a program to manage your collection of fonts? These &lt;a href="http://www.thefreecountry.com/utilities/font-managers.shtml" target="_top"&gt;free
font managers&lt;/a&gt; let you organize your fonts into categories, install and uninstall fonts, load fonts them on-the-fly into your system
so that you can use them with a particular program without permanently dumping them into your system font folder (thus potentially
slowing your system down), see sample text of fonts (even if they're not installed), check out the font licensing, font metrics and other
font information stored in a font, etc.&lt;/p&gt;</description>
	<pubDate>27 Jan 2010 02:55:54 GMT</pubDate>
	<link>http://www.thefreecountry.com/utilities/font-managers.shtml</link>
	<category>font managers</category>
	<category>fonts</category>
	<category>software</category>
	<category>freeware</category>
	<category>open source</category>
	<category>utilities</category>
	<guid isPermaLink="false">tfc_FreeFontManagers_27Jan2010</guid>
	</item>
	<item>
	<title>[Free] New PHP CAPTCHA Script: Block Spam from Your Contact Forms</title>
	<description>&lt;p&gt;A new CAPTCHA script has been added to the &lt;a href="http://www.thefreecountry.com/php/captcha.shtml" target="_top"&gt;Free PHP CAPTCHA Scripts&lt;/a&gt;
page. The script allows you to add a test to your contact forms to make sure that the person submitting the form is a human and
not a spam program.&lt;/p&gt;&lt;p&gt;Note: for those who would rather not modify your own PHP scripts by hand, you may prefer to use my step-by-step tutorial on
&lt;a href="http://www.thesitewizard.com/general/add-captcha-to-feedback-form-script.shtml" target="_top"&gt;How to Add a CAPTCHA
Test to Your Feedback Form&lt;/a&gt; which uses a different set of (free) programs to do the job.&lt;/p&gt;</description>
	<pubDate>25 Jan 2010 01:05:07 GMT</pubDate>
	<link>http://www.thefreecountry.com/php/captcha.shtml</link>
	<category>CAPTCHA</category>
	<category>web forms</category>
	<category>php</category>
	<category>web development</category>
	<category>webmaster</category>
	<category>freeware</category>
	<category>open source</category>
	<category>email</category>
	<guid isPermaLink="false">tfc_cryptographp_25Jan2010</guid>
	</item>
	<item>
	<title>[Free] Microsoft Singularity Project</title>
	<description>&lt;p&gt;Microsoft's research operating system, Singularity, complete with source code, build tools and documentation, is now listed on
the &lt;a href="http://www.thefreecountry.com/operating-systems/alternative.shtml" target="_top"&gt;Free Alternative Operating Systems&lt;/a&gt;
page. If you're thinking of creating your own OS, check this out to see how it implements advances in software engineering to
make a more reliable system.&lt;/p&gt;</description>
	<pubDate>19 Jan 2010 03:02:20 GMT</pubDate>
	<link>http://www.thefreecountry.com/operating-systems/alternative.shtml</link>
	<category>operating systems</category>
	<category>platforms</category>
	<category>open source</category>
	<category>freeware</category>
	<category>software</category>
	<category>Microsoft</category>
	<guid isPermaLink="false">tfc_Singularity_19Jan2010</guid>
	</item>
	<item>
	<title>[Free] Create Your Own Fonts: New Free Font Editor Software</title>
	<description>&lt;p&gt;Thinking of creating your own fonts that will have the exact design you're looking for? Check out the newest addition to
the &lt;a href="http://www.thefreecountry.com/utilities/font-editors.shtml" target="_top"&gt;Free Font Editors and Font Creation Software&lt;/a&gt;
page. This one, Type Light, handles both OpenType TrueType fonts (.ttf) and OpenType PostScript fonts (.otf). And there are a number of
other free font editors listed on that page too, if you prefer something else.&lt;/p&gt;</description>
	<pubDate>15 Jan 2010 02:33:11 GMT</pubDate>
	<link>http://www.thefreecountry.com/utilities/font-editors.shtml</link>
	<category>font editors</category>
	<category>font designers</category>
	<category>fonts</category>
	<category>freeware</category>
	<category>utilities</category>
	<category>software</category>
	<guid isPermaLink="false">tfc_TypeLightFontEditor_15Jan2010</guid>
	</item>
	<item>
	<title>[Free] Sell Ebooks / Software / etc on Your Website: Open Source PHP Shopping Cart</title>
	<description>&lt;p&gt;A new shopping cart software has been added to the &lt;a href="http://www.thefreecountry.com/php/shopping-carts.shtml" target="_top"&gt;Free And Open Source PHP Shopping Carts&lt;/a&gt; page.
Besides the usual features that most shopping carts have, this program (OpenCart), supports product reviews and ratings, the display of related products,
downloadable products (for those who are selling &lt;a href="http://www.thesitewizard.com/archive/ebookpublishing.shtml" target="_top"&gt;ebooks&lt;/a&gt; and software),
multiple currencies, multiple tax rates, shipping weight calculation, unlimited categories, and so on. If you're thinking of selling anything from your website, check it out.&lt;/p&gt;</description>
	<pubDate>14 Jan 2010 04:20:54 GMT</pubDate>
	<link>http://www.thefreecountry.com/php/shopping-carts.shtml</link>
	<category>shopping carts</category>
	<category>php</category>
	<category>web development</category>
	<category>webmaster</category>
	<category>freeware</category>
	<category>open source</category>
	<category>ecommerce</category>
	<category>e-commerce</category>
	<guid isPermaLink="false">tfc_OpenCart_14Jan2010</guid>
	</item>
	<item>
	<title>[New] Free Text User Interface Programming Libraries and Source Code</title>
	<description>&lt;p&gt;Create fancy user interfaces for your text-based programs in a device independent way with these
&lt;a href="http://www.thefreecountry.com/sourcecode/text-user-interface.shtml" target="_top"&gt;Free Text User Interface (TUI) Programming Libraries&lt;/a&gt;.
Now you don't have to worry about supporting the wide variety of video adapters, terminals and whatnot while still adding things
like windows, dialog boxes and other widgets to your programs.&lt;/p&gt;</description>
	<pubDate>12 Jan 2010 00:30:00 GMT</pubDate>
	<link>http://www.thefreecountry.com/sourcecode/text-user-interface.shtml</link>
	<category>programming libraries</category>
	<category>source code</category>
	<category>software development</category>
	<category>programming</category>
	<category>open source</category>
	<category>freeware</category>
	<category>user interface</category>
	<category>text user interface</category>
	<guid isPermaLink="false">tfc_FreeTextUserInterfaceLibraries_12Jan2010</guid>
	</item>
	<item>
	<title>[Free] Unity: Create Your Own Game With This Professional Game Development Tool</title>
	<description>&lt;p&gt;Are you thinking of creating your own computer game? Shorten your development time with the newest game engine to be added to the
&lt;a href="http://www.thefreecountry.com/sourcecode/games.shtml" target="_top"&gt;Free Games Programming Libraries and Source Code&lt;/a&gt;.
The Unity games development tool not only comes with support for graphics, animation, sound, multiplayer networking and scripting, it also
ships with an integrated editor that lets you create and edit things like animation clips directly. Or if you prefer another game engine,
check out the other 30 or so packages listed on &lt;a href="http://www.thefreecountry.com/sourcecode/games.shtml" target="_top"&gt;the page&lt;/a&gt;.&lt;/p&gt;</description>
	<pubDate>11 Jan 2010 03:19:37 GMT</pubDate>
	<link>http://www.thefreecountry.com/sourcecode/games.shtml</link>
	<category>game engines</category>
	<category>3D engines</category>
	<category>graphics</category>
	<category>game development</category>
	<category>software development</category>
	<category>programming</category>
	<category>freeware</category>
	<category>programming libraries</category>
	<guid isPermaLink="false">tfc_UnityGameDevelopment_10Jan2010</guid>
	</item>
	<item>
	<title>[Free] New Video Converter: Convert Videos/Movies Between Different Formats (DVD, iPod, PSP, Playstation 3, etc)</title>
	<description>&lt;p&gt;A new program that converts video files between different formats has been added to the
&lt;a href="http://www.thefreecountry.com/utilities/video-converters.shtml" target="_top"&gt;Free Video Converters or Transcoders&lt;/a&gt; page.
It can rip (ie, copy) directly from various media (like DVD) and devices and convert it so that it is suitable for playing on
other devices (eg, iPod, DVD, PSP, Playstation 3, etc). This particular program is for Linux, but if you use Windows or Mac OS X,
there are numerous other software listed on &lt;a href="http://www.thefreecountry.com/utilities/video-converters.shtml" target="_top" title="Free Video Converters and Transcoders"&gt;that
page&lt;/a&gt; that can do the job for your system, so if you want something handy for converting videos or movies, check it out.&lt;/p&gt;</description>
	<pubDate>8 Jan 2010 03:00:01 GMT</pubDate>
	<link>http://www.thefreecountry.com/utilities/video-converters.shtml</link>
	<category>video</category>
	<category>transcoders</category>
	<category>utilities</category>
	<category>freeware</category>
	<category>software</category>
	<category>windows</category>
	<category>DVD</category>
	<category>iPod</category>
	<category>Playstation</category>
	<guid isPermaLink="false">tfc_FreeVideoTranscoderArista_8Jan2010</guid>
	</item>
	<item>
	<title>[Free] Google's New Operating System: Chrome OS / Chromium OS</title>
	<description>&lt;p&gt;Google's new operating system has been added to the &lt;a href="http://www.thefreecountry.com/operating-systems/alternative.shtml" target="_top"&gt;Free Alternative Operating Systems&lt;/a&gt; page.
This is a minimalist operating system designed for netbooks where the main user interface is probably the web browser. Source code for
the system is available, and you can already build it and modify it if you wish.&lt;/p&gt;</description>
	<pubDate>7 Jan 2010 04:06:20 GMT</pubDate>
	<link>http://www.thefreecountry.com/operating-systems/alternative.shtml</link>
	<category>operating systems</category>
	<category>platforms</category>
	<category>open source</category>
	<category>freeware</category>
	<category>software</category>
	<category>Google</category>
	<guid isPermaLink="false">tfc_GoogleChromiumOS_7Jan2010</guid>
	</item>
	<item>
	<title>[Free] New Antivirus to Clean a Badly Infected Computer</title>
	<description>&lt;p&gt;Have you ever encountered a virus infested computer system that was so badly riddled with malware that you couldn't get
programs (including antivirus programs) to run properly? If so, the newest addition to the
&lt;a href="http://www.thefreecountry.com/security/antivirus.shtml" target="_top"&gt;Free Antivirus Software and Free Online Virus Scans&lt;/a&gt;
page may prove useful. VIPRE is a command line antivirus program that is specifically designed to clean an already infected system.
The entire program is self-contained, containing the latest virus definitions and everything needed for the disinfecting work,
and is intended to work under such adverse conditions (or so we're told). It's free.&lt;/p&gt;</description>
	<pubDate>5 Jan 2010 03:54:11 GMT</pubDate>
	<link>http://www.thefreecountry.com/security/antivirus.shtml</link>
	<category>antivirus</category>
	<category>anti-malware</category>
	<category>anti-spyware</category>
	<category>security</category>
	<category>freeware</category>
	<category>utilities</category>
	<category>software</category>
	<guid isPermaLink="false">tfc_VIPREAntivirus_5Jan2010</guid>
	</item>
	<item>
	<title>[Free] New Help Desk Software: Add a Support Ticket Application to Your Website</title>
	<description>&lt;p&gt;Looking for a Help Desk software so that you can provide technical support for your users via a simple-to-use web interface? The latest software to
be added to the &lt;a href="http://www.thefreecountry.com/php/help-desk-csm.shtml" target="_top"&gt;Free Help Desk Software, Customer Service Management (CSM)
and Support Ticket Applications (PHP Versions)&lt;/a&gt; lets you to do just that. Your users can send support tickets either online, or if
you enable the facility, via email. You can then track, escalate, respond (even with canned replies) to them using the online interface.&lt;/p&gt;</description>
	<pubDate>4 Jan 2010 03:55:36 GMT</pubDate>
	<link>http://www.thefreecountry.com/php/help-desk-csm.shtml</link>
	<category>help desk</category>
	<category>CSM</category>
	<category>customer service management</category>
	<category>support tickets</category>
	<category>php</category>
	<category>web development</category>
	<category>webmaster</category>
	<category>software</category>
	<category>freeware</category>
	<guid isPermaLink="false">tfc_TrellisHelpDesk_4Jan2010</guid>
	</item>
	<item>
	<title>[Free] New Video Editor from Pinnacle: Edit Your Videos and Home Movies</title>
	<description>&lt;p&gt;Looking for a video editor to trim your holiday home movies (or any other type of video for that matter)? A new Windows video editor
from Pinnacle has been added to the &lt;a href="http://www.thefreecountry.com/utilities/free-video-editors.shtml" target="_top"&gt;Free Video Editing Software&lt;/a&gt;
page. This editor supports video (AVI, MPEG-1, FLV, etc), audio and image files. You can even extract the sound/music from a video easily
and save it as an MP3 file.&lt;/p&gt;</description>
	<pubDate>22 Dec 2009 02:59:53 GMT</pubDate>
	<link>http://www.thefreecountry.com/utilities/free-video-editors.shtml</link>
	<category>video</category>
	<category>video editors</category>
	<category>freeware</category>
	<category>utilities</category>
	<category>software</category>
	<guid isPermaLink="false">tfc_VideoSpin_22Dec2009</guid>
	</item>
	<item>
	<title>[Free] New Searchable Online Dictionary: Chambers English Dictionary</title>
	<description>&lt;p&gt;The free online (and searchable) Chambers Dictionary has been added to the &lt;a href="http://www.thefreecountry.com/internet/free-online-english-dictionaries.shtml" target="_top"&gt;Free Online English Dictionaries&lt;/a&gt;
page. This dictionary not only gives the usual definitions and spelling (both &lt;a href="http://www.thesitewizard.com/general/beware-of-english-variants.shtml" target="_top"&gt;US and UK variants&lt;/a&gt;) of words searched,
it also supplies their etymology (history/origin). If you need the pronunciation, you can get it from one of the other dictionaries listed on the page. As always, only dictionaries from reputable dictionary publishers are listed here.&lt;/p&gt;</description>
	<pubDate>18 Dec 2009 02:18:28 GMT</pubDate>
	<link>http://www.thesitewizard.com/general/beware-of-english-variants.shtml</link>
	<category>dictionaries</category>
	<category>English</category>
	<category>language</category>
	<category>online</category>
	<category>Internet</category>
	<category>freeware</category>
	<guid isPermaLink="false">tfc_ChambersEnglishDictionary_18Dec2009</guid>
	</item>
	<item>
	<title>[New] Free 32-bit and 64-bit C/C++ Compiler from AMD: Create Your Own Computer Programs in C or C++</title>
	<description>&lt;p&gt;The AMD x86 Open64 Compiler Suite has been added to the
&lt;a href="http://www.thefreecountry.com/compilers/cpp.shtml" target="_top"&gt;Free C/C++ Compilers and Interpreters&lt;/a&gt; page.
This optimizing compiler for C/C++ (and also Fortran) can generate both 32-bit and 64-bit code, and has numerous other
features. For those who are thinking of writing C or C++ programs, there are
now 36 C/C++ compilers listed on &lt;a href="http://www.thefreecountry.com/compilers/cpp.shtml" target="_top" title="Free C/C++ Compilers"&gt;that page&lt;/a&gt; so even
if this newest entry doesn't appeal to you, you'll probably be able to find something suitable. And for those who only go for
well-known brands, note that major brands like Microsoft, Apple, Intel, AMD, Sun, etc, are also listed, since they too provide compilers for free.&lt;/p&gt;</description>
	<pubDate>16 Dec 2009 07:22:19 GMT</pubDate>
	<link>http://www.thefreecountry.com/compilers/cpp.shtml</link>
	<category>C++</category>
	<category>C</category>
	<category>fortran</category>
	<category>compilers</category>
	<category>programming</category>
	<category>programmers</category>
	<category>software development</category>
	<category>freeware</category>
	<category>open source</category>
	<guid isPermaLink="false">tfc_AMDOpen64Compiler_16Dec2009</guid>
	</item>
	<item>
	<title>[Free] New Virtual Machine from Microsoft</title>
	<description>&lt;p&gt;A new virtual machine from Microsoft has been added to the
&lt;a href="http://www.thefreecountry.com/emulators/pc.shtml" target="_top"&gt;Free x86 / PC Emulators and Virtual Machines&lt;/a&gt; page.
Virtual machines and emulators let you run another operating system (even the same one you're using if that's what you wish)
within your current system, without having to reboot or use another computer. For example, run Windows on Mac OS X, or run XP on
Vista at the same time, etc. They are useful if you want to test programs but don't want them affecting or harming your
main system, run programs that don't work in your current system, etc.&lt;/p&gt;</description>
	<pubDate>14 Dec 2009 04:55:20 GMT</pubDate>
	<link>http://www.thefreecountry.com/emulators/pc.shtml</link>
	<category>virtual machines</category>
	<category>emulators</category>
	<category>VM</category>
	<category>emulation</category>
	<category>freeware</category>
	<category>software</category>
	<category>operating systems</category>
	<guid isPermaLink="false">tfc_XPMode_14Dec2009</guid>
	</item>
	<item>
	<title>[New] Free Alternative Operating Systems: Try a New System On Your Existing Computer</title>
	<description>&lt;p&gt;Bored of Windows or Mac OS X and want to try something new just for fun? Or perhaps you want to try an operating system that your friends are talking about?
Or maybe you just want to learn something new. The &lt;a href="http://www.thefreecountry.com/operating-systems/alternative.shtml" target="_top"&gt;free alternative
operating systems&lt;/a&gt; on this page give you a wide variety of systems that you can install in your own computer. They range from cutting edge (even
bleeding edge) systems to the very old but popular platforms that you thought were long extinct.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.thefreecountry.com/operating-systems/alternative.shtml" target="_top"&gt;Check them out&lt;/a&gt;. They're all free.&lt;/p&gt;</description>
	<pubDate>30 Nov 2009 06:42:20 GMT</pubDate>
	<link>http://www.thefreecountry.com/operating-systems/alternative.shtml</link>
	<category>operating systems</category>
	<category>platforms</category>
	<category>open source</category>
	<category>freeware</category>
	<category>software</category>
	<guid isPermaLink="false">tfc_FreeAlternativeOperatingSystems_30Nov2009</guid>
	</item>
	<item>
	<title>[Free] New DVD and CD Burning Software: Create DVDs and CDs on Your Computer For Free</title>
	<description>&lt;p&gt;A new DVD and CD burning software (ie, a program that lets you create CDs and DVDs from files on your computer) has been added to the
&lt;a href="http://www.thefreecountry.com/utilities/dvdcdburning.shtml" target="_top"&gt;Free CD and DVD Burners and Copying Software&lt;/a&gt; page. This
software, called AmoK, supports multisession CDs/DVDs, and can also create movie DVDs/CDs and audio CDs. The program is portable in the sense that you
can place it on your USB thumb drive if you wish.&lt;/p&gt;</description>
	<pubDate>25 Nov 2009 05:31:41 GMT</pubDate>
	<link>http://www.thefreecountry.com/utilities/dvdcdburning.shtml</link>
	<category>DVD/CD burning</category>
	<category>DVD authoring</category>
	<category>utilities</category>
	<category>freeware</category>
	<category>software</category>
	<category>windows</category>
	<guid isPermaLink="false">tfc_AmoKCDDVDBurning_25Nov2009</guid>
	</item>
	<item>
	<title>[Free] New System Programming Language: The Go Programming Language</title>
	<description>&lt;p&gt;The new system programming language from the legendary Rob Pike, Ken Thompson and Robert Griesemer, currently named "Go", has been added to the
&lt;a href="http://www.thefreecountry.com/compilers/miscellaneous.shtml" target="_top"&gt;Free Compilers and Interpreters for Miscellaneous Programming Languages&lt;/a&gt;
page. Unlike the other commonly used system languages today, this one has built-in support for concurrent programming, a must with today's
multi-core processors, and communication between concurrent processes. It is designed to be lean and mean, and have very fast compile
and link cycles. Lovers of C and other lean systems programming languages should really take a look at it.&lt;/p&gt;</description>
	<pubDate>13 Nov 2009 04:25:10 GMT</pubDate>
	<link>http://www.thefreecountry.com/compilers/miscellaneous.shtml</link>
	<category>compilers</category>
	<category>programming</category>
	<category>computer languages</category>
	<category>software development</category>
	<category>freeware</category>
	<category>open source</category>
	<guid isPermaLink="false">tfc_GoProgrammingLanguage_13Nov2009</guid>
	</item>
	<item>
	<title>[Free] Portable Encrypted Password and Text Note Storage</title>
	<description>&lt;p&gt;For those who like to store their passwords, telephone numbers, serial numbers, etc, in a text file, the newest entry in the
&lt;a href="http://www.thefreecountry.com/security/password-managers.shtml" target="_top"&gt;Free Secure Password Managers and Password Savers&lt;/a&gt;
page lets you do so in a portable yet secure way. Your passwords are encrypted, and the entire file can be placed anywhere (a USB flash drive,
your main hard disk, a floppy disk, whatever). No installation is needed and the whole program is extremely small. And free.&lt;/p&gt;</description>
	<pubDate>13 Nov 2009 04:23:43 GMT</pubDate>
	<link>http://www.thefreecountry.com/security/password-managers.shtml</link>
	<category>password managers</category>
	<category>encryption</category>
	<category>security</category>
	<category>freeware</category>
	<category>open source</category>
	<guid isPermaLink="false">tfc_LockNote_13Nov2009</guid>
	</item>
	<item>
	<title>[New] Free PHP Web Based File Managers</title>
	<description>&lt;p&gt;Install a web-based file manager on your website so that you can manage the files on your site simply by using a web browser. These
&lt;a href="http://www.thefreecountry.com/php/web-file-managers.shtml" target="_top"&gt;PHP web-based file managers&lt;/a&gt; let you do things like
upload/download files, create directories, rename, delete, move, copy files, change file permissions, etc. Some of them
even let you do things that you can't do with a normal &lt;a href="http://www.thefreecountry.com/webmaster/freeftpclients.shtml" target="_top"&gt;FTP
client&lt;/a&gt;, like extract files from archives (eg zip files, tar files) directly on your web server.&lt;/p&gt;</description>
	<pubDate>11 Nov 2009 06:16:11 GMT</pubDate>
	<link>http://www.thefreecountry.com/php/web-file-managers.shtml</link>
	<category>file managers</category>
	<category>php</category>
	<category>web development</category>
	<category>freeware</category>
	<category>open source</category>
	<category>web design</category>
	<category>webmaster</category>
	<guid isPermaLink="false">tfc_PHPFileManagers_11Nov2009</guid>
	</item>
	</channel></rss>
