<?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>zenandjuice.com &#187; How To&#8217;s</title>
	<atom:link href="http://zenandjuice.com/category/tech/howto/feed/" rel="self" type="application/rss+xml" />
	<link>http://zenandjuice.com</link>
	<description>the website of chris bray</description>
	<lastBuildDate>Mon, 29 Nov 2010 05:27:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>meeting maker to ical</title>
		<link>http://zenandjuice.com/2008/03/meeting-maker-to-ical/</link>
		<comments>http://zenandjuice.com/2008/03/meeting-maker-to-ical/#comments</comments>
		<pubDate>Thu, 20 Mar 2008 13:45:16 +0000</pubDate>
		<dc:creator>zenandjuice</dc:creator>
				<category><![CDATA[How To's]]></category>

		<guid isPermaLink="false">http://zenandjuice.com/2008/03/20/meeting-maker-to-ical/</guid>
		<description><![CDATA[The use of Meeting Maker is finally coming to an end at work.  We&#8217;re moving over to a Microsoft Exchange server. Personally, I prefer to just have all my calendars (personal, work, and studio) in one application, and on my Mac, so I worked to export the mm entries and import them into iCal. Which <a href='http://zenandjuice.com/2008/03/meeting-maker-to-ical/' class='excerpt-more'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>The use of Meeting Maker is finally coming to an end at work.  We&#8217;re moving over to a Microsoft Exchange server.</p>
<p>Personally, I prefer to just have all my calendars (personal, work, and studio) in one application, and on my Mac, so I worked to export the mm entries and import them into iCal.</p>
<p>Which turned out to be a pain in the ass.</p>
<p>MeetingMaker has a &#8220;export to icalendar&#8221; option, but I found that it didn&#8217;t work all the time.  It would run, and then die.  Apparently, it&#8217;s a problem with recurring meetings.</p>
<p>So I exported my entire Meeting Maker calendar as text, and used an <a href="http://zenandjuice.com/wp-content/uploads/2008/03/mm_to_ical_08f.dmg" title="mm_to_ical_08f.dmg">automator script</a> that I found to converted Meeting Maker to iCal.</p>
<p>I watched as it nicely imported years of data into iCal, including the recurring items, attendees, and notes.</p>
<p>I found <a href="http://zenandjuice.com/wp-content/uploads/2008/03/delete_ical_dupes_for_105.dmg" title="another program">another program</a> that removed any duplicate entries, and ran that (had some duplicates due to Palm mishaps from years ago).</p>
<p>So now, everything is in iCal.</p>
<p>Thought I&#8217;d share these tips and scripts with everyone else.</p>
]]></content:encoded>
			<wfw:commentRss>http://zenandjuice.com/2008/03/meeting-maker-to-ical/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>.flv to dvd</title>
		<link>http://zenandjuice.com/2008/03/flv-to-dvd/</link>
		<comments>http://zenandjuice.com/2008/03/flv-to-dvd/#comments</comments>
		<pubDate>Fri, 07 Mar 2008 16:32:43 +0000</pubDate>
		<dc:creator>zenandjuice</dc:creator>
				<category><![CDATA[How To's]]></category>

		<guid isPermaLink="false">http://zenandjuice.com/2008/03/07/flv-to-dvd/</guid>
		<description><![CDATA[I needed to find a way to easily put a youtube video on a DVD, and have it work in DVD players. On my Mac&#8230;. Using the unPlug extension for Firefox, I was able to download the youtube video as a .flv file. I found iSquint, which converts flv to mp4 files (free). I dropped <a href='http://zenandjuice.com/2008/03/flv-to-dvd/' class='excerpt-more'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>I needed to find a way to easily put a youtube video on a DVD, and have it work in DVD players.</p>
<p>On my Mac&#8230;.</p>
<ol>
<li>Using the unPlug extension for Firefox, I was able to download the youtube video as a .flv file.</li>
<li>I found <a href="http://isquint.org/" target="_blank">iSquint</a>, which converts flv to mp4 files (free).</li>
<li>I dropped the resulting mp4 file into Toast, and made a dvd image.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://zenandjuice.com/2008/03/flv-to-dvd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HowTo perform a mySQL search and replace</title>
		<link>http://zenandjuice.com/2004/11/howto-perform-a-mysql-search-and-replace/</link>
		<comments>http://zenandjuice.com/2004/11/howto-perform-a-mysql-search-and-replace/#comments</comments>
		<pubDate>Fri, 19 Nov 2004 17:34:19 +0000</pubDate>
		<dc:creator>zenandjuice</dc:creator>
				<category><![CDATA[How To's]]></category>

		<guid isPermaLink="false">http://www.zenandjuice.com/index.php/archives/2004/11/19/howto-perform-a-mysql-search-and-replace/</guid>
		<description><![CDATA[HowTo perform a mySQL search and replace Here are the steps required to perform a mySQL search and replace. This allows for very fast updating of database fields. First, login as root and enter mysql [root@e-smith /root]# mysql Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 2 <a href='http://zenandjuice.com/2004/11/howto-perform-a-mysql-search-and-replace/' class='excerpt-more'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://contribs.org/contribs/dmay/mitel/howto/mysql-search-and-replace-howto.html">HowTo perform a mySQL search and replace</a></p>
<p>Here are the steps required to perform a mySQL search and replace.  This allows for very fast updating of database fields.</p>
<p>First, login as root and enter mysql</p>
<p> [root@e-smith /root]# mysql</p>
<p> Welcome to the MySQL monitor. Commands end with ; or \g.<br />
 Your MySQL connection id is 2 to server version: 3.23.32</p>
<p> Type &#8216;help;&#8217; or &#8216;\h&#8217; for help. Type &#8216;\c&#8217; to clear the buffer</p>
<p>Next load the database you wish to use, syntax is:<br />
 use database_name;</p>
<p> mysql> use mydatabase;<br />
 Reading table information for completion of table and column names<br />
 You can turn off this feature to get a quicker startup with -A</p>
<p> Database changed</p>
<p>Finally run the command line below to perform the search and replace, syntax is:<br />
 update tablename set field = replace(field,&#8217;search_for_this&#8217;,'replace_with_this&#8217;);</p>
<p> mysql> update table_name set field = replace(field,&#8217;(&#8216;,&#8221;);<br />
 Query OK, 0 rows affected (0.08 sec)<br />
 Rows matched: 450 Changed: 387 Warnings: 0</p>
<p>When completed, exit mysql</p>
<p> mysql> exit<br />
Example:</p>
<p>Let&#8217;s say you have a database named address_book with a table named contact_list and a field name phone_number.  Some of your phone numbers were entered as (areacode) number and you wish to remove the () from areacode.  Here is what you would do:</p>
<p>[root@e-smith /root]# mysql</p>
<p>Welcome to the MySQL monitor. Commands end with ; or \g.<br />
Your MySQL connection id is 2 to server version: 3.23.32</p>
<p>Type &#8216;help;&#8217; or &#8216;\h&#8217; for help. Type &#8216;\c&#8217; to clear the buffer</p>
<p>mysql> use address_book;<br />
Reading table information for completion of table and column names<br />
You can turn off this feature to get a quicker startup with -A</p>
<p>Database changed</p>
<p>mysql> update contact_list set phone_number = replace(phone_number,&#8217;(&#8216;,&#8221;);<br />
Query OK, 0 rows affected (0.08 sec)<br />
Rows matched: 450 Changed: 387 Warnings: 0</p>
<p>mysql> update contact_list set phone_number = replace(phone_number,&#8217;)',&#8221;);<br />
Query OK, 0 rows affected (0.08 sec)<br />
Rows matched: 450 Changed: 387 Warnings: 0</p>
<p>mysql> exit</p>
]]></content:encoded>
			<wfw:commentRss>http://zenandjuice.com/2004/11/howto-perform-a-mysql-search-and-replace/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>matrix style wallpaper</title>
		<link>http://zenandjuice.com/2003/06/matrix-style-wallpaper/</link>
		<comments>http://zenandjuice.com/2003/06/matrix-style-wallpaper/#comments</comments>
		<pubDate>Wed, 04 Jun 2003 21:46:12 +0000</pubDate>
		<dc:creator>zenandjuice</dc:creator>
				<category><![CDATA[How To's]]></category>

		<guid isPermaLink="false">http://www.zenandjuice.com/index.php/archives/2003/06/04/matrix-style-wallpaper/</guid>
		<description><![CDATA[http://www.lemonfridge.com/archives/000060.shtml Tutorial on how to make &#8216;matrix style wallpaper&#8217; in photoshop.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.lemonfridge.com/archives/000060.shtml">http://www.lemonfridge.com/archives/000060.shtml</a></p>
<p>Tutorial on how to make &#8216;matrix style wallpaper&#8217; in photoshop.</p>
]]></content:encoded>
			<wfw:commentRss>http://zenandjuice.com/2003/06/matrix-style-wallpaper/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

