(First time web app developer question, bear with me for a naive question 
first...)

I followed the bootstrap tutorial and was able to built a good web layout 
(I guess this is the UI look & feel design phase), but right now the 
buttons / forms / dropdown boxes are all just placeholders (not-responsive 
to clicks)

I read some tutorial and found that at this moment, I seem to have two 
choices. 
   1. use a client side Javascript MVC framework (e.g., backbone.js) along 
with a Restful API framework (e.g., Flask)
          -- in this way, my web app seems to be totally data driven across 
wire, which seems to be preferred according to what I have read so far.
   2. use a server side MVC framework (e.g., Django).

Which one do you recommend from minimal learning curve development cycle 
perspective?
Should I choose approach 1, how can I make backbone.js control the already 
satisfied layout built by bootstrap? Any tutorial pointer?
Should I choose approach 2, how an existing server side template language 
work with my already existing bootstrap code?

Thanks,
Sean
          


-- 
You received this message because you are subscribed to the Google Groups 
"twitter-bootstrap" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to