Using WebDAV with Dreamweaver
1. Install Dreamweaver CS3. 2. Open Dreamweaver CS3. 3. On Menu bar choose Site--> New Site then it will display a form to create a new Dreamweaver site definition:
, here is the name of site which you want to do with. In here I type "WCM_eXo_site"
5. On Local root folder
, here you click on the
icon to choose which folder on local computer that you want to store and manage site.
6. On HTTP address textbox
you type the public address of your website, in here I type "http://localhost:8080/portal/public/classic".
7. Then choose the Remote info in Advanced tab. In the Access textbox choose WebDAV.
8. In URL textbox type WebDAV link of your site.
9. In the Login and Password textbox, type the username and password which you use to login on your site.
10. After that, click on the Test button to test the connection with server. If it is connected, it will display:


to "Get" files from the Remote Site. You will see an alert that "you are copying the entire site". Click the OK button.
14. You can click No when prompted about dependent files when getting the whole site.
15. You should now have list of files in your Local Folder:

- We can edit pages with Dreamweaver
- Click the Web Content folder on the local files panel.
- Click the site artifacts folder --> Click the banner folder--> Click the Default folder--> Double click the Default.html file. It will display a form to edit HTML file. In here we can see, i have just edited the class "BannerTitle" in the 'Default.html' file:


- We can edit CSS file with Dreamweaver
- Click Web Content folder on the local files panel.
- Click the site artifacts folder --> Click the banner folder --> Click the CSS folder --> Double click the Default.css file. It will display a form to edit HTML file. In here we can see, I have just edited the class "BannerTitle" in 'Default.css' file and from color: #bebebe; to color: red; and font-family: Tahoma; to font-family: Arial;

- After finishing all changes--> click File --> click Save to save all changes in CSS file. And then we can come back HTML file to see all changes in CSS file which will affect to HTML.

- We can create web content with Dreamweaver
- Click the Web Content folder on the local files panel.
- Click File--> Click New--> it will display a form to create the HTML code.
- Create HTML code --> then click File --> Click Save.
- Then click the
synchronize icon to put this content to server file, as you can see here:


on 19/05/2009 at 09:36