<?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"
	>

<channel>
	<title>Ripeworks</title>
	<atom:link href="http://ripeworks.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://ripeworks.com</link>
	<description>fresh web development done right.</description>
	<pubDate>Mon, 15 Dec 2008 16:25:24 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
	<language>en</language>
			<item>
		<title>Using AIR 1.1 alongside AIR 1.5</title>
		<link>http://ripeworks.com/2008/12/12/using-air-11-alongside-air-15/</link>
		<comments>http://ripeworks.com/2008/12/12/using-air-11-alongside-air-15/#comments</comments>
		<pubDate>Fri, 12 Dec 2008 19:21:06 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[adobe]]></category>

		<category><![CDATA[air]]></category>

		<category><![CDATA[cs4]]></category>

		<category><![CDATA[flash]]></category>

		<category><![CDATA[mac]]></category>

		<guid isPermaLink="false">http://ripeworks.com/?p=36</guid>
		<description><![CDATA[If you are one of the lucky ones to have a copy of Flash CS4 Professional, and then decide, &#8220;AIR 1.5? Sweet! I&#8217;m going to upgrade!&#8221;, you just might kick yourself for doing that!
AIR 1.5 utilizes Flash Player 10, which is great for new features such as 3D capabilities and performance updates, but there are [...]]]></description>
			<content:encoded><![CDATA[<p>If you are one of the lucky ones to have a copy of Flash CS4 Professional, and then decide, &#8220;AIR 1.5? Sweet! I&#8217;m going to upgrade!&#8221;, you just might kick yourself for doing that!</p>
<p>AIR 1.5 utilizes Flash Player 10, which is great for new features such as 3D capabilities and performance updates, but there are also many security drawback that Flash Player 10 brings to the table.</p>
<p>The particular drawback that almost made me pull my hair out, is that with AIR 1.5, you are no longer able to utilize drag-and-drop of files into your AIR application. I was almost ready to re-install Flash CS4, but I figured out an easy workaround so that you can use AIR 1.1 or AIR 1.5 for your projects.</p>
<p><em>(Please note that this is for Mac, if you are running Windows, this process may be different)</em></p>
<ol>
<li>In Finder, navigate to: /Applications/Adobe Flash CS4/Common/Configuration/Players/</li>
<li>There, you will see a file named: AdobeAIR.xml</li>
<li>Make a duplicate of that file, and rename it to: AdobeAIR1_1.xml</li>
<li>Open up that file, and replace the text with this:
<pre name="code" class="xml">
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;players&gt;
  	&lt;player id=&quot;AdobeAIR1_1&quot; version=&quot;9&quot; asversion=&quot;3&quot;&gt;
	    &lt;name&gt;Adobe AIR 1.1&lt;/name&gt;
	    &lt;publishobject2 id=&quot;FLAir1_1&quot; version=&quot;1.1&quot; intversion=&quot;1.1&quot;&gt;&lt;/publishobject2&gt;
	    &lt;path platform=&quot;WIN&quot;&gt;FLAir1_1.dll&lt;/path&gt;
	    &lt;path platform=&quot;MAC&quot;&gt;FLAir1_1.bundle&lt;/path&gt;
	    &lt;playerDefinitionPath as2=&quot;$(UserConfig)/Classes/FP9;$(UserConfig)/Classes/FP8;$(UserConfig)/Classes/FP7&quot; as3=&quot;$(AppConfig)/ActionScript 3.0/AIR1.1/airglobal.swc&quot; /&gt;

	    &lt;feature name=&quot;mobileDebug&quot; supported=&quot;true&quot; /&gt;
	    &lt;feature name=&quot;apolloPublish&quot; supported=&quot;true&quot; /&gt;
	    &lt;feature name=&quot;apolloTestMovie&quot; supported=&quot;force&quot;/&gt;
	    &lt;feature name=&quot;apolloDebugMovie&quot; supported=&quot;true&quot;/&gt;
	    &lt;feature name=&quot;apolloPackaging&quot; supported=&quot;true&quot;/&gt;
	    &lt;feature name=&quot;publish_localPlaybackSecurity&quot; supported=&quot;false&quot; /&gt;
	    &lt;feature name=&quot;publish_hardwareAcceleration&quot; 	supported=&quot;true&quot; /&gt;
	  &lt;/player&gt;
&lt;/players&gt;
</pre>
</li>
<li>Save that file.</li>
<li>Restart Flash if it is currently running.</li>
<li>That&#8217;s it!</li>
</ol>
<p>NOTE: If you have already built your AIR application using 1.5, you will need to edit your application.xml and change the xml namespace from &#8220;http://ns.adobe.com/air/application/1.5&#8243; to &#8220;http://ns.adobe.com/air/application/1.1&#8243;</p>
<p>Hopefully this will help anyone that also experiences limited functionality while using or upgrading to AIR 1.5</p>
<p>Happy drag-and-dropping!</p>
]]></content:encoded>
			<wfw:commentRss>http://ripeworks.com/2008/12/12/using-air-11-alongside-air-15/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Where there&#8217;s a will, there&#8217;s a plugin.</title>
		<link>http://ripeworks.com/2008/11/04/where-theres-a-will-theres-a-plugin/</link>
		<comments>http://ripeworks.com/2008/11/04/where-theres-a-will-theres-a-plugin/#comments</comments>
		<pubDate>Wed, 05 Nov 2008 00:07:12 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[php]]></category>

		<category><![CDATA[plugin]]></category>

		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://ripeworks.com/?p=31</guid>
		<description><![CDATA[
Over the past few years, I have been using Wordpress for small projects and blogs. As projects go by, I see myself giving more and more projects the Wordpress stamp, then adding various plugins or extensions to suit the project&#8217;s needs. Even if a site doesn&#8217;t have a blog, it&#8217;s still a great lightweight tool [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://ripeworks.com/wp-content/uploads/2008/11/picture-3.png"><img class="aligncenter size-full wp-image-32" title="picture-3" src="http://ripeworks.com/wp-content/uploads/2008/11/picture-3.png" alt="" width="454" height="79" /></a></p>
<p>Over the past few years, I have been using Wordpress for small projects and blogs. As projects go by, I see myself giving more and more projects the Wordpress stamp, then adding various plugins or extensions to suit the project&#8217;s needs. Even if a site doesn&#8217;t have a blog, it&#8217;s still a great lightweight tool for making URL-friendly sites that can be easily managed through a crisp admin interface.</p>
<p>When I decide what to build a project on, I run through the usual list of platforms I use, and Wordpress always seem to be the one. It&#8217;s so easy to setup, and if there is something that it can&#8217;t do out of the box, there is almost most definitely a plugin. And in that rare occasion that no plugin is available, or a plugin isn&#8217;t quite as extensible as you need it to be, there&#8217;s always room to write your own!</p>
<p>Here are some plugins that I find myself using time and time again:</p>
<p><a href="http://wordpress.org/extend/plugins/cforms/" target="_blank">Cforms</a> - A super customizable form builder generally for making contact forms, but can be used for virtually any form you can think of.</p>
<p><a href="http://wordpress.org/extend/plugins/nextgen-gallery/" target="_blank">NextGEN Gallery</a> - The ultimate when it comes to photo galleries. I&#8217;ve never seen an easier way to upload photos, and with a directory scanner, slideshows, and thickbox all pre-packaged with the plugin, there is almost no configuration needed.</p>
<p><a href="http://wordpress.org/extend/plugins/register-plus/" target="_blank">Register Plus</a> - Want your site to be members only? Not a problem Register Plus can take care of this with ease. It includes custom registration page creation that includes CAPTCHA, invitation codes, and user-generated passwords. There is also a user moderation page, so you can moderate who can and cannot become a member. </p>
<p>Of course the list could go on, but these are the top ones that I use on a <em>lot</em> of projects. There always some instances where Wordpress is just completely out of the question, but those cases are becoming more scarce as more plugins are released. So if you haven&#8217;t taken a whack at using Wordpress, learn PHP (<a href="http://us2.php.net/oop" target="_blank">the right way</a>) and you&#8217;ll find that it is a lot more than just your run-of-the-mill blogging engine.</p>
]]></content:encoded>
			<wfw:commentRss>http://ripeworks.com/2008/11/04/where-theres-a-will-theres-a-plugin/feed/</wfw:commentRss>
		</item>
		<item>
		<title>We are alive!</title>
		<link>http://ripeworks.com/2008/08/08/we-are-alive/</link>
		<comments>http://ripeworks.com/2008/08/08/we-are-alive/#comments</comments>
		<pubDate>Fri, 08 Aug 2008 21:00:13 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ripeworks.com/?p=17</guid>
		<description><![CDATA[
After a couple weeks of brainstorming, planning, drawing, and coding, we are finally up. We give you, Ripeworks, a small freelance team in southeast Michigan. The team is led by Mike Kruk, followed by a few online teammates to help out with our process. We offer loads of different web services, so be sure to [...]]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-medium wp-image-18" title="new-logo" src="http://ripeworks.com/wp-content/uploads/2008/08/new-logo.png" alt="" width="80" /></p>
<p>After a couple weeks of brainstorming, planning, drawing, and coding, we are finally up. We give you, Ripeworks, a small freelance team in southeast Michigan. The team is led by Mike Kruk, followed by a few online teammates to help out with our process. We offer loads of different web services, so be sure to shoot us an email, or give us a call if you are planning your next project on the web. </p>
<p>We have been around since 2004, but up until now have we come up with a good process, and this slick website. On that note, we are still making changes, and fixing some tweaks on our new site, so please be patient with that, and have a poke around. Let us know what you think!</p>
]]></content:encoded>
			<wfw:commentRss>http://ripeworks.com/2008/08/08/we-are-alive/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Hello world!</title>
		<link>http://ripeworks.com/2008/07/23/hello-world/</link>
		<comments>http://ripeworks.com/2008/07/23/hello-world/#comments</comments>
		<pubDate>Wed, 23 Jul 2008 16:26:19 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ripeworks.com/?p=1</guid>
		<description><![CDATA[Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!
]]></description>
			<content:encoded><![CDATA[<p>Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!</p>
]]></content:encoded>
			<wfw:commentRss>http://ripeworks.com/2008/07/23/hello-world/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
