SlideShare a Scribd company logo
Web Designing & Internet Marketing
Session 3: Introduction to Webpage Editors



                                      What we are gone cover in this session ?

                                      Adobe Dream Viewer
                                      Microsoft FrontPage
                                      Microsoft Publisher
2

Web Page Editors


•   HTML editors assist in creating visually appealing websites
     –   Insert and edit text
     –   Create more complex HTML elements, such as tables, forms and frames



     –   Adobe Dream Viewer
     –   Microsoft FrontPage
     –   Microsoft Publisher




                                 Web Designing & Internet Marketing
Adobe Dream Viewer


•   Adobe Dreamweaver (formerly Macromedia Dreamweaver) is a web
    development application originally created by Macromedia, and is now developed
    by Adobe Systems, which acquired Macromedia in 2005.



•   Dreamweaver is available for both Mac and Windows operating systems. Recent versions
    have incorporated support for web technologies such as CSS, JavaScript, and
    various server-side scripting languages and frameworks including ASP, ColdFusion, and
    PHP.

•   Adobe Dreamweaver what is known as a WYSIWYG editor.

•   Dreamweaver gives you the ability to see what your website looks like as you are
    working on it.




                                Web Designing & Internet Marketing
History of Dreamweaver


•   1997 – Developed by Allaire Systems
•   2001 – Macromedia acquired Allaire
•   2005 – Adobe acquired Macromedia
•   2007 – Adobe Dreamweaver 9 (CS3) - 4/07
•   2008 – Adobe Dreamweaver 10 (CS4) - 10/08
•   2010 – Next Version in 2010 ???




                            Web Designing & Internet Marketing
Features

•   Although a hybrid WYSIWYG and code-based web design and development application,
    Dreamweaver's WYSIWYG mode can hide the HTML code details of pages from the user, making it
    possible for non-coders to create web pages and sites.

•   Dreamweaver allows users to preview websites in locally-installed web browsers.

•   Dreamweaver can use third-party "Extensions" to extend core functionality of the application, which
    any web developer can write (largely inHTML and JavaScript).
•   Dreamweaver, like other HTML editors, edits files locally then uploads them to the remote web
    server

•   Internationalization and localization
•   Adobe Dreamweaver CS4 is available in the following languages: Brazilian Portuguese, Chinese
    Simplified (Windows only), Chinese Traditional (Windows only), Czech, Dutch, English, French,
    German, Italian, Japanese, Korean (Windows only), Polish, Russian, Spanish, Swedish and Turkish

•   Supports (X)HTML, CSS, ASP, PHP, XML, JavaScript, Ajax, ColdFusion
•   Built-in FTP/SFTP client
•   MAC and Windows versions




                                   Web Designing & Internet Marketing
Dreamweaver Start Page.




                  Web Designing & Internet Marketing
Dreamweaver’s editing environment.




                   Web Designing & Internet Marketing
Text Styles

•   Possible to apply styles to text
    in design view
     – Similar to using word
       processor
     – Highlight portion of text
     – Select style or formatting to
       apply
          • Header tags
          • List tags
          • Alignment tags
            (center, left, right, justified)
     – Changes reflected in code
       view



       Applying heading tags and
       centering using Dreamweaver.



                                               Web Designing & Internet Marketing
Microsoft Publisher


•   Microsoft Publisher is a full-featured desktop publishing program that helps
    you design and publish professional print and Web-based materials with ease.
    Using Publisher's familiar interface, you can precisely lay out blocks of
    text, graphics, calendars, order forms, and more.


• Types of publications
     – You can create two types of publications in Publisher: print and Web
          • print publications include designs for newsletters, flyers, brochures, business
            cards, signs, resumes, and labels.

          • Web publications include designs not only for web sites but also for electronic
            newsletters and other event announcements that you can distribute via e-mail.




                               Web Designing & Internet Marketing
Getting Started




                  Web Designing & Internet Marketing
Microsoft Front Page


When you create a new Web in FrontPage, it makes folders/directories and
                 starts the structure for your Web site.




 Graphics are saved in the images folder.
 The index.htm file is the home page.

                            Web Designing & Internet Marketing
Selecting a View
–   You can look at a FrontPage Web site in several different views.

            Page: Edit a web page

            Folders: organize files and folders

            Reports: analyze your web and manage its contents

            Navigation: design the web site’s structure

            Hyperlinks: view hyperlinks to and from any page

            Task: create and manage tasks




                        Web Designing & Internet Marketing
Selecting a Mode
–   Double click the index.htm file in a Web to view a home
    page.
–   You are now in Page View.
–   Click on the HTML tab at the bottom of the screen to view the
    HTML source code that creates the web page.
–   Click on Preview tab. This option allows you to view your web
    pages as if they were displayed in web browser.
–   Click the Normal tab to return to Normal Mode which allows
    you to edit the web page.

    <html>

    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
    <meta http-equiv="Content-Language" content="en-us">
    <title>Home Page</title>
    <meta name="GENERATOR" content="Microsoft FrontPage 4.0">
    <meta name="ProgId" content="FrontPage.Editor.Document">
    </head>

    <body>
    </body>

    </html>                Web Designing & Internet Marketing
Front Page Toolbars


Title bar

Menu bar

 Standard bar


 Formatting bar




            FrontPage is a Microsoft product with Toolbars that look similar to
                  Microsoft Word and other Microsoft programs.




                                   Web Designing & Internet Marketing
Create a FrontPage Web
     1.     Open FrontPage
                                                    2.     Choose File > New >
                                                          Page or Web.




3.        Select Empty Web from the window that
          appears on the right of the screen.




                               Web Designing & Internet Marketing
4.     In the Web Site Templates
       window select:
      One Page Web.


5.         Click in the Specify the location of the new web box and
           type the name of the folder for your page:
           C:My DocumentsMyWebsyournameweb
          Note: You can save your Web folders anywhere you want by
           clicking Browse and selecting the new location.




     6.      Click OK and FrontPage will create a new empty web site.


                                   Web Designing & Internet Marketing
7.        Click on Folders in the Views
          pane



          You can see the folders created for your web.
           The images folder is where FrontPage can save the graphics for your
             pages.
           The index.htm file is your first page.

            The index.html page is the home page for your Web site.
            It will open first when your Web folder is on a Web server and
            people go to the Web address (URL).

     8.     Double click on index.htm to open the blank page.
                                   Web Designing & Internet Marketing
Give Your Page a Title

Set Page Properties

1.    Go to File > Properties

2.    Select the General tab

3.    Type the title of your page in
      the title box.




      The title will become the bookmark title and will show at the top of the
             browser page.

                               Web Designing & Internet Marketing
Set Colors & Background
• Select the Background
  tab
• Select an image for
  background or pick a
  color.
• Pick colors for text
• Pick colors for
  hyperlinks.
• Use a background from
  another page.




           You can select all the colors and the background separately.
                                            OR
                             Web Designing & Internet Marketing
Select a Theme
Click Format > Theme to select from themes like
 the example below.
 Apply the Theme to:
 • All pages or
 •Selected page(s)




This is a quick way to
start a Web page with
coordinated colors and
background.




                          Web Designing & Internet Marketing
Save the Page
 After setting up page properties:



 • Click the Save button on the Standard toolbar.

Remember to save your page frequently as you work.



To quickly access Page Properties to make changes:


   •   Right click on the page and select Page Properties




                              Web Designing & Internet Marketing
Assignments


•   Assignment 4:
     – Create your personal web page using Web Page editors
       (Hint Page need to be more creative with maximum use of function ex: tables,
       images, links, color)




                              Web Designing & Internet Marketing
Thank you !!!

        Contact:
maheshpanchal.1@gmail.com

More Related Content

What's hot

Unit c adobe dreamweaver cs6
Unit c adobe dreamweaver cs6Unit c adobe dreamweaver cs6
Unit c adobe dreamweaver cs6Krista Lawrence
 
Unit j adobe dreamweaver cs6
Unit j adobe dreamweaver cs6Unit j adobe dreamweaver cs6
Unit j adobe dreamweaver cs6Krista Lawrence
 
Unit e adobe dreamweaver cs6
Unit e adobe dreamweaver cs6Unit e adobe dreamweaver cs6
Unit e adobe dreamweaver cs6Krista Lawrence
 
Dreamweaver - Introduction AND WALKTHROUGH
Dreamweaver - Introduction AND WALKTHROUGHDreamweaver - Introduction AND WALKTHROUGH
Dreamweaver - Introduction AND WALKTHROUGH
Sahil Bansal
 
Unit h adobe dreamweaver cs6
Unit h adobe dreamweaver cs6Unit h adobe dreamweaver cs6
Unit h adobe dreamweaver cs6Krista Lawrence
 
Unit g adobe dreamweaver cs6
Unit g adobe dreamweaver cs6Unit g adobe dreamweaver cs6
Unit g adobe dreamweaver cs6Krista Lawrence
 
Just Enough Web Design.doc.doc
Just Enough Web Design.doc.docJust Enough Web Design.doc.doc
Just Enough Web Design.doc.docbutest
 
Joomla Template Tutorial
Joomla Template TutorialJoomla Template Tutorial
Joomla Template Tutorial
brighteyes
 
Creating Accessible Web Pages Using Dreamweaver Mx 2004
Creating Accessible Web Pages Using Dreamweaver Mx 2004Creating Accessible Web Pages Using Dreamweaver Mx 2004
Creating Accessible Web Pages Using Dreamweaver Mx 2004
brighteyes
 
Net4’s EasySite Builder Step by Step Guide
Net4’s EasySite Builder Step by Step GuideNet4’s EasySite Builder Step by Step Guide
Net4’s EasySite Builder Step by Step Guide
Pallavi Vyas
 
Net4’s EasySite Builder Step By Step Guide to Create Business Website
Net4’s EasySite Builder Step By Step Guide to Create Business WebsiteNet4’s EasySite Builder Step By Step Guide to Create Business Website
Net4’s EasySite Builder Step By Step Guide to Create Business Website
Net4 India Ltd.
 
Webiny CMS Starter Guide
Webiny CMS Starter GuideWebiny CMS Starter Guide
Webiny CMS Starter Guide
Webiny
 
Lecture 1 intro to web designing
Lecture 1  intro to web designingLecture 1  intro to web designing
Lecture 1 intro to web designing
palhaftab
 
Unit f adobe dreamweaver cs6
Unit f adobe dreamweaver cs6Unit f adobe dreamweaver cs6
Unit f adobe dreamweaver cs6Krista Lawrence
 
Webpage Creation
Webpage CreationWebpage Creation
Webpage Creationmrcarty
 
Dream weaver ppt
Dream weaver pptDream weaver ppt
Dream weaver ppt
vinothini1996
 
Getting Started with SharePoint Branding
Getting Started with SharePoint BrandingGetting Started with SharePoint Branding
Getting Started with SharePoint BrandingThomas Daly
 
CBIS 327 ~ Introduction
CBIS 327 ~ IntroductionCBIS 327 ~ Introduction
CBIS 327 ~ Introductionmwarrick
 

What's hot (20)

Unit c adobe dreamweaver cs6
Unit c adobe dreamweaver cs6Unit c adobe dreamweaver cs6
Unit c adobe dreamweaver cs6
 
Unit j adobe dreamweaver cs6
Unit j adobe dreamweaver cs6Unit j adobe dreamweaver cs6
Unit j adobe dreamweaver cs6
 
Unit e adobe dreamweaver cs6
Unit e adobe dreamweaver cs6Unit e adobe dreamweaver cs6
Unit e adobe dreamweaver cs6
 
Dreamweaver - Introduction AND WALKTHROUGH
Dreamweaver - Introduction AND WALKTHROUGHDreamweaver - Introduction AND WALKTHROUGH
Dreamweaver - Introduction AND WALKTHROUGH
 
Unit h adobe dreamweaver cs6
Unit h adobe dreamweaver cs6Unit h adobe dreamweaver cs6
Unit h adobe dreamweaver cs6
 
Unit g adobe dreamweaver cs6
Unit g adobe dreamweaver cs6Unit g adobe dreamweaver cs6
Unit g adobe dreamweaver cs6
 
Just Enough Web Design.doc.doc
Just Enough Web Design.doc.docJust Enough Web Design.doc.doc
Just Enough Web Design.doc.doc
 
Joomla Template Tutorial
Joomla Template TutorialJoomla Template Tutorial
Joomla Template Tutorial
 
Creating Accessible Web Pages Using Dreamweaver Mx 2004
Creating Accessible Web Pages Using Dreamweaver Mx 2004Creating Accessible Web Pages Using Dreamweaver Mx 2004
Creating Accessible Web Pages Using Dreamweaver Mx 2004
 
Net4’s EasySite Builder Step by Step Guide
Net4’s EasySite Builder Step by Step GuideNet4’s EasySite Builder Step by Step Guide
Net4’s EasySite Builder Step by Step Guide
 
Net4’s EasySite Builder Step By Step Guide to Create Business Website
Net4’s EasySite Builder Step By Step Guide to Create Business WebsiteNet4’s EasySite Builder Step By Step Guide to Create Business Website
Net4’s EasySite Builder Step By Step Guide to Create Business Website
 
Dreaweaver cs5
Dreaweaver cs5Dreaweaver cs5
Dreaweaver cs5
 
Webiny CMS Starter Guide
Webiny CMS Starter GuideWebiny CMS Starter Guide
Webiny CMS Starter Guide
 
Lecture 1 intro to web designing
Lecture 1  intro to web designingLecture 1  intro to web designing
Lecture 1 intro to web designing
 
Unit f adobe dreamweaver cs6
Unit f adobe dreamweaver cs6Unit f adobe dreamweaver cs6
Unit f adobe dreamweaver cs6
 
Webpage Creation
Webpage CreationWebpage Creation
Webpage Creation
 
Dream weaver ppt
Dream weaver pptDream weaver ppt
Dream weaver ppt
 
Getting Started with SharePoint Branding
Getting Started with SharePoint BrandingGetting Started with SharePoint Branding
Getting Started with SharePoint Branding
 
Website
WebsiteWebsite
Website
 
CBIS 327 ~ Introduction
CBIS 327 ~ IntroductionCBIS 327 ~ Introduction
CBIS 327 ~ Introduction
 

Similar to Wd & im session a3 _introduction to web page editors_april 08,2010

Basic Web Design In Dreamweaver
Basic Web Design In DreamweaverBasic Web Design In Dreamweaver
Basic Web Design In Dreamweaver
jcharnin
 
IS100 Week 12
IS100 Week 12IS100 Week 12
IS100 Week 12
METU-Informatics
 
Web development
Web developmentWeb development
Web development
KAZEMBETVOnline
 
Introduction, features and environment of ms front page 2003
Introduction, features and environment of ms front page 2003Introduction, features and environment of ms front page 2003
Introduction, features and environment of ms front page 2003Ann Alcid
 
Microsoft FrontPage PPT
Microsoft FrontPage PPTMicrosoft FrontPage PPT
Microsoft FrontPage PPT
anushreekmurthy
 
Share point 2013 Building Websites
Share point 2013 Building WebsitesShare point 2013 Building Websites
Share point 2013 Building Websites
Suhas R Satish
 
Beginning Site Design
Beginning Site DesignBeginning Site Design
Beginning Site Design
jadkin32
 
SPSVB 1 7-2012 - getting started with share point branding
SPSVB 1 7-2012 - getting started with share point brandingSPSVB 1 7-2012 - getting started with share point branding
SPSVB 1 7-2012 - getting started with share point brandingThomas Daly
 
Introduction to Branding SharePoint
Introduction to Branding SharePointIntroduction to Branding SharePoint
Introduction to Branding SharePoint
K.Mohamed Faizal
 
Empowerment Technology Quarter 2 module2
Empowerment Technology Quarter 2 module2Empowerment Technology Quarter 2 module2
Empowerment Technology Quarter 2 module2
KrishaArboso
 
Promote Education Web Design Things To Consider When Designing A Website
Promote Education Web Design Things To Consider When Designing A WebsitePromote Education Web Design Things To Consider When Designing A Website
Promote Education Web Design Things To Consider When Designing A WebsiteZoaib Mirza
 
Introduction to Web Page Design OT and Network
Introduction to Web Page Design OT and NetworkIntroduction to Web Page Design OT and Network
Introduction to Web Page Design OT and Network
NosajTriumps
 
Unit a adobe dreamweaver cs6
Unit a adobe dreamweaver cs6Unit a adobe dreamweaver cs6
Unit a adobe dreamweaver cs6Krista Lawrence
 
Illustrated introductory DreamWeaver
Illustrated introductory DreamWeaverIllustrated introductory DreamWeaver
Illustrated introductory DreamWeaverAshish Srivastava
 
DW Unit 1.pdf
DW Unit 1.pdfDW Unit 1.pdf
DW Unit 1.pdf
SeethaDinesh
 
WEB240 Version 1 1 Course Syllabus College o.docx
 WEB240 Version 1 1 Course Syllabus College o.docx WEB240 Version 1 1 Course Syllabus College o.docx
WEB240 Version 1 1 Course Syllabus College o.docx
MARRY7
 
1_Intro_toHTML.ppt
1_Intro_toHTML.ppt1_Intro_toHTML.ppt
1_Intro_toHTML.ppt
benjaminonum1
 

Similar to Wd & im session a3 _introduction to web page editors_april 08,2010 (20)

Dreamweaver
DreamweaverDreamweaver
Dreamweaver
 
Basic Web Design In Dreamweaver
Basic Web Design In DreamweaverBasic Web Design In Dreamweaver
Basic Web Design In Dreamweaver
 
IS100 Week 12
IS100 Week 12IS100 Week 12
IS100 Week 12
 
Web development
Web developmentWeb development
Web development
 
Introduction, features and environment of ms front page 2003
Introduction, features and environment of ms front page 2003Introduction, features and environment of ms front page 2003
Introduction, features and environment of ms front page 2003
 
Microsoft FrontPage PPT
Microsoft FrontPage PPTMicrosoft FrontPage PPT
Microsoft FrontPage PPT
 
Share point 2013 Building Websites
Share point 2013 Building WebsitesShare point 2013 Building Websites
Share point 2013 Building Websites
 
Beginning Site Design
Beginning Site DesignBeginning Site Design
Beginning Site Design
 
Dw cs3-introduction
Dw cs3-introductionDw cs3-introduction
Dw cs3-introduction
 
SPSVB 1 7-2012 - getting started with share point branding
SPSVB 1 7-2012 - getting started with share point brandingSPSVB 1 7-2012 - getting started with share point branding
SPSVB 1 7-2012 - getting started with share point branding
 
Introduction to Branding SharePoint
Introduction to Branding SharePointIntroduction to Branding SharePoint
Introduction to Branding SharePoint
 
Web designer
Web designerWeb designer
Web designer
 
Empowerment Technology Quarter 2 module2
Empowerment Technology Quarter 2 module2Empowerment Technology Quarter 2 module2
Empowerment Technology Quarter 2 module2
 
Promote Education Web Design Things To Consider When Designing A Website
Promote Education Web Design Things To Consider When Designing A WebsitePromote Education Web Design Things To Consider When Designing A Website
Promote Education Web Design Things To Consider When Designing A Website
 
Introduction to Web Page Design OT and Network
Introduction to Web Page Design OT and NetworkIntroduction to Web Page Design OT and Network
Introduction to Web Page Design OT and Network
 
Unit a adobe dreamweaver cs6
Unit a adobe dreamweaver cs6Unit a adobe dreamweaver cs6
Unit a adobe dreamweaver cs6
 
Illustrated introductory DreamWeaver
Illustrated introductory DreamWeaverIllustrated introductory DreamWeaver
Illustrated introductory DreamWeaver
 
DW Unit 1.pdf
DW Unit 1.pdfDW Unit 1.pdf
DW Unit 1.pdf
 
WEB240 Version 1 1 Course Syllabus College o.docx
 WEB240 Version 1 1 Course Syllabus College o.docx WEB240 Version 1 1 Course Syllabus College o.docx
WEB240 Version 1 1 Course Syllabus College o.docx
 
1_Intro_toHTML.ppt
1_Intro_toHTML.ppt1_Intro_toHTML.ppt
1_Intro_toHTML.ppt
 

More from Mahesh Panchal

Social media analytics tool new v
Social media analytics tool new vSocial media analytics tool new v
Social media analytics tool new vMahesh Panchal
 
Wd & im session b6_selling through net_may 22,2010
Wd & im session b6_selling through net_may 22,2010Wd & im session b6_selling through net_may 22,2010
Wd & im session b6_selling through net_may 22,2010Mahesh Panchal
 
Wd & im session b2_marketing through internet_april 26,2010
Wd & im session b2_marketing through internet_april 26,2010Wd & im session b2_marketing through internet_april 26,2010
Wd & im session b2_marketing through internet_april 26,2010Mahesh Panchal
 
Wd & im session b1 _digital communication_april 26,2010
Wd & im session b1 _digital communication_april 26,2010Wd & im session b1 _digital communication_april 26,2010
Wd & im session b1 _digital communication_april 26,2010Mahesh Panchal
 
Wd & im session a5 _hosting_march 08,2010
Wd & im session a5 _hosting_march 08,2010Wd & im session a5 _hosting_march 08,2010
Wd & im session a5 _hosting_march 08,2010Mahesh Panchal
 
Wd & im session a4 _creating a web page _april 08,2010
Wd & im session a4 _creating a web page _april 08,2010Wd & im session a4 _creating a web page _april 08,2010
Wd & im session a4 _creating a web page _april 08,2010Mahesh Panchal
 
Wd & im session a1_internet infrastructure_march 03,2010
Wd & im session a1_internet infrastructure_march 03,2010Wd & im session a1_internet infrastructure_march 03,2010
Wd & im session a1_internet infrastructure_march 03,2010Mahesh Panchal
 
AIS, Airline Information System, Pilot Project
AIS, Airline Information System, Pilot ProjectAIS, Airline Information System, Pilot Project
AIS, Airline Information System, Pilot ProjectMahesh Panchal
 
SaaS
SaaSSaaS
Software Product Life Cycle
Software Product Life CycleSoftware Product Life Cycle
Software Product Life Cycle
Mahesh Panchal
 
Use of RUP for Small Projects
Use of RUP for Small ProjectsUse of RUP for Small Projects
Use of RUP for Small Projects
Mahesh Panchal
 
my SAP
my SAPmy SAP
Sox In Telecom Industry
Sox In Telecom IndustrySox In Telecom Industry
Sox In Telecom Industry
Mahesh Panchal
 
software configuratiom management role n resposnbilities
software configuratiom management role n resposnbilitiessoftware configuratiom management role n resposnbilities
software configuratiom management role n resposnbilities
Mahesh Panchal
 

More from Mahesh Panchal (15)

Social media analytics tool new v
Social media analytics tool new vSocial media analytics tool new v
Social media analytics tool new v
 
Wd & im session b6_selling through net_may 22,2010
Wd & im session b6_selling through net_may 22,2010Wd & im session b6_selling through net_may 22,2010
Wd & im session b6_selling through net_may 22,2010
 
Wd & im session b2_marketing through internet_april 26,2010
Wd & im session b2_marketing through internet_april 26,2010Wd & im session b2_marketing through internet_april 26,2010
Wd & im session b2_marketing through internet_april 26,2010
 
Wd & im session b1 _digital communication_april 26,2010
Wd & im session b1 _digital communication_april 26,2010Wd & im session b1 _digital communication_april 26,2010
Wd & im session b1 _digital communication_april 26,2010
 
Wd & im session a5 _hosting_march 08,2010
Wd & im session a5 _hosting_march 08,2010Wd & im session a5 _hosting_march 08,2010
Wd & im session a5 _hosting_march 08,2010
 
Wd & im session a4 _creating a web page _april 08,2010
Wd & im session a4 _creating a web page _april 08,2010Wd & im session a4 _creating a web page _april 08,2010
Wd & im session a4 _creating a web page _april 08,2010
 
Wd & im session a1_internet infrastructure_march 03,2010
Wd & im session a1_internet infrastructure_march 03,2010Wd & im session a1_internet infrastructure_march 03,2010
Wd & im session a1_internet infrastructure_march 03,2010
 
AIS, Airline Information System, Pilot Project
AIS, Airline Information System, Pilot ProjectAIS, Airline Information System, Pilot Project
AIS, Airline Information System, Pilot Project
 
RIA
RIARIA
RIA
 
SaaS
SaaSSaaS
SaaS
 
Software Product Life Cycle
Software Product Life CycleSoftware Product Life Cycle
Software Product Life Cycle
 
Use of RUP for Small Projects
Use of RUP for Small ProjectsUse of RUP for Small Projects
Use of RUP for Small Projects
 
my SAP
my SAPmy SAP
my SAP
 
Sox In Telecom Industry
Sox In Telecom IndustrySox In Telecom Industry
Sox In Telecom Industry
 
software configuratiom management role n resposnbilities
software configuratiom management role n resposnbilitiessoftware configuratiom management role n resposnbilities
software configuratiom management role n resposnbilities
 

Recently uploaded

ESC Beyond Borders _From EU to You_ InfoPack general.pdf
ESC Beyond Borders _From EU to You_ InfoPack general.pdfESC Beyond Borders _From EU to You_ InfoPack general.pdf
ESC Beyond Borders _From EU to You_ InfoPack general.pdf
Fundacja Rozwoju Społeczeństwa Przedsiębiorczego
 
Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345
beazzy04
 
Digital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and ResearchDigital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and Research
Vikramjit Singh
 
Palestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptxPalestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptx
RaedMohamed3
 
special B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdfspecial B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdf
Special education needs
 
Home assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdfHome assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdf
Tamralipta Mahavidyalaya
 
Polish students' mobility in the Czech Republic
Polish students' mobility in the Czech RepublicPolish students' mobility in the Czech Republic
Polish students' mobility in the Czech Republic
Anna Sz.
 
Introduction to Quality Improvement Essentials
Introduction to Quality Improvement EssentialsIntroduction to Quality Improvement Essentials
Introduction to Quality Improvement Essentials
Excellence Foundation for South Sudan
 
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
MysoreMuleSoftMeetup
 
How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...
Jisc
 
Synthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptxSynthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptx
Pavel ( NSTU)
 
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
siemaillard
 
The French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free downloadThe French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free download
Vivekanand Anglo Vedic Academy
 
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCECLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
BhavyaRajput3
 
Sectors of the Indian Economy - Class 10 Study Notes pdf
Sectors of the Indian Economy - Class 10 Study Notes pdfSectors of the Indian Economy - Class 10 Study Notes pdf
Sectors of the Indian Economy - Class 10 Study Notes pdf
Vivekanand Anglo Vedic Academy
 
PART A. Introduction to Costumer Service
PART A. Introduction to Costumer ServicePART A. Introduction to Costumer Service
PART A. Introduction to Costumer Service
PedroFerreira53928
 
Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptx
Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptxStudents, digital devices and success - Andreas Schleicher - 27 May 2024..pptx
Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptx
EduSkills OECD
 
Chapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptxChapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptx
Mohd Adib Abd Muin, Senior Lecturer at Universiti Utara Malaysia
 
Operation Blue Star - Saka Neela Tara
Operation Blue Star   -  Saka Neela TaraOperation Blue Star   -  Saka Neela Tara
Operation Blue Star - Saka Neela Tara
Balvir Singh
 
How to Break the cycle of negative Thoughts
How to Break the cycle of negative ThoughtsHow to Break the cycle of negative Thoughts
How to Break the cycle of negative Thoughts
Col Mukteshwar Prasad
 

Recently uploaded (20)

ESC Beyond Borders _From EU to You_ InfoPack general.pdf
ESC Beyond Borders _From EU to You_ InfoPack general.pdfESC Beyond Borders _From EU to You_ InfoPack general.pdf
ESC Beyond Borders _From EU to You_ InfoPack general.pdf
 
Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345
 
Digital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and ResearchDigital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and Research
 
Palestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptxPalestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptx
 
special B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdfspecial B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdf
 
Home assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdfHome assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdf
 
Polish students' mobility in the Czech Republic
Polish students' mobility in the Czech RepublicPolish students' mobility in the Czech Republic
Polish students' mobility in the Czech Republic
 
Introduction to Quality Improvement Essentials
Introduction to Quality Improvement EssentialsIntroduction to Quality Improvement Essentials
Introduction to Quality Improvement Essentials
 
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
 
How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...
 
Synthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptxSynthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptx
 
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
 
The French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free downloadThe French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free download
 
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCECLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
 
Sectors of the Indian Economy - Class 10 Study Notes pdf
Sectors of the Indian Economy - Class 10 Study Notes pdfSectors of the Indian Economy - Class 10 Study Notes pdf
Sectors of the Indian Economy - Class 10 Study Notes pdf
 
PART A. Introduction to Costumer Service
PART A. Introduction to Costumer ServicePART A. Introduction to Costumer Service
PART A. Introduction to Costumer Service
 
Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptx
Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptxStudents, digital devices and success - Andreas Schleicher - 27 May 2024..pptx
Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptx
 
Chapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptxChapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptx
 
Operation Blue Star - Saka Neela Tara
Operation Blue Star   -  Saka Neela TaraOperation Blue Star   -  Saka Neela Tara
Operation Blue Star - Saka Neela Tara
 
How to Break the cycle of negative Thoughts
How to Break the cycle of negative ThoughtsHow to Break the cycle of negative Thoughts
How to Break the cycle of negative Thoughts
 

Wd & im session a3 _introduction to web page editors_april 08,2010

  • 1. Web Designing & Internet Marketing Session 3: Introduction to Webpage Editors What we are gone cover in this session ? Adobe Dream Viewer Microsoft FrontPage Microsoft Publisher
  • 2. 2 Web Page Editors • HTML editors assist in creating visually appealing websites – Insert and edit text – Create more complex HTML elements, such as tables, forms and frames – Adobe Dream Viewer – Microsoft FrontPage – Microsoft Publisher Web Designing & Internet Marketing
  • 3. Adobe Dream Viewer • Adobe Dreamweaver (formerly Macromedia Dreamweaver) is a web development application originally created by Macromedia, and is now developed by Adobe Systems, which acquired Macromedia in 2005. • Dreamweaver is available for both Mac and Windows operating systems. Recent versions have incorporated support for web technologies such as CSS, JavaScript, and various server-side scripting languages and frameworks including ASP, ColdFusion, and PHP. • Adobe Dreamweaver what is known as a WYSIWYG editor. • Dreamweaver gives you the ability to see what your website looks like as you are working on it. Web Designing & Internet Marketing
  • 4. History of Dreamweaver • 1997 – Developed by Allaire Systems • 2001 – Macromedia acquired Allaire • 2005 – Adobe acquired Macromedia • 2007 – Adobe Dreamweaver 9 (CS3) - 4/07 • 2008 – Adobe Dreamweaver 10 (CS4) - 10/08 • 2010 – Next Version in 2010 ??? Web Designing & Internet Marketing
  • 5. Features • Although a hybrid WYSIWYG and code-based web design and development application, Dreamweaver's WYSIWYG mode can hide the HTML code details of pages from the user, making it possible for non-coders to create web pages and sites. • Dreamweaver allows users to preview websites in locally-installed web browsers. • Dreamweaver can use third-party "Extensions" to extend core functionality of the application, which any web developer can write (largely inHTML and JavaScript). • Dreamweaver, like other HTML editors, edits files locally then uploads them to the remote web server • Internationalization and localization • Adobe Dreamweaver CS4 is available in the following languages: Brazilian Portuguese, Chinese Simplified (Windows only), Chinese Traditional (Windows only), Czech, Dutch, English, French, German, Italian, Japanese, Korean (Windows only), Polish, Russian, Spanish, Swedish and Turkish • Supports (X)HTML, CSS, ASP, PHP, XML, JavaScript, Ajax, ColdFusion • Built-in FTP/SFTP client • MAC and Windows versions Web Designing & Internet Marketing
  • 6. Dreamweaver Start Page. Web Designing & Internet Marketing
  • 7. Dreamweaver’s editing environment. Web Designing & Internet Marketing
  • 8. Text Styles • Possible to apply styles to text in design view – Similar to using word processor – Highlight portion of text – Select style or formatting to apply • Header tags • List tags • Alignment tags (center, left, right, justified) – Changes reflected in code view Applying heading tags and centering using Dreamweaver. Web Designing & Internet Marketing
  • 9. Microsoft Publisher • Microsoft Publisher is a full-featured desktop publishing program that helps you design and publish professional print and Web-based materials with ease. Using Publisher's familiar interface, you can precisely lay out blocks of text, graphics, calendars, order forms, and more. • Types of publications – You can create two types of publications in Publisher: print and Web • print publications include designs for newsletters, flyers, brochures, business cards, signs, resumes, and labels. • Web publications include designs not only for web sites but also for electronic newsletters and other event announcements that you can distribute via e-mail. Web Designing & Internet Marketing
  • 10. Getting Started Web Designing & Internet Marketing
  • 11. Microsoft Front Page When you create a new Web in FrontPage, it makes folders/directories and starts the structure for your Web site. Graphics are saved in the images folder. The index.htm file is the home page. Web Designing & Internet Marketing
  • 12. Selecting a View – You can look at a FrontPage Web site in several different views. Page: Edit a web page Folders: organize files and folders Reports: analyze your web and manage its contents Navigation: design the web site’s structure Hyperlinks: view hyperlinks to and from any page Task: create and manage tasks Web Designing & Internet Marketing
  • 13. Selecting a Mode – Double click the index.htm file in a Web to view a home page. – You are now in Page View. – Click on the HTML tab at the bottom of the screen to view the HTML source code that creates the web page. – Click on Preview tab. This option allows you to view your web pages as if they were displayed in web browser. – Click the Normal tab to return to Normal Mode which allows you to edit the web page. <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <meta http-equiv="Content-Language" content="en-us"> <title>Home Page</title> <meta name="GENERATOR" content="Microsoft FrontPage 4.0"> <meta name="ProgId" content="FrontPage.Editor.Document"> </head> <body> </body> </html> Web Designing & Internet Marketing
  • 14. Front Page Toolbars Title bar Menu bar Standard bar Formatting bar FrontPage is a Microsoft product with Toolbars that look similar to Microsoft Word and other Microsoft programs. Web Designing & Internet Marketing
  • 15. Create a FrontPage Web 1. Open FrontPage 2. Choose File > New > Page or Web. 3. Select Empty Web from the window that appears on the right of the screen. Web Designing & Internet Marketing
  • 16. 4. In the Web Site Templates window select: One Page Web. 5. Click in the Specify the location of the new web box and type the name of the folder for your page: C:My DocumentsMyWebsyournameweb Note: You can save your Web folders anywhere you want by clicking Browse and selecting the new location. 6. Click OK and FrontPage will create a new empty web site. Web Designing & Internet Marketing
  • 17. 7. Click on Folders in the Views pane You can see the folders created for your web.  The images folder is where FrontPage can save the graphics for your pages.  The index.htm file is your first page. The index.html page is the home page for your Web site. It will open first when your Web folder is on a Web server and people go to the Web address (URL). 8. Double click on index.htm to open the blank page. Web Designing & Internet Marketing
  • 18. Give Your Page a Title Set Page Properties 1. Go to File > Properties 2. Select the General tab 3. Type the title of your page in the title box. The title will become the bookmark title and will show at the top of the browser page. Web Designing & Internet Marketing
  • 19. Set Colors & Background • Select the Background tab • Select an image for background or pick a color. • Pick colors for text • Pick colors for hyperlinks. • Use a background from another page. You can select all the colors and the background separately. OR Web Designing & Internet Marketing
  • 20. Select a Theme Click Format > Theme to select from themes like the example below. Apply the Theme to: • All pages or •Selected page(s) This is a quick way to start a Web page with coordinated colors and background. Web Designing & Internet Marketing
  • 21. Save the Page After setting up page properties: • Click the Save button on the Standard toolbar. Remember to save your page frequently as you work. To quickly access Page Properties to make changes: • Right click on the page and select Page Properties Web Designing & Internet Marketing
  • 22. Assignments • Assignment 4: – Create your personal web page using Web Page editors (Hint Page need to be more creative with maximum use of function ex: tables, images, links, color) Web Designing & Internet Marketing
  • 23. Thank you !!! Contact: maheshpanchal.1@gmail.com