<?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>All I don&#039;t know &#187; Server</title>
	<atom:link href="http://blog.derraab.com/category/server/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.derraab.com</link>
	<description>About Flash™, Flex™, software development and my computer. And JavaScript.</description>
	<lastBuildDate>Sat, 26 Nov 2011 18:31:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Flash and Amazon SimpleDB</title>
		<link>http://blog.derraab.com/2010/03/26/flash-an-amazon-simpledb/</link>
		<comments>http://blog.derraab.com/2010/03/26/flash-an-amazon-simpledb/#comments</comments>
		<pubDate>Fri, 26 Mar 2010 21:05:28 +0000</pubDate>
		<dc:creator>derRaab</dc:creator>
				<category><![CDATA[AIR]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flash in Browser]]></category>
		<category><![CDATA[Flash Player]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Librarys]]></category>
		<category><![CDATA[Server]]></category>

		<guid isPermaLink="false">http://blog.derraab.com/?p=146</guid>
		<description><![CDATA[I did some research about using Amazons SimpleDB service within a Flash based application and found these basic facts: http://sdb.amazonaws.com/crossdomain.xml is not available. This means no direct calls from Flash clients in browsers are possible! Even if it would be &#8230; <a href="http://blog.derraab.com/2010/03/26/flash-an-amazon-simpledb/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I did some research about using Amazons SimpleDB service within a Flash based application and found these basic facts:</p>
<ul>
<li>http://sdb.amazonaws.com/crossdomain.xml is not available. This means no direct calls from Flash clients in browsers are possible!</li>
<li>Even if it would be possible some day, you would need to find a secure way to deliver your AWS key to the Flash client.</li>
<li>Using a web proxy is a solution that would cause a lot of traffic on your server.</li>
</ul>
<p>So using Amazons SimpleDB for browser based Flash applications makes not much sense to me.<br />
It might be more useful for Flash applications running on local machines like Flash projectors or Adobe AIR applications but there is still a security problem with hiding your AWS key.</p>
<p>Anyway, I found two ActionScript libraries that might be useful:<br />
<a href="http://code.google.com/p/actionscript-simpledb-library/">http://code.google.com/p/actionscript-simpledb-library/</a><br />
<a href="http://developer.amazonwebservices.com/connect/entry.jspa?externalID=1365">http://developer.amazonwebservices.com/connect/entry.jspa?externalID=1365</a></p>
<p>And this thread in Amazons discussion forums:<br />
<a href="http://developer.amazonwebservices.com/connect/thread.jspa?threadID=19698">http://developer.amazonwebservices.com/connect/thread.jspa?threadID=19698</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.derraab.com/2010/03/26/flash-an-amazon-simpledb/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Mac &#8211; Local Server Development Basics</title>
		<link>http://blog.derraab.com/2009/11/06/mac-local-server-development-basics/</link>
		<comments>http://blog.derraab.com/2009/11/06/mac-local-server-development-basics/#comments</comments>
		<pubDate>Fri, 06 Nov 2009 12:20:42 +0000</pubDate>
		<dc:creator>derRaab</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[Server]]></category>

		<guid isPermaLink="false">http://blog.derraab.com/?p=101</guid>
		<description><![CDATA[Since I had to figure out some basics about local server development on my Mac, I really recommend these tools: MAMP &#8211; Apache and MySQL Server Virtual Host X &#8211; Create up to 3 virtual host with the free version. &#8230; <a href="http://blog.derraab.com/2009/11/06/mac-local-server-development-basics/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Since I had to figure out some basics about local server development on my Mac, I really recommend these tools:</p>
<ul>
<li><a href="http://www.mamp.info">MAMP</a> &#8211; Apache and MySQL Server</li>
<li><a href="http://clickontyler.com/virtualhostx/">Virtual Host X</a> &#8211; Create up to 3 virtual host with the free version.<br />
In other words: This provides an easy to use GUI which enables you to forward an local URL like &#8220;http://myProject.local&#8221; to your workspace directory.</li>
</ul>
<p>But one thing sucks: You have to set read/write access (in finder) for everyone. I wonder if that might cause system security problems?</p>
<p>And I strongly recommend to read this nice tutorial about setting up virtual hosts manually: <a href="http://www.sawmac.com/mamp/virtualhosts/">http://www.sawmac.com/mamp/virtualhosts/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.derraab.com/2009/11/06/mac-local-server-development-basics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

