Core Skills for Visualforce Apps
- Navigate between pages
- Create multiple records that are all different sObjects but are all related, from a single page
- Transfer styles from HTML/CSS
- Cleanly separate VF/Apex/JavaScript/CSS
- Call controller functions from the page
- Read data on the page and send it to the controller
- Send data from one page to another
- CRUD operations