Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<ol> <li>Neither is "best", the decision comes down to your personal preference. I know that's not the answer that you wanted but neither is "better" than the other, they both have their pros and cons. Rails is easier to get started with, but you already know PHP so that might be the way you want to go. It's up to you. If you decide to go with PHP, I'd recommend a framework such as <a href="http://codeigniter.com/" rel="nofollow noreferrer">CodeIgnighter</a> for almost-Rails-like productivity.</li> <li>Again, that's up to you, but the "complex map creations" that you mention will run and look much better with Flex than with JavaScript. Also, Flash is really the only decent platform for video, so you're going to have to use Flash/Flex at least for some things. However, I personally have found that Flex isn't the easiest thing to learn, so if you don't want to (or can't) take the time to learn it, I wouldn't bother. (I assume you already know JavaScript. If not, then it may be worth your time to learn Flex instead.) Basically, with Flex, your application will be much more interactive, but there are <a href="http://mashable.com/2005/10/14/flex-vs-ajax-hint-ajax-is-better/" rel="nofollow noreferrer">many cons</a> to using Flex instead of JavaScript as well.</li> <li>I don't really have too much experience in this area, but I'd highly recommend Amazon S3 for file storage (images, etc). It's fairly cheap and does most of the work for you (although you need to be sure your application does things like caching, etc, which can prove to be fairly difficult). As far as the other Amazon Web Services go (E2C, etc), I wouldn't bother with them until you need them. Use your own web/database servers, and if you feel the need to, for whatever reason, use AWS, <em>then</em> migrate.</li> </ol>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload