Telerik Software Academy HTML Basics.

Slides:



Advertisements
Similar presentations
Web Services – The Tools We Use. HTML Editors Notepad.
Advertisements

Esri International User Conference | San Diego, CA July 14, 2011 Troubleshooting ArcGIS Web APIs (JavaScript, Flex, Silverlight) from a Support Perspective.
Popular Web client and server programs This work is licensed under a Creative Commons Attribution-Noncommercial- Share Alike 3.0 License. Skills: none.
Rowan County Public Library. What Is a Web Browser? A web browser is a software application that allows you to browse the internet, provided that you.
Developing Cross-platform Web Browser Plugins and Extensions Bc. Márius Šajgalík PeWe seminar,
ICT for IGCSE – Syllabus Cambridge IGCSE ® Information and Communication Technology0417.
The tools we need Doncho Minkov Telerik Web Design Course html5course.telerik.com Technical Trainer
HTML 5 Tutorial Chapter 1 Introduction. What is HTML5? HTML5 will be the new standard for HTML, XHTML, and the HTML DOM. The previous version of HTML.
Lecture 18. HTML5 and JavaScript Instructor: Jie Yang Department of Computer Science University of Massachusetts Lowell Exploring the Internet,
JavaScript Development Tools Front-End Development.
ECLIPSE IDE N AME : A SHOK P ADMARAJU C OURSE : T OPICS ON S OFTWARE E NGINEERING I NSTRUCTOR : D R. S ERGIU D ASCALU.
How to make it work? Doncho Minkov Telerik Academy academy.telerik.com Technical Trainer
Web Design Basic Concepts.
Overview of HTML. Three Different Approaches  Text editor like Notepad  HTML editor such as: –KompoZer –DreamWeaver –Microsoft Expression Web –iWeb.
 Using Microsoft Expression Web you can: › Create Web pages and Web sites › Set what you site will look like as you design it › Add text, images, multimedia.
HTML5. What is HTML5? HTML5 will be the new standard for HTML. HTML5 is the next generation of HTML. HTML5 is still a work in progress. However, the major.
Computer Concepts 2014 Chapter 7 The Web and .
Web Site development By: Cesar Torres THE WIX. What is WIX? Wix.com is a website that provides an easy-to-use online platform where you can create and.
JavaScript Basics Course Introduction SoftUni Team Technical Trainers Software University
WaveMaker Visual AJAX Studio 4.0 Training Installation.
Fundamentals SoftUni Welcome to Software University SoftUni Team Technical Trainers Software University
Internet Browsers and Add-ons Popular browsers Browser stats (shown in talk) What a browser does Javascript (shown in talk) * Add-ons * Also see an explanation.
Phaser Basics academy.zariba.com 1. Lecture Content 1.What is Phaser? 2.Why Phaser? 3.Phaser Pros and Cons 4.Phaser Resources 5.Sample Template in WebStorm.
Unleash the Power of jQuery Doncho Minkov Telerik Software Academy academy.telerik.com Senior Technical Trainer
ICT for IGCSE – Syllabus Cambridge IGCSE ® Information and Communication Technology0417.
The tools we need Learning & Development Team Telerik Software Academy.
Discussion on Image Software. Things to Remember Case Sensitivity Different web browsers render the HTML content differently depending on browser (I.E.
Unleash the Power of jQuery Learning & Development Team Telerik Software Academy.
Browser Wars (Click on the logo to see the performance)
SOAP-based Web Services Telerik Software Academy Software Quality Assurance.
Contents : What is Silverlight? Silverlight Overview Silverlight Toolkit Overview Timeline & Packaging Silverlight V1.0 & V1.1 Properties of V1.0 Properties.
Web Technologies Basic Concepts SoftUni Team Web Fundamentals
JS Course Program, Evaluation, Exams, Resources Telerik Software Academy JavaScript Fundamentals.
KAASHIV INFOTECH Presents INTEL XDK For Inplant Training / Internship, please download the "Inplant training registration form" from our website
Web Development Tools Tools for Front-End Developers Writing HTML and CSS Code SoftUni Team Technical Trainers Software University
Course Program, Evaluation, Exams George Georgiev Telerik Software Academy academy.telerik.com Technical Trainer itgeorge.net.
Ionic & Cordova crash course Ivan Varga
Web Scraping with Python and Selenium. What is Web Scraping?  Software technique for extracting info from websites Get information programmatically that.
JavaScript Tools Tools for Writing / Editing / Debugging JavaScript Code Svetlin Nakov Technical Trainer Software University
TypeScript for Alfresco and CMIS Steve Reiner CTO Integrated Semantics.
Course Program, Evaluation, Exams Doncho Minkov Telerik Software Academy academy.telerik.com Senior Technical Trainer
S'n'D Course Program, Evaluation, Exams, Resources Doncho Minkov Telerik Software Academy academy.telerik.com Technical Trainer
The richest experience on the web Web Slices Accelerators Visual Search InPrivate Users Develop, test and debug without leaving the browser Built-in developer.
Course Program, Evaluation, Exams, Resources Svetlin Nakov Telerik Software Academy academy.telerik.com Technical Trainer
Build Cross-Platform Mobile Apps Using Visual Studio A Telerik webinar by Jeffrey T. Fritz March 27, 2014 AND.
JS Course Program, Evaluation, Exams, Resources Doncho Minkov Telerik Software Academy academy.telerik.com Technical Trainer
Build Hybrid Mobile Apps with Ionic, Angular, & Cordova Brian
HTML...CSS...JAVASCRIPT for Higher Computing Science.
Firefox Extensions Mike Takahashi Office of Instructional Development.
Introduction to Silverlight Development Pavel Yosifovich CTO, Matrix Global; Senior Instructor, Hi-Tech College
How to Use Safe Money in Kaspersky? Help Desk Number.
10/18/2017 3:02 AM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
Daniel, Stephen & Thomson
Site Maps and Navigation
Redis and Redis with .NET
Research Suite Product Support
Web Concepts Lesson 2 ITBS2203 E-Commerce for IT.
JavaScript OOP: Course Introduction
Using ASP.NET Master Pages
JavaScript Applications: Course Introduction
JavaScript Applications: Course Introduction
HTML Basics Course Introduction
Promises and Asynchronous Programming
Web Design Tools The tools we need Doncho Minkov Technical Trainer
Apple Safari Customer Support. Apple Safari is well known based on free internet network web browser that was launched by apple inc. it gives a higher.
Cayuse 424 Desktop Readiness.
SEEM4570 Tutorial 1 Android SDK + XCode SDK +
Openreach Application
Overview of HTML.
Web Page Design CIS 300.
Presentation transcript:

Telerik Software Academy HTML Basics

 Coding Tools (IDEs)  Sublime Text  Atom  WebStorm  Visual Studio  Browsers and Browser Tools  Drawing and Slicing Tools 2

Some of the many

 There are many, many coding tools for HTML, CSS and JavaScript  They are cross-platform  Some of the most used are:  Sublime Text 2/3  Atom.io  Jetbrains WebStorm  Microsoft Visual Studio  Eclipse, Aptana, Komodo IDE, Notepad++ 4

 Sublime Text is a sophisticated text editor for code, markup and prose  Free to use with unlimited trial version  Has two versions, currently used  Sublime Text 2  Stable  Less updates  Sublime Text 3  Regular updates  Can crash right-out-of-nowhere  Yet, the better choice 5

 Sublime Text is a text editor with a little ready- to-use functionality  Yet, it is easily customizable  A lot of free plugins (packages)  A package installer and a "store" with free packages at  A ready-to-use portable version for HTML, CSS and JS development can be downloaded at  6

Live Demo

 Atom.io is "A hackable text editor for the 21st Century"  Built with HTML, CSS and JavaScript for development of HTML, CSS and JavaScript  Small and fast  Good set of plugins  Open-source  free to use and extend  From the creators of GitHub 8

Live Demo

 Jetbrains WebStorm is a ready-to-use IDE for JavaScript development  Including web development with HTML and CSS  WebStorm has most of the necessary features for web development  Code highlighting  Code completion  Not that many plugins  WebStorm is a paid software  Yet, JetBrains offer a discount (100%) for students or start-ups 10

Live Demo

 Microsoft Visual Studio is a ready-to-use IDE for web development  Built-in  Code highlighting  Code completion  And more  Visual Studio Ultimate is a not a free software  A free community (or express version) is available for download  Install Web Essentials extension Web EssentialsWeb Essentials 12

Live Demo

 Browsers  Internet Explorer  Google Chrome  Mozilla Firefox  Apple Safari  Opera  Browser Tools  Firebug  WebInspector  WebDeveloper Toolbar  F12 (IE)  Inspect  Console  Bookmarklets 14

Live Demo

 Adobe Photoshop  Adobe Fireworks  Gimp  Paint.NET 16

Questions?

 "Web Design with HTML 5, CSS 3 and JavaScript" Telerik Academy  html5course.telerik.com html5course.telerik.com  Telerik Software Academy  academy.telerik.com academy.telerik.com  Telerik Facebook  facebook.com/TelerikAcademy facebook.com/TelerikAcademy  Telerik Software Academy Forums  forums.academy.telerik.com forums.academy.telerik.com