Demos not showing on website

3 views
Skip to first unread message

ravi mittal

unread,
Nov 4, 2009, 5:51:28 AM11/4/09
to fla...@googlegroups.com
Hi,

The demos aren't showing on your website, would you be able to check out whats wrong?

Cheers

Ravi

Arjun Guha

unread,
Nov 5, 2009, 3:53:24 PM11/5/09
to fla...@googlegroups.com
Hi Ravi,

Could you be more specific? What web browser are you using? Do you
have JavaScript enabled?

Arjun

mitco

unread,
Nov 6, 2009, 8:15:42 AM11/6/09
to Flapjax
Hi Arjun,

Thats weird, its working now :)

I have another question, I am building a commercial web application in
flapjax and I had a few questions. I would be grateful if you could
point me in the right direction.

1. Flapjax is a client side framework, would I need to implement a
server side platform for server operations and data persistence, e.g
ruby on rails or .net? can you recommend something?
2. For data persistence would I need to use something like SQL?
3. Which type of server would you recommend this to be hosted, linux
or windows?
4. In terms of internet security how robust would you recommend
flapjax to be?

I am sorry if the questions are basic, I don't have extensive
background in web programming.

Many Thanks,

Ravi

Arjun Guha

unread,
Nov 6, 2009, 1:57:04 PM11/6/09
to fla...@googlegroups.com
> 1. Flapjax is a client side framework, would I need to implement a
> server side platform for server operations and data persistence, e.g
> ruby on rails or .net? can you recommend something?

.NET or Ruby on Rails will probably work fine.
We've used both Python (with SQLObject) and Haskell (with CouchDB) as
backends for our Flapjax applications.

> 2. For data persistence would I need to use something like SQL?

Right. We've used MySQL and CouchDB.

> 3. Which type of server would you recommend this to be hosted, linux
> or windows?

Anything works. Flapjax is entirely server agnostic.

> 4. In terms of internet security how robust would you recommend
> flapjax to be?

Flapjax will not automatically make your applications secure. When
you code in Flapjax, you're still coding in JavaScript, so you have
the freedom to create a security disaster.

However, Flapjax itself does not use unsafe operators like eval[1],
document.write, element.innerHTML, etc. So, if you don't use these
operators yourself, theoretically you won't suffer from script
injection attacks.

[1] If you call getWebServiceObjectE with { response: "json" } it
*will* use eval to parse the resulting JSON string. We should
probably replace eval with an actual parser--I believe that's
reasonably fast these days.

Arjun

Leo Meyerovich

unread,
Nov 6, 2009, 2:29:54 PM11/6/09
to fla...@googlegroups.com
Most browsers have native JSON methods nowadays. Significant speed
benefit when you use them. Of course, there's always the question of
when it isn't available: do you load in a library, which, and when?

- Leo


> Arjun
>
> >
>

Reply all
Reply to author
Forward
0 new messages