- Create VF Page
- Using Url
- Using Developer Console
- Using Eclipse
- Using Standard Navigation
2.Printing Static data
3.Binding the global data on VF page
4.Global Objects in VF page
5. Apex:PageBlock
6. Apex:PageBlockSection and apex :PageBlockSectionItem
7.Input Components
- InputText
- InputField
- InputHidden
- IinputSecret
- InputTextArea
- InputCheckbox
8.Output Components
- OutputText
- OutputLabel
- OoutputField
9.Creating Custom Account object Edit Page
10.Creating Custom Object Detail page
11.CSS in VF page
- Internal CSS
- InLine CSS
- External CSS using static Resource
12.JavaScipt in VF page
- Internal javascript
- External javascript
- Events & validations
- Invoice pages
13. Jquery in VF page
- Establish a plugin using Static Resource
- Establish a plugin using Url
- AutoComplete
- Paginations
14.Ajax in VF page
- Sforce connection
- Querying data from VF page
- DML operations directly form VF page without apex
15.AutoLookup functionality using Ajax and jQuery
16.List Views
- PageBlockTables
- Data Tables
- Data List
- Enhanced list view
- Insert,Include and define
- Panel Grid,Panel group ,output panel
- SelectList,Selectoption,SelectOptions
- .Establishing Connection between Apex and VF page using Controller
- Custom Picklist using SelectOption
- Action Support ,ActionFunction,Action Pooling
- Remote method invocations
- Soap call form VF pages
- Charts and Dashboard using VF page
- PDF pages
- Visualforce custom Components
- Apex pagination
- Data transfer between the pages
- Controller and Extensions
- Overriding the Standard buttons and links
- S-Controllers