[erlang-questions] newbie web-development advice / guidance

Ngoc Dao ngocdaothanh@REDACTED
Fri Jul 29 16:05:25 CEST 2011


Yes. That's a different paradigm.
But if your site is behind a login page (like Facebook, Gmail) then that's OK.
Anyway, that's not your problem, that's the problem of crawlers,
screen readers etc. etc.

Ngoc


On Fri, Jul 29, 2011 at 10:19 PM, Marc Worrell <marc@REDACTED> wrote:
> The problem with javascript-for-everything-on-the-user-agent is that your site is not a web site anymore but an application.
> This makes your site very hard to access for crawlers, screen readers etc. etc.
>
> - Marc
>
>
> On 29 jul 2011, at 15:14, Ngoc Dao wrote:
>
>> There is a new (and hot!) web development paradigm brought by backbone.js:
>> * The server side only returns JSON data <--- this minimizes the
>> weakness of Erlang
>> * Use backbone.js for everything else (templates etc.)
>>
>> See tutorials and demos:
>> https://github.com/documentcloud/backbone/wiki/Tutorials%2C-blog-posts-and-example-sites
>>
>> Ngoc
>
>



More information about the erlang-questions mailing list