Inquiring and analyzing options for creating a website

Slides:



Advertisements
Similar presentations
Chapter 1: Introduction. Contents Whats New in Dreamweaver CS4? The Dreamweaver CS4 Interface Setting Up a Site Creating a Web Page Adding Text to Your.
Advertisements

Computers: Tools for an Information Age Writing Your Own Web Page: Using HTML and Web Authoring Tools.
Hyper Text Markup Language.  HTML is a language for describing web pages.  HTML stands for Hyper Text Markup Language  HTML is not a programming language,
ASHIMA KALRA.  WHAT IS HTML WHAT IS HTML  HTML TAGS HTML TAGS  FORMATTING TAGS FORMATTING TAGS.
XP Information Technology Center - KFUPM1 Microsoft Office FrontPage 2003 Creating a Web Site.
Multimedia for the Web: Creating Digital Excitement HTML, XHTML and Web Authoring.
Macromedia Dreamweaver 4 Advanced Level Course. Add Rollovers Rollovers or mouseovers are possibly the most popular effects used in designing Web pages.
Mgt 240 Lecture Website Construction: Software and Language Alternatives March 29, 2005.
Glencoe Digital Communication Tools Create a Web Page with HTML Chapter Contents Lesson 4.1Lesson 4.1 Get Started with HTML (85) Lesson 4.2Lesson 4.2 Format.
4.01B Authoring Languages and Web Authoring Software 4.01 Examine webpage development and design.
XP New Perspectives on Microsoft Access 2002 Tutorial 71 Microsoft Access 2002 Tutorial 7 – Integrating Access With the Web and With Other Programs.
Unit 2, Lesson 5 Website Development Tools AOIT Web Design Copyright © 2008–2012 National Academy Foundation. All rights reserved.
Web Design Software Alyssa Lagimoniere. Adobe Dreamweaver Pros Relatively low-cost price ($99) Produces very "clean" HTML code; easy to transport and.
Basic Web Page Design. Text book: HTML, XHTML, and CSS: Visual QuickStart Guide, Sixth Edition written by Elizabeth Castro. Software: Adobe® Dreamweaver®
Creating a Web Page HTML, FrontPage, Word, Composer.
What is Web Authoring? Web Authoring Tools Use Text Editors HTML Editors Web-based Authoring Tools Integrated Web Authoring Tools 8Basic Understanding.
ES 101. Module MS Front Page Tutorial and Web Hosting.
© Cheltenham Computer Training 2001 Macromedia Dreamweaver 4 - Slide No 1 Macromedia Dreamweaver 4 Advanced Level Course.
INTRODUCTION TO FRONTPAGE. TOPICS TO BE DISCUSSED……….  Introduction Introduction  Features Features  Starting Front Page Starting Front Page  Components.
Web Design ITM 2010 Tutorial 1 Prepared by Wang Shiyu.
Creating a Winning E-Business Second Edition Understanding Web Technologies Chapter 9.
University of Sunderland CDM105 Session 5 Web Authoring Tools The past and present A history of web authoring tools and an overview of Macromedia Dreamweaver.
Introduction to HTML. What is HTML? Hyper Text Markup Language (HTML) is a language for describing web pages. HTML is not a programming language, it is.
XP New Perspectives on The Internet, Sixth Edition— Comprehensive Tutorial 8 1 Creating Effective Web Pages Creating HTML Documents Tutorial 8.
JAOIT 8.  Dreamweaver is a program for creating web pages and managing websites without having to type HTML code.  WYSIWYG – What you see is what you.
HTML Hyper Text Markup Language A simple introduction.
Lecture 2 Building Web Pages 1 Lecture 2  Building Web pages  Languages and programs  HTML - Hyper Text Markup Language  Netscape’s Composer  MicroSoft.
HTML_Generators WB_HTML_Generators. What method are you going to choose to build your web page? MethodWrite Convert Html IssuesHTML HTML Editors Tool.
XP New Perspectives on Microsoft Office FrontPage 2003 Tutorial 1 1 Microsoft Office FrontPage 2003 Tutorial 1 – Creating a Web Site.
Introduction to web development and HTML MGMT 230 LAB.
Louisa Lambregts, Louisa Lambregts
 Computer use language to communicate  A web browser will read these tags and translate it into what you actually see  Viewing Code of ESPN WebsiteESPN.
4.01B Authoring Languages and Web Authoring Software 4.01 Examine webpage development and design.
HTML A brief introduction HTML1. HTML, what is? HTML is a markup language for describing web documents (web pages). HTML stands for Hyper Text Markup.
Presentation On HTML & Podcast Done by: Shamelia Young & Sheriece Williamson.
University of South Asia Course Name: Web Application Prepared By: Md Rezaul Huda Reza
Chapter 8 HTML Editors. Copyright © 2006 Pearson Addison-Wesley. All rights reserved. 8-2 Text Editors Text editors don't have word processing features.
HTML HYPER TEXT MARKUP LANGUAGE. INTRODUCTION Normal text” surrounded by bracketed tags that tell browsers how to display web pages Pages end with “.htm”
HTML Hyper Text Markup Language. The Basics u HTML documents contain “tags” which instruct the Browser software on how to present the information within.
Introduction to HTML Simple facts yet crucial to beginning of study in fundamentals of web page design!
HTML-I Basic HTML Elements. HTML (Hyper Text Markup Language) HTML is a document layout and hyperlink- specification language. i.e. a language used to.
Learning Aim C.  Creating web pages involves many considerations.  In this section we will look at the different software tools you can use and how.
Basic Web Page Design. Text book: HTML, XHTML, and CSS: Visual QuickStart Guide, Sixth Edition written by Elizabeth Castro. Software: Adobe® Dreamweaver®
WEB DESIGN CONCEPTS Brayden Burr. UNDERSTANDING THE CONTENT.
Web Basics: HTML/CSS/JavaScript What are they?
Objective % Select and utilize tools to design and develop websites.
Section 4.1 Section 4.2 Format HTML tags Identify HTML guidelines
Creating Dynamic Web Pages with FrontPage Barry Sosinsky Valda Hilley
Introduction and Principles
Where to Start When Re-Designing a Webpage
Unit 2, Lesson 5 Website Development Tools
Objective % Select and utilize tools to design and develop websites.
INTRODUCTION TO HTML5.
Using Access and the Web
Microsoft Office Illustrated
Section 10.1 YOU WILL LEARN TO… Define scripting
Unit 2, Lesson 5 Website Development Tools
APTECH JANAKPURI INSTITUTE PROVIDING WEB DESIGNING COURSES Address:- J-1,2nd Floor, Opp Metro Pillar No – 559, Janakpuri East, Delhi /42.
Creating a Successful Web Presence
Web Page Development Tools
HTML HYPERTEXT MARKUP LANGUAGE.
Starting to develop a website
Lesson 9: GUI HTML Editors and Mobile Web Sites
Introduction to HTML Simple facts yet crucial to beginning of study in fundamentals of web page design!
Web Page Development Tools
Exercise 9 Skills You create and use styles to create formatting rules that can easily by applied to other pages in the Web site. You can create internal.
Tutorial 7 – Integrating Access With the Web and With Other Programs
WEB DESIGNING THROUGH HTML
4.00 Apply procedures to add content by using Dreamweaver. (22%)
Presentation transcript:

Inquiring and analyzing options for creating a website Shriya batra

What is html? Hyper Text Markup Language or HTML is the standard markup language for creating web pages. HTML elements are building blocks of html pages, they are represented by tags. Tags label pieces of content such as “paragraph”, “table”, “heading” for example. The content of the page is displayed by the browsers not the tags.

HTML Disadvantages: Advantages: Features of modern websites cannot be achieved using html, web developers need to learn languages such as JavaScript or ASP Html isn’t aesthetically pleasing, CSS(cascading style sheets) handles the presentation of the web pages. Sometimes some browsers show differences in the web pages, the elements are missing because the tags associated with them are not implemented with the browser of your choice and gets ignored. Advantages: Supported on most if not all browsers Established, used on majority of websites and wildly used Easier and more basic in use compared to other programs like Dreamweaver Free, no need to buy any software For novice programmers much more easier to learn and code Loose syntax (within boundaries otherwise will not comply with standards)

DREAMWEAVER A web page developing program created by Adobe systems creating website using CSS,HTML and other web programming languages. Unlink HTML it already has 'pre-made' elements that can be dragged to assemble a functional website making it less confusing and leaving room for less failure.

Dreamweaver Advantages: Disadvantages: It isn’t free, while many others are free tutorials offer very minimum information, while toolbars are loaded with options causes confusion and unclarity. To be an expert, we need to buy a time consuming guide. Adobe releases a new version of Dreamweaver every 2-3 years, with new features and that makes it harder to operate. while writing code in notepad doesn’t take while Dreamweaver takes 1.8 GB of hard drive space. Advantages: Integrated with other adobe softwares makes it easier to transition and use along with photoshop also supports third party file extensions. There is a live preview window available displaying the real site that your codes will display.Thu, we can see the changes make while editing the codes. live preview allows users to insert videos,script,text and images in the website in making without writing any lines of code.

Front page Is a website publishing program released by Microsoft and part of from 1997 to 2003 was the last time its updated version came out,an html editor helps in maintaining,designing and building websites.Frontpage extensions allows it to directly communicate with the server, also has a tutorial center with helpful videos.

FrontPage Disadvantages: Advantages: Easy to understand and use Has code and design preview of the website design side by side Interactive buttons make web graphics easier for navigation and coding Autocompletion an option Disadvantages: Outdated and unpopular Creates very large files,uses a lot of space Not all web browsers are familiar with FrontPage and its extensions

CONCLUSION: My choice To conclude, I choose after researching the 3 option by inquiring and analyzing and discussing the advantages and disadvantages- I choose Dreamweaver, reasons as follows: A more advanced and updated program Aesthetically pleasing More options in terms of how I can make my website The preview of the design and codes helps me make less errors and have a better insight of my actual web design 'pre-made' codes help me save time and I can also use softwares like photoshop easily