function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Mhlangano KhumaloMhlangano Khumalo 

Best approach for using this bootstrap template in Visualforce

I would like to use this bootstrap template http://mariusn.com/themes/reales-wp/ to create a responsive force.com website that will interact with data stored in Salesforce. All information displayed on the website will be coming from records created in Salesforce. The website will be used on Mobile devices as well as desktop.

How should I go about doing this? I know how to use a bootstrap template in Visualforce thanks to (http://www.oyecode.com/2013/11/how-to-use-bootstrap-3-with.html) but doing CRUD operations is a challenge for me. I can only do READ at most. Should I use APEX? JavaScript? Remote Object?

What is the best approach, how should I do it & if there are any examples of code (CRUD operations on a responsive website with many pages) /resources, please help.

 
Best Answer chosen by Mhlangano Khumalo
Rakesh51Rakesh51
I don't have much Bootstrap experience but you may want to check this blog ​http://coenraets.org/blog/2012/05/single-page-crud-application-with-backbone-js-and-twitter-bootstrap/

All Answers

Rakesh51Rakesh51
I don't have much Bootstrap experience but you may want to check this blog ​http://coenraets.org/blog/2012/05/single-page-crud-application-with-backbone-js-and-twitter-bootstrap/
This was selected as the best answer
Prateek Singh SengarPrateek Singh Sengar
Bootstrap is a frontend responsive framework, it will allow you to create mobile ready responsive UI's. For performing CRUD operations you will need some sort of controllers (Standard , extension, custom) tied to your visualforce page. 
Like in most of the cases standard controller alone are not sufficien to fulfill the requirements, you might want to look into writting an extension or custom controller for your VF page.
please ref:
https://developer.salesforce.com/docs/atlas.en-us.pages.meta/pages/pages_controller.htm