<?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>LearningIsFun &#187; Software</title>
	<atom:link href="http://www.learningisfun.whenimnotsleeping.com/category/software/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.learningisfun.whenimnotsleeping.com</link>
	<description>Interactive Design Help &#38; Ramblings</description>
	<lastBuildDate>Wed, 13 Oct 2010 22:32:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Mac FTP Apps</title>
		<link>http://www.learningisfun.whenimnotsleeping.com/2008/03/03/mac-ftp-apps/</link>
		<comments>http://www.learningisfun.whenimnotsleeping.com/2008/03/03/mac-ftp-apps/#comments</comments>
		<pubDate>Mon, 03 Mar 2008 19:52:52 +0000</pubDate>
		<dc:creator>graphixboy</dc:creator>
				<category><![CDATA[Learning Is Fun]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://learningisfun.whenimnotsleeping.com/index.php/archives/17</guid>
		<description><![CDATA[Ok so its time to get your project online. Step 1: Find some FTP software so you can upload your files to the server. Here are a few favorites Transmit (mac) CyberDuck (mac) &#8211; free FileZilla (Mac/PC) &#8211; free]]></description>
			<content:encoded><![CDATA[<p>Ok so its time to get your project online. Step 1: Find some FTP software so you can upload your files to the server.  Here are a few favorites</p>
<ul>
<li><a href="http://www.panic.com/transmit/" target="_blank">Transmit (mac)</a></li>
<li><a href="http://cyberduck.ch/">CyberDuck (mac) &#8211; free</a></li>
<li><a href="http://filezilla-project.org/">FileZilla (Mac/PC) &#8211; free</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.learningisfun.whenimnotsleeping.com/2008/03/03/mac-ftp-apps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>After Effects</title>
		<link>http://www.learningisfun.whenimnotsleeping.com/2008/02/20/after-effects/</link>
		<comments>http://www.learningisfun.whenimnotsleeping.com/2008/02/20/after-effects/#comments</comments>
		<pubDate>Thu, 21 Feb 2008 02:21:01 +0000</pubDate>
		<dc:creator>graphixboy</dc:creator>
				<category><![CDATA[Animation]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[tutorials]]></category>

		<guid isPermaLink="false">http://learningisfun.whenimnotsleeping.com/index.php/archives/16</guid>
		<description><![CDATA[If any of you want to follow up on our After Effects demo last week, you can take a look at a few of these tutorials. Creative Cow Video Copilot GrayMachine Pixel2Life]]></description>
			<content:encoded><![CDATA[<p>If any of you want to follow up on our After Effects demo last week, you can take a look at a few of these tutorials.</p>
<ul>
<li><a href="http://www.creativecow.net/articles/aftereffects.html" target="_blank">Creative Cow</a></li>
<li><a href="http://www.videocopilot.net/tutorials.html" target="_blank">Video Copilot</a></li>
<li><a href="http://www.graymachine.com/content/index.php?option=com_content&amp;task=blogsection&amp;id=4&amp;Itemid=31" target="_blank">GrayMachine</a></li>
<li><a href="http://www.pixel2life.com/tutorials/adobe_after_effects/" target="_blank">Pixel2Life</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.learningisfun.whenimnotsleeping.com/2008/02/20/after-effects/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Display Flash in a HTML page with the SwfObject</title>
		<link>http://www.learningisfun.whenimnotsleeping.com/2008/02/18/display-flash-in-a-html-page-with-the-swfobject/</link>
		<comments>http://www.learningisfun.whenimnotsleeping.com/2008/02/18/display-flash-in-a-html-page-with-the-swfobject/#comments</comments>
		<pubDate>Mon, 18 Feb 2008 21:20:26 +0000</pubDate>
		<dc:creator>graphixboy</dc:creator>
				<category><![CDATA[Learning Is Fun]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://learningisfun.whenimnotsleeping.com/index.php/archives/14</guid>
		<description><![CDATA[So you&#8217;ve worked for hours on that award winning Flash project and you need to place your SWF in a HTML container for the world to see&#8230; The obvious solution is to open the publish settings and check the HTML format, allowing Flash to build everything you need. But is that really all you need? [...]]]></description>
			<content:encoded><![CDATA[<p>So you&#8217;ve worked for hours on that award winning Flash project and you need to place your SWF in a HTML container for the world to see&#8230;  The obvious solution is to open the publish settings and check the HTML format, allowing Flash to build everything you need. But is that really all you need?  The default Flash embed code works fine for the little stuff, but lets say you want to make your code standards compliant or you want an easy way to make your site friendly for viewers without the Flash player installed (your grandparents or googlebot). In that case take advantage of the added features of Geoff Stearns&#8217; great <a href="http://blog.deconcept.com/swfobject/" target="_blank">SWFObject</a></p>
<p><strong>A few of the SWFObject features that might make your life easier:</strong></p>
<ul>
<li>Fixes the dreaded Microsoft &#8220;Click to Activate&#8221; error in IE 6 and 7</li>
<li>Creates clean standard compliant code</li>
<li>Can detect a Flash player version and push an upgrade</li>
<li> Provide users with alternate (non-Flash) content for search engines or those without Flash</li>
<li>Allows for an easy way to pass data into Flash at run time.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.learningisfun.whenimnotsleeping.com/2008/02/18/display-flash-in-a-html-page-with-the-swfobject/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free vector animation software</title>
		<link>http://www.learningisfun.whenimnotsleeping.com/2008/01/28/free-vector-animation-software/</link>
		<comments>http://www.learningisfun.whenimnotsleeping.com/2008/01/28/free-vector-animation-software/#comments</comments>
		<pubDate>Mon, 28 Jan 2008 15:30:05 +0000</pubDate>
		<dc:creator>graphixboy</dc:creator>
				<category><![CDATA[Animation]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://learningisfun.whenimnotsleeping.com/index.php/archives/9</guid>
		<description><![CDATA[Here&#8217;s some software for those of you who are interested in animation without the interactive abilities of Flash (Read animation only). Synfig is a high end vector animation package for OSX, Windows and Linux that offers a lot of professional features for free. So if your interested in the type of animation you see on [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s some software for those of you who are interested in animation without the interactive abilities of Flash (Read animation only). Synfig is a high end vector animation package for OSX, Windows and Linux that offers a lot of professional features for free. So if your interested in the type of animation you see on Cartoon Network give this a try. I haven&#8217;t personally used this software but the feature list looks very high end and who can argue with the price.</p>
<p><a href="http://synfig.org/">Synfig Animation</a></p>
<p>And another one that competes with ToonBoom Studio. Again Open Source and available on most platforms.</p>
<p><a href="http://www.les-stooges.org/pascal/pencil/" target="_blank">Pencil</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.learningisfun.whenimnotsleeping.com/2008/01/28/free-vector-animation-software/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

