Drboots presents. Web 101 Utility links | Join SWIFT | Pylons Navigation links Some place Another place Links Nothinghere Content goes here This is content…seriously.

Slides:



Advertisements
Similar presentations
HTML Basics Customizing your site using the basics of HTML.
Advertisements

KompoZer. This is what KompoZer will look like with a blank document open. As you can see, there are a lot of icons for beginning users. But don't be.
Cascading Style Sheets
CSS CSS Precise Aesthetic Control. Cascading Style Sheets Though they can be put in HTML header, usually a separate page that the HTML links to Contains.
Very quick intro HTML and CSS. Sample html A Web Title.
End User Computing An Introduction to CSS Sujana Jyothi Research Lab1, Callan Building, Department of Computer Science
Advance CSS (Menu and Layout) Miftahul Huda. CSS Navigation MENU It's truly remarkable what can be achieved through CSS, especially with navigation menus.
HTML for Beginners & JavaScript Magic - Step By Step - Thrandur Arnthorsson thrandur.net.
Diliev.com & pLOVEdiv.com  DIliev.com.
Class four: the box model and positioning. is an HTML tag which allows you to create an element out of inline text. It doesn’t mean anything! try it:
Unit 20 - Client Side Customisation of Web Pages
Web Design with Cascading Style Sheet Lan Vu. Overview Introduction to CSS Designing CSS Using Visual Studio to create CSS Using template for web design.
Tutorial 4: Creating page layout with css
HTML for Beginners An IEEE/ACM Presentation given by Hamilton Turner.
dmfd. Digital Media: Communication and DesignF2007 Comments Evaluation in my.itu  to  ITU takes into consideration the issues.
The Power of Tables They aren't just for sitting stuff on anymore...
Cascading Style Sheet (CSS) Instructor: Dr. Fang (Daisy) Tang
Web Page Creation Part II ST: Introduction to Web Interface Design Prof. Angela Guercio.
HTML. Goals How to use the Komodo editor HTML coding and testing – List and Images – Tables and Links – At least 2 pages and navigation –
 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.
Basic Web Design. Technology is a tool  FIRST, understand how people actually interact with each other and with the information in their lives, in all.
CIT 256 Organizing Large Websites: Divs, DW Templates Dr. Beryl Hoffman.
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.
Creating A Simple Web Page. Step 1- Open Dreamweaver & Create A New Page (File New) and blank.
HTML - Quiz #2 Attendance CODE:
Chapter 7 Web Typography Principles of Web Design, 4 th Edition.
Web Page Basics XHTML & CSS 1. Planning Decide on topic or research the topic given to you. Decide on your colour scheme. Use
Web Design I Spring 2009 Kevin Cole Gallaudet University
Creating Effective School and PTA Websites Sam Farnsworth Utah PTA Technology Specialist
Web Development & Design Foundations with XHTML
 HTML stands for Hyper Text Mark-up Language. The coding language used to create documents for the World Wide Web  HTML is composed of tags. HTML tags.
IDs versus Classes Naming Your Tags for Maximum Functionality.
Programming in HTML.  Programming Language  Used to design/create web pages  Hyper Text Markup Language  Markup Language  Series of Markup tags 
Just A Few More Fun Objectives 1 Having Some Fun With Java Script 2 Using Style Sheets.
Michigan.gov - Style Sheets (CSS) Adding Style And Layout To HTML.
 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.
Style Sheets for Print and Mobile Media Types Supplemental Material.
HTML Authoring. Design  A good website starts its life in the design stage Layout, Color, Sound, Content, Functionality and Maintainability aspects are.
 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.
HTML - Quiz #2 Attendance CODE:
Cascading Style Sheets (CSS) Within the Enterprise Architecture Framework (EAF) Wes Ziegeler August 3, 2006.
Week 1 – Beginners Content McAfee & Big Fish Games CoderDojo.
More CSS.
Session I Chapter 1 - Introduction to Web Development
Tools For State and Local Web Sites Web Style, Site Headers and Promotion Banners.
Chapter 2 Web Page Design Mr. Gironda. Elements of a Web Page These are things that most web pages use.
audio video object Options: controls autoplay Need to define height and width Options: controls autoplay.
Week 8 – Part 2 Page Layout Basics Key Concepts 1.
Cascading Style Sheets Level 2. Course Objectives, Session 1 Level 1 Quick Review Chapter 8: Adding Graphics to Web Pages Chapter 9: Sprucing Up Your.
?. When designing, you should analyze your target audience. Design you webpage around your target audience Target Audience.
Cascading Style Sheets Web Design Fairport High School.
Cascading Style Sheets Primary readings Presentations Explain & review projects with class mates.
Web page layout in elegance.  Specific Designs for Target Audiences Consider your audiences tastes when creating your website.
ET-710 WEB-DESIGN By Bart Chuchro Queensborough Community College.
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.
Chapter 7.  Change body and link styles  Create a drop-down menu  Change color and font styles in the menu  Create a pop-up effect using CSS  Utilize.
JavaScript and Ajax (JavaScript Dynamic HTML (DHTML)) Week 7 Web site:
CS 120: Introduction to Web Programming Lecture 10: Extra Features and Website Design Part 1 Tarik Booker CS 120 California State University, Los Angeles.
HTML & CSS Contents: the different ways we can use to apply CSS to The HTML documents CSS Colors and Background CSS Fonts CSS Text CSS box model: padding,
HTML Comprehensive Concepts and Techniques Second Edition Creating Frames on a Web Page.
>> CSS Layouts. Recall Properties of Box – Border (style, width, color) – Padding – Margin – Display – Background – Dimension Welcome Padding Area Border.
CSS Introductions. Objectives To take control of the appearance of a Web site by creating style sheets. To use a style sheet to give all the pages of.
NAVIGATION USING HTML TO SET UP THE BASIC STRUCTURE OF A NAV BAR.
CONFIGURING COLOR AND TEXT WITH CSS Chapter 3. Cascading Style Sheets (CSS) Used to configure text, color, and page layout. Launched in 1996 Developed.
Getting Started with HTML
CSS Wrap-Up Lists as a Navigation System CSS Layout CSS Animations
>> CSS Layouts.
Fixed Positioning.
HTML5 Level I Session I Chapter 1 - Introduction to Web Development
Presentation transcript:

drboots presents

Web 101 Utility links | Join SWIFT | Pylons Navigation links Some place Another place Links Nothinghere Content goes here This is content…seriously Other stuff can go here if you want, but that depends if you got a Google Calendar or something. This is tl;dr so you’re probably not paying attention anyway. That’s the title. Yeah, yeah, you know this already, but you’re building this stuff, you gotta know. Most commercial websites have links down here too.

HTML Basics A website is merely an HTML file You can use a basic text editor and make a basic website in merely 15 minutes. Add.html to the end of the file. A website can be… Informative Contain as many pylons references as you want Flash based A money maker Actually do useful things (SQL, php, asp, etc) And much more!

HTML Basics Random site This is crap Don't do it This is green text Anyways, this is seriously what makes a website

This is what it did.

Table Formats Before the proliferation of CSS, Table based layouts were popular. All content was enclosed in tags.

Web site size Most of people on the internet run at 1024 by 768 or higher, many, many more run higher resolutions Horizontal scroll bars are bad – notice many major web sites resize themselves depending on the monitor resolution or browser window size. Be sure to let the viewer know the optimal resolution

Browser compatibility As of December 2010, the most used web browser is Firefox. Internet Explorer and Chrome are a close and third. Different tags do different things in different browsers CSS Templates, Flash, possible ads, etc. W3 schools has a ton of useful info and statistics to help you out. All free to view too.

CSS Templates A CSS template is used to format the way a website appears Many free templates are available online You can develop one yourself, they’re not too hard when you get the hang of them A CSS template does not automatically ensure a cool looking website, it has to be well done.

Sample CSS * { margin: 0; padding: 0; } body { background: #fff url(images/bg.gif) repeat-x; font-family: "Verdana" Arial, Helvetica, sans-serif; font-size: 12px; line-height: 17px; color: #333; } a { text-decoration: none; color: #157D6A; } a:hover { text-decoration: underline; color: #37AB96; } #wrap { margin: 0 auto; width: 800px; } #header { height: 80px; } #header h1 { font-size: 28px; letter-spacing: -1px; padding: 23px px; color: #EE4000; } letter-spacing: -2px;

CSS In your HTML file Random Website! Join SWIFT About Site Map Stuff

Looks like this

The advanced stuff Websites can display results from a database. SQL code and server side scripting can do this for you. Javascript PHP Active Server Page There’s also flash. Seriously, web design and development is huge. Probably not the best firetalk topic

Questions?