1 Company Confidential Skin a Complete DotNetNuke Website Using HTML5 and CSS3 in One Hour Amelia Marschall Partner & Creative Director.

Slides:



Advertisements
Similar presentations
MA foundation Creating webpages using XHTML (part 1) Simon Mahony CCH
Advertisements

HTML Basics Customizing your site using the basics of HTML.
What is HTML5…?. ”…removes the need for plugins” ”…can handle multimedia directly” ”…enables rich, interactive clients” ”…enables advanced visual designs”
HTML. The World Wide Web Protocols Addresses HTML.
Ideas to Layout Beginning web layout using Cascading Style Sheets (CSS). Basic ideas, practices, tools and resources for designing a tableless web site.
MIS 425 Lecture 2 – HTML Navigation, Colors, tables and Styles Instructor: Martin Neuhard
HTML5 An Evolutionary. About HTML5 Most of HTML 4.01 has survived in HTML5 Not supported by all browsers, but can start using the structure now Ready.
Tutorial 4: Creating page layout with css
HTML5 new elements. The tag specifies independent, self- contained content. An article should make sense on its own and it should be possible to distribute.
HTML 5. What is HTML5? HTML5 will be the new standard for HTML, XHTML, and the HTML DOM. The previous version of HTML came in The web has changed.
Neal Stublen A Basic Template  HTML doctype Much simpler than HTML4/XHTML  Title and meta content Again simpler than “Content-Type”
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.
Tutorial 9 Working with XHTML
XHTML1 Tables and Lists. XHTML2 Objectives In this chapter, you will: Create basic tables Structure tables Format tables Create lists.
17-Jun-15 XHTML 2 What is XHTML? XHTML stands for Extensible Hypertext Markup Language XHTML is aimed to replace HTML.
Tutorial 9 Working with XHTML. XP Objectives Describe the history and theory of XHTML Understand the rules for creating valid XHTML documents Apply a.
Lecture 18. HTML5 and JavaScript Instructor: Jie Yang Department of Computer Science University of Massachusetts Lowell Exploring the Internet,
HTML Elements. HTML documents are defined by HTML elements.
Chapter 14 Introduction to HTML
HTML Notes Chapters 1--6 Codes used in creating HTML documents are called tags. Tags are always enclosed in left ( ) angle brackets. Tags can be upper.
CNIT 133 Interactive Web Pags – JavaScript and AJAX Review HTML5.
TUTORIAL 8: Enhancing a Web Site with Advanced CSS
Tutorial 1: Getting Started with HTML5
IMAGES Controlling size of images in CSS Aligning images in CSS Adding background images.
Structure Content Presentation Semantics.
Presenter: PhuongNQK. Goals Introduce HTML5 basics with some cool demos.
Creating A Simple Web Page. Step 1- Open Dreamweaver & Create A New Page (File New) and blank.
Week 1.  Phillip Chee   Ext.1214 
Lesson 4: Using HTML5 Markup.  The distinguishing characteristics of HTML5 syntax  The new HTML5 sectioning elements  Adding support for HTML5 elements.
18 People Surveyed HTML (HyperText Markup Language) HTML “tags” Describes structure Building blocks Headings, paragraphs, lists, links, images, quotes,
Title, meta, link, script.  The title looks like:  The tag defines the title of the document in the browser toolbar.  It also: ◦ Provides a title for.
HTML Advanced: HTML 5. Introduction to HTML 5 These slides are based on source material found at the w3schools.com website.
HTML5 Sections Old structuring elements –body, div, address, blockquote –headings: h1, h2, h3, … –ul, ol, table New structuring elements –header, footer,
Computer Information Technology – Section 3-4. HTML – The Language of the Internet Objectives: The Student will: 1. Look at HTML 2. Understand the basic.
Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 7 TH EDITION Chapter 6 Key Concepts 1 Copyright © Terry Felke-Morris.
INTRODUCTION TO HTML5 Semantic Layout in HTML5.  The new semantic layout in HTML5 refers to a new class of elements that is designed to help you understand.
Tags, ID’s and Classes. Xhtml tags There are many tags to use so the CSS can talk to the webpage:
>> HTML: Structure Elements. Elements in HTML are either Inline or Block. Block-level Elements – Begins on a new line – Occupy the whole width – Stacks.
1 Web Application Programming Presented by: Mehwish Shafiq.
MTA EXAM HTML5 Application Development Fundamentals.
HTML.
Project 6: Kayaking HTML5 Site
Cascading Style Sheets CSS. Source W3Schools
Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 Chapter 6 Key Concepts 1 Copyright © Terry Felke-Morris.
Internet Technology Dr Jing LU Updated Dr Violet Snell / Dr Kalin Penev 1 Internet Technology (week 6)  Recap: Validating HTML  Page Layout.
Basic HTML Document Structure. Slide 2 Goals (XHTML HTML5) XHTML Separate document structure and content from document formatting HTML 5 Create a formal.
1111 Master Pages Beginning ASP.NET in C# and VB Chapter 6.
INT222 – Internet Fundamentals
Tutorial 9 Working with XHTML. XP Objectives Describe the history and theory of XHTML Understand the rules for creating valid XHTML documents Apply a.
1 Company Confidential Need a Mobile DotNetNuke Site? Get One the Quick and Easy Way Using CSS Media Queries Amelia Marschall Partner & Creative Director.
INT222 – Internet Fundamentals Week 8: Using New HTML features 1.
HTML5 Requirement Driven Design David Tarrant Electronics and Computer Science.
INTRODUCTION ABOUT DIV Most websites have put their content in multiple columns. Multiple columns are created by using or elements. The div element is.
Web Basics: HTML/CSS/JavaScript What are they?
Web Development & Design Foundations with HTML5 7th Edition
10 - High Points CSCI Introduction to Web Development and Design
Introduction to HTML5.
HTML 5 Tutorial Chapter 1 Introduction.
Web Development & Design Foundations with HTML5 8th Edition
Basic HTML Document Structure
Introduction to HTML5.
Laying out a website using CSS and HTML
Browser Support for HTML5
Web Development & Design Foundations with HTML5 8th Edition
HTML 5 Training HTML 5 SYMANTICS [Notes to trainer:
Ground to Roof HTML/HTML5
Introduction to HTML5.
HTML 5 SEMANTIC ELEMENTS.
Giuseppe Attardi Università di Pisa
Introduction to HTML5.
Presentation transcript:

1 Company Confidential Skin a Complete DotNetNuke Website Using HTML5 and CSS3 in One Hour Amelia Marschall Partner & Creative Director

2 Company Confidential HTML5 Basic Principles  Support existing content: If it’s not broke, don’t fix it  Less strict than XHTML  But some outdated elements cannot be used: Frames, font tag, center, big, blink (presentation items)  Added APIs and data storage for non-proprietary web apps

3 Company Confidential 3 Skinning with HTML5

4 Company Confidential HTML5 Doctype Skin.doctype.xml: ]]> That’s it!

5 Company Confidential New HTML Elements

6 Company Confidential Internet Explorer Fix IE needs this javascript to recognize the new elements: Available here: from remysharp.com remysharp.com Add to CSS so all browsers render elements as block-level: section, header, nav, article, aside, footer { display: block; }

7 Company Confidential The Site

8 Company Confidential 8 Styling with CSS3

9 Company Confidential Fun Sites  html5readiness.com html5readiness.com  beercamp.com/2010 beercamp.com/2010  2011.beercamp.com 2011.beercamp.com  useragentman.com/tests/cssSandpaper/cube3.html useragentman.com/tests/cssSandpaper/cube3.html

10 Company Confidential Questions? View the demo: Amelia Marschall Partner & Creative