We will focus on two areas: A look at HTML5 advancements, and how Adobe supports HTML5 with a focus on mobile development.

Similar documents
Mobile App Design for Academics and Business

Web Designing with UI Designing

Study on Parallax Scrolling Web Page Conversion Module

Using HTML5 Pack for ADOBE ILLUSTRATOR CS5

CLASSROOM WEB DESIGNING COURSE

HTML5 & Digital Signage

Article. One for All Apps in HTML5

Web. Programming. Hans- Pe0er Halvorsen, M.Sc. h0p://home.hit.no/~hansha/?page=sojware_development

ACE: Dreamweaver CC Exam Guide

ADOBE DREAMWEAVER CS3 DESIGN, DEVELOP, AND MAINTAIN STANDARDS-BASED WEBSITES AND APPLICATIONS

Homework 3: Component & Interface Design

An Overview of HTML5 and Deciding When to Use It. Robby Robson, Ph.D. & Heather L. Jones, MCT Eduworks

Programming exercises (Assignments)

Release: 1. ICAWEB414A Design simple web page layouts

Issues of Hybrid Mobile Application Development with PhoneGap: a Case Study of Insurance Mobile Application

Building Responsive Websites with the Bootstrap 3 Framework

Adobe Experience Manager Apps

Web App Development Session 1 - Getting Started. Presented by Charles Armour and Ryan Knee for Coder Dojo Pensacola

Mobile Website Design for Libraries

Copyright 2011 Center for Innovation in Teaching and Research 1

SPLIT BLOCK FINAL Web Design

All About Android WHAT IS ANDROID?

Fusesix. Design Programming Development Marketing. Fusesix Web Services South Carolina, USA. Phone:

Going Beyond SAP ITS Mobile Apps to a Responsive Design Mobile Apps. JK (JayaKumar Pedapudi) Principal Consultant NTT DATA, Inc.

How To Develop An Html5 Based Mobile App

HYBRID APPLICATION DEVELOPMENT IN PHONEGAP USING UI TOOLKITS

Responsive Web Design for Teachers. Exercise: Building a Responsive Page with the Fluid Grid Layout Feature

Designing The User Experience AIGA Design Camp

HTML5: Separating Fact and Fiction. #wipjam

Lesson Overview. Getting Started. The Internet WWW

Adobe Dreamweaver CS6

Product description version

Web Development I & II*

Adobe Creative Suite 5.5 Web Premium

Elective Type: FA/G. Credit Hours: 3 Corequisites: Developmental: (yes/no) No. Lecture: 2 Clinical: 0. Studio 2 Other: 0 TOTAL: 4 Other Requirements:

Application Note. Building a Website Using Dreamweaver without Programming. Nan Xia. MSU ECE 480 Team 5

Responsive Web Design. birds of feather

Adobe Dreamweaver Exam Objectives

Graphic/Web Design Software Certificates

max firt.mobi martes 26 de julio de 11

Magento 1.4 Themes Design

Web Design Specialist

INTERNET PROGRAMMING AND DEVELOPMENT AEC LEA.BN Course Descriptions & Outcome Competency

Etanova Enterprise Solutions

Customising Your Mobile Payment Pages

WompMobile Technical FAQ

Dreamweaver Domain 2: Planning Site Design and Page Layout

Bridging the Gap: from a Web App to a Mobile Device App

Retool your HTML/JavaScript to go Mobile

Cross-Platform Tools

Web Design Contract. Summary: What do both parties agree to do? Date: [date] Between us [company name] and you [customer name]

CHOOSING THE RIGHT HTML5 FRAMEWORK To Build Your Mobile Web Application

HTML5 as the Core Technology of the Mobile Enterprise

CROSS PLATFORM APP A COMPARATIVE STUDY

Web Browser. Fetches/displays documents from web servers. Mosaic 1993

Cross-Platform Phone Apps & Sites with jquery Mobile

HTML5 DESIGNING RICH INTERNET APPLICATIONS MATTHEW DAVID

Choosing a Mobile Strategy for Your Business

Building a Simple Mobile optimized Web App/Site Using the jquery Mobile Framework

Brightspace Platform Requirements. May Desire2Learn Incorporated 151 Charles Street West, Suite 400, Kitchener, Ontario N2G 1H6 Canada

Course Information Course Number: IWT 1229 Course Name: Web Development and Design Foundation

Internet Technologies_1. Doc. Ing. František Huňka, CSc.

separate the content technology display or delivery technology

MAGENTO THEME SHOE STORE

Lecture 4 Cross-Platform Development. <lecturer, date>

Web Development. Owen Sacco. ICS2205/ICS2230 Web Intelligence

Trends in Developing and Publishing Content: How HTML5 and Mobile Change the Game

Quick Start Guide Mobile Entrée 4

RESPONSIVE DESIGN FOR MOBILE RENDERING

Syllabus INFO-UB Design and Development of Web and Mobile Applications (Especially for Start Ups)

Best practices building multi-platform apps. John Hasthorpe & Josh Venman

Why? Mobile. 0Your content is no more than 3 taps away from Angry Birds. 0 Many people access your website via smartphones and other mobile devices

HOW Interactive Design Conference 2013

CiviMobile & CiviSync Mobile. Peter McAndrew Rohit Thakral

Artisteer. User Manual

Developing And Marketing Mobile Applications. Presented by: Leesha Roberts, Senior Instructor, Center for Education Programmes, UTT

Web Development. How the Web Works 3/3/2015. Clients / Server

Articles 742b: Networks & Transactions Spring 2014 Green Hall, Room 209/210 Tuesdays 1:30 5:30

Introduction to Dreamweaver

Building Web Applications

Transitioning Computer Courseware to Mobile Web Apps

Beginning Android Web

38 Essential Website Redesign Terms You Need to Know

HTML5 the new. standard for Interactive Web

Learning HTML5 Game Programming

HTML5 Standard Banner

Outline. CIW Web Design Specialist. Course Content

Ultimate Server Client Software

Request for Proposal. Organizational Background:

Syllabus INFO-GB Design and Development of Web and Mobile Applications (Especially for Start Ups)

GUIDE TO CODE KILLER RESPONSIVE S

Merchandising with Adobe Digital Publishing Suite

COURSE OUTLINE FACULTY OF INFORMATION AND COMMUNICATION TECHNOLOGY UNIVERSITI TEKNIKAL MALAYSIA MELAKA

Platform Independent Mobile Application Development

Mobile Learning Basics + (Free) Mobile Learning Guide. Jason Haag and Marcus Birtwhistle

Development of mobile applications for multiple platforms

ITP 101 Project 3 - Dreamweaver

THE LARGEST ENTERPRISE MOBILITY MANAGEMENT PROVIDER IN THE WOLRD

SyncDog Enterprise Mobility: The Big Data Answer for BYOD

THE SAS OUTPUT DELIVERY SYSTEM: BOLDLY TAKE YOUR WEB PAGES WHERE THEY HAVE NEVER GONE BEFORE! CHEVELL PARKER, SAS INSTITUTE INC.

Transcription:

1

We will focus on two areas: A look at HTML5 advancements, and how Adobe supports HTML5 with a focus on mobile development.

The media has generally lumped several technologies together under the singular term "HTML5. But at a high level, three separate technologies work closely together to define Web experiences in today s modern browsers. Hypertext Markup Language, or HTML, defines the structure and content for a web page. Cascading style sheets, or CSS, defines how HTML content will actually be presented within the browser. JavaScript is one of the most important languages used in web development. Lightweight and event- driven, its role is to provide access to different elements of the page so that they can be removed or updated. It can also create new elements, change the style of exis ng elements, or extract informa on from them.

HTML5 introduces seman c markup tags. Seman c tags allow you to structure your HTML content so that the document structure provides seman cs, or meaning, to the content. This includes the <ar cle>, <sec on>, <header>, <footer>, <aside>, <nav>, and <figure> tags, which are used to create self- describing HTML documents. These allow you to denote which parts of the HTML document are for naviga on, which are for layout, and which pieces of the document contain meaningful or related content. Adobe Dreamweaver CS5.5 supports these new tags through code hin ng as well as two new HTML5 layouts where we can explore and experiment. Let s take a look.

CSS3 defines new features allowing for a richer presenta on of content within HTML. You can create rounded corners, drop shadows, gradients, changes in opacity; apply transforma ons, transi ons, and much more. The latest versions of the major desktop browsers (Internet Explorer, Chrome, Firefox, Safari, Opera) support the majority of these features. CSS3 is also supported by most of the latest smartphone opera ng systems. This includes the default web browsers for ios, Android, BlackBerry, and even the latest genera on of Windows devices. I strongly recommend visi ng theexpressiveweb.com which highlights many of the exci ng new CSS3 features and provides data on browser support. And, of course, Adobe Dreamweaver CS5.5 fully supports CSS3.

Another notable addi on with CSS3 is the support of media queries. Using media queries, web pages can have a varied presenta on on a range of screens or devices. You can create external style sheets that are applied based upon the dimensions of the screen where content is being viewed be a desktop, tablet, or smartphone.

Adobe Edge is available as a public preview for web mo on and interac on design. Typography on the web has taken a huge step forward with broad browser support for CSS3 Web Fonts and hosted web font service like Typekit which Adobe recently acquired.

Adobe is also ac vely involved with the W3C CSS Working Group where we are driving further innova ons such as CSS Regions and Exclusions which support complex layouts typically found in magazines. And CSS Shaders to provide animated visual effects to HTML content.

Along with HTML and CSS, knowledge of JavaScript is a key skill that anyone involved in building websites should acquire. Though JavaScript has a reputa on for being difficult, it has become easier to use thanks to code libraries such as jquery. Adobe Dreamweaver CS5.5 has full code hin ng for jquery which is great for crea ng interac ve websites designed for desktop users. However, a recent Gartner study indicates that within the next two years more people will be visi ng websites on a phone or tablet instead of using a tradi onal computer, with an es mated 1.82 billion mobile devices in use by 2013.

In response the jquery community has been working on a framework called jquery Mobile to develop highly branded and customized web applica ons that will work on all popular smartphone and tablet pla orms. Adobe Dreamweaver CS5.5 supports jquery Mobile through code hin ng, the ability to insert and easily edit jquery Mobile components, and even kick start a mobile project with a starter layout.

Adobe Dreamweaver CS5.5 also provides direct integra on with PhoneGap which will take a mobile site you developed with jquery Mobile and compile it into a na ve ios or Android applica on. You can then test on your device and ul mately publish to the Apple App Store or Android Marketplace. This process is greatly simplified with the new PhoneGap Build which compiles your mobile site in the cloud. And we expect even be er integra on now with Adobe s recent acquisi on of Nitobi, the creator of PhoneGap and PhoneGap Build.