<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.0.2" -->
<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:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:dtvmedia="http://participatoryculture.org/RSSModules/dtv/1.0"
	xmlns:media="http://search.yahoo.com/mrss/"
>

<channel>
	<title>ZenMojo.com</title>
	<link>http://zenmojo.com/blog</link>
	<description>Just another blog about nothing</description>
	<pubDate>Fri, 20 Jun 2008 15:33:57 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.2</generator>
	<language>en</language>
		<!-- podcast_generator="podPress/7.7" -->
		<copyright>&#xA9; </copyright>
		<managingEditor>info@zenmojo.com ()</managingEditor>
		<webMaster>info@zenmojo.com</webMaster>
		<category></category>
		<itunes:keywords></itunes:keywords>
		<itunes:subtitle></itunes:subtitle>
		<itunes:summary>Just another blog about nothing</itunes:summary>
		<itunes:author></itunes:author>
		<itunes:category text="Society &amp; Culture"/>
		<itunes:owner>
			<itunes:name></itunes:name>
			<itunes:email>info@zenmojo.com</itunes:email>
		</itunes:owner>
		<itunes:block>No</itunes:block>
		<itunes:explicit>no</itunes:explicit>
		<itunes:image href="http://zenmojo.com/blog/wp-content/plugins/podpress/images/powered_by_podpress_large.jpg" />
		<image>
			<url>http://zenmojo.com/blog/wp-content/plugins/podpress/images/powered_by_podpress.jpg</url>
			<title>ZenMojo.com</title>
			<link>http://zenmojo.com/blog</link>
			<width>144</width>
			<height>144</height>
		</image>
		<item>
		<title>Convert Filezilla settings 2 to 3</title>
		<link>http://zenmojo.com/blog/2008/06/20/convert-filezilla-settings-2-to-3/</link>
		<comments>http://zenmojo.com/blog/2008/06/20/convert-filezilla-settings-2-to-3/#comments</comments>
		<pubDate>Fri, 20 Jun 2008 15:31:23 +0000</pubDate>
		<dc:creator>Zen</dc:creator>
		
	<category>Uncategorized</category>
		<guid isPermaLink="false">http://zenmojo.com/blog/2008/06/20/convert-filezilla-settings-2-to-3/</guid>
		<description><![CDATA[Have you tried to upgrade from Filezilla Client 2 to the new Filezilla Client 3? Where did my settings go?
Filezilla 3 has a new way of storing your settings. Here is a great website to convert your settings from 2 to 3:
http://nyrodev.free.fr/filezilla/convert.php

]]></description>
			<content:encoded><![CDATA[Have you tried to upgrade from Filezilla Client 2 to the new Filezilla Client 3? Where did my settings go?
Filezilla 3 has a new way of storing your settings. Here is a great website to convert your settings from 2 to 3:
http://nyrodev.free.fr/filezilla/convert.php

]]></content:encoded>
			<wfw:commentRSS>http://zenmojo.com/blog/2008/06/20/convert-filezilla-settings-2-to-3/feed/</wfw:commentRSS>
		</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>Open Source</category>
	<category>Web</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 ftp client [...]]]></description>
			<content:encoded><![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 ftp client application. I used FileZilla as my ftp client application to download all of my files to a folder on my desktop I named &#8220;howtojoomla&#8221;.
Step 2: Export your database
Note: For this step, it really helps if you have phpMyAdmin installed on your server. Most hosting companies have phpMyAdmin already installed. If you are unsure, ask your hosting provider.
The second thing you need to do is export your Joomla! database. The best thing to do is to export it into an SQL 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.
1)      go to your PHP MyAdmin panel
2)      Select the Database which you want to Backup
3)      Click the Export Tab
4)      Click Select all for tables on Export
5)      Choose SQL at export type
6)      For Structure, select Add AUTO_INCREMENT value, and Enclose table
7)      For Data, select Complete inserts, Extended inserts and Use hexadecimal for binary fields
8)      Select Save as File and no compression.  Click Go and save sql file
9)      Go to new PHP MYAdmin panel
10)  Create a new DB of the same name
11)  Click Import Tab
12)  Select File and click Go to import the sql file
13)  Go back to the new PHP MyAdmin panel, and select Privileges
14)  Add user (should be same username and password of your old DB), and host
15)  Select Grant all privileges
16)  Next to Global Privileges, click Check All to check all the privileges.
17)  
Step 3: Modify configuration.php
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. Your variables may be different, so find the variables that contain these settings and change them.  At the very least, you will probably need to change the following parameters:

$mosConfig_absolute_path:      This is the absolute server path to your new Joomla! installation. It will      probably look something like &#8220;/path/to/joomla/installation&#8221;.
$mosConfig_cachepath:      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;.
$mosConfig_live_site:      This is your website&#8217;s url. It will be something like      &#8220;http://www.yoursite.com&#8221;.
$mosConfig_host: 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.
$mosConfig_db: This is      the name of your MySQL database.
$mosConfig_user: This      is the database user name. Make sure this user has all privileges on your      database.
$mosConfig_password:      This is the password for your MySQL database user.

Step 4: Upload all of your files to your new server
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!.
Step 5: Test your new installation
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.

]]></content:encoded>
			<wfw:commentRSS>http://zenmojo.com/blog/2008/01/31/how-to-move-your-joomla-site-to-a-new-server/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Free SMS (Text Message) service</title>
		<link>http://zenmojo.com/blog/2007/12/12/free-sms-text-message-service/</link>
		<comments>http://zenmojo.com/blog/2007/12/12/free-sms-text-message-service/#comments</comments>
		<pubDate>Wed, 12 Dec 2007 18:49:25 +0000</pubDate>
		<dc:creator>Zen</dc:creator>
		
	<category>Web</category>
		<guid isPermaLink="false">http://zenmojo.com/blog/2007/12/12/free-sms-text-message-service/</guid>
		<description><![CDATA[4Info - will send free text messages to your phone based on alerts you set up. I use the Sports updates all the time!
Check it out!

]]></description>
			<content:encoded><![CDATA[4Info - will send free text messages to your phone based on alerts you set up. I use the Sports updates all the time!
Check it out!

]]></content:encoded>
			<wfw:commentRSS>http://zenmojo.com/blog/2007/12/12/free-sms-text-message-service/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Useful Web Sites</title>
		<link>http://zenmojo.com/blog/2007/11/01/useful-web-sites/</link>
		<comments>http://zenmojo.com/blog/2007/11/01/useful-web-sites/#comments</comments>
		<pubDate>Thu, 01 Nov 2007 19:16:56 +0000</pubDate>
		<dc:creator>Zen</dc:creator>
		
	<category>Web</category>
		<guid isPermaLink="false">http://zenmojo.com/blog/2007/11/01/useful-web-sites/</guid>
		<description><![CDATA[I will just list the Web sites that I find usefull:
Pandora.com - Online radio that you train to only play music you like
watchthatpage.com - will monitor for changes on a page an email you.
zamzar.com - will perform tons of file conversions

]]></description>
			<content:encoded><![CDATA[I will just list the Web sites that I find usefull:
Pandora.com - Online radio that you train to only play music you like
watchthatpage.com - will monitor for changes on a page an email you.
zamzar.com - will perform tons of file conversions

]]></content:encoded>
			<wfw:commentRSS>http://zenmojo.com/blog/2007/11/01/useful-web-sites/feed/</wfw:commentRSS>
		</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>Open Source</category>
	<category>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 - Command-line and Windows shell utility for manipulating ZIP archives
Audacity - The Free, Cross-Platform Sound Editor
AudioGrabber - a great, and simple CD to MP3 Ripping software
CamStudio - Free Video Screen Capture Software
Clamwin - Free Software Open Source Virus and Spyware Scanner
Folder2ISO - creates an [...]]]></description>
			<content:encoded><![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 - Command-line and Windows shell utility for manipulating ZIP archives
Audacity - The Free, Cross-Platform Sound Editor
AudioGrabber - a great, and simple CD to MP3 Ripping software
CamStudio - Free Video Screen Capture Software
Clamwin - Free Software Open Source Virus and Spyware Scanner
Folder2ISO - creates an iso from any kind of folder (with the subfolders).
Hardlink - Split directories up to Span CD/DVD
Icons from File - Ever wanted to extract the icon from an exe file?  No?  Well, here is the program anyway.
ISORecorder - Free CD Image Burner and CD to CD Copier program for Windows
NTSFLink -  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.
Nvu - A complete Web Authoring System
Pandora&#8217;s Jar - to &#8220;time-shift&#8221; Pandora internet radio
ScreenRecoder from UltraVNC - A free Screen Recorder software package
SDP Multimedia - If you want to save a streaming Microsoft video (like an ASX playlist), then this is the tool you need
UltraVNC - VNC that will authenticate users via ldap or AD.
VDownloader - If you want to save that great Google Video or YouTube video, you need this tool
Xenu&#8217;s Link Sleuth - Find broken links on your site
zamzar.com - Web-based File Converter

]]></content:encoded>
			<wfw:commentRSS>http://zenmojo.com/blog/2007/10/24/software-2/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Script to Install Macromedia Contribute Key</title>
		<link>http://zenmojo.com/blog/2007/09/05/script-to-install-macromedia-contribute-key/</link>
		<comments>http://zenmojo.com/blog/2007/09/05/script-to-install-macromedia-contribute-key/#comments</comments>
		<pubDate>Wed, 05 Sep 2007 18:51:54 +0000</pubDate>
		<dc:creator>Zen</dc:creator>
		
	<category>Work</category>
	<category>Info</category>
	<category>Software</category>
	<category>Scripts</category>
		<guid isPermaLink="false">http://zenmojo.com/blog/2007/09/05/script-to-install-macromedia-contribute-key/</guid>
		<description><![CDATA[I never could find a good script to check to see if a Macromedia Contribute key had been installed for a user on a machine, and if not then to run the key.  So I made one.  This one is for Contribute 2, but I think it will work with 3 (if you [...]]]></description>
			<content:encoded><![CDATA[I never could find a good script to check to see if a Macromedia Contribute key had been installed for a user on a machine, and if not then to run the key.  So I made one.  This one is for Contribute 2, but I think it will work with 3 (if you change the Site folder to 3).  And it assumes that the user will only be running one Site. I make the Contribute Icon/Shortcut point to this script.
You will need to change &#8220;h:key.stc&#8221; to the location of your key.  You will need to save the following script as a .vbs
Set objFSO = CreateObject(&#8221;Scripting.FileSystemObject&#8221;)
Set objNetwork = WScript.CreateObject(&#8221;WScript.Network&#8221;)
strUserName = objNetwork.UserName
If objFSO.FileExists(&#8221;C:Documents and Settings&#8221; &#038; strUserName &#038; &#8220;Local SettingsApplication DataMacromediaContribute 2SitesSite1_mmcontribute.xml&#8221;) Then
Set wshShell = WScript.CreateObject (&#8221;WSCript.shell&#8221;)
wshshell.run &#8220;&#8221;"C:Program FilesMacromediaContribute 2Contribute.exe&#8221;"&#8221;, 6, True
set wshshell = nothing
Wscript.Quit
Else
Wscript.Echo &#8220;Your Contribute Key needs to be installed on this computer.  Click OK to begin.&#8221;
Set wshShell = WScript.CreateObject (&#8221;WSCript.shell&#8221;)
wshshell.run &#8220;h:key.stc&#8221;, 6, True
set wshshell = nothing
End If
References:
1) http://www.microsoft.com/technet/scriptcenter/resources/qanda/jun05/hey0620.mspx
2) http://weblogs.asp.net/steveschofield/archive/2004/03/14/89240.aspx
3) http://www.computerperformance.co.uk/Logon/Logon_HomeDirAdv.htm


]]></content:encoded>
			<wfw:commentRSS>http://zenmojo.com/blog/2007/09/05/script-to-install-macromedia-contribute-key/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>FLAC - 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>Play</category>
	<category>Open Source</category>
	<category>Audio</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[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)

]]></content:encoded>
			<wfw:commentRSS>http://zenmojo.com/blog/2007/06/26/flac-how-to-rip-and-play-flac-files-windows/feed/</wfw:commentRSS>
		</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>Play</category>
	<category>Open Source</category>
	<category>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.

]]></description>
			<content:encoded><![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.

]]></content:encoded>
			<wfw:commentRSS>http://zenmojo.com/blog/2007/05/20/pandoras-jar/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Rebuild Adaptec SATA RAID 1210SA</title>
		<link>http://zenmojo.com/blog/2007/05/03/rebuild-adaptec-sata-raid-1210sa-2/</link>
		<comments>http://zenmojo.com/blog/2007/05/03/rebuild-adaptec-sata-raid-1210sa-2/#comments</comments>
		<pubDate>Thu, 03 May 2007 19:23:09 +0000</pubDate>
		<dc:creator>Zen</dc:creator>
		
	<category>Uncategorized</category>
		<guid isPermaLink="false">http://zenmojo.com/blog/2007/05/03/rebuild-adaptec-sata-raid-1210sa-2/</guid>
		<description><![CDATA[I took me a while to find this answer, so I thought I&#8217;d post it.&#160; Just in case.
I was having trouble with it, because when I went into the card (Ctrl-A) there was no option to rebuild.&#160; Hopefully the Raid failure has not left your OS FUBAR, because you need to run their software.&#160; It [...]]]></description>
			<content:encoded><![CDATA[I took me a while to find this answer, so I thought I&#8217;d post it.&nbsp; Just in case.
I was having trouble with it, because when I went into the card (Ctrl-A) there was no option to rebuild.&nbsp; Hopefully the Raid failure has not left your OS FUBAR, because you need to run their software.&nbsp; It can be found here.
You will need to register your board before downloading.&nbsp; So you&#8217;ll need the serial # off it.
You can rebuild the array from within the software.

]]></content:encoded>
			<wfw:commentRSS>http://zenmojo.com/blog/2007/05/03/rebuild-adaptec-sata-raid-1210sa-2/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Portableapps or Standalone apps that run on a USB drive</title>
		<link>http://zenmojo.com/blog/2007/05/03/portableapps-or-standalone-apps-that-run-on-a-usb-drive/</link>
		<comments>http://zenmojo.com/blog/2007/05/03/portableapps-or-standalone-apps-that-run-on-a-usb-drive/#comments</comments>
		<pubDate>Thu, 03 May 2007 13:36:24 +0000</pubDate>
		<dc:creator>Zen</dc:creator>
		
	<category>Uncategorized</category>
		<guid isPermaLink="false">http://zenmojo.com/blog/2007/05/03/portableapps-or-standalone-apps-that-run-on-a-usb-drive/</guid>
		<description><![CDATA[http://portableapps.com
http://standalone.atspace.org/index.html

]]></description>
			<content:encoded><![CDATA[http://portableapps.com
http://standalone.atspace.org/index.html

]]></content:encoded>
			<wfw:commentRSS>http://zenmojo.com/blog/2007/05/03/portableapps-or-standalone-apps-that-run-on-a-usb-drive/feed/</wfw:commentRSS>
		</item>
	</channel>
</rss>
