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
Vivek singh 30Vivek singh 30 

How we create Visualforce page in salesforce please advise i am new in salesforce please send best link

Best Answer chosen by Vivek singh 30
Pritam ShekhawatPritam Shekhawat
hello ,
        As pradeep says there are 3 ways to create a vfpage. check out in image and you can also create vfpage direct from https://ap1.salesforce.com/apex/vfpage       here vfpage is name of your vfpage name. but for this you have to Development Mode enable for your org . for this go to my setting then go into personal setting and open advanced user setting and check the Development Mode checkbox.
User-added image
Thanx

All Answers

dany__dany__
Their are 3 ways to create a vf page
1: through developer console
2: through user interface 
goto->setup->search for pages->new
3) through link like
    https://ap1.salesforce.com/apex/yourpagename
RamuRamu (Salesforce Developers) 
+1 to Pradeep, 

you would also need to check if your user account is set to 'Developer Mode' so as to get the inline visualforce page editor. The below youtube video illustrates more on this

http://www.youtube.com/watch?v=SMLYtjbunVM
Pritam ShekhawatPritam Shekhawat
hello ,
        As pradeep says there are 3 ways to create a vfpage. check out in image and you can also create vfpage direct from https://ap1.salesforce.com/apex/vfpage       here vfpage is name of your vfpage name. but for this you have to Development Mode enable for your org . for this go to my setting then go into personal setting and open advanced user setting and check the Development Mode checkbox.
User-added image
Thanx
This was selected as the best answer
Rakesh SRakesh S
Hi Vivek,

There are 3 ways to create a vf page
1: through developer console --> Click on your name-->Developer Console-->File-->New-->VisualForce
2: through user interface --> Click on Setup --> Develop --> Pages --> New
3) through link like  --> Open empty tab on ur browser-->Enter like this:  https://ap1.salesforce.com/apex/newpagename.