913.888.0772 | imodules.com Best Practices in Content Management Craig Juneau / Web Designer.

Slides:



Advertisements
Similar presentations
HTML Tags and Their Functions
Advertisements

Table, List, Blocks, Inline Style
Cascading Style Sheets
MIS 425 Lecture 2 – HTML Navigation, Colors, tables and Styles Instructor: Martin Neuhard
Images, Tables, lists, blocks, layout, forms, iframes
CONCEPTS FOR FLUID LAYOUT Web Page Layout. Website Layouts Most websites have organized their content in multiple columns (formatted like a magazine or.
XP 1 Designing a Web Site with Frames Using Frames to Display Multiple Web Pages Tutorial 5.
XP New Perspectives on Microsoft Office FrontPage 2003 Tutorial 9 1 Microsoft Office FrontPage 2003 Tutorial 9 – Using Layout Tables, Styles, and Office.
The Power of Tables They aren't just for sitting stuff on anymore...
Create a Web Site with Frames
XP Tutorial 5New Perspectives on HTML, XHTML, and DHTML, Comprehensive 1 Designing a Web Site with Frames Using Frames to Display Multiple Web Pages Tutorial.
| imodules.com Building Time-Saving Templates Presented by Chris Smith, Design Services Team Lead.
| imodules.com Building Time-Saving Templates Presented by Chris Smith, Design Services Team Lead.
© 2005 ComputerPREP, Inc. All rights reserved. HTML 4.0 and Web Page Design Module I.
LEARN THE QUICK AND EASY WAY! VISUAL QUICKSTART GUIDE HTML and CSS 8th Edition Chapter 12: Building Responsive Webpages.
Organizing Content by Using Dreamweaver CS5 Domain 5.
HTML & CSS A brief introduction. OUTLINE 1.What is HTML? 2.What is CSS? 3.How are they used together? 4.Troubleshooting/Common problems 5.More resources.
Tutorial 6 Creating Tables and CSS Layouts. Objectives Session 6.1 – Create a data table to display and organize data – Modify table properties and layout.
Creating A Simple Web Page. Step 1- Open Dreamweaver & Create A New Page (File New) and blank.
Working with Cascading Style Sheets. Introducing Cascading Style Sheets Style sheets are files or forms that describe the layout and appearance of a document.
Tutorial 4: Using CSS for Page Layout. 2 Objectives Session 4.1 Explore CSS layout Compare types of floating layouts Examine code for CSS layouts View.
Eat Your Words! Creating webpage Layout. CONTENT The Layout of a Webpage HEADER FOOTER Each of these sections represents a ‘div’ (or divider). By linking.
Using Styles and Style Sheets for Design
XP Using Frames in a Web Site Ali Alfayly. XP Tutorial Objectives Create frames for a Web site Control the appearance and placement of frames Control.
Learning HTML. HTML Attributes HTML elements can have attributes Attributes provide additional information about an element Class – specifies a class.
CONCEPTS FOR FLUID LAYOUT Web Page Layout. Website Layouts Most websites have organized their content in multiple columns (formatted like a magazine or.
11 HTML5 sharing St Bonaventure College & High School 31 May 2012.
Copyright © 2013 MyGraphicsLab / Pearson Education STRUCTURE AND HTML TAGS MyGraphicsLab: Adobe Dreamweaver CS6 ACA Certification Preparation for Web Communication.
Cascading Style Sheets CSS by Pavlovic Nenad by. 2Cascading Style Sheets Presentation Contents What are CSS? What are CSS? History of CSS History of CSS.
 Word doc for you to download › Link at the beginning of class › 10 Questions › Answers to be added inline  Post to Sakai when completed › No resubmits.
 Remember that HTML is just text  Need to point to pictures  Use the img tag  alt: › screen reader › REQUIRED for this class and to validate.
Wikis. Some resources  What is a wiki:  How do you make a PBWorks account:
The Language of the Internet. HTML5 Hypertext Markup Language- Fifth iteration Used to create documents containing text, images, and hyperlinks Has Grammar.
Html Tables Basic Table Markup. How Tables are Used For Data Display Tables were originally designed to display and organize tabular data (charts, statistics,
Lecture 2 - HTML and CSS Review SFDV3011 – Advanced Web Development 1.
Creating Web Pages Chapter 5 Learn how to… Identify Web page creation strategies. Define HTML Web page elements. Describe the principles of good screen.
Professor Waterman Cascading Style Sheets (CSS) is a language that works with HTML documents to define the way content is presented. The presentation.
CSS Float Property Keyword: Flow. CSS Float: Positioning Property Purpose: Push a block-level element to the left or right, taking it out of the flow.
| imodules.com Best Practices in Content Management Craig Juneau / Web Designer.
Table (TABLE) Contains TABLE ROWS (TR) Contains TABLE DATA (TD) Data can contain anything › Text › Lists › Other tables › Pictures › …
Use CSS to Implement a Reusable Design Selecting a Dreamweaver CSS Starter Layout is the easiest way to create a page with a CSS layout You can access.
| imodules.com HTML Best Practices: The Key to a Successful Starts with the Template Presented by Chris Smith, Manager of Design.
DIV, Span, CSS.
Course created by Sarah Phillips BBCD Melbourne BAPDCOM Version 1 – April 2013.
1 HTML Frames
Layout with Styles Castro Chapter 11. Tables vs. CSS You can produce “liquid layouts” (layouts that stretch as the browser is resized) using tables or.
Interface Design 2 Week 7. Interface Design 2 :: Week 7 :: Calendar.
Positioning Objects with CSS and Tables
| imodules.com How to Use Encompass like an iModules Designer Presented by Craig Juneau, Erin Messel & John Stringer iModules Design Team.
1 HTML Frames
- WE’LL LOOK AT THE POSITION PROPERTY AND HOW CSS RESOLVES CONFLICTS BETWEEN STYLING INSTRUCTIONS The position property; CSS specificity hierarchy.
NASRULLAHIBA.  It is time to take your web designing skills to the next level with Cascading Style Sheets (CSS). They are a way to control the look and.
 Add one element at a time  If it doesn’t do what you want, › Delete it › DON’T just keep piling on more items.
Web Design Principles 5 th Edition Chapter 3 Writing HTML for the Modern Web.
HTML LAYOUTS. CONTENTS Layouts Example Layout Using Element Example Using Table Example Output Summary Exercise.
CONCEPTS FOR FLUID LAYOUT Web Page Layout. Essential Questions What challenges do mobile devices present to Web designers? What are the basic concepts.
Working with Cascading Style Sheets
Concepts for fluid layout
Positioning Objects with CSS and Tables
HTML cont’d Keywords and Tables
IBM Kenexa BrassRing on Cloud Responsive Apply: Visual Branding Tool
Styles and the Box Model
Fixed Positioning.
Floating and Positioning
CSS.
CS3220 Web and Internet Programming Introduction to Bootstrap
HTML / CSS Mai Moustafa Senior Web Designer eSpace eSpace.
Lesson 5: HTML Tables.
Concepts for fluid layout
Positioning Objects with CSS and Tables
Presentation transcript:

| imodules.com Best Practices in Content Management Craig Juneau / Web Designer

Topics to be Discussed Be F L E X I B L E. Tables are OUT, right? Mobile Ready Content Block. Making the WYSIWYG work for you. Adding Video. Coming soon!

Be F L E X I B L E.

We now live in a world where our content needs to work on a wide array of devices. It needs to be flexible.

What exactly is Flexible Content and why is it important? Flexible Device agnostic. It doesn’t matter what device it’s being viewed on, it still needs to be presentable! Content ALL pictures, text, links and multimedia that come together and provide your web site with substance and value. Importance If the content appears to be broken, it’s unprofessional and makes the user experience unpleasant and frustrating.

Tables are OUT, right?

Yes, but not in ALL instances. Tables were designed for tabular data, or content that would be better laid out for analysis in an excel spreadsheet. Example >Example > Tables can be extremely rigid when using a pixel width to set parameters. Tables create a TON of markup. What’s the alternative to tables? Mobile Ready Content Blocks!

Mobile Ready Content Block

Tables vs. Mobile Ready Content Block (Divs)

Mobile Ready Content Block 1.Developed as an alternative to TABLES and to accommodate the growing popularity of Mobile/Hybrid web sites. 2.Utilizes a combination of HTML/CSS that is predefined and available to everyone. 3.No markup! 4.Can reduce the total number of templates.

Mobile Ready Content Block

You have options. What kind of layout do you want?

Mobile Ready Content Block (3 Columns)

Mobile Ready Content Block (3 Columns + Stacked)

Remember Code Snippets?

1.Still supported. 2.Mobile Ready Content Blocks = Version Same CSS/HTML as code snippets.

Making the WYSIWYG work for you!

Image Manager Paste from Word Strip Formatting Styling with Headers

Image Manager

Image Manager Options 1.Resize 2.Crop 3.Borders 4.Margin 5.Rotate 6.More …

Crop Images

Finding the Image Size 1.Right Click 2.View Image Info

Finding the Image Size

Making the WYSIWYG work for you! Image Manager Paste from Word Styling with Headers Strip Formatting

Paste from Word

Most of the HTML formatting is still usable. It beats writing everything in the WYSIWYG editor (Logouts). Notepad/Simple Text will wipe it clean of all formatting.

Making the WYSIWYG work for you! Image Manager Paste from Word Strip Formatting Styling with Headers

Strip Formatting

Strip Formatting Options Strip All Formatting Removes ALL formatting and leaves you with bare content. Strip CSS Formatting Removes all inline CSS with the exception of “font” related CSS. Strip Font Elements Removes ALL inline styling for text as well as tags. Strip Span Elements Removes ALL tag elements. Strip Word Formatting Removes all of “Words” strange styling and leaves you with clean HTML. Who knew!

Making the WYSIWYG work for you! Image Manager Paste from Word Strip Formatting Styling with Headers

Header Styling

Header Styling Options Important to use headers since they have been predefined to use your institutions style guide. Normal = Header 1 = Header 2 = Header 3 = Header 4 = Header 5 = The others you will probably never use.

Be Conservative with the Tag 1.Sometimes necessary, but if overused they can junk up the HTML. 2.By default, span tags overwrite the global styling of the external CSS.

Adding Video

Coming Soon!

Blue/Green Area Identification

| imodules.com Questions?