<?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>ZenMojo.com &#187; Open Source</title>
	<atom:link href="http://zenmojo.com/blog/category/open-source/feed/" rel="self" type="application/rss+xml" />
	<link>http://zenmojo.com/blog</link>
	<description>Just another blog about nothing</description>
	<lastBuildDate>Wed, 11 Jan 2012 20:44:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Share Truecrypt volume on Windows with volume mount point</title>
		<link>http://zenmojo.com/blog/2009/08/18/share-truecrypt-volume-on-windows-with-volume-mount-point/</link>
		<comments>http://zenmojo.com/blog/2009/08/18/share-truecrypt-volume-on-windows-with-volume-mount-point/#comments</comments>
		<pubDate>Tue, 18 Aug 2009 14:38:21 +0000</pubDate>
		<dc:creator>Zen</dc:creator>
				<category><![CDATA[Guides]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[TrueCrypt]]></category>

		<guid isPermaLink="false">http://zenmojo.com/blog/?p=139</guid>
		<description><![CDATA[I keep all my sensitive documents encrypted in Truecrypt volumes (don&#8217;t you?). Â But I ran into a problem when I wanted to share a Truecrypt volume across my home network. Â I had to setup the share every time I mounted the volume. Then it hit me; my flaw was that I was trying to set [...]]]></description>
			<content:encoded><![CDATA[<p>I keep all my sensitive documents encrypted in <a href="http://www.truecrypt.org/" target="_blank">Truecrypt</a> volumes (don&#8217;t you?). Â But I ran into a problem when I wanted to share a Truecrypt volume across my home network. Â I had to setup the share every time I mounted the volume.</p>
<p>Then it hit me; my flaw was that I was trying to set up a share within the Truecrypt volume. Â I needed to set up a share and then mount the TC volume inside that share. Â But you can&#8217;t mount a Truecrypt volume to a directory. Â Humm&#8230;.</p>
<p>Enter <a href="http://schinagl.priv.at/nt/hardlinkshellext/hardlinkshellext.html" target="_blank">Hardlink Shell Extension</a>. Â HSE will let you create <a href="http://schinagl.priv.at/nt/hardlinkshellext/hardlinkshellext.html#volumemountpoint" target="_blank">Volume Mount Points</a> in Windows. Â That will let you &#8220;map complete local volumes onto arbitrary disk locations&#8221;. Â So you can create a VMP (as a folder) and point it at the drive letter of your TC volume. Â That way whenever you mount the TC volume to that drive letter, it will already be shared.</p>
<p>After installing the HSE, Mount your TC volume, right-click, and select &#8220;Pick Link Source&#8221;</p>
<p><a href="http://zenmojo.com/blog/wp-content/uploads/2009/08/pick-link.jpg"><img class="alignnone size-medium wp-image-145" title="pick-link" src="http://zenmojo.com/blog/wp-content/uploads/2009/08/pick-link-216x300.jpg" alt="pick-link" width="216" height="300" /></a></p>
<p>Now go to the drive you are going to set up your shared folder and right click. Â Then select &#8220;Drop As&#8230;&#8221; and &#8220;Volume Mountpoint&#8221;.</p>
<p><a href="http://zenmojo.com/blog/wp-content/uploads/2009/08/drop-vmp.jpg"><img class="alignnone size-medium wp-image-147" title="drop-vmp" src="http://zenmojo.com/blog/wp-content/uploads/2009/08/drop-vmp-290x300.jpg" alt="drop-vmp" width="290" height="300" /></a></p>
<p>Now just share the resulting folder.</p>
<p>When you mount the TC volume (or any TC volume for that matter) to the drive letter you selected as your &#8220;Link Source&#8221; it will be shared.</p>
<p>&#8211;Zen</p>
<p><img src="file:///C:/DOCUME%7E1/kjohnson/LOCALS%7E1/Temp/moz-screenshot.jpg" alt="" /></p>
<img src="http://zenmojo.com/blog/?ak_action=api_record_view&id=139&type=feed" alt="" /><p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fzenmojo.com%2Fblog%2F2009%2F08%2F18%2Fshare-truecrypt-volume-on-windows-with-volume-mount-point%2F&amp;title=Share%20Truecrypt%20volume%20on%20Windows%20with%20volume%20mount%20point" id="wpa2a_2"><img src="http://zenmojo.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://zenmojo.com/blog/2009/08/18/share-truecrypt-volume-on-windows-with-volume-mount-point/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Script to Mount / Unmount TrueCrypt Volumes</title>
		<link>http://zenmojo.com/blog/2009/04/15/script-to-mount-unmount-truecrypt-volumes/</link>
		<comments>http://zenmojo.com/blog/2009/04/15/script-to-mount-unmount-truecrypt-volumes/#comments</comments>
		<pubDate>Wed, 15 Apr 2009 18:48:59 +0000</pubDate>
		<dc:creator>Zen</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[encryption]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[TrueCrypt]]></category>

		<guid isPermaLink="false">http://zenmojo.com/blog/?p=79</guid>
		<description><![CDATA[Improved on a script to mount a TrueCrypt Volume on Windows]]></description>
			<content:encoded><![CDATA[<p>I found a great article about a script to mount a TrueCrypt Volume on Windows <a href="http://www.allthingsmarked.com/2006/09/30/howto-securely-open-truecrypt-volumes-in-one-click-redux/" target="_blank">here</a>. Â It also detailed a script to unmount the volume.</p>
<p>I decided to improve on it a bit, and allow the same script to mount and unmount the volume (by testing to see if the volume is mounted). Â I did not include his password parameter because TrueCrypt will ask for the password anyway. And I really don&#8217;t want to code my password into any script.</p>
<p>So here is the script:</p>
<blockquote><p>REM TrueCrypt mounting script (version 2)<br />
REM Based on script Written by Mark Ursino (allthingsmarked.com)<br />
REM Modified by Zen (Zenmojo.com)<br />
REM Modifications are allowed, but please include these comments<br />
@echo off</p>
<p>set TrueSource=I:\TrueCrypt\truecrypt<br />
set Source=I:\volume.cab<br />
set Drive=O:</p>
<p>IF EXIST &#8220;%Drive%&#8221; goto unmount</p>
<p>:mount<br />
cls<br />
&#8220;%TrueSource%&#8221; /v &#8220;%Source%&#8221; /l &#8220;%Drive%&#8221; /m /a /p /q<br />
explorer.exe &#8220;%Drive%&#8221;<br />
cls<br />
goto end</p>
<p>:unmount<br />
cls<br />
&#8220;%TrueSource%&#8221; /d&#8221;%Drive%&#8221; /q<br />
cls<br />
goto end</p>
<p>:end<br />
cls</p></blockquote>
<p>Notes:<br />
<em>TrueSource</em> is the location of your truecrypt.sys file (from the stand-alone version of TrueCrypt)<br />
<em>Source</em> is the source of your TrueCrypt file<br />
<em>Drive</em> is the drive letter you want to mount the file to</p>
<img src="http://zenmojo.com/blog/?ak_action=api_record_view&id=79&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://zenmojo.com/blog/2009/04/15/script-to-mount-unmount-truecrypt-volumes/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How to Move Your Joomla! Site to a New Server</title>
		<link>http://zenmojo.com/blog/2008/01/31/how-to-move-your-joomla-site-to-a-new-server/</link>
		<comments>http://zenmojo.com/blog/2008/01/31/how-to-move-your-joomla-site-to-a-new-server/#comments</comments>
		<pubDate>Thu, 31 Jan 2008 16:28:39 +0000</pubDate>
		<dc:creator>Zen</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Joomla]]></category>

		<guid isPermaLink="false">http://zenmojo.com/blog/2008/01/31/how-to-move-your-joomla-site-to-a-new-server/</guid>
		<description><![CDATA[All credit has to go to Cory Webb: http://www.howtojoomla.net/content/view/17/2/ I just added a few steps. Feel free to comment below. Step 1: Backup everything! The first thing you want to do is backup all files within your Joomla! installation. Create a folder on your local system, and download all files to that folder using your [...]]]></description>
			<content:encoded><![CDATA[<p>All credit has to go to Cory Webb: <a target="_blank" href="http://www.howtojoomla.net/content/view/17/2/">http://www.howtojoomla.net/content/view/17/2/</a><br />
I just added a few steps.  Feel free to comment below.</p>
<h3>Step 1: Backup everything!</h3>
<p>The first thing you want to do is backup all files within your Joomla! installation. Create a folder on your local system, and download all files to that folder using your ftp client application. I used <a target="_blank" href="http://filezilla.sourceforge.net/">FileZilla</a> as my ftp client application to download all of my files to a folder on my desktop I named &#8220;howtojoomla&#8221;.</p>
<h3>Step 2: Export your database</h3>
<p><em>Note: For this step, it really helps if you have <a target="_blank" href="http://www.phpmyadmin.net/">phpMyAdmin</a> installed on your server. Most hosting companies have phpMyAdmin already installed. If you are unsure, ask your hosting provider.</em></p>
<p>The second thing you need to do is export your Joomla! database. The best thing to do is to export it into an <acronym>SQL</acronym> file, which makes importing it easier in a later step. An SQL file will contain all of the necessary SQL commands for creating your database tables and filling them with your data. Be sure you export the entire database.</p>
<p style="margin-left: 0.5in; text-indent: -0.25in"><!--[if !supportLists]-->1)      <!--[endif]-->go to your PHP MyAdmin panel</p>
<p style="margin-left: 0.5in; text-indent: -0.25in"><!--[if !supportLists]-->2)      <!--[endif]-->Select the Database which you want to Backup</p>
<p style="margin-left: 0.5in; text-indent: -0.25in"><!--[if !supportLists]-->3)      <!--[endif]-->Click the Export Tab</p>
<p style="margin-left: 0.5in; text-indent: -0.25in"><!--[if !supportLists]-->4)      <!--[endif]-->Click Select all for tables on Export</p>
<p style="margin-left: 0.5in; text-indent: -0.25in"><!--[if !supportLists]-->5)      <!--[endif]-->Choose SQL at export type</p>
<p style="margin-left: 0.5in; text-indent: -0.25in"><!--[if !supportLists]-->6)      <!--[endif]-->For Structure, select “Add AUTO_INCREMENT value, and “Enclose table…”</p>
<p style="margin-left: 0.5in; text-indent: -0.25in"><!--[if !supportLists]-->7)      <!--[endif]-->For Data, select “Complete inserts”, “Extended inserts” and “Use hexadecimal for binary fields”</p>
<p style="margin-left: 0.5in; text-indent: -0.25in"><!--[if !supportLists]--> <img src='http://zenmojo.com/blog/wp-includes/images/smilies/icon_cool.gif' alt='8)' class='wp-smiley' />      <!--[endif]-->Select “Save as File” and no compression.  Click Go and save sql file</p>
<p style="margin-left: 0.5in; text-indent: -0.25in"><!--[if !supportLists]-->9)      <!--[endif]-->Go to new PHP MYAdmin panel</p>
<p style="margin-left: 0.5in; text-indent: -0.25in"><!--[if !supportLists]-->10)  <!--[endif]-->Create a new DB of the same name</p>
<p style="margin-left: 0.5in; text-indent: -0.25in"><!--[if !supportLists]-->11)  <!--[endif]-->Click Import Tab</p>
<p style="margin-left: 0.5in; text-indent: -0.25in"><!--[if !supportLists]-->12)  <!--[endif]-->Select File and click Go to import the sql file</p>
<p style="margin-left: 0.5in; text-indent: -0.25in"><!--[if !supportLists]-->13)  <!--[endif]-->Go back to the new PHP MyAdmin panel, and select Privileges</p>
<p style="margin-left: 0.5in; text-indent: -0.25in"><!--[if !supportLists]-->14)  <!--[endif]-->Add user (should be same username and password of your old DB), and host</p>
<p style="margin-left: 0.5in; text-indent: -0.25in"><!--[if !supportLists]-->15)  <!--[endif]-->Select Grant all privileges…</p>
<p style="margin-left: 0.5in; text-indent: -0.25in"><!--[if !supportLists]-->16)  <!--[endif]-->Next to Global Privileges, click Check All to check all the privileges.</p>
<p style="margin-left: 0.5in; text-indent: -0.25in"><!--[if !supportLists]-->17)  <!--[endif]--></p>
<h3>Step 3: Modify configuration.php</h3>
<p>This step is very important. Go to the folder on your local system to which you downloaded all of your Joomla! files. In the first level folder, you will find the file named &#8220;configuration.php&#8221;. Open this file with a text editor and make the necessary changes. <em>Your variables may be different, so find the variables that contain these settings and change them</em>.  At the very least, you will probably need to change the following parameters:</p>
<ul type="disc">
<li class="MsoNormal"><strong>$mosConfig_absolute_path</strong>:      This is the absolute server path to your new Joomla! installation. It will      probably look something like &#8220;/path/to/joomla/installation&#8221;.</li>
<li class="MsoNormal"><strong>$mosConfig_cachepath</strong>:      This is the absolute server path to the cache for your Joomla!      installation. It will probably look something like      &#8220;/path/to/joomla/installation/cache&#8221;.</li>
<li class="MsoNormal"><strong>$mosConfig_live_site</strong>:      This is your website&#8217;s url. It will be something like      &#8220;http://www.yoursite.com&#8221;.</li>
<li class="MsoNormal"><strong>$mosConfig_host</strong>: This      is the location of the server that hosts your MySQL database. For most      instances, this value will be &#8220;localhost&#8221;. If you are unsure,      ask your hosting provider.</li>
<li class="MsoNormal"><strong>$mosConfig_db</strong>: This is      the name of your MySQL database.</li>
<li class="MsoNormal"><strong>$mosConfig_user</strong>: This      is the database user name. Make sure this user has all privileges on your      database.</li>
<li class="MsoNormal"><strong>$mosConfig_password</strong>:      This is the password for your MySQL database user.</li>
</ul>
<h3>Step 4: Upload all of your files to your new server</h3>
<p>Using an ftp client application (like FileZilla), upload all of your files to the location on your new server where you want to install Joomla!.</p>
<h3>Step 5: Test your new installation</h3>
<p>Your move should now be complete, but please don&#8217;t take my word for it. Test your site to make sure that everything is in it&#8217;s proper place and working the way you expect it to. For example, if you did not use relative url&#8217;s for your links on your old site, they will not work properly on your new site.</p>
<img src="http://zenmojo.com/blog/?ak_action=api_record_view&id=40&type=feed" alt="" /><p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fzenmojo.com%2Fblog%2F2008%2F01%2F31%2Fhow-to-move-your-joomla-site-to-a-new-server%2F&amp;title=How%20to%20Move%20Your%20Joomla%21%20Site%20to%20a%20New%20Server" id="wpa2a_4"><img src="http://zenmojo.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://zenmojo.com/blog/2008/01/31/how-to-move-your-joomla-site-to-a-new-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Software</title>
		<link>http://zenmojo.com/blog/2007/10/24/software-2/</link>
		<comments>http://zenmojo.com/blog/2007/10/24/software-2/#comments</comments>
		<pubDate>Wed, 24 Oct 2007 19:38:49 +0000</pubDate>
		<dc:creator>Zen</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://zenmojo.com/blog/2007/10/24/software-2/</guid>
		<description><![CDATA[This is where I will catalog some of my favorite software &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; 7-Zip &#8211; Command-line and Windows shell utility for manipulating ZIP archives Audacity &#8211; The Free, Cross-Platform Sound Editor AudioGrabber &#8211; a great, and simple CD to MP3 Ripping software CamStudio &#8211; Free Video Screen Capture Software Clamwin &#8211; Free Software Open Source Virus [...]]]></description>
			<content:encoded><![CDATA[<p><strong>This is where I will catalog some of my favorite software<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</strong></p>
<p><a target="_blank" href="http://www.7-zip.org/">7-Zip</a> &#8211; <font size="-1">Command-line and Windows shell utility for manipulating ZIP archives</font></p>
<p><a target="_blank" href="http://audacity.sourceforge.net/">Audacity</a> &#8211; The Free, Cross-Platform Sound Editor</p>
<p><a target="_blank" href="http://www.audiograbber.com-us.net/">AudioGrabber</a> &#8211; a great, and simple CD to MP3 Ripping software</p>
<p><a href="http://camstudio.org/">CamStudio</a> &#8211; Free Video Screen Capture Software</p>
<p><a target="_blank" href="http://www.clamwin.com/">Clamwin</a> &#8211; Free Software Open Source Virus and Spyware Scanner</p>
<p><font class="normal"><a target="_blank" href="http://www.trustfm.net/divx/SoftwareFolder2Iso.html">Folder2ISO</a> &#8211; creates an iso from any kind of folder (with the subfolders).</font></p>
<p><a target="_blank" href="http://zenmojo.com/blog/2006/05/02/split-directories-up-to-span-cddvd/">Hardlink</a> &#8211; Split directories up to Span CD/DVD</p>
<p><a target="_blank" href="http://www.vlsoftware.net/exico/">Icons from File </a>- Ever wanted to extract the icon from an exe file?  No?  Well, here is the program anyway.</p>
<p><a target="_blank" href="http://isorecorder.alexfeinman.com/isorecorder.htm">ISORecorder </a>- Free CD Image Burner and CD to CD Copier program for Windows</p>
<p><a target="_blank" href="http://www.elsdoerfer.info/=ntfslink">NTSFLink</a> &#8211;  a set of Windows Shell Extensions which hook into Explorer, providing extended functionality for creating and using hard links, as well as junction points on NTFS file systems.</p>
<p><a target="_blank" href="http://www.nvu.com/">Nvu</a> &#8211; A complete Web Authoring System</p>
<p><a target="_blank" href="http://www.hak5.org/forums/viewtopic.php?t=983">Pandora&#8217;s Jar</a> &#8211; to &#8220;time-shift&#8221; Pandora internet radio</p>
<p><a target="_blank" href="http://www.uvnc.com/screenrecorder/index.html">ScreenRecoder from UltraVNC</a> &#8211; A free Screen Recorder software package</p>
<p><a target="_blank" href="http://sdp.ppona.com/">SDP Multimedia</a> &#8211; If you want to save a streaming Microsoft video (like an ASX playlist), then this is the tool you need</p>
<p><a target="_blank" href="http://www.uvnc.com/">UltraVNC</a> &#8211; VNC that will authenticate users via ldap or AD.</p>
<p><a target="_blank" href="http://tanbir.wordpress.com/2006/05/26/vdownloader-02-download-videos-from-youtube-google-video-and-grinvi/">VDownloader</a> &#8211; If you want to save that great Google Video or YouTube video, you need this tool</p>
<p><a target="_blank" href="http://home.snafu.de/tilman/xenulink.html">Xenu&#8217;s Link Sleuth</a> &#8211; Find broken links on your site</p>
<p><a target="_blank" href="http://zamzar.com/">zamzar.com</a> &#8211; Web-based File Converter</p>
<img src="http://zenmojo.com/blog/?ak_action=api_record_view&id=37&type=feed" alt="" /><p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fzenmojo.com%2Fblog%2F2007%2F10%2F24%2Fsoftware-2%2F&amp;title=Software" id="wpa2a_6"><img src="http://zenmojo.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://zenmojo.com/blog/2007/10/24/software-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FLAC &#8211; How to Rip and Play FLAC files (Windows)</title>
		<link>http://zenmojo.com/blog/2007/06/26/flac-how-to-rip-and-play-flac-files-windows/</link>
		<comments>http://zenmojo.com/blog/2007/06/26/flac-how-to-rip-and-play-flac-files-windows/#comments</comments>
		<pubDate>Wed, 27 Jun 2007 01:54:37 +0000</pubDate>
		<dc:creator>Zen</dc:creator>
				<category><![CDATA[Audio]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Play]]></category>

		<guid isPermaLink="false">http://zenmojo.com/blog/2007/06/26/flac-how-to-rip-and-play-flac-files-windows/</guid>
		<description><![CDATA[Why would you want to, you ask?  Because FLAC is a Lossless Format.  So your music sounds much better. First you will need the FLAC Codec (Here) Then you will need a ripper, I use Audiograbber (Here)  Then you will need the Codec to play (Here) ]]></description>
			<content:encoded><![CDATA[<p>Why would you want to, you ask?  Because FLAC is a Lossless Format.  So your music sounds much better.</p>
<p>First you will need the <a target="_blank" href="http://sourceforge.net/project/showfiles.php?group_id=13478&#038;package_id=12675&#038;release_id=486382">FLAC Codec (Here)</a></p>
<p>Then you will need a ripper, I use <a target="_blank" href="http://www.audiograbber.com-us.net/download.html">Audiograbber (Here) </a></p>
<p>Then you will need the <a target="_blank" href="http://www.illiminable.com/ogg/downloads.html#stable">Codec to play (Here) </a></p>
<img src="http://zenmojo.com/blog/?ak_action=api_record_view&id=34&type=feed" alt="" /><p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fzenmojo.com%2Fblog%2F2007%2F06%2F26%2Fflac-how-to-rip-and-play-flac-files-windows%2F&amp;title=FLAC%20%E2%80%93%20How%20to%20Rip%20and%20Play%20FLAC%20files%20%28Windows%29" id="wpa2a_8"><img src="http://zenmojo.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://zenmojo.com/blog/2007/06/26/flac-how-to-rip-and-play-flac-files-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pandora&#8217;s Jar</title>
		<link>http://zenmojo.com/blog/2007/05/20/pandoras-jar/</link>
		<comments>http://zenmojo.com/blog/2007/05/20/pandoras-jar/#comments</comments>
		<pubDate>Sun, 20 May 2007 19:22:45 +0000</pubDate>
		<dc:creator>Zen</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Play]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://zenmojo.com/blog/2007/03/20/pandoras-jar/</guid>
		<description><![CDATA[To &#8220;Timeshift&#8221; pandora radio, you need Pandora&#8217;s Jar.  It can be a bit complicated to get started, until now. Here are the Windows installers to get Pandora&#8217;s Jar working. Here is the Forum: http://www.hak5.org/forums/index.php?showforum=21 Updated: 9/30/2010]]></description>
			<content:encoded><![CDATA[<p>To &#8220;Timeshift&#8221; pandora radio, you need Pandora&#8217;s Jar.  It can be a bit complicated to get started, until now.</p>
<p>Here are the <a href="http://www.hak5.org/forums/index.php?showtopic=13598" target="_blank">Windows installers to get Pandora&#8217;s Jar working</a>.</p>
<p>Here is the Forum:<a href="http://www.hak5.org/forums/index.php?showforum=21" target="_blank"> http://www.hak5.org/forums/index.php?showforum=21</a></p>
<p>Updated: 9/30/2010</p>
<img src="http://zenmojo.com/blog/?ak_action=api_record_view&id=24&type=feed" alt="" /><p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fzenmojo.com%2Fblog%2F2007%2F05%2F20%2Fpandoras-jar%2F&amp;title=Pandora%E2%80%99s%20Jar" id="wpa2a_10"><img src="http://zenmojo.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://zenmojo.com/blog/2007/05/20/pandoras-jar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Easy Field Validation</title>
		<link>http://zenmojo.com/blog/2007/03/20/easy-field-validation/</link>
		<comments>http://zenmojo.com/blog/2007/03/20/easy-field-validation/#comments</comments>
		<pubDate>Tue, 20 Mar 2007 13:32:23 +0000</pubDate>
		<dc:creator>Zen</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://zenmojo.com/blog/2007/03/20/easy-field-validation/</guid>
		<description><![CDATA[http://tetlaw.id.au/view/javascript/really-easy-field-validation]]></description>
			<content:encoded><![CDATA[<p><a target="_blank" href="http://tetlaw.id.au/view/javascript/really-easy-field-validation">http://tetlaw.id.au/view/javascript/really-easy-field-validation</a></p>
<img src="http://zenmojo.com/blog/?ak_action=api_record_view&id=23&type=feed" alt="" /><p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fzenmojo.com%2Fblog%2F2007%2F03%2F20%2Feasy-field-validation%2F&amp;title=Easy%20Field%20Validation" id="wpa2a_12"><img src="http://zenmojo.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://zenmojo.com/blog/2007/03/20/easy-field-validation/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Big list of Free Music-Making software</title>
		<link>http://zenmojo.com/blog/2007/02/14/big-list-of-free-music-making-software/</link>
		<comments>http://zenmojo.com/blog/2007/02/14/big-list-of-free-music-making-software/#comments</comments>
		<pubDate>Wed, 14 Feb 2007 14:57:53 +0000</pubDate>
		<dc:creator>Zen</dc:creator>
				<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://zenmojo.com/blog/2007/02/14/big-list-of-free-music-making-software/</guid>
		<description><![CDATA[Here is the big list]]></description>
			<content:encoded><![CDATA[<p><a target="_blank" href="http://making-music.blogspot.com/2006/01/big-list-of-free-music-making-software.html">Here is the big list</a></p>
<img src="http://zenmojo.com/blog/?ak_action=api_record_view&id=18&type=feed" alt="" /><p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fzenmojo.com%2Fblog%2F2007%2F02%2F14%2Fbig-list-of-free-music-making-software%2F&amp;title=Big%20list%20of%20Free%20Music-Making%20software" id="wpa2a_14"><img src="http://zenmojo.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://zenmojo.com/blog/2007/02/14/big-list-of-free-music-making-software/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to run Windows in Ubuntu</title>
		<link>http://zenmojo.com/blog/2007/02/11/how-to-run-windows-in-ubuntu/</link>
		<comments>http://zenmojo.com/blog/2007/02/11/how-to-run-windows-in-ubuntu/#comments</comments>
		<pubDate>Sun, 11 Feb 2007 15:10:54 +0000</pubDate>
		<dc:creator>Zen</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Play]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://zenmojo.com/blog/2007/02/11/how-to-run-windows-in-ubuntu/</guid>
		<description><![CDATA[if you really want to: Here&#8217;s How]]></description>
			<content:encoded><![CDATA[<p>if you really want to: <a target="_blank" href="https://help.ubuntu.com/community/WindowsXPUnderQemuHowTo">Here&#8217;s How</a></p>
<img src="http://zenmojo.com/blog/?ak_action=api_record_view&id=21&type=feed" alt="" /><p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fzenmojo.com%2Fblog%2F2007%2F02%2F11%2Fhow-to-run-windows-in-ubuntu%2F&amp;title=How%20to%20run%20Windows%20in%20Ubuntu" id="wpa2a_16"><img src="http://zenmojo.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://zenmojo.com/blog/2007/02/11/how-to-run-windows-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Find OpenSource alternatives</title>
		<link>http://zenmojo.com/blog/2007/02/10/find-opensource-alternatives/</link>
		<comments>http://zenmojo.com/blog/2007/02/10/find-opensource-alternatives/#comments</comments>
		<pubDate>Sat, 10 Feb 2007 15:02:58 +0000</pubDate>
		<dc:creator>Zen</dc:creator>
				<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://zenmojo.com/blog/2007/02/14/find-opensource-alternatives/</guid>
		<description><![CDATA[http://www.osalt.com/]]></description>
			<content:encoded><![CDATA[<p><a target="_blank" href="http://www.osalt.com/">http://www.osalt.com/</a></p>
<img src="http://zenmojo.com/blog/?ak_action=api_record_view&id=19&type=feed" alt="" /><p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fzenmojo.com%2Fblog%2F2007%2F02%2F10%2Ffind-opensource-alternatives%2F&amp;title=Find%20OpenSource%20alternatives" id="wpa2a_18"><img src="http://zenmojo.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://zenmojo.com/blog/2007/02/10/find-opensource-alternatives/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

