<?xml version="1.0" encoding="UTF-8"?>
<howcast version="0.1">
  <video>
    <id>2535</id>
    <category-id>1535</category-id>
    <category-hierarchy>
      <category id="1470">Technology</category>
      <category parent_id="1470" id="1532">Operating Systems</category>
      <category parent_id="1532" id="1535">Mac OS X</category>
    </category-hierarchy>
    <easy-steps>true</easy-steps>
    <created-at>Sun, 16 Mar 2008 15:00:27 -0700</created-at>
    <filename>/system/videos/1/35/25/2535.flv</filename>
    <tags>MacTipper, Applescript, Mac OSX, MacIntosh, leopad, Tiger</tags>
    <title>How To Enable and Configure Folder Actions</title>
    <description>
      <![CDATA[I've mentioned folder actions quite a bit in my tips. This is a video providing detail into AppleScript Folder Actions]]>
    </description>
    <permalink>http://www.howcast.com/videos/2535-How-To-Enable-and-Configure-Folder-Actions</permalink>
    <edit-url>http://www.howcast.com/videos/2535-How-To-Enable-and-Configure-Folder-Actions/edit</edit-url>
    <state>approved</state>
    <duration>482</duration>
    <width>640</width>
    <height>480</height>
    <embed>&lt;object width="425" height="352" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" id="howcastplayer"&gt;&lt;param name="movie" value="http://www.howcast.com/flash/howcast_player.swf?file=2535"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowScriptAccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.howcast.com/flash/howcast_player.swf?file=2535" type="application/x-shockwave-flash" width="425" height="352" allowFullScreen="true" allowScriptAccess="always" &gt;&lt;/embed&gt;&lt;/object&gt;</embed>
    <rating>1</rating>
    <username>MacTipper</username>
    <thumbnail-url>http://img.howcast.com/system/thumbnails/2535/15_xxlarge_maintained_aspect.jpg</thumbnail-url>
    <views>1101</views>
    <overlay>
      <titlecard>false</titlecard>
      <steps>false</steps>
      <overlays>false</overlays>
    </overlay>
    <ingredients>There are no ingredients needed</ingredients>
    <markers>
      <marker>
        <id>26797</id>
        <position>1</position>
        <timemarker>1</timemarker>
        <type>Step</type>
        <thumbnail-url>http://img.howcast.com/system/thumbnails/2535/1.jpg</thumbnail-url>
        <title>Intro</title>
        <textile-text>
          <![CDATA[I've done a lot of tips with Folder Actions, however, I haven't gone into any detail. This video fills in the gaps.
]]>
        </textile-text>
        <text>
          <![CDATA[<p>I&#8217;ve done a lot of tips with Folder Actions, however, I haven&#8217;t gone into any detail. This video fills in the gaps.</p>]]>
        </text>
      </marker>
      <marker>
        <id>26798</id>
        <position>2</position>
        <timemarker>20</timemarker>
        <type>Step</type>
        <thumbnail-url>http://img.howcast.com/system/thumbnails/2535/20.jpg</thumbnail-url>
        <title>Enabling Folder Actions </title>
        <textile-text>
          <![CDATA[Right click on a folder and go to More>Enable Folder Actions
]]>
        </textile-text>
        <text>
          <![CDATA[<p>Right click on a folder and go to More&gt;Enable Folder Actions</p>]]>
        </text>
      </marker>
      <marker>
        <id>26799</id>
        <position>3</position>
        <timemarker>45</timemarker>
        <type>Step</type>
        <thumbnail-url>http://img.howcast.com/system/thumbnails/2535/45.jpg</thumbnail-url>
        <title>Open the Folder Action Setup Application </title>
        <textile-text>
          <![CDATA[Go to /Applications/AppleScript/Folder Actions Setup.app or Right click on a folder and go to More>Configure Folder Actions...
]]>
        </textile-text>
        <text>
          <![CDATA[<p>Go to /Applications/AppleScript/Folder Actions Setup.app or Right click on a folder and go to More&gt;Configure Folder Actions&#8230;</p>]]>
        </text>
      </marker>
      <marker>
        <id>26800</id>
        <position>4</position>
        <timemarker>72</timemarker>
        <type>Step</type>
        <thumbnail-url>http://img.howcast.com/system/thumbnails/2535/72.jpg</thumbnail-url>
        <title>Folder Action Setup Interface </title>
        <textile-text>
          <![CDATA[N/A]]>
        </textile-text>
        <text>
          <![CDATA[<p>N/A</p>]]>
        </text>
      </marker>
      <marker>
        <id>26801</id>
        <position>5</position>
        <timemarker>112</timemarker>
        <type>Step</type>
        <thumbnail-url>http://img.howcast.com/system/thumbnails/2535/112.jpg</thumbnail-url>
        <title>Installing Custom Folder Action Scripts </title>
        <textile-text>
          <![CDATA[Put any custom folder action scripts into /Library/Scripts/Folder Action Scripts/ ]]>
        </textile-text>
        <text>
          <![CDATA[<p>Put any custom folder action scripts into /Library/Scripts/Folder Action Scripts/</p>]]>
        </text>
      </marker>
      <marker>
        <id>26802</id>
        <position>6</position>
        <timemarker>160</timemarker>
        <type>Step</type>
        <thumbnail-url>http://img.howcast.com/system/thumbnails/2535/160.jpg</thumbnail-url>
        <title>Attaching a Script to a Folder </title>
        <textile-text>
          <![CDATA[Open the Folder Action Setup application and choose the folder by clicking on the lower left hand + button. After choosing a folder, select your script and click the "Attach" button.
]]>
        </textile-text>
        <text>
          <![CDATA[<p>Open the Folder Action Setup application and choose the folder by clicking on the lower left hand + button. After choosing a folder, select your script and click the &#8220;Attach&#8221; button.</p>]]>
        </text>
      </marker>
      <marker>
        <id>26803</id>
        <position>7</position>
        <timemarker>220</timemarker>
        <type>Step</type>
        <thumbnail-url>http://img.howcast.com/system/thumbnails/2535/220.jpg</thumbnail-url>
        <title>Accessing a Script to Open and Edit It </title>
        <textile-text>
          <![CDATA[Right click on a folder with the script attached and go to More>Edit a Folder Action> 
]]>
        </textile-text>
        <text>
          <![CDATA[<p>Right click on a folder with the script attached and go to More&gt;Edit a Folder Action&gt;</p>]]>
        </text>
      </marker>
      <marker>
        <id>26804</id>
        <position>8</position>
        <timemarker>242</timemarker>
        <type>Step</type>
        <thumbnail-url>http://img.howcast.com/system/thumbnails/2535/242.jpg</thumbnail-url>
        <title>Removing a Script </title>
        <textile-text>
          <![CDATA[To remove a script, right click on the folder and select More>Remove Folder Action> ]]>
        </textile-text>
        <text>
          <![CDATA[<p>To remove a script, right click on the folder and select More&gt;Remove Folder Action&gt;</p>]]>
        </text>
      </marker>
      <marker>
        <id>26805</id>
        <position>9</position>
        <timemarker>273</timemarker>
        <type>Step</type>
        <thumbnail-url>http://img.howcast.com/system/thumbnails/2535/273.jpg</thumbnail-url>
        <title>Attaching a Folder Action Through the "More" Menu </title>
        <textile-text>
          <![CDATA[You can attach a Folder Action Script from the "More" menu as long as you choose a script in the Folder Action Scripts folder.
]]>
        </textile-text>
        <text>
          <![CDATA[<p>You can attach a Folder Action Script from the &#8220;More&#8221; menu as long as you choose a script in the Folder Action Scripts folder.</p>]]>
        </text>
      </marker>
      <marker>
        <id>26806</id>
        <position>10</position>
        <timemarker>333</timemarker>
        <type>Step</type>
        <thumbnail-url>http://img.howcast.com/system/thumbnails/2535/333.jpg</thumbnail-url>
        <title>Make a Custom Script </title>
        <textile-text>
          <![CDATA[Use the template of: 
property prop_name : "helllo" 
on adding folder items to the_folder after receiving 
the_Items 
 --Action 
end adding folder items to]]>
        </textile-text>
        <text>
          <![CDATA[<p>Use the template of: <br />
property prop_name : &#8220;helllo&#8221; <br />
on adding folder items to the_folder after receiving <br />
the_Items <br />
 &#8212;Action <br />
end adding folder items to</p>]]>
        </text>
      </marker>
      <marker>
        <id>26807</id>
        <position>11</position>
        <timemarker>422</timemarker>
        <type>Step</type>
        <thumbnail-url>http://img.howcast.com/system/thumbnails/2535/422.jpg</thumbnail-url>
        <title>End/Credits</title>
        <textile-text>
          <![CDATA[Music: Just Got Feet, Don't Got Shoes 
Written and Performed By: Derek R. Audette 
(C) MMIV (Socan) 
http://derekaudette.ottawaarts.com/]]>
        </textile-text>
        <text>
          <![CDATA[<p>Music: Just Got Feet, Don&#8217;t Got Shoes <br />
Written and Performed By: Derek R. Audette <br />
&#169; <span class="caps">MMIV</span> (Socan) <br />
http://derekaudette.ottawaarts.com/</p>]]>
        </text>
      </marker>
    </markers>
    <related-videos>
      <video>
        <category-id>1535</category-id>
        <id>2634</id>
        <title>How To Use Inquisitor For Safari 3</title>
        <type nil="true"></type>
        <views>532</views>
        <created-at>Sun, 23 Mar 2008 10:22:23 -0700</created-at>
        <rating>4</rating>
        <username>MacTipper</username>
        <description>
          <![CDATA[Safari doesn't have very good functionality when it comes to searching the web. However, with Inquisitor 3 for Safari, you browsing experience can be much improved.]]>
        </description>
        <embed>
          <![CDATA[<object width="425" height="352" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" id="howcastplayer"><param name="movie" value="http://www.howcast.com/flash/howcast_player.swf?file=2634"></param><param name="allowFullScreen" value="true"></param><param name="allowScriptAccess" value="always"></param><embed src="http://www.howcast.com/flash/howcast_player.swf?file=2634" type="application/x-shockwave-flash" width="425" height="352" allowFullScreen="true" allowScriptAccess="always" ></embed></object>]]>
        </embed>
        <duration>476</duration>
        <filename>http://media.howcast.com/system/videos/2/34/26/2634.flv</filename>
        <tags>MacTipper, safari, Mac OSX, Mac, OSX</tags>
        <category-hierarchy>
          <category id="1470">Technology</category>
          <category parent_id="1470" id="1532">Operating Systems</category>
          <category parent_id="1532" id="1535">Mac OS X</category>
        </category-hierarchy>
        <comment-count>5</comment-count>
        <thumbnail-url>http://img.howcast.com/system/thumbnails/2634/Picture_7_xxlarge_maintained_aspect.png</thumbnail-url>
        <permalink>http://www.howcast.com/videos/2634-How-To-Use-Inquisitor-For-Safari-3</permalink>
      </video>
      <video>
        <category-id>1535</category-id>
        <id>2812</id>
        <title>How To Get a Video Desktop Background</title>
        <type nil="true"></type>
        <views>3966</views>
        <created-at>Thu, 03 Apr 2008 17:53:31 -0700</created-at>
        <rating>4</rating>
        <username>MacTipper</username>
        <description>
          <![CDATA[Tired of that boring still-image desktop background? By following the instructions in this video, you too can rock out with a video background!]]>
        </description>
        <embed>
          <![CDATA[<object width="425" height="352" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" id="howcastplayer"><param name="movie" value="http://www.howcast.com/flash/howcast_player.swf?file=2812"></param><param name="allowFullScreen" value="true"></param><param name="allowScriptAccess" value="always"></param><embed src="http://www.howcast.com/flash/howcast_player.swf?file=2812" type="application/x-shockwave-flash" width="425" height="352" allowFullScreen="true" allowScriptAccess="always" ></embed></object>]]>
        </embed>
        <duration>489</duration>
        <filename>http://media.howcast.com/system/videos/5/12/28/2812.flv</filename>
        <tags>Mac, Mac OSX, MacTipper, MacIntosh, desktop</tags>
        <category-hierarchy>
          <category id="1470">Technology</category>
          <category parent_id="1470" id="1532">Operating Systems</category>
          <category parent_id="1532" id="1535">Mac OS X</category>
        </category-hierarchy>
        <comment-count>2</comment-count>
        <thumbnail-url>http://img.howcast.com/system/thumbnails/2812/Video_Logo_xxlarge_maintained_aspect.png</thumbnail-url>
        <permalink>http://www.howcast.com/videos/2812-How-To-Get-a-Video-Desktop-Background</permalink>
      </video>
      <video>
        <category-id>1535</category-id>
        <id>3062</id>
        <title>How To Bring Widgets Onto Desktop (Mac)</title>
        <type nil="true"></type>
        <views>1176</views>
        <created-at>Fri, 11 Apr 2008 14:48:46 -0700</created-at>
        <rating>3</rating>
        <username>TerryCPiano</username>
        <description>
          <![CDATA[OnyX: http://www.macupdate.com/info.php/id/11582/onyx

I will teach you how to bring widgets onto desktop!]]>
        </description>
        <embed>
          <![CDATA[<object width="425" height="352" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" id="howcastplayer"><param name="movie" value="http://www.howcast.com/flash/howcast_player.swf?file=3062"></param><param name="allowFullScreen" value="true"></param><param name="allowScriptAccess" value="always"></param><embed src="http://www.howcast.com/flash/howcast_player.swf?file=3062" type="application/x-shockwave-flash" width="425" height="352" allowFullScreen="true" allowScriptAccess="always" ></embed></object>]]>
        </embed>
        <duration>182</duration>
        <filename>http://media.howcast.com/system/videos/3/62/30/3062.flv</filename>
        <tags>Mac, macbook, tip, Tips, imac, pro, air, apple, PC, computer, how, to, bring, widget, widgets, on, onto, desktop, virtual, onyx, app, apps, application, applitions, cool, effeck, dashboard, expose, hack</tags>
        <category-hierarchy>
          <category id="1470">Technology</category>
          <category parent_id="1470" id="1532">Operating Systems</category>
          <category parent_id="1532" id="1535">Mac OS X</category>
        </category-hierarchy>
        <comment-count>1</comment-count>
        <thumbnail-url>http://img.howcast.com/system/thumbnails/3062/15_xxlarge_maintained_aspect.jpg</thumbnail-url>
        <permalink>http://www.howcast.com/videos/3062-How-To-Bring-Widgets-Onto-Desktop-Mac</permalink>
      </video>
      <video>
        <category-id>1535</category-id>
        <id>6349</id>
        <title>MacMost Now 77: Leopard Screen Sharing</title>
        <type nil="true"></type>
        <views>338</views>
        <created-at>Mon, 05 May 2008 09:56:02 -0700</created-at>
        <rating>3</rating>
        <username>macmost</username>
        <description>
          <![CDATA[Gary Rosenzweig takes a look at screen sharing in Leopard: how to set it up and some uses.]]>
        </description>
        <embed>
          <![CDATA[<object width="425" height="273" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" id="howcastplayer"><param name="movie" value="http://www.howcast.com/flash/howcast_player.swf?file=6349"></param><param name="allowFullScreen" value="true"></param><param name="allowScriptAccess" value="always"></param><embed src="http://www.howcast.com/flash/howcast_player.swf?file=6349" type="application/x-shockwave-flash" width="425" height="273" allowFullScreen="true" allowScriptAccess="always" ></embed></object>]]>
        </embed>
        <duration>285</duration>
        <filename>http://media.howcast.com/system/videos/0/49/63/6349.flv</filename>
        <tags>screen sharing leopard vnc virtual macmost macmostnow mainshow</tags>
        <category-hierarchy>
          <category id="1470">Technology</category>
          <category parent_id="1470" id="1532">Operating Systems</category>
          <category parent_id="1532" id="1535">Mac OS X</category>
        </category-hierarchy>
        <comment-count>0</comment-count>
        <thumbnail-url>http://img.howcast.com/system/thumbnails/6349/140_xxlarge_maintained_aspect.jpg</thumbnail-url>
        <permalink>http://www.howcast.com/videos/6349-MacMost-Now-77-Leopard-Screen-Sharing</permalink>
      </video>
      <video>
        <category-id>1535</category-id>
        <id>6762</id>
        <title>MacMost Now 78: Typing Special Characters</title>
        <type nil="true"></type>
        <views>154</views>
        <created-at>Wed, 07 May 2008 08:21:03 -0700</created-at>
        <rating>3</rating>
        <username>macmost</username>
        <description>
          <![CDATA[Gary Rosenzweig takes a look at how to use the Keyboard Viewer to easily find and insert special characters and accent marks into your text documents.]]>
        </description>
        <embed>
          <![CDATA[<object width="425" height="273" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" id="howcastplayer"><param name="movie" value="http://www.howcast.com/flash/howcast_player.swf?file=6762"></param><param name="allowFullScreen" value="true"></param><param name="allowScriptAccess" value="always"></param><embed src="http://www.howcast.com/flash/howcast_player.swf?file=6762" type="application/x-shockwave-flash" width="425" height="273" allowFullScreen="true" allowScriptAccess="always" ></embed></object>]]>
        </embed>
        <duration>159</duration>
        <filename>http://media.howcast.com/system/videos/0/62/67/6762.flv</filename>
        <tags>characters special accent keyboard viewer wingdings webdings macmost macmostnow mainshow</tags>
        <category-hierarchy>
          <category id="1470">Technology</category>
          <category parent_id="1470" id="1532">Operating Systems</category>
          <category parent_id="1532" id="1535">Mac OS X</category>
        </category-hierarchy>
        <comment-count>0</comment-count>
        <thumbnail-url>http://img.howcast.com/system/thumbnails/6762/75_xxlarge_maintained_aspect.jpg</thumbnail-url>
        <permalink>http://www.howcast.com/videos/6762-MacMost-Now-78-Typing-Special-Characters</permalink>
      </video>
      <video>
        <category-id>1535</category-id>
        <id>8702</id>
        <title>Let Your Mac Help Your Spelling/Typing</title>
        <type nil="true"></type>
        <views>84</views>
        <created-at>Fri, 16 May 2008 18:35:39 -0700</created-at>
        <rating>1</rating>
        <username>chris2x</username>
        <description>
          <![CDATA[4 tips of things you can do on your Macintosh to help if you have trouble spelling and/or typing  Distributed by Tubemogul.]]>
        </description>
        <embed>
          <![CDATA[<object width="425" height="299" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" id="howcastplayer"><param name="movie" value="http://www.howcast.com/flash/howcast_player.swf?file=8702"></param><param name="allowFullScreen" value="true"></param><param name="allowScriptAccess" value="always"></param><embed src="http://www.howcast.com/flash/howcast_player.swf?file=8702" type="application/x-shockwave-flash" width="425" height="299" allowFullScreen="true" allowScriptAccess="always" ></embed></object>]]>
        </embed>
        <duration>116</duration>
        <filename>http://media.howcast.com/system/videos/1/02/87/8702.flv</filename>
        <tags>screencast mac macintosh typeitforme blogging chris2x amateur traveler</tags>
        <category-hierarchy>
          <category id="1470">Technology</category>
          <category parent_id="1470" id="1532">Operating Systems</category>
          <category parent_id="1532" id="1535">Mac OS X</category>
        </category-hierarchy>
        <comment-count>0</comment-count>
        <thumbnail-url>http://img.howcast.com/system/thumbnails/8702/55_xxlarge_maintained_aspect.jpg</thumbnail-url>
        <permalink>http://www.howcast.com/videos/8702-Let-Your-Mac-Help-Your-SpellingTyping</permalink>
      </video>
      <video>
        <category-id>1535</category-id>
        <id>10778</id>
        <title>MacMost Now 87: Mac OS X Leopard 10.5.3</title>
        <type nil="true"></type>
        <views>96</views>
        <created-at>Thu, 29 May 2008 09:32:37 -0700</created-at>
        <rating>1</rating>
        <username>macmost</username>
        <description>
          <![CDATA[Gary Rosenzweig takes a brief look at this new update to Mac OS X Leopard and tries to figure out what is new.]]>
        </description>
        <embed>
          <![CDATA[<object width="425" height="273" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" id="howcastplayer"><param name="movie" value="http://www.howcast.com/flash/howcast_player.swf?file=10778"></param><param name="allowFullScreen" value="true"></param><param name="allowScriptAccess" value="always"></param><embed src="http://www.howcast.com/flash/howcast_player.swf?file=10778" type="application/x-shockwave-flash" width="425" height="273" allowFullScreen="true" allowScriptAccess="always" ></embed></object>]]>
        </embed>
        <duration>327</duration>
        <filename>http://media.howcast.com/system/videos/5/78/07/01/10778.flv</filename>
        <tags>leopard mac osx 10.5.3 ical address macmost macmostnow</tags>
        <category-hierarchy>
          <category id="1470">Technology</category>
          <category parent_id="1470" id="1532">Operating Systems</category>
          <category parent_id="1532" id="1535">Mac OS X</category>
        </category-hierarchy>
        <comment-count>0</comment-count>
        <thumbnail-url>http://img.howcast.com/system/thumbnails/10778/160_xxlarge_maintained_aspect.jpg</thumbnail-url>
        <permalink>http://www.howcast.com/videos/10778-MacMost-Now-87-Mac-OS-X-Leopard-1053</permalink>
      </video>
      <video>
        <category-id>1535</category-id>
        <id>11849</id>
        <title>How To Find the OS X Intro Movie</title>
        <type nil="true"></type>
        <views>1309</views>
        <created-at>Wed, 04 Jun 2008 13:53:47 -0700</created-at>
        <rating>2</rating>
        <username>jaketvee</username>
        <description>
          <![CDATA[Remember that cool movie you saw when you first turned on your Mac? Well now you can watch it until your heart is content!
]]>
        </description>
        <embed>
          <![CDATA[<object width="425" height="352" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" id="howcastplayer"><param name="movie" value="http://www.howcast.com/flash/howcast_player.swf?file=11849"></param><param name="allowFullScreen" value="true"></param><param name="allowScriptAccess" value="always"></param><embed src="http://www.howcast.com/flash/howcast_player.swf?file=11849" type="application/x-shockwave-flash" width="425" height="352" allowFullScreen="true" allowScriptAccess="always" ></embed></object>]]>
        </embed>
        <duration>244</duration>
        <filename>http://media.howcast.com/system/videos/5/49/18/01/11849.flv</filename>
        <tags>mac intro movie music find sound os x theme</tags>
        <category-hierarchy>
          <category id="1470">Technology</category>
          <category parent_id="1470" id="1532">Operating Systems</category>
          <category parent_id="1532" id="1535">Mac OS X</category>
        </category-hierarchy>
        <comment-count>1</comment-count>
        <thumbnail-url>http://img.howcast.com/system/thumbnails/11849/120_xxlarge_maintained_aspect.jpg</thumbnail-url>
        <permalink>http://www.howcast.com/videos/11849-How-To-Find-the-OS-X-Intro-Movie</permalink>
      </video>
      <video>
        <category-id>1535</category-id>
        <id>12365</id>
        <title>MacMost Now 90: WWDC Rumor Roundup</title>
        <type nil="true"></type>
        <views>24</views>
        <created-at>Fri, 06 Jun 2008 06:55:38 -0700</created-at>
        <rating>1</rating>
        <username>macmost</username>
        <description>
          <![CDATA[Gary Rosenzweig looks at rumors of new products as the Steve Jobs keynote approaches. Rumors include a new iPhone, a relaunch of .Mac, Mac OS X 10.6.]]>
        </description>
        <embed>
          <![CDATA[<object width="425" height="273" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" id="howcastplayer"><param name="movie" value="http://www.howcast.com/flash/howcast_player.swf?file=12365"></param><param name="allowFullScreen" value="true"></param><param name="allowScriptAccess" value="always"></param><embed src="http://www.howcast.com/flash/howcast_player.swf?file=12365" type="application/x-shockwave-flash" width="425" height="273" allowFullScreen="true" allowScriptAccess="always" ></embed></object>]]>
        </embed>
        <duration>303</duration>
        <filename>http://media.howcast.com/system/videos/3/65/23/01/12365.flv</filename>
        <tags>wwdc rumors keynote jobs iphone dotmac .mac snow leopard macmost macmostnow</tags>
        <category-hierarchy>
          <category id="1470">Technology</category>
          <category parent_id="1470" id="1532">Operating Systems</category>
          <category parent_id="1532" id="1535">Mac OS X</category>
        </category-hierarchy>
        <comment-count>0</comment-count>
        <thumbnail-url>http://img.howcast.com/system/thumbnails/12365/150_xxlarge_maintained_aspect.jpg</thumbnail-url>
        <permalink>http://www.howcast.com/videos/12365-MacMost-Now-90-WWDC-Rumor-Roundup</permalink>
      </video>
      <video>
        <category-id>1535</category-id>
        <id>30421</id>
        <title>Customize OS X Toolbars</title>
        <type nil="true"></type>
        <views>37</views>
        <created-at>Thu, 04 Sep 2008 01:31:14 -0700</created-at>
        <rating>1</rating>
        <username>helpmetechshow</username>
        <description>
          <![CDATA[Ever wished you could have a button for something, but it's just not there? Unfortunately, you have to go through the Menus until you get to your option, or remember to keyboard shortcut. 

If it's a commonly used feature, or something that the ...]]>
        </description>
        <embed>
          <![CDATA[<object width="425" height="352" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" id="howcastplayer"><param name="movie" value="http://www.howcast.com/flash/howcast_player.swf?file=30421"></param><param name="allowFullScreen" value="true"></param><param name="allowScriptAccess" value="always"></param><embed src="http://www.howcast.com/flash/howcast_player.swf?file=30421" type="application/x-shockwave-flash" width="425" height="352" allowFullScreen="true" allowScriptAccess="always" ></embed></object>]]>
        </embed>
        <duration>152</duration>
        <filename>http://media.howcast.com/system/videos/6/21/04/03/30421.flv</filename>
        <tags>how to customize toolbars in os x applications</tags>
        <category-hierarchy>
          <category id="1470">Technology</category>
          <category parent_id="1470" id="1532">Operating Systems</category>
          <category parent_id="1532" id="1535">Mac OS X</category>
        </category-hierarchy>
        <comment-count>0</comment-count>
        <thumbnail-url>http://img.howcast.com/system/thumbnails/30421/75_xxlarge_maintained_aspect.jpg</thumbnail-url>
        <permalink>http://www.howcast.com/videos/30421-Customize-OS-X-Toolbars</permalink>
      </video>
      <video>
        <category-id>1535</category-id>
        <id>31490</id>
        <title>Mac Automation W/ Ben Waldie: Automating Manual Tasks With iKey</title>
        <type nil="true"></type>
        <views>35</views>
        <created-at>Mon, 08 Sep 2008 14:27:55 -0700</created-at>
        <rating>1</rating>
        <username>Peachpit_TV</username>
        <description>
          <![CDATA[Peachpittv.com - In this episode, Ben Waldie demonstrates how iKey, a third-party automation utilitity, can be used to perform manual events in Mac OS X. iKey shortcuts can be run from menus, key commands, and even larger automated workflows.]]>
        </description>
        <embed>
          <![CDATA[<object width="425" height="352" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" id="howcastplayer"><param name="movie" value="http://www.howcast.com/flash/howcast_player.swf?file=31490"></param><param name="allowFullScreen" value="true"></param><param name="allowScriptAccess" value="always"></param><embed src="http://www.howcast.com/flash/howcast_player.swf?file=31490" type="application/x-shockwave-flash" width="425" height="352" allowFullScreen="true" allowScriptAccess="always" ></embed></object>]]>
        </embed>
        <duration>423</duration>
        <filename>http://media.howcast.com/system/videos/4/90/14/03/31490.flv</filename>
        <tags>automator automation workflows applescript leopard mac os x workflow actions scripting macros ikey</tags>
        <category-hierarchy>
          <category id="1470">Technology</category>
          <category parent_id="1470" id="1532">Operating Systems</category>
          <category parent_id="1532" id="1535">Mac OS X</category>
        </category-hierarchy>
        <comment-count>0</comment-count>
        <thumbnail-url>http://img.howcast.com/system/thumbnails/31490/210_xxlarge_maintained_aspect.jpg</thumbnail-url>
        <permalink>http://www.howcast.com/videos/31490-Mac-Automation-W-Ben-Waldie-Automating-Manual-Tasks-With-iKey</permalink>
      </video>
      <video>
        <category-id>1535</category-id>
        <id>33414</id>
        <title>How To Work With Stacks in Mac OS X Leopard</title>
        <type nil="true"></type>
        <views>151</views>
        <created-at>Sat, 13 Sep 2008 14:49:12 -0700</created-at>
        <rating>1</rating>
        <username>thedigitalmediadude</username>
        <description>
          <![CDATA[Learn what stacks are, how to use them, how to organize them and how to maintain them.]]>
        </description>
        <embed>
          <![CDATA[<object width="425" height="273" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" id="howcastplayer"><param name="movie" value="http://www.howcast.com/flash/howcast_player.swf?file=33414"></param><param name="allowFullScreen" value="true"></param><param name="allowScriptAccess" value="always"></param><embed src="http://www.howcast.com/flash/howcast_player.swf?file=33414" type="application/x-shockwave-flash" width="425" height="273" allowFullScreen="true" allowScriptAccess="always" ></embed></object>]]>
        </embed>
        <duration>631</duration>
        <filename>http://media.howcast.com/system/videos/3/14/34/03/33414.flv</filename>
        <tags>Mac, Leopard, Stacks, Tips, mac os x, tricks</tags>
        <category-hierarchy>
          <category id="1470">Technology</category>
          <category parent_id="1470" id="1532">Operating Systems</category>
          <category parent_id="1532" id="1535">Mac OS X</category>
        </category-hierarchy>
        <comment-count>0</comment-count>
        <thumbnail-url>http://img.howcast.com/system/thumbnails/33414/315_xxlarge_maintained_aspect.jpg</thumbnail-url>
        <permalink>http://www.howcast.com/videos/33414-How-To-Work-With-Stacks-in-Mac-OS-X-Leopard</permalink>
      </video>
      <video>
        <category-id>1535</category-id>
        <id>33415</id>
        <title>How To Hide the Printer Queue in Mac OS X Leopard</title>
        <type nil="true"></type>
        <views>74</views>
        <created-at>Sat, 13 Sep 2008 14:51:26 -0700</created-at>
        <rating>1</rating>
        <username>thedigitalmediadude</username>
        <description>
          <![CDATA[Are you as annoyed as I am with the printer queue staying in the dock in Leopard after it has finished printing?  Well, be annoyed no longer!  Just watch this podcast and learn how to stop the madness!]]>
        </description>
        <embed>
          <![CDATA[<object width="425" height="273" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" id="howcastplayer"><param name="movie" value="http://www.howcast.com/flash/howcast_player.swf?file=33415"></param><param name="allowFullScreen" value="true"></param><param name="allowScriptAccess" value="always"></param><embed src="http://www.howcast.com/flash/howcast_player.swf?file=33415" type="application/x-shockwave-flash" width="425" height="273" allowFullScreen="true" allowScriptAccess="always" ></embed></object>]]>
        </embed>
        <duration>173</duration>
        <filename>http://media.howcast.com/system/videos/4/15/34/03/33415.flv</filename>
        <tags>mac os x leopard printer queue tips tricks</tags>
        <category-hierarchy>
          <category id="1470">Technology</category>
          <category parent_id="1470" id="1532">Operating Systems</category>
          <category parent_id="1532" id="1535">Mac OS X</category>
        </category-hierarchy>
        <comment-count>0</comment-count>
        <thumbnail-url>http://img.howcast.com/system/thumbnails/33415/85_xxlarge_maintained_aspect.jpg</thumbnail-url>
        <permalink>http://www.howcast.com/videos/33415-How-To-Hide-the-Printer-Queue-in-Mac-OS-X-Leopard</permalink>
      </video>
      <video>
        <category-id>1535</category-id>
        <id>33416</id>
        <title>How To Customize Your Dock in Mac OS X Leopard</title>
        <type nil="true"></type>
        <views>366</views>
        <created-at>Sat, 13 Sep 2008 14:54:50 -0700</created-at>
        <rating>1</rating>
        <username>thedigitalmediadude</username>
        <description>
          <![CDATA[Mac OS X Leopard introduces many cool tricks and shortcuts to better manage the items in your docks.   This episode will show you all of them (well, almost all of them).]]>
        </description>
        <embed>
          <![CDATA[<object width="425" height="273" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" id="howcastplayer"><param name="movie" value="http://www.howcast.com/flash/howcast_player.swf?file=33416"></param><param name="allowFullScreen" value="true"></param><param name="allowScriptAccess" value="always"></param><embed src="http://www.howcast.com/flash/howcast_player.swf?file=33416" type="application/x-shockwave-flash" width="425" height="273" allowFullScreen="true" allowScriptAccess="always" ></embed></object>]]>
        </embed>
        <duration>283</duration>
        <filename>http://media.howcast.com/system/videos/5/16/34/03/33416.flv</filename>
        <tags>mac os x leopard dock stacks tips tricks</tags>
        <category-hierarchy>
          <category id="1470">Technology</category>
          <category parent_id="1470" id="1532">Operating Systems</category>
          <category parent_id="1532" id="1535">Mac OS X</category>
        </category-hierarchy>
        <comment-count>0</comment-count>
        <thumbnail-url>http://img.howcast.com/system/thumbnails/33416/140_xxlarge_maintained_aspect.jpg</thumbnail-url>
        <permalink>http://www.howcast.com/videos/33416-How-To-Customize-Your-Dock-in-Mac-OS-X-Leopard</permalink>
      </video>
      <video>
        <category-id>1535</category-id>
        <id>33420</id>
        <title>How To Use Quicklook in Mac OS X Leopard</title>
        <type nil="true"></type>
        <views>134</views>
        <created-at>Sat, 13 Sep 2008 15:01:15 -0700</created-at>
        <rating>1</rating>
        <username>thedigitalmediadude</username>
        <description>
          <![CDATA[Quicklook is one of the great new features in Mac OS X Leopard operating system.   Learn some neat short cuts and how best to use it to quickly read your documents.]]>
        </description>
        <embed>
          <![CDATA[<object width="425" height="273" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" id="howcastplayer"><param name="movie" value="http://www.howcast.com/flash/howcast_player.swf?file=33420"></param><param name="allowFullScreen" value="true"></param><param name="allowScriptAccess" value="always"></param><embed src="http://www.howcast.com/flash/howcast_player.swf?file=33420" type="application/x-shockwave-flash" width="425" height="273" allowFullScreen="true" allowScriptAccess="always" ></embed></object>]]>
        </embed>
        <duration>377</duration>
        <filename>http://media.howcast.com/system/videos/2/20/34/03/33420.flv</filename>
        <tags>mac os x leopard quicklook tips tricks</tags>
        <category-hierarchy>
          <category id="1470">Technology</category>
          <category parent_id="1470" id="1532">Operating Systems</category>
          <category parent_id="1532" id="1535">Mac OS X</category>
        </category-hierarchy>
        <comment-count>0</comment-count>
        <thumbnail-url>http://img.howcast.com/system/thumbnails/33420/185_xxlarge_maintained_aspect.jpg</thumbnail-url>
        <permalink>http://www.howcast.com/videos/33420-How-To-Use-Quicklook-in-Mac-OS-X-Leopard</permalink>
      </video>
    </related-videos>
    <comments count="1"/>
  </video>
</howcast>
