well... it means you can generate screens on demand :)

PROs:
- it's generated client-side so less datas get transfered
- the initial DOM is very small
- you control everything in one place: javascript. no need to make each changes 
in JS and in serverside generated layouts.
- it's an open door to a full offline capability


CONs:
- you generate in JS, which comes at a perfomance price on low-end devices (aka 
$80 android)
- initial DOM is empty which is really bad for SEO (not a problem here)
- you generate layouts from JS, so a graphic designer can't work on it from a 
separate empty html file
- it requires some good JS skills


Using createfragments & a JSON webservice, this might all be done quickly :)

Remi

Le Feb 9, 2013 à 11:17 AM, rickyh <rickyshamil...@hotmail.com> a écrit :

> Remi
>  
> Thank you very much for the reply.  That is extremely helpful.
>  
> Scenario 3 is a possibility because the necessary serverside scripts can be 
> written to respond to the AJAX requests and deliver the data.  However, 
> please would you explain in a little more detail what you mean by generating 
> the screens client-side?
>  
> Regards
> Richard
> -- 
> You received this message because you are subscribed to the Google Groups 
> "iPhoneWebDev" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to iphonewebdev+unsubscr...@googlegroups.com.
> To post to this group, send email to iphonewebdev@googlegroups.com.
> Visit this group at http://groups.google.com/group/iphonewebdev?hl=en.
> For more options, visit https://groups.google.com/groups/opt_out.
>  
>  

-- 
You received this message because you are subscribed to the Google Groups 
"iPhoneWebDev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to iphonewebdev+unsubscr...@googlegroups.com.
To post to this group, send email to iphonewebdev@googlegroups.com.
Visit this group at http://groups.google.com/group/iphonewebdev?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to