Last summer during the Web Pac Pro. decided to try to find a create way to utilize the new Feed Reader pages.

Size: px
Start display at page:

Download "Last summer during the Web Pac Pro. decided to try to find a create way to utilize the new Feed Reader pages."

Transcription

1 Easy as Pie Amelia Osterud, Carroll College and Katie Sanders, Carroll College Last summer during the Web Pac Pro upgrade, Carroll College librarians decided to try to find a create way to utilize the new Feed Reader pages. The result? subject guide pages with RSS feeds. Find out how to use the tools of the new RSS Feed Reader and Feed Builder to create useful pages that will provide one stop shopping place for patrons. 1

2 Student FTE of 2,970 Mostly undergraduate Master s programs in Education, Business, Computer Software Engineering, and Physical Therapy One Doctoral program in Physical Therapy Being able to use RSS feeds was one of the exciting things in WebPacPro that we were looking forward to Thought we could use them for dynamic content on our Subject Pages Also involved moving the Subject Pages into the catalog from the library website- more control over design/code Take advantage of online communication tools that students are already using. 2

3 All we did was copy the original News Feeds page and change the content, layout, and feeds 3

4 4

5 Business students Art students English students Political Science students Psychology students Biology students Provides current news in each field, most recent abstracts from journals in each field Go Pro 2006 or 2007 templates Set your feeds wwwoptions Basic News Feed Page: screens/feeds_example.html Note: the 07 templates do not use tabs and so our feeds pages are running on 06 templates. 5

6 Two wwwoptions to set 1. FEEDS_PORT=6060 Specifies the port to use for your feed. You must set this option to match the port 2. RSS_MIN_TTL=20 Specifies the minimum time for the server to cache an RSS feed that does not have a stated Time-To-Live (TTL) or which has a TTL value less than the value of this option Default setting is 10 minutes 6

7 7

8 The feeds_example.html page has basic elements that you will want to modify: 1. Create new page content 2. Right-hand menu links 3. Tabs, if you re using them 4. Feeds graphics 5. Feeds links 6. Feeds URLs 7. Subscribe option Decide what your new page content is going to be We migrated the information from our existing subject pages to the new format. Added chat windows Modified page layout Mostly visual stuff 8

9 We added a Subject Page menu, on the right-hand side of the page, below the existing right-hand menu. Copied the code and changed the content. For example <div class="mainnavlinkswrapper"> <div class="roundedcontent"> <b class="xtop"><b class="xb1"></b><b class="xb2"></b><b class="xb3"></b><b class="xb4"></b></b> <div class="roundedcontentinfo"> <div align="center"><img src="/screens/welcome.jpg" alt="welcome to the Carroll College Library"/></div> <div><img src="/screens/bullet.gif" alt=""/> <a href="/patroninfo">my Library Record</a></div> <div><img src="/screens/bullet.gif" alt=""/> <a href="/screens/ill.html">interlibrary Loan</a></div> </div> <b class="xbottom"><b class="xb4"></b><b class="xb3"></b><b class="xb2"></b><b class="xb1"></b></b> </div>.. <td valign="top"><div class="roundedcontent2"> <b class="xtop"><b class="xb1"></b><b class="xb2"></b><b class="xb3"></b><b class="xb4"></b></b> <div class="roundedcontentinfo"> <div class="maincontenthead">more subject guides...<br> </div> <div><img src="/screens/bullet.gif" alt=""/> <strong>art</strong></div> <div><img src="/screens/bullet.gif" alt=""/> <a href="/screens/subject_chem.html">chemistry</a></div> <div><img src="/screens/bullet.gif" alt=""/> <a href="/screens/subject_edu.html">education</a></div> </div> <b class="xbottom"><b class="xb4"></b><b class="xb3"></b><b class="xb2"></b><b class="xb1"></b></b> </div></td> </div> </div> <div style="clear:both"></div> 9

10 We added extra tabs, since each Subject Page has several: You may need to add more sizes of tabs to your stylesheet Copy and paste tab coding Explore the cascading style sheets. In the 06/Pro templates there are two sheets styles.css and IE_styles.css. Remember to make the change in both styles.css and IE_Styles.css. Tabs/spacing is different between browsers. Use Firefox and IE to test your outcomes. Use existing code, duplicate, change the name, the pixel size, and the padding for IE. 10

11 Firefox is more standards compliant than IE, so try your changes first here. Download it for free at mozilla.org Also try adding the developer tool bar by Chris Pederick. Its very helpful and also at mozilla.org To few changes remember to refresh and some times you will need to clear your cache and cookies. (You only need to restart the III web servers when you change WWWoptions or edit the toplogo.html page). /*Settings for Active Tabs*/ /*Active Tab on Search Pages*/.mainActiveTab {background: transparent; float:left;margin:0 5px -1px 0;}.mainInactiveTab {background: transparent; float:left; margin:0 5px -1px 0;}.mainActiveTabMedium {background: transparent; float:left;margin:0 5px -1px 0;}.mainInactiveTabMedium {background: transparent; float:left; margin:0 5px -1px 0;}.menuTabContent {width:100px;background-color: #b1b3c1; text-align:center; padding:1px 0 5px 0; height:17px; }.menutabactive {width:100px;background-color: #e4e5ed; text-align:center; padding:1px 0 5px 0; border-left:1px solid #1e2667; border-right:1px solid #1e2667; height:20px; margin: ; }.menutabcontentmedium {width:150px; background-color: #b1b3c1; text-align:center; padding:1px 0 5px 0; height:17px; }.menutabactivemedium {width:150px; background-color: #e4e5ed; text-align:center; padding:1px 0 5px 0; border-left:1px solid #1e2667; border-right:1px solid #1e2667; height:20px; margin: ; } /*Active Tab on Help Pages*/.helpActiveTab {background: transparent; float:left; margin:0 5px -1px 0; }.helpactivetabmedium {background: transparent; float:left; margin:0 5px -1px 0; }.helpactivetablarge {background: transparent; float:left; margin:0 5px -1px 0; }.helpactivetabxl {background: transparent; float:left; margin:0 5px -1px 0; } /*Inactive Tabs on Help Pages*/.helpInactiveTab {background: transparent; float:left; margin:0 5px 0 0;}.helpInactiveTabMedium {background: transparent; float:left; margin:0 5px 0 0; }.helpinactivetablarge {background: transparent; float:left; margin:0 5px 0 0; }.helpinactivetabxl {background: transparent; float:left; margin:0 5px 0 0; } /*Settings for Content in Inactive Tabs*/.helpTabContent {width:100px;background-color: #b1b3c1; text-align:center; padding:1px 0 5px 0; height:17px; }.helptabactivecontent {width:100px;background-color: #e4e5ed; text-align:center; padding:1px 0 5px 0; border-left:1px solid #1e2667; border-right:1px solid #1e2667; height:20px; margin: ; }.helptabcontentmedium {width:125px;background-color: #b1b3c1; text-align:center; padding:1px 0 5px 0; height:17px;}.helptabcontentlarge {width:175px;background-color: #b1b3c1; text-align:center; padding:1px 0 5px 0; height:17px;}.helptabcontentxl {width:200px;background-color: #b1b3c1; text-align:center; padding:1px 0 5px 0; height:17px;}.helptabactivecontentmedium {width:125px;background-color: #e4e5ed; text-align:center; padding:1px 0 5px 0; border-left:1px solid #1e2667; border-right:1px solid #1e2667; height:20px; margin: ; }.helptabactivecontentlarge {width:175px;background-color: #e4e5ed; text-align:center; padding:1px 0 5px 0; border-left:1px solid #1e2667; border-right:1px solid #1e2667; height:20px; margin: ; }.helptabactivecontentxl {width:200px;background-color: #e4e5ed; text-align:center; padding:1px 0 5px 0; border-left:1px solid #1e2667; border-right:1px solid #1e2667; height:20px; margin: ; } 11

12 .mainspacer {margin: 0 1em.2em 1em;}.mainActiveTab {width:100px; background: transparent; float:left;margin:0 5px -2px 0;}.mainInactiveTab {width:100px; background: transparent; float:left; margin:0 5px -2px 0;}.mainActiveTabMedium {width:150px; background: transparent; float:left;margin:0 5px -2px 0;}.mainInactiveTabMedium {width:150px; background: transparent; float:left; margin:0 5px -2px 0;}.menuTabContent {width:100px; background-color: #b1b3c1; text-align:center; margin:0 0-2px 0; padding:1px 0 9px 0; height:18px;}.menutabcontentmedium {width:150px; background-color: #b1b3c1; text-align:center; margin:0 0-2px 0;padding:1px 0 9px 0; height:18px;}.menutabactive {width:98px; background-color: #e4e5ed; text-align:center; border-left:1px solid #1e2667; border-right:1px solid #1e2667; height:20px; margin:0 0-1px 0; padding:1px 0 9px 0;}.menuTabActiveMedium {width:148px; background-color: #e4e5ed; text-align:center; border-left:1px solid #1e2667; borderright:1px solid #1e2667; height:20px; margin:0 0-1px 0; padding:1px 0 9px 0;}.helpActiveTab {background: transparent; width:100px; float:left; margin:0 5px -2px 0;}.helpActiveTabMedium {background: transparent; width:125px; float:left; margin:0 5px -2px 0;}.helpActiveTabLarge {background: transparent; width:175px; float:left; margin:0 5px -2px 0;}.helpActiveTabXL {background: transparent; width:200px; float:left; margin:0 5px -2px 0; }.helpinactivetab {background: transparent; width:100px; float:left; margin:0 5px -2px 0;}.helpInactiveTabMedium {background: transparent; width:125px; float:left; margin:0 5px -2px 0;}.helpInactiveTabLarge {background: transparent; width:175px; float:left; margin:0 5px -2px 0;}.helpInactiveTabXL {background: transparent; width:200px; float:left; margin:0 5px -2px 0;}.helpTabContent {width:100px; background-color: #b1b3c1; text-align:center; margin:0 0-2px 0; padding:1px 0 9px 0; height:18px;}.helptabcontentmedium {width:125px; background-color: color: #b1b3c1; text-align:center; margin:0 0-2px 0;padding:1px 0 9px 0; height:18px;}.helptabcontentlarge {width:175px; background-color: #b1b3c1; text-align:center; margin:0 0-2px 0;padding:1px 0 9px 0; height:18px;}.helptabcontentxl {width:200px; background-color: #b1b3c1; text-align:center; margin:0 0-2px 0;padding:1px 0 9px 0; height:18px;}.helptabactivecontent {width:98px;background-color: #e4e5ed; text-align:center; border-left:1px solid #1e2667; border-right:1px solid #1e2667; height:20px; margin:0 0-2px 0; padding:1px 0 9px 0;}.helpTabActiveContentMedium {width:123px;background-color: #e4e5ed; text-align:center; border-left:1px solid #1e2667; borderright:1px solid #1e2667; height:20px; margin:0 0-2px 0; padding:1px 0 9px 0;}.helpTabActiveContentLarge {width:173px;background-color: #e4e5ed; text-align:center; border-left:1px solid #1e2667; borderright:1px solid #1e2667; height:20px; margin:0 0-2px 0; padding:1px 0 9px 0;}.helpTabActiveContentXL {width:198px;background-color: #e4e5ed; text-align:center; border-left:1px solid #1e2667; borderright:1px solid #1e2667; height:20px; margin:0 0-2px 0; padding:1px 0 9px 0;} Configure styles.css first, then edit for IE. Remember to add all the entries. Active color while on the page should match the page background color. Inactive the other tabs other while not in use Contents actual pixel dimension added 200px as 175 did not cut it. IE notice how the pixels amount is one to two less than styles. IE_Styles.css helps keep consistency between browsers. 12

13 For example Basic coding in original feeds_example.html: <!--{toplogo}--> <div> <div class="folderwrapper"><!-- "folder" interface wrapper div--> <div class="mainspacer"><!--wrapper div that contains the selection tabs--> <div class="mainactivetabmedium"><!--active tab--> <b class="tabtop"><b class="active1"></b><b class="active2"></b><b class="active3"></b><b class="active4"></b></b> active4 <div class="displayboxcontent"><div class="menutabactivemedium">news Feeds</div></div> </div><!--close inactive tab--> </div><!--close selection tab wrapper--> <div class="mainspacer"><!-- main content wrapper div --> <div class="mainactivecontenttab"> <p /> For example Basic subject page tab coding: <div class="maininactivetabmedium"><!--inactive tab--> <b class="tabtop"><b " b class="inactive1"></b><b b class="inactive2"></b><b b class="inactive3"></b><b class="inactive4"></b></b> <div class="displayboxcontent"> <div class="menutabcontentmedium"><a href="/screens/subject_guides.html">subject Guides</a></div> </div> </div><!--close active tab--> <div class="mainactivetab"><!--active tab--> <b class="tabtop"><b class="active1"></b><b class="active2"></b><b class="active3"></b><b class="active4"></b></b> <div class="displayboxcontent"> <div class="menutabactive">art</div> </div> </div><!--close inactive tab--> <div class="helpinactivetabxl"><!--inactive tab--> <b class="tabtop"><b class="inactive1"></b><b class="inactive2"></b><b class="inactive3"></b><b class="inactive4"></b></b> <div class="displayboxcontent"> <div class="helptabcontentxl"><a href="/screens/feeds_art.html">art RSS Feeds</a></div> </div></div><!--close inactive tab--> </div><!--close selection tab wrapper--> 13

14 FROM THIS: TO THIS: See? Easy as pie. Replaced news feed graphics with a generic RSS graphic, freely available online. Might have to erase background and save as a.gif file. Save new image in Web Master screens directory. Replace image in either code or web editor. 14

15 FROM THIS: <td align="center"><a href="#" onclick="morefeed('feed1'); return false;" ><img src="/screens/bbc.gif" alt="bbc News" border="0"/></a></td> TO THIS: <td align="center"><a href="#" onclick="morefeed('feed1'); return false;" ><img src="/screens/rssicon.gif" alt="new York Times Arts News" border="0"/></a></td> Make sure to also change the image alt tag so it corresponds to the new feed or generic RSS Decide what your new feeds are going to be. 1. Change the text links, both in the main menu 2. and the right-hand menu. 15

16 Code for the main feeds menu table: <div id="feedmenu"> <table align="left" cellpadding="5" class="textfix feedtable"> <tr> <td align="center"><a href="#" onclick="morefeed('feed1'); return false;" ><img src="/screens/rssicon.gif" alt="new York Times Arts News" border="0"/></a></td> <td valign="middle"><a href="#" onclick="morefeed('feed1'); return false;" >New York Times Arts News</a></td> <td align="center"><a href="#" onclick="morefeed('feed6'); return false;" ><img src="/screens/rssicon.gif" alt="milwaukee Journal Sentinel Art News" border="0"/></a></td> <td valign="middle"><a href="#" onclick="morefeed('feed6'); return false;" >Milwaukee Journal Sentinel Art News & Reviews</a></td> </tr>. Code for the right-hand feeds menu table: <td width="23%" valign="top"><div class="roundedcontent2"> <b class="xtop"><b class="xb1"></b><b class="xb2"></b><b class="xb3"></b><b class="xb4"></b></b> <div class="roundedcontentinfo"> <div class="maincontenthead">to see more...</div> <div> <img src="/screens/bullet.gif" alt=""/> <a href="#" onclick="morefeed('feed1'); return false;" >New York Times Arts News</a></div> <div> <img src="/screens/bullet.gif" alt=""/> <a href="#" onclick="morefeed('feed2'); return false;" >New York Times Art & Design News</a></div> <br/><div class="maincontenthead"><img th i src="/screens/bullet.gif" /b alt=""/> <a href="#" onclick="morefeed('feedmenu'); return false;" >Back to Feed Menu</a></div> </div> <b class="xbottom"><b class="xb4"></b><b class="xb3"></b><b class="xb2"></b><b class="xb1"></b></b> </div></td></tr></table> 16

17 Change the actual feed URL in the code. Code for the actual feeds: <div id="feed1"> <!-- {RSS: s/nyt/arts.xml: 10:t:1:3}--> </div> </td> Anatomy of a feed link: Date Display: default is t, display is 1 URL Max Items <!--{RSS: 10:t:1:3}--> Display Descriptions-controls the display of the RSS feed item description. Default is t- no description Other option is 1- displays description Display Image/Title: 0 Show neither the title nor the image. 1 Show only the title. 2 Show only the image. 3 Show both the title and the image. 17

18 LOOKS LIKE THIS: TAKES YOU HERE: Allows users to actually subscribe to feeds in their own browser or feed aggregator Find a free subscribe or rss image, save as a.gif file, and upload to Web Master 18

19 Start with basic feed code: <div id="feed2"> <!-- {RSS: --> </div> Add extra code between <div id="feed2"> and <!-- <div id="feed2"> <a href=" <img src="rss.gif" alt="subscribe" width="36" height="14" /></a> <a href=" Subscribe</a> <!-- {RSS: :1:3}--> </div> Make sure URLs match: <div id="feed2"> d2"> <a href=" xml"><img src="rss.gif" alt="subscribe" width="36" height="14" /></a> <a href=" xml">subscribe</a> <!-- {RSS: ml:10:t:1:3}--> </div> 19

20 siness.html en g.html html Many great resources for students and faculty are in our electronic journals. EBSCO, Elsevier, and many direct publishers offer Feeds options for their journals. Problem to allow off-campus access to the full-text we need to proxy the link unfortunately the Feed Reader page cannot read the feed then. (It s complicated and Innovative is aware of the problem). 20

21 Right: Harvard Business Review via EBSCO without proxy rewrite. Below: Harvard Business Review via EBSCO with proxy rewrite. EZproxy In an effort to speed up access to the databases the campus is moving to EZproxy (now owned by OCLC). Some people have been able to edit the settings in EZproxy to allow Feeds to display in the Reader Page and then prompt the user for the login information. Problem we do not yet have it up an running and therefore cannot test it. 21

22 First identify good sources of information for the subject area. Faculty are a good source. Go to the publisher s website or publication website. Blackwell s offers free table of contents feeds. New York Times Business you can link through to the full text. Most publishers now have feeds for their table of contents Note: some of these feeds are only good for 1 year. Then you have to refresh them. Users cannot access the full-text from here but need to go back through the catalog. 22

23 Have feeds readily available. Include links to full text. Podcasts are essentially RSS feeds for video or audio. They work the same way as others. You just need to download Itunes to find them. ( Could also link to course podcasts if your institution is a member of Itunes U. 23

24 Easier method is click on the file you want to edit, click put PC. Open the file in Dreamweaver, edit and then click Get PC in Web Master. Little tricky to set-up Directions are available on the IUG Clearinghouse by Leo Papa. Note III Manual is missing a few steps- see these instructions. Does not tie up a license. Saves time in the long run. 24

25 We also purchased Feed Builder, and are using it to create our own feeds from the catalog 25

Unleashing Release 2006 on your Public WebOPAC

Unleashing Release 2006 on your Public WebOPAC Unleashing Release 2006 on your Public WebOPAC Mark Strang Bowling Green State University Eastern Great Lakes Innovative Users Group Annual Conference October 20, 2006 Toledo-Lucas County Public Library

More information

GIMP WEB 2.0 MENUS WEB 2.0 MENUS: HORIZONTAL NAVIGATION BAR CREATING AN HTML LIST

GIMP WEB 2.0 MENUS WEB 2.0 MENUS: HORIZONTAL NAVIGATION BAR CREATING AN HTML LIST GIMP WEB 2.0 MENUS Web 2.0 Menus: Horizontal Navigation Bar WEB 2.0 MENUS: HORIZONTAL NAVIGATION BAR Hover effect: CREATING AN HTML LIST Most horizontal or vertical navigation bars begin with a simple

More information

Unleashing Release 2006 on your Public WebOPAC

Unleashing Release 2006 on your Public WebOPAC Unleashing Release 2006 on your Public WebOPAC Mark Strang Bowling Green State University Eastern Great Lakes Innovative Users Group Annual Conference October 20, 2006 Toledo-Lucas County Public Library

More information

Positioning in CSS: There are 5 different ways we can set our position:

Positioning in CSS: There are 5 different ways we can set our position: Positioning in CSS: So you know now how to change the color and style of the elements on your webpage but how do we get them exactly where we want them to be placed? There are 5 different ways we can set

More information

Universal CSS Navigation Menu: Advanced Styling Patrick Julicher Universal CSS Navigation Menu: Advanced Styling

Universal CSS Navigation Menu: Advanced Styling Patrick Julicher Universal CSS Navigation Menu: Advanced Styling Universal CSS Navigation Menu: Advanced Styling Page 1 of 15 Content 1. Introduction... 3 2. How to use... 3 2.1. Editing existing CSS Styles... 3 2.2. Creating new CSS Styles... 6 3. Explanation of styles...

More information

Web Authoring and Design. Benjamin Kenwright

Web Authoring and Design. Benjamin Kenwright CSS Div Layouts Web Authoring and Design Benjamin Kenwright Outline Review Why use Div Layout instead of Tables? How do we use the Div Tag? How to create layouts using the CSS Div Tag? Summary Review/Discussion

More information

COMS 359: Interactive Media

COMS 359: Interactive Media COMS 359: Interactive Media Agenda Review CSS Layout Preview Review Introducting CSS What is CSS? CSS Syntax Location of CSS The Cascade Box Model Box Structure Box Properties Review Style is cascading

More information

***OPEN IMODULES IN CHROME*** 1) Choose Home:

***OPEN IMODULES IN CHROME*** 1) Choose  Home: imodules Reference Guide Creating an Email (For Giving Day 2017) ***OPEN IMODULES IN CHROME*** 1) Choose Email Home: 2) Find your college/unit templates using the search bar next to the Saved Drafts section

More information

Page Layout Using Tables

Page Layout Using Tables This section describes various options for page layout using tables. Page Layout Using Tables Introduction HTML was originally designed to layout basic office documents such as memos and business reports,

More information

HTML and CSS: An Introduction

HTML and CSS: An Introduction JMC 305 Roschke spring14 1. 2. 3. 4. 5. The Walter Cronkite School... HTML and CSS: An Introduction

More information

Before you begin, make sure you have the images for these exercises saved in the location where you intend to create the Nuklear Family Website.

Before you begin, make sure you have the images for these exercises saved in the location where you intend to create the Nuklear Family Website. 9 Now it s time to challenge the serious web developers among you. In this section we will create a website that will bring together skills learned in all of the previous exercises. In many sections, rather

More information

$this->dbtype = "mysql"; // Change this if you are not running a mysql database server. Note, the publishing solution has only been tested on MySQL.

$this->dbtype = mysql; // Change this if you are not running a mysql database server. Note, the publishing solution has only been tested on MySQL. 0.1 Installation Prior to installing the KRIG publishing system you should make sure that your ISP supports MySQL (versions from 4.0 and up) and PHP (version 4.0 or later, preferably with PEAR installed.)

More information

GIMP WEB 2.0 MENUS. Web 2.0 Menus: Horizontal Navigation Bar with Dynamic Background Image

GIMP WEB 2.0 MENUS. Web 2.0 Menus: Horizontal Navigation Bar with Dynamic Background Image GIMP WEB 2.0 MENUS Web 2.0 Menus: Horizontal Navigation Bar with Dynamic Background Image WEB 2.0 MENUS: HORIZONTAL NAVIGATION BAR DYNAMIC BACKGROUND IMAGE Before you begin this tutorial, you will need

More information

Creating a Job Aid using HTML and CSS

Creating a Job Aid using HTML and CSS Creating a Job Aid using HTML and CSS In this tutorial we will apply what we have learned about HTML and CSS. We will create a web page containing a job aid about how to buy from a vending machine. Optionally,

More information

AGENDA :: MULTIMEDIA TOOLS :: (1382) :: CLASS NOTES

AGENDA :: MULTIMEDIA TOOLS :: (1382) :: CLASS NOTES CLASS :: 13 12.01 2014 AGENDA SIMPLE CSS MENU W/ HOVER EFFECTS :: The Nav Element :: Styling the Nav :: UL, LI, and Anchor Elements :: Styling the UL and LI Elements TEMPLATE CREATION :: Why Templates?

More information

Designing the Home Page and Creating Additional Pages

Designing the Home Page and Creating Additional Pages Designing the Home Page and Creating Additional Pages Creating a Webpage Template In Notepad++, create a basic HTML webpage with html documentation, head, title, and body starting and ending tags. From

More information

CSS worksheet. JMC 105 Drake University

CSS worksheet. JMC 105 Drake University CSS worksheet JMC 105 Drake University 1. Download the css-site.zip file from the class blog and expand the files. You ll notice that you have an images folder with three images inside and an index.html

More information

Configuring Hotspots

Configuring Hotspots CHAPTER 12 Hotspots on the Cisco NAC Guest Server are used to allow administrators to create their own portal pages and host them on the Cisco NAC Guest Server. Hotspots created by administrators can be

More information

Using Dreamweaver CS6

Using Dreamweaver CS6 Using Dreamweaver CS6 4 Creating a Template Now that the main page of our website is complete, we need to create the rest of the pages. Each of them will have a layout that follows the plan shown below.

More information

Create a three column layout using CSS, divs and floating

Create a three column layout using CSS, divs and floating GRC 275 A6 Create a three column layout using CSS, divs and floating Tasks: 1. Create a 3 column style layout 2. Must be encoded using HTML5 and use the HTML5 semantic tags 3. Must se an internal CSS 4.

More information

Centricity 2.0 Section Editor Help Card

Centricity 2.0 Section Editor Help Card Centricity 2.0 Section Editor Help Card Accessing Section Workspace In order to edit your section, you must first be assigned Section Editor privileges. This is done by the Director of your Site, Subsite,

More information

Creating Layouts Using CSS. Lesson 9

Creating Layouts Using CSS. Lesson 9 Creating Layouts Using CSS Lesson 9 CSS Page Layout Advantages Greater typography control Style is separate from structure Potentially smaller documents Easier site maintenance Increased page layout control

More information

THE HITCHHIKERS GUIDE TO HTML

THE HITCHHIKERS GUIDE TO HTML THE HITCHHIKERS GUIDE TO HTML Computer Science I Designing technology solutions Mr. Barrett http://thestrategicblogger.com/ What is HTML HTML is a markup language for describing web pages HTML is used

More information

Unit 20 - Client Side Customisation of Web Pages. Week 2 Lesson 4 The Box Model

Unit 20 - Client Side Customisation of Web Pages. Week 2 Lesson 4 The Box Model Unit 20 - Client Side Customisation of Web Pages Week 2 Lesson 4 The Box Model Last Time Looked at what CSS is Looked at why we will use it Used CSS In-line Embedded (internal style-sheet) External

More information

Produced by. Web Development. Eamonn de Leastar Department of Computing, Maths & Physics Waterford Institute of Technology

Produced by. Web Development. Eamonn de Leastar Department of Computing, Maths & Physics Waterford Institute of Technology Web Development Produced by Eamonn de Leastar (edeleastar@wit.ie) Department of Computing, Maths & Physics Waterford Institute of Technology http://www.wit.ie http://elearning.wit.ie CSS: Box Model Worked

More information

Web Publishing Basics II

Web Publishing Basics II Web Publishing Basics II Jeff Pankin Information Services and Technology Table of Contents Course Objectives... 2 Create a Site Definition... 3 The Dreamweaver CS4 Interface... 4 Panels are groups of icons

More information

CSS means Cascading Style Sheets. It is used to style HTML documents.

CSS means Cascading Style Sheets. It is used to style HTML documents. CSS CSS means Cascading Style Sheets. It is used to style HTML documents. Like we mentioned in the HTML tutorial, CSS can be embedded in the HTML document but it's better, easier and neater if you style

More information

The Web Pro Miami, Inc NW 99 th Pl. Doral, FL T: v.1.0

The Web Pro Miami, Inc NW 99 th Pl. Doral, FL T: v.1.0 2963 NW 99 th Pl. Doral, FL 33172 1092 T: 786.273.7774 info@thewebpro.com www.thewebpro.com v.1.0 Web Pro Manager is an open source website management platform that is easy to use, intuitive, and highly

More information

Assignments (4) Assessment as per Schedule (2)

Assignments (4) Assessment as per Schedule (2) Specification (6) Readability (4) Assignments (4) Assessment as per Schedule (2) Oral (4) Total (20) Sign of Faculty Assignment No. 02 Date of Performance:. Title: To apply various CSS properties like

More information

CSS: Beyond the Code. Karen Perone Rodman Public Library.

CSS: Beyond the Code. Karen Perone Rodman Public Library. CSS: Beyond the Code Karen Perone Rodman Public Library peroneka@oplin.org HTML vs. CSS vs. Javascript HTML for content (text, images, sound) CSS for presentation (layout, color) Javascript for behavior

More information

SEEM4570 System Design and Implementation. Lecture 1 Cordova + HTML + CSS

SEEM4570 System Design and Implementation. Lecture 1 Cordova + HTML + CSS SEEM4570 System Design and Implementation Lecture 1 Cordova + HTML + CSS Apache Cordova Apache Cordova, or simply Cordova, is a platform for building native mobile apps using HTML, CSS and JavaScript E.g.

More information

5 Snowdonia. 94 Web Applications with C#.ASP

5 Snowdonia. 94 Web Applications with C#.ASP 94 Web Applications with C#.ASP 5 Snowdonia In this and the following three chapters we will explore the use of particular programming techniques, before combining these methods to create two substantial

More information

Millennium WebPACPro. Presented to the Innovative Users Group South Africa (IUGSA) Port Elizabeth November 2008

Millennium WebPACPro. Presented to the Innovative Users Group South Africa (IUGSA) Port Elizabeth November 2008 Millennium WebPACPro Presented to the Innovative Users Group South Africa (IUGSA) Port Elizabeth 12-14 November 2008 Anette Lessing Dept. of Library Services. University of Pretoria Agenda Introduction

More information

There are 3 places you can write CSS.

There are 3 places you can write CSS. EXTRA CSS3. #4 Where to write CSS. There are 3 places you can write CSS. The best option is to write CSS is in a separate.css file. You then link that file to your HTML file in the head of your document:

More information

GIMP WEB 2.0 MENUS. Before we begin this tutorial let s visually compare a standard navigation bar and a web 2.0 navigation bar.

GIMP WEB 2.0 MENUS. Before we begin this tutorial let s visually compare a standard navigation bar and a web 2.0 navigation bar. GIMP WEB 2.0 MENUS Before we begin this tutorial let s visually compare a standard navigation bar and a web 2.0 navigation bar. Standard Navigation Bar Web 2.0 Navigation Bar Now the all-important question

More information

Creating and Publishing Faculty Webpages

Creating and Publishing Faculty Webpages Creating and Publishing Faculty Webpages The UNF Template The template we are using today provides a professional page that is easy to work with. Because the pages are already built, faculty members can

More information

Cascading style sheets, HTML, DOM and Javascript

Cascading style sheets, HTML, DOM and Javascript CSS Dynamic HTML Cascading style sheets, HTML, DOM and Javascript DHTML Collection of technologies forming dynamic clients HTML (content content) DOM (data structure) JavaScript (behaviour) Cascading Style

More information

The Text Editor appears in many locations throughout Blackboard Learn and is used to format text. For example, you can use it to:

The Text Editor appears in many locations throughout Blackboard Learn and is used to format text. For example, you can use it to: About the Text Editor The Text Editor appears in many locations throughout Blackboard Learn and is used to format text. For example, you can use it to: Add items to Content Areas, Learning Modules, Lesson

More information

Internet Programming 1 ITG 212 / A

Internet Programming 1 ITG 212 / A Internet Programming 1 ITG 212 / A Lecture 10: Cascading Style Sheets Page Layout Part 2 1 1 The CSS Box Model top margin top border top padding left margin left border left padding Content right padding

More information

Technical Guide Login Page Customization

Technical Guide Login Page Customization Released: 2017-11-15 Doc Rev No: R2 Copyright Notification Edgecore Networks Corporation Copyright 2019 Edgecore Networks Corporation. The information contained herein is subject to change without notice.

More information

Index. alt, 38, 57 class, 86, 88, 101, 107 href, 24, 51, 57 id, 86 88, 98 overview, 37. src, 37, 57. backend, WordPress, 146, 148

Index. alt, 38, 57 class, 86, 88, 101, 107 href, 24, 51, 57 id, 86 88, 98 overview, 37. src, 37, 57. backend, WordPress, 146, 148 Index Numbers & Symbols (angle brackets), in HTML, 47 : (colon), in CSS, 96 {} (curly brackets), in CSS, 75, 96. (dot), in CSS, 89, 102 # (hash mark), in CSS, 87 88, 99 % (percent) font size, in CSS,

More information

Cascading Style Sheets CSCI 311

Cascading Style Sheets CSCI 311 Cascading Style Sheets CSCI 311 Learning Objectives Learn how to use CSS to style the page Learn to separate style from structure Styling with CSS Structure is separated from style in HTML5 CSS (Cascading

More information

INTERNATIONAL UNIVERSITY OF JAPAN Public Management and Policy Analysis Program Graduate School of International Relations

INTERNATIONAL UNIVERSITY OF JAPAN Public Management and Policy Analysis Program Graduate School of International Relations Hun Myoung Park (2/2/2018) Layout & Position: 1 INTERNATIONAL UNIVERSITY OF JAPAN Public Management and Policy Analysis Program Graduate School of International Relations DCC5382 (2 Credits) Introduction

More information

VCE / VET INFORMATION AND COMMUNICATION TECHNOLOGY

VCE / VET INFORMATION AND COMMUNICATION TECHNOLOGY Innovative Vocational Education and Training VCE / VET INFORMATION AND COMMUNICATION TECHNOLOGY YEAR 2 (UNITS 3 & 4) TEACHER RESOURCE CERTIFICATE III (ICT30115) CORE COMPETENCIES and SELECTED ELECTIVES

More information

Web Design and Development ACS Chapter 12. Using Tables 11/23/2017 1

Web Design and Development ACS Chapter 12. Using Tables 11/23/2017 1 Web Design and Development ACS-1809 Chapter 12 Using Tables 11/23/2017 1 Using Tables Understand the concept and uses of tables in web pages Create a basic table structure Format tables within web pages

More information

How to lay out a web page with CSS

How to lay out a web page with CSS How to lay out a web page with CSS You can use table design features in Adobe Dreamweaver CS3 to create a simple page layout. However, a more powerful technique is to use Cascading Style Sheets (CSS).

More information

epromo Guidelines DUE DATES NOT ALLOWED PLAIN TEXT VERSION

epromo Guidelines DUE DATES NOT ALLOWED PLAIN TEXT VERSION epromo Guidelines HTML Maximum width 700px (length = N/A) Image resolution should be 72dpi Maximum total file size, including all images = 200KB Only use inline CSS, no stylesheets Use tables, rather than

More information

THE HITCHHIKERS GUIDE TO HTML

THE HITCHHIKERS GUIDE TO HTML THE HITCHHIKERS GUIDE TO HTML Computer Science I Designing technology solutions Mr. Barrett http://thestrategicblogger.com/ What is HTML Hyper Text Markup Language (HTML) is a markup language for describing

More information

Dreamweaver: Portfolio Site

Dreamweaver: Portfolio Site Dreamweaver: Portfolio Site Part 3 - Dreamweaver: Developing the Portfolio Site (L043) Create a new Site in Dreamweaver: Site > New Site (name the site something like: Portfolio, or Portfolio_c7) Go to

More information

Adding Audio and Video Content to Web pages. Audio Content - Add some Audio content to your page. Audio & Video 1

Adding Audio and Video Content to Web pages. Audio Content - Add some Audio content to your page. Audio & Video 1 Audio & Video 1 Adding Audio and Video Content to Web pages Create a new page in your Notepad++ and name it 6AV: audio & Video

More information

Unit 20 - Client Side Customisation of Web Pages. Week 2 Lesson 4 The Box Model

Unit 20 - Client Side Customisation of Web Pages. Week 2 Lesson 4 The Box Model Unit 20 - Client Side Customisation of Web Pages Week 2 Lesson 4 The Box Model So far Looked at what CSS is Looked at why we will use it Used CSS In-line Embedded (internal style-sheet) External

More information

GIMP WEB 2.0 MENUS. Web 2.0 Menus: Horizontal Navigation Bar

GIMP WEB 2.0 MENUS. Web 2.0 Menus: Horizontal Navigation Bar GIMP WEB 2.0 MENUS Web 2.0 Menus: Horizontal Navigation Bar WEB 2.0 MENUS: HORIZONTAL NAVIGATION BAR Hover effect: You may create your button in GIMP. Mine is 122 pixels by 48 pixels. You can use whatever

More information

Module 2 (VII): CSS [Part 4]

Module 2 (VII): CSS [Part 4] INTERNET & WEB APPLICATION DEVELOPMENT SWE 444 Fall Semester 2008-2009 (081) Module 2 (VII): CSS [Part 4] Dr. El-Sayed El-Alfy Computer Science Department King Fahd University of Petroleum and Minerals

More information

CSS Exercises. Create a basic CSS layout Use BlueFish to open layout.html Create a layout using <div> tags Use a browser (Firefox) to view your page

CSS Exercises. Create a basic CSS layout Use BlueFish to open layout.html Create a layout using <div> tags Use a browser (Firefox) to view your page CSS Exercises Exercise 1: Create a basic CSS layout Use BlueFish to open layout.html Create a layout using tags Use a browser (Firefox) to view your page Task 1 Open layout.html in BlueFish a blank

More information

< building websites with dreamweaver mx >

< building websites with dreamweaver mx > < building websites with dreamweaver mx > < plano isd instructional technology department > < copyright = 2002 > < building websites with dreamweaver mx > Dreamweaver MX is a powerful Web authoring tool.

More information

CIE-H12 Web page Sample

CIE-H12 Web page Sample eztcp Technical Document CIE-H12 Web page Sample Version 1.0 2011-08-31 Sollae Systems Co., Ltd. http://www.sollae.co.kr Contents Contents 1 Overview... 3 1.1 Overview... 3 2 Default... 4 2.1 Simple Modification

More information

Media Stylesheets and Navigation with CSS goodness. Webpage Design

Media Stylesheets and Navigation with CSS goodness. Webpage Design Media Stylesheets and Navigation with CSS goodness Webpage Design Printing web pages the problem Here s a nice enough website that is clearly designed for the screen. The links are there because they work

More information

Customizing the Cognos 8 Welcome Page

Customizing the Cognos 8 Welcome Page Proven Practice Customizing the Cognos 8 Welcome Page Product(s): Cognos 8 Area of Interest: Infrastructure Customizing the Cognos 8 Welcome Page 2 Copyright Your use of this document is subject to the

More information

PROFILE DESIGN TUTORIAL KIT

PROFILE DESIGN TUTORIAL KIT PROFILE DESIGN TUTORIAL KIT NEW PROFILE With the help of feedback from our users and designers worldwide, we ve given our profiles a new look and feel. The new profile is designed to enhance yet simplify

More information

In this tutorial you will learn how to:

In this tutorial you will learn how to: 1 of 6 9/30/2009 2:41 PM Edublogs Interface Purpose The interface of Edublogs provides you with several options to make your blog not only unique but also easily maintainable. Therefore it is necessary

More information

Designing and Developing a Website. 6 August Marking Scheme

Designing and Developing a Website. 6 August Marking Scheme Designing and Developing a Website 6 August 015 Marking Scheme This marking scheme has been prepared as a guide only to markers. This is not a set of model answers, or the exclusive answers to the questions,

More information

Web Programming and Design. MPT Senior Cycle Tutor: Tamara Week 1

Web Programming and Design. MPT Senior Cycle Tutor: Tamara Week 1 Web Programming and Design MPT Senior Cycle Tutor: Tamara Week 1 What will we cover? HTML - Website Structure and Layout CSS - Website Style JavaScript - Makes our Website Dynamic and Interactive Plan

More information

Snapsis CSS NavMenu Development Guide

Snapsis CSS NavMenu Development Guide Snapsis CSS NavMenu Development Guide Overview This document outlines the Snapsis NavMenu Skin Object for the DotNetNuke portal system. This module supports any type of navigation through a template driven

More information

recall: a Web page is a text document that contains additional formatting information in the HyperText Markup Language (HTML)

recall: a Web page is a text document that contains additional formatting information in the HyperText Markup Language (HTML) HTML & Web Pages recall: a Web page is a text document that contains additional formatting information in the HyperText Markup Language (HTML) HTML specifies formatting within a page using tags in its

More information

Hyper Text Markup Language HTML: A Tutorial

Hyper Text Markup Language HTML: A Tutorial Hyper Text Markup Language HTML: A Tutorial Ahmed Othman Eltahawey December 21, 2016 The World Wide Web (WWW) is an information space where documents and other web resources are located. Web is identified

More information

HTML Exercise 24 Tables

HTML Exercise 24 Tables HTML Exercise 24 Tables Tables allow you to put things in columns and rows. Without tables, you can only have one long list of text and graphics (check Exercise 20). If you have ever made a table in a

More information

12/9/2012. CSS Layout

12/9/2012. CSS Layout Dynamic HTML CSS Layout CSS Layout This lecture aims to teach you the following subjects: CSS Grouping and nesting Selectors. CSS Dimension. CSS Display.. CSS Floating. CSS Align. 1 CSS Grouping and nesting

More information

ICT IGCSE Practical Revision Presentation Web Authoring

ICT IGCSE Practical Revision Presentation Web Authoring 21.1 Web Development Layers 21.2 Create a Web Page Chapter 21: 21.3 Use Stylesheets 21.4 Test and Publish a Website Web Development Layers Presentation Layer Content layer: Behaviour layer Chapter 21:

More information

IBM Forms V8.0 Custom Themes IBM Corporation

IBM Forms V8.0 Custom Themes IBM Corporation IBM Forms V8.0 Custom Themes Agenda 2 Overview Class Names How to Use Best Practice Styling Form Items Test Custom CSS Sample Overview 3 To create custom theme you must be familiar with the basic concept

More information

Produced by. Web Development. Eamonn de Leastar Department of Computing, Maths & Physics Waterford Institute of Technology

Produced by. Web Development. Eamonn de Leastar Department of Computing, Maths & Physics Waterford Institute of Technology Web Development Produced by Eamonn de Leastar (edeleastar@wit.ie) Department of Computing, Maths & Physics Waterford Institute of Technology http://www.wit.ie http://elearning.wit.ie CSS: The Box Model

More information

HTMLnotesS15.notebook. January 25, 2015

HTMLnotesS15.notebook. January 25, 2015 The link to another page is done with the

More information

Dreamweaver CS6. Table of Contents. Setting up a site in Dreamweaver! 2. Templates! 3. Using a Template! 3. Save the template! 4. Views!

Dreamweaver CS6. Table of Contents. Setting up a site in Dreamweaver! 2. Templates! 3. Using a Template! 3. Save the template! 4. Views! Dreamweaver CS6 Table of Contents Setting up a site in Dreamweaver! 2 Templates! 3 Using a Template! 3 Save the template! 4 Views! 5 Properties! 5 Editable Regions! 6 Creating an Editable Region! 6 Modifying

More information

CSC 121 Computers and Scientific Thinking

CSC 121 Computers and Scientific Thinking CSC 121 Computers and Scientific Thinking Fall 2005 HTML and Web Pages 1 HTML & Web Pages recall: a Web page is a text document that contains additional formatting information in the HyperText Markup Language

More information

USER GUIDE. MADCAP FLARE 2017 r3. QR Codes

USER GUIDE. MADCAP FLARE 2017 r3. QR Codes USER GUIDE MADCAP FLARE 2017 r3 QR Codes Copyright 2018 MadCap Software. All rights reserved. Information in this document is subject to change without notice. The software described in this document is

More information

KillTest *KIJGT 3WCNKV[ $GVVGT 5GTXKEG Q&A NZZV ]]] QORRZKYZ IUS =K ULLKX LXKK [VJGZK YKX\OIK LUX UTK _KGX

KillTest *KIJGT 3WCNKV[ $GVVGT 5GTXKEG Q&A NZZV ]]] QORRZKYZ IUS =K ULLKX LXKK [VJGZK YKX\OIK LUX UTK _KGX KillTest Q&A Exam : 9A0-803 Title : Certified Dreamweaver 8 Developer Exam Version : DEMO 1 / 7 1. What area, in the Insert bar, is intended for customizing and organizing frequently used objects? A. Layout

More information

ORB Education Quality Teaching Resources

ORB Education Quality Teaching Resources These basic resources aim to keep things simple and avoid HTML and CSS completely, whilst helping familiarise students with what can be a daunting interface. The final websites will not demonstrate best

More information

Taking Fireworks Template and Applying it to Dreamweaver

Taking Fireworks Template and Applying it to Dreamweaver Taking Fireworks Template and Applying it to Dreamweaver Part 1: Define a New Site in Dreamweaver The first step to creating a site in Dreamweaver CS4 is to Define a New Site. The object is to recreate

More information

Page Content. Inserting Text To add text to your document, you can type the text directly or use Cut or Copy and Paste or Paste Special.

Page Content. Inserting Text To add text to your document, you can type the text directly or use Cut or Copy and Paste or Paste Special. This section describes how to add content to your pages including text, Microsoft Office documents, images, Flash, and other media content. Inserting Text To add text to your document, you can type the

More information

Activating Your Marshall Account for the First Time

Activating Your Marshall Account for the First Time MyMarshall 3.0 User Guide About MyMarshall MyMarshall is your personalized portal to information, events, and systems used by the Marshall School of Business, USC, and the outside world. Through it, you

More information

Introduction to WEB PROGRAMMING

Introduction to WEB PROGRAMMING Introduction to WEB PROGRAMMING Web Languages: Overview HTML CSS JavaScript content structure look & feel transitions/animation s (CSS3) interaction animation server communication Full-Stack Web Frameworks

More information

CSS stands for Cascading Style Sheets Styles define how to display HTML elements

CSS stands for Cascading Style Sheets Styles define how to display HTML elements CSS stands for Cascading Style Sheets Styles define how to display HTML elements CSS has various levels and profiles. Each level of CSS builds upon the last, typically adding new features and typically

More information

1/6/ :28 AM Approved New Course (First Version) CS 50A Course Outline as of Fall 2014

1/6/ :28 AM Approved New Course (First Version) CS 50A Course Outline as of Fall 2014 1/6/2019 12:28 AM Approved New Course (First Version) CS 50A Course Outline as of Fall 2014 CATALOG INFORMATION Dept and Nbr: CS 50A Title: WEB DEVELOPMENT 1 Full Title: Web Development 1 Last Reviewed:

More information

CS134 Web Site Design & Development. Quiz1

CS134 Web Site Design & Development. Quiz1 CS134 Web Site Design & Development Quiz1 Name: Score: Email: I Multiple Choice Questions (2 points each, total 20 points) 1. Which of the following is an example of an IP address? a. www.whitehouse.gov

More information

HTML Exercise 20 Linking Pictures To Other Documents Or Web Sites

HTML Exercise 20 Linking Pictures To Other Documents Or Web Sites HTML Exercise 20 Linking Pictures To Other Documents Or Web Sites Turning pictures into hyperlinks is nearly the same as what you learned in Exercises 4 and 5. If a picture is essential to a Web page,

More information

/ Ver.1.0. Production Regulations

/ Ver.1.0. Production Regulations Harper s BAZAAR ONLINE 2018.07-09 / Ver.1.0 Production Regulations 1 Rectangle Banner - HTML5 1/4 Overview The HTML5 Rich banner is a format available on the Sizmek platform for a polite banner.

More information

2004 WebGUI Users Conference

2004 WebGUI Users Conference WebGUI Site Design 2004 WebGUI Users Conference General Rules of Web Design Content is King good content is more important than anything else. keeps people interested. even if your design is bad, content

More information

Using Dreamweaver CS6

Using Dreamweaver CS6 Using Dreamweaver CS6 7 Dynamic HTML Dynamic HTML (DHTML) is a term that refers to website that use a combination of HTML, scripting such as JavaScript, CSS and the Document Object Model (DOM). HTML and

More information

Creating Accessible Web Sites with EPiServer

Creating Accessible Web Sites with EPiServer Creating Accessible Web Sites with EPiServer Abstract This white paper describes how EPiServer promotes the creation of accessible Web sites. Product version: 4.50 Document version: 1.0 2 Creating Accessible

More information

Attributes & Images 1 Create a new webpage

Attributes & Images 1 Create a new webpage Attributes & Images 1 Create a new webpage Open your test page. Use the Save as instructions from the last activity to save your test page as 4Attributes.html and make the following changes:

More information

Introduction to using HTML to design webpages

Introduction to using HTML to design webpages Introduction to using HTML to design webpages #HTML is the script that web pages are written in. It describes the content and structure of a web page so that a browser is able to interpret and render the

More information

CS 350 COMPUTER/HUMAN INTERACTION. Lecture 6

CS 350 COMPUTER/HUMAN INTERACTION. Lecture 6 CS 350 COMPUTER/HUMAN INTERACTION Lecture 6 Setting up PPP webpage Log into lab Linux client or into csserver directly Webspace (www_home) should be set up Change directory for CS 350 assignments cp r

More information

Basic CSS Lecture 17

Basic CSS Lecture 17 Basic CSS Lecture 17 Robb T. Koether Hampden-Sydney College Wed, Feb 21, 2018 Robb T. Koether (Hampden-Sydney College) Basic CSSLecture 17 Wed, Feb 21, 2018 1 / 22 1 CSS 2 Background Styles 3 Text Styles

More information

Chapter 1 Introduction to Dreamweaver CS3 1. About Dreamweaver CS3 Interface...4. Creating New Webpages...10

Chapter 1 Introduction to Dreamweaver CS3 1. About Dreamweaver CS3 Interface...4. Creating New Webpages...10 CONTENTS Chapter 1 Introduction to Dreamweaver CS3 1 About Dreamweaver CS3 Interface...4 Title Bar... 4 Menu Bar... 4 Insert Bar... 5 Document Toolbar... 5 Coding Toolbar... 6 Document Window... 7 Properties

More information

CSS: Cascading Style Sheets

CSS: Cascading Style Sheets CSS: Cascading Style Sheets Computer Science and Engineering College of Engineering The Ohio State University Lecture 13 Evolution of CSS MIME type: text/css CSS 1 ('96): early recognition of value CSS

More information

Technical Instructions

Technical Instructions Technical Instructions This Web Site Tool Kit contains multiple Web assets that you can use to easily customize your Web pages. Web assets included are animated and static banners, a sample Web page, buttons,

More information

What do we mean by layouts?

What do we mean by layouts? What do we mean by layouts? A layout is how you position the elements of your page You can have columns Move paragraphs and sections around And you can do this all without changing the content of your

More information

Responsive Web Design. From: Ethan Marcotte - Responsive Web Design 2011

Responsive Web Design. From: Ethan Marcotte - Responsive Web Design 2011 Responsive Web Design From: Ethan Marcotte - Responsive Web Design 2011 Motivation Browser windows have their inconsistencies and imperfections Once web pages are published online, the designs are immediately

More information

Web Design 101. What is HTML? HTML Tags. Web Browsers. <!DOCTYPE html> <html> <body> <h1>my First Heading</h1> <p>my first paragraph.

Web Design 101. What is HTML? HTML Tags. Web Browsers. <!DOCTYPE html> <html> <body> <h1>my First Heading</h1> <p>my first paragraph. What is HTML? Web Design 101 HTML is a language for describing web pages. HTML stands for Hyper Text Markup Language HTML is a markup language à A markup language is a set of markup tags The tags describe

More information

Tutorial 5 Working with Tables and Columns. HTML and CSS 6 TH EDITION

Tutorial 5 Working with Tables and Columns. HTML and CSS 6 TH EDITION Tutorial 5 Working with Tables and Columns HTML and CSS 6 TH EDITION Objectives Explore the structure of a Web table Create headings and cells in a table Create cells that span multiple rows and columns

More information