Lecture 1.6
Lecture 1.6
2. The course will focus on jQuery, libraries and different frameworks for frontend
development.
3. The course will focus on Server-Side Scripting languages, hosting of web pages
and concepts of digital marketing.
Web Development Fundamentals : Course Objective
• Notepad (Windows) and TextEdit (Mac), simple common editors are used for creating web
pages specially for beginners. However, it forces to type each HTML tag in full.
• Types of Editors:
4
Textual Editors
• These are text-based editors where developers can write their code and compile them.
• The code appears in the same manner we write it, thus it requires basic knowledge of
HTML.
• Some text editors allow editing of the markup tags in more organized and with good visuals
like color highlighting.
• Some of these editors also provide features of making a project, managing all the files
related to the web, etc.
• Examples of HTML Text editors :- Notepad++, Atom, Sublime Text.
5
Notepad++
• Notepad++ is a free, open-source, multi-
language code editor which was initially
developed for Windows based computers.
• It is written in C++.
• Since it is an open-source code editor, it
is extendable and the users can add
functionalities as per their needs or add
plugins from different communities.
6
Sublime Text
• Sublime Text is a shareware cross-platform
source code editor with a python
application programming interface (API).
• It is packed with more advanced tools that
help in providing optimal performance
across operating systems.
• The most recent version also supports JSX
features of JavaScript, along with many
other programming languages.
9
Dreamweaver
• Adobe Dreamweaver is a powerful program for
designing and building websites.
• Developed by Adobe Inc. However, it is a
closed-source software and works well only
within an Adobe ecosystem.
• It has proven to be an important tool in the
domain of web-designing using the aesthetic
cloud libraries of Adobe promoting colors,
graphics, layers, etc.
10
Dreamweaver
11
Microsoft Visual Studio
• Visual Studio Code was developed by Microsoft
as a multi-platform and multi-language software.
13
THANK YOU