Smashing CSS: Professional Techniques for Modern Layout, Meyer, Eric A., Wiley, 2011; ISBN: (Recommended)

Size: px
Start display at page:

Download "Smashing CSS: Professional Techniques for Modern Layout, Meyer, Eric A., Wiley, 2011; ISBN: 9780470684160 (Recommended)"

Transcription

1 Syllabus AVT 217: Introduction to Web Design Instructor: Daniel Pegues Office Hours: By appointment only Term: Fall 2011 CRN: Prerequisite: AVT 180 New Media in the Creative Arts I. Catalog Description An introduction to contemporary web design, in particular to standards, as a successful tool in design communication. Students gain hand on experience on design issues specific to web-based presentations, learn web page layout, effective navigation and delve into the design process. Hours of Lecture or Seminar per week: 2 Hours of Lab or Studio per week: 4 II. Required and Recommended Texts: Learning Web Design: A Beginner's Guide to (X)HTML, Style Sheets, and Web Graphics, Robbins, Jennifer Niederst, 3d Edition, O'Reilly Media, 2007; ISBN: (Required) Smashing CSS: Professional Techniques for Modern Layout, Meyer, Eric A., Wiley, 2011; ISBN: (Recommended) III. Course Objectives Upon completion of the course students will be able to: A. Describe how the web environment functions. B. Have an understanding of how a website is constructed, from concept to implementation of a fully functional and live website. C. Be familiar with and have a general understand of the use of user interface (UI) tools, such as Firebug (Firefox), Web Inspector (Safari) and other tools that aid in development and troubleshooting. D. Identify and apply basic design concepts and principles for web delivery. E. Apply color theory, composition, and typography effectively. F. Demonstrate a basic understanding of the components and mechanics of a website. G. Mastery of Adobe Photoshop with the use of webpage layout, image slicing and image optimization. H. Ability to use Adobe Dreamweaver for webpage layout using proper HTML markup and CSS based on W3C standards. IV. Methods of Presentation Lecture and Studio V. Course Content Week One: Overview and General Discussion Class material overview, class rules, and projects. Nature of the web and differences compared to print media. Issues to consider: different browsers and user preferences, PC- Mac, connection speeds, resolution, color, types of websites and technologies used in

2 practice today, as well as consideration for audience. Design basics. Website critique: good and bad design examples. The web development industry. Hosts and domains. HTML: table, tr, td Homework: (T) Choose two examples of good design and two examples of bad design based on websites you are familiar with. For personal benefit, make a list, critiquing what you like and dislike about these websites. This technique will be done throughout the semester so you get into the habit of looking at a website from a designer/developer perspective. (Th) Design an Under Construction page in Photoshop. Memorize the basic table structure discussed in class. Purchase hosting plan and domain name, which will be used starting next week (hostgator.com [linux server hosting]). Once you ve purchased your web hosting and domain name, provide me, through , with your domain name so I have it on record. Reading: LWD: CH1, Ch2 and Ch3 Week Two: General Concepts and Simple Page Creation How websites work on the internet: Explore the file structure of a website through an FTP connection. Paths. File management. File naming etiquette: images, folders, index.html, etc. How to construct a web page (HTML, images, JavaScript, PHP/ASP.NET, etc.). Image optimization using Adobe Photoshop. When and how to use images. Terms: browser, URL, FTP, bandwidth, PHP, Flash, XHTML, HTML, CSS. HTML: html, head, title, body, span, h1, h2, p, img, br, hr, a CSS: What is a Style Sheet? What is an ID? What is a class? Inline styles, external styles, etc. Homework: (T) Get your website ready for publication. Save under construction page in the appropriate format. Name and organize your files properly (simple naming convention, along with an images and css folder. (Th) Browse themeforest.net, and pick 2 website templates you like and 2 you dislike. me the links to be discussed at the beginning of class on Tuesday. Reading: LWD: Ch4 (pay special attention to Naming Conventions, p 55) Week Three: Layout Design Process Basics Breaking down the design process is important to get a good understanding of where to start and how to progress with website development. We will look at sources of inspiration, type and color, color schemes, font and color palettes, and how to go about designing separate elements. Terms: type, color, layout, elements, buttons, menus, links, fonts, anchors, slicing HTML: h3, h4, h5, h6, blockquote, pre, br, ol, ul, li, dl, dt, dd, sub, sup, i, em CSS: What are selectors and pseudo-selectors? Targeting. Use of multi-classes. white-space Homework: (T) Make a list of 5 websites that you consider to have an appealing user interface, taking into account typography, color, layout, etc. Make a list of what you like most about each, from font size, placement of elements, accessibility, navigability, etc. (Th) Come up with the style for your company website. Establish your color scheme, fonts, navigation, graphics, design elements. Experiment with different types, color schemes and styles. All your design elements (buttons, menus, graphics, link styles, fonts) have to be consistent with the mood you are trying to establish. Also, learn the structures of unordered and ordered lists. What does deprecated mean? Reading: LWD: Ch5, Ch16 (p ) Midterm Project Assignment: Your midterm project will consist of creating your business website mockup design, which will be due by the end of week seven (7). This mockup

3 design, once finished, will be turned in for approval. If approval is not granted, you need to make any changes requested, and submit it again for approval by the following class. (Your grade will be decided based upon how well you incorporate color, typography, navigation and images to achieve a well-balanced and appealing layout). Each day your mockup design is late, your design will be deducted one (1) letter grade. Once you ve received approval on your mockup design, it will be graded. If your design is not approved, this is not bad. It is common for changes to be requested by the head of your team, a client, etc. The purpose of these changes is to meet the expectations of your client, boss or others. After several renditions, you will have provided them with the finished product and are ready to move to the next stage of development. Your midterm project is important because it will lay the groundwork for your final project due at the end of the semester. NOTE: Although everyone should try to incorporate all the elements mentioned in the Midterm Project Assignment, try to keep your design to within your skillset so it will be possible to slice it up and apply markup and CSS later in the semester. More will be said about this during class. Also, read and study Ch20 over the next three weeks as a guide (Ch20 will be revisited later in the semester [Week 11]). Week Four: Structure of a web page. HTML intro. CSS, Selectors and Typography Why learn HTML? Introduction to HTML, the anatomy of a web page, basic HTML tags, images, CSS and some introductory uses, browser reset and more. Terms: anchor, linking, root, directory, absolute path, relative path, URL/URI HTML: div, span, & < > etc. (p90), table, tr, td, border CSS: pseudo-classes (e.g., :hover), padding, margin, border-collapse: collapse; border, fontfamily, font-size, font-weight, color Homework: (T) Do exercises 5-1, p80 and 5-3, p91 of LWD. (Th) Do exercises 5-2, p84, 6-1, p97 and 6-2, p99 of LWD. Reading: LWD: Ch5 (p94 review), Ch8 (p ), Ch6 (p95-99), Ch11 Week Five: Formatting and adding links to your page. The different topics covered this week consist of: headings, creating new paragraphs, paragraph alignment, lists, document type overview, how to create links inside the page, how to link to other pages in your website, and create links. Terms: measurements, cascade, paragraph, alignment, HTML: a, href, mailto, background-color CSS: Continue practice of pseudo-classes. display: block; display: inline; display: none; textalign: left; text-align: right; text-align: center; text-align: justify. Homework: (Th) Hand-code a simple page with tables using HTML and CSS. Use a background color and image using CSS. Have the background image positioned top and center. Also, hand-code a simple page using CSS and divs. This will be due for a grade the beginning of next week. Reading: LWD: Ch6 (p ) Week Six: Using images in web development.

4 Tasteful images can bring a lot of life to your website, but when not used in moderation, or used without proper color and other considerations, you can take away that look and feel you are aiming for. This week will be used to cover: creating and manipulating images with Photoshop, optimizing images for the web, adding images, adding an image with a link and more. Terms: img, src, a, href, width, height, alt, title, align HTML: img, src, a, title, alt, width, height, float, margin, padding, border, background, background-color, display CSS: border, background, background-color Homework: On Tuesday, you will be provided 5 images in various sizes. You are to take those images, optimize them for the web using a suitable format (gif, png or jpg), then add those images to a page, using a basic HTML structure (html, head, body). There is no need to focus on CSS, but you can add CSS to your page if you wish to do so. Part of this task requires that you can properly name your files, and place them into the appropriate directory. Your images should not exceed 500px. What is the correct image resolution for the web? This will be due Tuesday of next week. Reading: LWD: Ch7 (p , Disregard Image Maps), Ch18 (p ) Week Seven: Intro to slicing and image optimizing in Photoshop. Midterm Project Due (Thursday). There are several ways to cut up a mockup design before converting it into small, fully optimized images that you can then use to construct your website using HTML and CSS. Terms: Save for Web and Devices (PS), Image Size (PS), Canvas Size (PS), Image Rotation (PS), Modify (PS), resolution, pixels, inches, cm, mm, Levels (PS), Color Balance (PS), alpha, transparency, mask HTML: img, src, width, height, alt, title CSS: width, border, background, background-image, background-color, img, float, margin, padding Homework: (T) Test Yourself (p ). (Th) Test Yourself (p402) Reading: LWD: Ch18 (p ), Ch19 and Week Eight: Advanced typography in your work. It s easy to create great looking typography with images, but how about using CSS instead of images? By using CSS in place of images, you significantly reduce the amount of load time a user has for your website to be fully displayed. Text styled with CSS is light-weight, and loads fast. This week will be used to explore all the different CSS styling parameters that can be used to style type in your markup. Terms: type, typography, color, block, inline, load time HTML: vertical-align, h1-h6, p, ul, ol, li, small, strong, i, em, u, align CSS: h1-h6, p, ul, ol, li, dl, dt, a, small, strong, i, em, u, font-size, font-weight, color, font-style, text-align, justify, left, right, center, padding, margin, position, line-height, letter-spacing, white-space, background-color, border, display Homework: On Tuesday, you will be provided a single-page website fully made (without content or images) with HTML and CSS. Due Tuesday of next week by the beginning of class, you are to take images from (or another source of your choosing), and incorporate those images into the single-page website you received. You should also populate the page with text. The purpose of this exercise is for you to demonstrate your use of HTML, CSS, color and other graphic design skills to enhance a page of content with

5 supporting elements. Make sure to keep the content in mind when choosing your images. Also remember to keep image optimization in mind. Reading: LWD: Ch12 Week Nine: CSS techniques to enhance your work CSS is at the very heart of web development. It is the glue that holds the look and feel of a website together, and without it would make the web a dull, boring and unappealing environment. Imagine blogging, or using an ecommerce website, or anything else you can think of on the web without styles? CSS has evolved a lot, but without knowing its capabilities, you will never know what is possible. We will cover CSS on a variety of levels, from constructing a website, to using it to enhance a website with JavaScript, programming HTML5, and more. We will also explore CSS3 and what it means for the web. Terms: CSS ID, CSS Class, spreadsheet, styles, import, CSS3, HTML5, JavaScript HTML: link, src, type, style /*, */ Homework: (Th) Create several stylesheets, named: template, stylesheet1, stylesheet2 and stylesheet3. Put all of your stylesheets into a css folder in the root level of your work. Import stylesheet1, stylesheet2 and stylesheet3 into your template stylesheet. Load your template stylesheet into a basic HTML page (html, head and body) in the root level. In the body of your basic HTML page, create h1 text, h2 text, h3 text and some paragraph text. You are to style your h1 text using the template stylesheet, style the h2 text using stylesheet1, style the h3 text using stylesheet2 and the paragraph text using stylesheet3. Your homework will be due for a grade Tuesday of next week. Reading: LWD: Ch17 Week Ten: Bringing everything together. You have your images, your content, your navigation laid out, and everything else you can think of. Now is the time to start the actual development process. Where do you begin? We will cover topics such as table vs tableless layouts, revisit some topics such as table structure, divs (using some of the basic techniques covered earlier in the semester), how to create one, two and three column layouts and more. Terms: FTP, localhost, WAMP, MAMP, server Homework: (T) Create a process of development, written out. Start with meeting the client, what questions to ask during your initial meeting, research, how you go about giving the client what they requested in the design, etc. We will talk more about this homework assignment during class so you have a better understanding of how to complete this task. This is due Thursday of next week. Reading: LWD: Ch13 and Ch14 Final Project Assignment: due Week Fifteen. Using your website mockup from midterm, you will continue development by creating a website with a minimum of 5 pages, all properly linked together with an HTML and CSScreated navigation. Your navigation can be either horizontal or vertical in nature. Your homepage must have a properly optimized banner image, images where necessary, and typography fully styled using CSS (proper headers and paragraph tags). You should also be able to fully demonstrate the difference between CSS IDs and classes in your work. Where solid colors are used in your design, use CSS to create those backgrounds. Also make sure your CSS contains the browser resets discussed throughout the semester. Most if not all links should contain some kind of hover effect using the :hover pseudo-class. You will be

6 graded based upon your use of design principles discussed throughout the semester, such as, but not limited to, color, typography, optimization, flow, and functionality. Both HTML and CSS are equally important, so always keep the two in mind when creating your designs. And no inline styles are allowed. All styles should be in your external style sheet(s). Week Eleven: Web Development, from start to finish (a reconstruct of the semester) Designing one website after another involves using the same processes and techniques time and time again. Although the user interface (UI) of a website may differ from one to the next, everything is the same under the hood. From research to development and completion, you should find the steps of constructing a website that works best for you. However, no matter what your steps may be, always be organized with the content you receive from a client, use a proper naming convention, properly organize your files, and be as concise as possible with your worth ethic. Terms: mockup, slice, pixel, layout, resolution, crop, resize, communication, milestone, developer, designer, FTP, domain, publish, author, UI Homework: Study the steps of creating a website, as discussed in class. Reading: LWD: Ch20 Week Twelve: Publishing your website in action, and more There are many ways to work on a website. The larger the site, the less likely you are to work directly from the server where your files are stored. You will find yourself working locally, then uploading your files as you meet milestones (What is a milestone?). FTP revisited, Content Management Systems (CMS), blogs, FTP clients, WAMP, LAMP, XAMP, MAMP, Microsoft Visual Studio, MySQL, PHP, Apache and more. Terms: CMS, blog, Joomla, Drupal, WordPress, Magento, ecommerce,.net, publish, dynamic, static, domain name, subdomain, , FTP, FTP client, TLD, register, upload, download, PHP, zip, compress, sort, locally, server Homework: Testing Yourself (p426) Reading: LWD: Ch21 (p are important) Week Thirteen: Advanced topics and semester review Revisit the material from throughout the semester, from topics such as table structure and optimizing images, to FTP, CSS and others. Homework: Review material from throughout the semester. Pay particular attention to topics stressed as important throughout the semester for these will most likely show up on your final examination. Week Fourteen: Final Exam. Testing Your Site. Uploading your files via FTP. Search Engines and SEO. What is SEO and what should it mean to you? Homework: Study for Final. Work on and complete Final Project due next week. Week Fifteen: Final Project Due. Final Project Due. Class Presentation and Critique.

7 VI. Materials Required: USB Flash storage device Website hosting + domain name VII. Methods of Evaluation: Actual point distribution will vary from instructor to instructor but approximate values are shown. Participation: 5% Exercises: 20% Midterm Assignment: 30% Final Project: 40% Final Written Exam: 5% Grading: A % B 80-89% C 70-79% D 60-69% F < 60% VIII. Classroom Policy: Absolutely no food or beverages are permitted in the classroom. No internet surfing or answering s while class is in session. Turn off cell phones while in class. No cell phone communication of any kind is allowed. If you commit two infractions, you will be dismissed from class and you will receive an absence for the day. If a quiz or exam is held that day, you will receive a zero (0) for that examination. If you are over 10 minutes late you will not be admitted into class. Three (3) unexcused absences will reduce your final grade by one-half (½) of a letter grade, four (4) absences by one (1) letter grade, five (5) absences by two (2) letter grades, and six (6) absences will result in failing the course. Projects have to be submitted on time as scheduled. Projects turned in late will be reduced by 10% from your graded score for each day late. ing late projects to the instructor is NOT allowed. ing the instructor to get the lecture material is NOT allowed. It is encouraged to exchange contact information with other classmates to get information on project specs, lecture notes and class assignments, if you cannot make it to class. If you have to miss class due to an emergency, please contact me via . Life happens, and I am more than understanding about personal situations that cannot be avoided.

8 University and AVT Department Policies In accordance with George Mason University policy, turn off all beepers, cellular telephones and other wireless communication devices at the start of class. The instructor of the class will keep his/her cell phone active to assure receipt of any Mason Alerts in a timely fashion; or in the event that the instructor does not have a cell phone, he/she will designate one student to keep a cell phone active to receive such alerts. Commitment to Diversity This class will be conducted as an intentionally inclusive community that celebrates diversity and welcomes the participation in the life of the university of faculty, staff and students who reflect the diversity of our plural society. All may feel free to speak and to be heard without fear that the content of the opinions they express will bias the evaluation of their academic performance or hinder their opportunities for participation in class activities. In turn, all are expected to be respectful of each other without regard to race, class, linguistic background, religion, political beliefs, gender identity, sex, sexual orientation, ethnicity, age, veteran s status, or physical ability. Statement on Ethics in Teaching and Practicing Art and Design As professionals responsible for the education of undergraduate and graduate art and design students, the faculty of the School of Art adheres to the ethical standards and practices incorporated in the professional Code of Ethics of our national accreditation organization, The National Association of Schools of Art and Design (NASAD). Open Studio Hours SOA teaching studios are open to students for extended periods of time mornings, evenings and weekends whenever classes are not in progress. Policies, procedures and schedules for studio use are established by the SOA studio faculty and are posted in the studios. ArtsBus The dates for Fall 2011 ArtsBus trips are Sept 24, Oct 22, and Nov 19 If you need ArtsBus credit for this semester, you must enroll in a section of AVT 300 (CRN # 71746, 71747, 71748) before September 6 (after Sept 6 LATE FEE is added). This also applies to anyone who intends to travel to New York independently, or do the DC Alternate Assignment. If you plan/need to go on multiple ArtsBus trips this semester and need them towards your total requirement, you must enroll in multiple sections of AVT 300. Please go to the ArtsBus website: "Student Information" for additional, very important information regarding ArtsBus policy. Non-AVT majors do not need Artsbus credit BUT may need to go on the Artsbus for a class assignment. You can sign up for AVT 300 or buy a ticket for the bus at the Center of the Arts. Visual Voices Lecture Series Visual Voices is a year-long series of lectures by artists, art historians and others about contemporary art and art practice. Visual Voices lectures are held on Thursday evenings from 7:20-9:00 p.m. in Harris Theater. September 8 Syllabus Presentation September 15 Henry Matthews, GVSU Developing a Vision September 29 Deborah Bright, RISD Destruction Layer: Palestine in Israel October 13 Robert Gleason, History Channel End of Days: Is It Closer Than You Think November 17 Wendy Ross, Sculptor Vital Order: A Conversation with Wendy Ross

9 Important Deadlines Last Day to Add (Full-Semester Course) September 6 Last Day to Drop (Full-Semester Course) September 6 Selective Withdrawal Period (Full-Semester Course) October 3 last day October 28 Incomplete work from Fall 2007 due to instructor October 28 Once the add and drop deadlines have passed, instructors do not have the authority to approve requests from students to add or drop/withdraw late. Requests for late adds (up until the last day of classes) must be made by the student in the SOA office (or the office of the department offering the course), and generally are only approved in the case of a documented university error (such as a problem with financial aid being processed), LATE ADD fee will apply. Requests for non-selective withdrawals and retroactive adds (adds after the last day of classes) must be approved by the academic dean of the college in which the student s major is located. For AVT majors, that is the CVPA Office of Academic Affairs, Performing Arts Building A407. Students with Disabilities and Learning Differences If you have a diagnosed disability or learning difference and you need academic accommodations, please inform me at the beginning of the semester and contact the Disabilities Resource Center (SUB I room 234, ). You must provide me with a faculty contact sheet from that office outlining the accommodations needed for your disability or learning difference. All academic accommodations must be arranged in advance through the DRC. Official Communications via GMU Mason uses electronic mail to provide official information to students. Examples include communications from course instructors, notices from the library, notices about academic standing, financial aid information, class materials, assignments, questions, and instructor feedback. Students are responsible for the content of university communication sent to their Mason account, and are required to activate that account and check it regularly. Attendance Policies Students are expected to attend the class periods of the courses for which they register. In-class participation is important not only to the individual student, but also to the class as a whole. Because class participation may be a factor in grading, instructors may use absence, tardiness, or early departure as de facto evidence of nonparticipation. Students who miss an exam with an acceptable excuse may be penalized according to the individual instructor's grading policy, as stated in the course syllabus. Honor Code Students in this class are bound by the Honor Code, as stated in the George Mason University Catalog. The honor code requires that the work you do as an individual be the product of your own individual synthesis or integration of ideas. (This does not prohibit collaborative work when it is approved by your instructor.) As a faculty member, I have an obligation to refer the names of students who may have violated the Honor Code to the Student Honor Council, which treats such cases very seriously. No grade is important enough to justify cheating, for which there are serious consequences that will follow you for the rest of your life. If you feel unusual pressure about your grade in this or any other course, please talk to me or to a member of the GMU Counseling Center staff. Using someone else s words or ideas without giving them credit is plagiarism, a very serious Honor Code offense. It is very important to understand how to prevent committing plagiarism when using material from a source. If you wish to quote verbatim, you must use the exact words and punctuation just as the passage

10 appears in the original and must use quotation marks and page numbers in your citation. If you want to paraphrase or summarize ideas from a source, you must put the ideas into your own words, and you must cite the source, using the APA or MLA format. (For assistance with documentation, I recommend Diana Hacker, A Writer s Reference.) The exception to this rule is information termed general knowledge information that is widely known and stated in a number of sources. Determining what is general knowledge can be complicated, so the wise course is, When in doubt, cite. Be especially careful when using the Internet for research. Not all Internet sources are equally reliable; some are just plain wrong. Also, since you can download text, it becomes very easy to inadvertently plagiarize. If you use an Internet source, you must cite the exact URL in your paper and include with it the last date that you successfully accessed the site. Writing Center Students who are in need of intensive help with grammar, structure or mechanics in their writing should make use of the services of Writing Center, located in Robinson A116 ( ). The services of the Writing Center are available by appointment, online and, occasionally, on a walk-in basis.

Web Design: Advanced & Usability

Web Design: Advanced & Usability Web Design: Advanced & Usability Fall 2015 AVT 415.001/519.003 & AVT 619.001 (4 credits) TR 7:20pm 10pm AB 1021 Instructor Donny Truong dtruong7@gmu.edu 703-993-8180 Office hours: by appointment Teaching

More information

Introduction to Web Design AVT 217

Introduction to Web Design AVT 217 Introduction to Web Design AVT 217 Spring 2016 MW 7:20 pm - 10:00 pm Art and Design Building 1021 Instructor: Abraham Garcia agarci44@gmu.edu Course Syllabus The syllabus and project statements serve as

More information

Web Authoring CSS. www.fetac.ie. Module Descriptor

Web Authoring CSS. www.fetac.ie. Module Descriptor The Further Education and Training Awards Council (FETAC) was set up as a statutory body on 11 June 2001 by the Minister for Education and Science. Under the Qualifications (Education & Training) Act,

More information

Office Hours: Tuesdays and Thursdays, 9:30am 10:30am Tuesdays Noon-1:00pm Thursdays Noon-1:00pm by appointment only Room J-324

Office Hours: Tuesdays and Thursdays, 9:30am 10:30am Tuesdays Noon-1:00pm Thursdays Noon-1:00pm by appointment only Room J-324 Course Syllabus Course Description: will introduce students to basic concepts in developing content for the web. Students learn to develop web sites using HTML and CSS. Students will also learn to develop

More information

AVT 311 Graphic Design Methods & Principles

AVT 311 Graphic Design Methods & Principles George Mason University Department of Art and Visual Technology Fall 2015 Syllabus and Policies AVT 311 Graphic Design Methods & Principles Graduate Lecturer: Mel Parada Faculty Advisor: Don Starr Office

More information

AVT-204 Visual Thinking Course Syllabus- Fall 2015 George Mason University

AVT-204 Visual Thinking Course Syllabus- Fall 2015 George Mason University T-Th 1:30-2:45 Room: 1007 Instructor: Stephanie Booth Contact: sbooth@gmu.edu Office Hours: By Appointment AVT-204 Visual Thinking Course Syllabus- Fall 2015 George Mason University Prerequisites: There

More information

Learning Web Design. Third Edition. A Beginner's Guide to (X)HTML, Style Sheets, and Web Graphics. Jennifer Niederst Robbins

Learning Web Design. Third Edition. A Beginner's Guide to (X)HTML, Style Sheets, and Web Graphics. Jennifer Niederst Robbins Learning Web Design Third Edition A Beginner's Guide to (X)HTML, Style Sheets, and Web Graphics Jennifer Niederst Robbins O'REILLY Beijing- Cambridge Farnham Koln Paris Sebastopol -Taipei -Tokyo CONTENTS

More information

Prerequisite: CGA 101, or written permission of instructor.

Prerequisite: CGA 101, or written permission of instructor. Salem Community College Course Syllabus Course Title: Web Page Design Course Code: CGA 140 Lecture Hours: 2 Lab Hours: 2 Credits: 3 Course Description: Web Page Design will introduce the student to basic

More information

CIS 287 World Wide Web Development Fall 2010 - Blended

CIS 287 World Wide Web Development Fall 2010 - Blended CIS 287 World Wide Web Development Fall 2010 - Blended Instructor: Jeni Patton Class Day: Tuesdays 515-5328 office LCC 1241 Class Time: 12:115 1:30 PM pattonj@cochise.edu Room: LCC 1203 IM jenipatton@hotmail.com

More information

Essential HTML & CSS for WordPress. Mark Raymond Luminys, Inc. 949-654-3890 mraymond@luminys.com www.luminys.com

Essential HTML & CSS for WordPress. Mark Raymond Luminys, Inc. 949-654-3890 mraymond@luminys.com www.luminys.com Essential HTML & CSS for WordPress Mark Raymond Luminys, Inc. 949-654-3890 mraymond@luminys.com www.luminys.com HTML: Hypertext Markup Language HTML is a specification that defines how pages are created

More information

WEB DEVELOPMENT IA & IB (893 & 894)

WEB DEVELOPMENT IA & IB (893 & 894) DESCRIPTION Web Development is a course designed to guide students in a project-based environment in the development of up-to-date concepts and skills that are used in the development of today s websites.

More information

Course Description. Course Objectives

Course Description. Course Objectives MONTGOMERY COLLEGE Business, Accounting, Economics, Computer Applications, and Paralegal Studies Department Germantown Campus CMAP272 Professional Web Site Development Instructor: John Coliton Spring,

More information

IE Class Web Design Curriculum

IE Class Web Design Curriculum Course Outline Web Technologies 130.279 IE Class Web Design Curriculum Unit 1: Foundations s The Foundation lessons will provide students with a general understanding of computers, how the internet works,

More information

Web Development I & II*

Web Development I & II* Web Development I & II* Career Cluster Information Technology Course Code 10161 Prerequisite(s) Computer Applications Introduction to Information Technology (recommended) Computer Information Technology

More information

Course Syllabus Web Page Design 2 IMED 2315

Course Syllabus Web Page Design 2 IMED 2315 Semester with Course Reference Number (CRN) Instructor contact information (phone number and email address) Office Location and Hours Course Location/Times Course Semester Credit Hours (SCH) (lecture,

More information

Writing for the University of Florida

Writing for the University of Florida Course Information Course Number: MMC 6278 Credits: 4 Term: Class Time: Tuesday and Thursday, 6:00pm 8:00pm EST Class URL: https://uflcoj.adobeconnect.com/mmc6278_spring15/ Instructor Information Richard

More information

Introduction to Adobe Dreamweaver CC

Introduction to Adobe Dreamweaver CC Introduction to Adobe Dreamweaver CC What is Dreamweaver? Dreamweaver is the program that we will be programming our websites into all semester. We will be slicing our designs out of Fireworks and assembling

More information

Garfield Public Schools Fine & Practical Arts Curriculum Web Design

Garfield Public Schools Fine & Practical Arts Curriculum Web Design Garfield Public Schools Fine & Practical Arts Curriculum Web Design (Half-Year) 2.5 Credits Course Description This course provides students with basic knowledge of HTML and CSS to create websites and

More information

Web Design for Programmers. Brian Hogan NAPCS Slides and content 2008 Brian P. Hogan Do not reproduce in any form without permission

Web Design for Programmers. Brian Hogan NAPCS Slides and content 2008 Brian P. Hogan Do not reproduce in any form without permission Web Design for Programmers Brian Hogan NAPCS Slides and content 2008 Brian P. Hogan Do not reproduce in any form without permission Quick Disclaimers This is a crash course! Many topics are simplified

More information

Web Design Principles

Web Design Principles Web Design Principles University of Florida, Online Masters in Web Design and Communication Course Number: MMC 5277 Term: Summer 2013 Credits: 4 Meeting Time: Tuesday and Thursday, 8-10pm EST Meeting Location:

More information

JJY s Joomla 1.5 Template Design Tutorial:

JJY s Joomla 1.5 Template Design Tutorial: JJY s Joomla 1.5 Template Design Tutorial: Joomla 1.5 templates are relatively simple to construct, once you know a few details on how Joomla manages them. This tutorial assumes that you have a good understanding

More information

PELLISSIPPI STATE COMMUNITY COLLEGE MASTER SYLLABUS WEB DESIGN III: ADVANCED SITE DESIGN WEB 2812

PELLISSIPPI STATE COMMUNITY COLLEGE MASTER SYLLABUS WEB DESIGN III: ADVANCED SITE DESIGN WEB 2812 PELLISSIPPI STATE COMMUNITY COLLEGE MASTER SYLLABUS WEB DESIGN III: ADVANCED SITE DESIGN WEB 2812 Class Hours: 3.0 Credit Hours: 3.0 Laboratory Hours: 0.0 Revised: Spring 2011 NOTE: This course is not

More information

STATEMENT OF PURPOSE

STATEMENT OF PURPOSE WEB DESIGN STATEMENT OF PURPOSE This course is intended for the student interested in learning how to create web pages for the World Wide Web. Instruction on how to program using the HTML language is provided.

More information

MONTGOMERY COLLEGE Rockville Campus CA272 Professional Web Site Development Computer Applications Department

MONTGOMERY COLLEGE Rockville Campus CA272 Professional Web Site Development Computer Applications Department MONTGOMERY COLLEGE Rockville Campus CA272 Professional Web Site Development Computer Applications Department Instructor Information Name: Jeremy Snider Mailbox Location: HU016 E-mail: Jeremy.Snider@montgomerycollege.edu

More information

Dreamweaver. Introduction to Editing Web Pages

Dreamweaver. Introduction to Editing Web Pages Dreamweaver Introduction to Editing Web Pages WORKSHOP DESCRIPTION... 1 Overview 1 Prerequisites 1 Objectives 1 INTRODUCTION TO DREAMWEAVER... 1 Document Window 3 Toolbar 3 Insert Panel 4 Properties Panel

More information

Dreamweaver CS5. Module 1: Website Development

Dreamweaver CS5. Module 1: Website Development Dreamweaver CS5 Module 1: Website Development Dreamweaver CS5 Module 1: Website Development Last revised: October 29, 2010 Copyrights and Trademarks 2010 Nishikai Consulting, Helen Nishikai Oakland, CA

More information

Dreamweaver CS5. Module 2: Website Modification

Dreamweaver CS5. Module 2: Website Modification Dreamweaver CS5 Module 2: Website Modification Dreamweaver CS5 Module 2: Website Modification Last revised: October 31, 2010 Copyrights and Trademarks 2010 Nishikai Consulting, Helen Nishikai Oakland,

More information

CST 150 Web Design I CSS Review - In-Class Lab

CST 150 Web Design I CSS Review - In-Class Lab CST 150 Web Design I CSS Review - In-Class Lab The purpose of this lab assignment is to review utilizing Cascading Style Sheets (CSS) to enhance the layout and formatting of web pages. For Parts 1 and

More information

We automatically generate the HTML for this as seen below. Provide the above components for the teaser.txt file.

We automatically generate the HTML for this as seen below. Provide the above components for the teaser.txt file. Creative Specs Gmail Sponsored Promotions Overview The GSP creative asset will be a ZIP folder, containing four components: 1. Teaser text file 2. Teaser logo image 3. HTML file with the fully expanded

More information

Advanced Web Design COURSE OUTLINE

Advanced Web Design COURSE OUTLINE Advanced Web Design COURSE OUTLINE 1. Course Title: Advanced Web Design 2. CBEDS Title: Other visual communications/graphics course 3. CBEDS Number: 5798 4. Job Titles: Web Design Technicians Desktop Publishers

More information

Dreamweaver CS4 Day 2 Creating a Website using Div Tags, CSS, and Templates

Dreamweaver CS4 Day 2 Creating a Website using Div Tags, CSS, and Templates Dreamweaver CS4 Day 2 Creating a Website using Div Tags, CSS, and Templates What is a DIV tag? First, let s recall that HTML is a markup language. Markup provides structure and order to a page. For example,

More information

Syllabus: Web Design 1

Syllabus: Web Design 1 Syllabus: Web Design 1 Web Design introduces the requirements and technical limitations needed for the design of pages on the World Wide Web (WWW). Learn principles of design with respect to graphics,

More information

Contents. Downloading the Data Files... 2. Centering Page Elements... 6

Contents. Downloading the Data Files... 2. Centering Page Elements... 6 Creating a Web Page Using HTML Part 1: Creating the Basic Structure of the Web Site INFORMATION TECHNOLOGY SERVICES California State University, Los Angeles Version 2.0 Winter 2010 Contents Introduction...

More information

COMP-205 COURSE SYLLABUS FOR WEB DESIGN TECHNOLOGIES. Darla Thornburg Instructor

COMP-205 COURSE SYLLABUS FOR WEB DESIGN TECHNOLOGIES. Darla Thornburg Instructor Coffeyville Community College COMP-205 COURSE SYLLABUS FOR WEB DESIGN TECHNOLOGIES Darla Thornburg Instructor Page 1 of 7 COURSE NUMBER: COURSE TITLE: COMP-205 Web Design Technologies CREDIT HOURS: Three

More information

Technology and Online Computer Access Requirements: Lake-Sumter State College Course Syllabus

Technology and Online Computer Access Requirements: Lake-Sumter State College Course Syllabus Lake-Sumter State College Course Syllabus Course / Prefix Number CTS1832 Course Title: Web Authoring II CRN: 10009 Credit: 3 Term: Fall 2015 This course is a continuation of skills and concepts introduced

More information

Web Design Basics JMC:3600

Web Design Basics JMC:3600 Web Design Basics JMC:3600 Spring 2016 Adler W336 Instructor Kevin Ripka Office: W341 Office Hours: MW 12:30 2pm & by appointment Phone: 319.335.3431 kevin-ripka@uiowa.edu COURSE DESCRIPTION This course

More information

SAULT COLLEGE OF APPLIED ARTS AND TECHNOLOGY SAULT STE. MARIE, ONTARIO COURSE OUTLINE

SAULT COLLEGE OF APPLIED ARTS AND TECHNOLOGY SAULT STE. MARIE, ONTARIO COURSE OUTLINE SAULT COLLEGE OF APPLIED ARTS AND TECHNOLOGY SAULT STE. MARIE, ONTARIO COURSE OUTLINE COURSE TITLE: Introduction to Web Development CODE NO. : SEMESTER: 1 PROGRAM: AUTHOR: IT Studies Dennis Ochoski DATE:

More information

MGMT 338 A International Business

MGMT 338 A International Business Columbia College Online Campus P a g e 1 MGMT 338 A International Business Late Fall Session, Term 15-52 October 26-December 19, 2015 Course Description Exploration of the challenges involved in multinational

More information

WEB DESIGN PRINCIPLES

WEB DESIGN PRINCIPLES WEB DESIGN PRINCIPLES FALL 2015 INSTRUCTOR INFORMATION Instructor Email Office Hours Jessica Pelasky jessica.pelasky@ufl.edu jessica.pelasky@gmail.com Phone 419-961-0583 M-F: 1-3pm ** Please email to schedule

More information

Shelly, G. B., & Campbell, J. T. (2012). Web design: Introductory (4th ed.). Boston, MA: Course Technology.

Shelly, G. B., & Campbell, J. T. (2012). Web design: Introductory (4th ed.). Boston, MA: Course Technology. ITC 4310, Web Design and Development Course Syllabus Course Description Presents Web design principles and techniques coupled with practical experience in the design and creation of Web sites. Includes

More information

GRDSN 2206-002 Web/Interactive Design 2 Spring 2014

GRDSN 2206-002 Web/Interactive Design 2 Spring 2014 College of DuPage GRDSN 2206-002 Page 1 Spring 2014 Semester GRDSN 2206-002 Web/Interactive Design 2 Spring 2014 Instructor: John Callegari Professor/Coordinator, Graphic Design at College of DuPage (630)

More information

Minnesota Virtual Academy Online Syllabus for Web Design

Minnesota Virtual Academy Online Syllabus for Web Design Minnesota Virtual Academy Online Syllabus for Web Design Course Instructor and Communications Name: Jami Kruschke Phone #: Fax #: Skype name: 866-215-2292, option 3, x2181 NA jami.kruschke Kmail address:

More information

CIS305 - Course Syllabus

CIS305 - Course Syllabus CIS305 - Course Syllabus Course: Instructor: Semester: Section 01 Email & Office: Course URL: Web and Internet Publishing Donna J Ehrhart Spring Monday/Wednesday/Friday 9:05-10:00 am Drake Library Lower

More information

Shoreline Community College elearning Best Practice Guidelines

Shoreline Community College elearning Best Practice Guidelines Shoreline Community College elearning Best Practice Guidelines This document provides recommended guidelines to help improve user experience for any elearning course. Recommendations are based on usability

More information

Web Authoring. www.fetac.ie. Module Descriptor

Web Authoring. www.fetac.ie. Module Descriptor The Further Education and Training Awards Council (FETAC) was set up as a statutory body on 11 June 2001 by the Minister for Education and Science. Under the Qualifications (Education & Training) Act,

More information

CLASSROOM WEB DESIGNING COURSE

CLASSROOM WEB DESIGNING COURSE About Web Trainings Academy CLASSROOM WEB DESIGNING COURSE Web Trainings Academy is the Top institutes in Hyderabad for Web Technologies established in 2007 and managed by ITinfo Group (Our Registered

More information

Microsoft Expression Web Quickstart Guide

Microsoft Expression Web Quickstart Guide Microsoft Expression Web Quickstart Guide Expression Web Quickstart Guide (20-Minute Training) Welcome to Expression Web. When you first launch the program, you ll find a number of task panes, toolbars,

More information

California State University Polytechnic University. CIS 311 Interactive Web Development. Fall 2011

California State University Polytechnic University. CIS 311 Interactive Web Development. Fall 2011 California State University Polytechnic University CIS 311 Interactive Web Development Fall 2011 Basic Information Class time Tuesday Thursday 1:00 3:00 PM Class location C4-27 Textbooks Web Applications

More information

ADIT134001, Exploring the Internet, Fall, 2015

ADIT134001, Exploring the Internet, Fall, 2015 ADIT134001, Exploring the Internet, Fall, 2015 Instructor: James Walker Email: walkerjj@bc.edu Office: 250 - O Neill Library Office Hours: upon request and after class Telephone: 617-552-8622 Schedule:

More information

SOUTHWESTERN MICHIGAN COLLEGE DEPT. OF INFORMATION TECHNOLOGY Dowagiac, Michigan COURSE SYLLABUS Fall 2014

SOUTHWESTERN MICHIGAN COLLEGE DEPT. OF INFORMATION TECHNOLOGY Dowagiac, Michigan COURSE SYLLABUS Fall 2014 SOUTHWESTERN MICHIGAN COLLEGE DEPT. OF INFORMATION TECHNOLOGY Dowagiac, Michigan COURSE SYLLABUS Fall 014 COURSE TITLE: Introduction to Web Development COURSE NO.: ISYS 41 SECTION NO.: 475 TR :50 PM 4:50

More information

Simply download Beepip from http://beepip.com and run the file when it arrives at your computer.

Simply download Beepip from http://beepip.com and run the file when it arrives at your computer. Beepip User Guide How To's: How do I install Beepip? Simply download Beepip from http://beepip.com and run the file when it arrives at your computer. How do I set up Beepip? Once you've opened up Beepip,

More information

VIC5325. Digital Imagery in Web Design RESOURCES COURSE INFORMATION COURSE COMMUNICATION COURSE DESCRIPTION COURSE OBJECTIVES

VIC5325. Digital Imagery in Web Design RESOURCES COURSE INFORMATION COURSE COMMUNICATION COURSE DESCRIPTION COURSE OBJECTIVES VIC5325 COURSE INFORMATION Class Meeting Time: Tuesday/Thursday 5:30-7:30 p.m. Office Hours: By Appointment Course Website: https://ufl.instructure.com/courses/323826 Classroom: https://uflcoj.adobeconnect.com/vic5325

More information

LEWIS-CLARK STATE COLLEGE BUSINESS TECHNOLOGY AND SERVICE DIVISION SYLLABUS

LEWIS-CLARK STATE COLLEGE BUSINESS TECHNOLOGY AND SERVICE DIVISION SYLLABUS LEWIS-CLARK STATE COLLEGE BUSINESS TECHNOLOGY AND SERVICE DIVISION SYLLABUS Course Title: Business Computer Skills Course Number: CITPT 110-01/PT01 and CITPT 110-02/PT02 Credit Hours: 3 Semester: Fall

More information

SYLLABUS Honors College Algebra MAC 1105H / 3 credit hours Fall 2014

SYLLABUS Honors College Algebra MAC 1105H / 3 credit hours Fall 2014 SYLLABUS Honors College Algebra MAC 1105H / 3 credit hours Fall 2014 Instructor: Alexander Ambrioso Office Location: BTEC 110 Phone: (813) 253-7917 (work) (813) 841-7072 (cell) Course Meeting Days and

More information

COMM 363: Advanced Web Design

COMM 363: Advanced Web Design Advanced Web Design 1 COMM 363: Advanced Web Design Tuesdays and Thursdays, 5:30 6:45 p.m. Quentin Burdick Building (IACC) 132 3 credits Instructor: Dennis Owen Frohlich, Ph.D. Office: Minard 338C16 Office

More information

INFO 2130 Introduction to Business Computing Spring 2013 Self-Paced Section 006

INFO 2130 Introduction to Business Computing Spring 2013 Self-Paced Section 006 INFO 2130 Introduction to Business Computing Spring 2013 Self-Paced Section 006 Course Coordinator & Master Instructor: Prof. Ming-Chang Huang Office: 306A, Friday Phone: 704-687-7452 Email: mhuang5@uncc.edu

More information

ADVANCED WEB TOPICS 1 - SYLLABUS

ADVANCED WEB TOPICS 1 - SYLLABUS ADVANCED WEB TOPICS 1 - SYLLABUS UNIVERSITY OF FLORIDA, WEB DESIGN AND ONLINE COMMUNICATIONS COURSE NUMBER: COM 6338 CREDITS: 4 TERM: SPRING 2014 LECTURE TIME: Tuesday and Thursday, 5:30-7:30 pm EST LECTURE

More information

Web Design Basics. Cindy Royal, Ph.D. Associate Professor Texas State University

Web Design Basics. Cindy Royal, Ph.D. Associate Professor Texas State University Web Design Basics Cindy Royal, Ph.D. Associate Professor Texas State University HTML and CSS HTML stands for Hypertext Markup Language. It is the main language of the Web. While there are other languages

More information

Introduction to Graphic and Web Design. Nina S. Young Date: 1/6/11 Revised:1/6/11

Introduction to Graphic and Web Design. Nina S. Young Date: 1/6/11 Revised:1/6/11 11 Beach Street New York, NY 10013 COURSE TITLE: Introduction to Graphic and Web Design COURSE NUMBER: GD 160 Section:A, B MCO PREPARED BY: INSTRUCTOR NAME: CREDIT HOURS: 3 COURSE LENGTH: Nina S. Young

More information

Art 301 Web Design. Louis A. Solis louis.a.solis@csun.edu Office Hours: Fri 1-3pm Location of Office hours: room AC404

Art 301 Web Design. Louis A. Solis louis.a.solis@csun.edu Office Hours: Fri 1-3pm Location of Office hours: room AC404 Art 301 Web Design Louis A. Solis louis.a.solis@csun.edu Office Hours: Fri 1-3pm Location of Office hours: room AC404 Art Department, Student Learning Outcomes Addressed in this Course 1 Acquire a basic

More information

Castro, Elizabeth. HTML, XHTML & CSS Visual Quick Start Guide. Peachpit Press. Edition: Sixth. Pages: 456. ISBN: 0-321-43084-0.

Castro, Elizabeth. HTML, XHTML & CSS Visual Quick Start Guide. Peachpit Press. Edition: Sixth. Pages: 456. ISBN: 0-321-43084-0. GDA135 Web Design 1 Syllabus Course Information Organization Course Number Credits 4 Contact Hours 44 Instructor E-mail Address Office 412 Pittsburgh Technical Institute GDA135 Tom Estlack estlack.thomas@pti.edu

More information

Seattle Central Community College BITCA Division. Syllabus MIC 151 - Online

Seattle Central Community College BITCA Division. Syllabus MIC 151 - Online Seattle Central Community College BITCA Division Syllabus MIC 151 - Online 2016 Spring Course Title and Item Number: Web Design & Development with HTML / MIC 151 Number of Credits: 5 Lecture Hour Equivalent:

More information

Responsive Web Design Creative License

Responsive Web Design Creative License Responsive Web Design Creative License Level: Introduction - Advanced Duration: 16 Days Time: 9:30 AM - 4:30 PM Cost: 2197 Overview Web design today is no longer just about cross-browser compatibility.

More information

Advanced Web Development SCOPE OF WEB DEVELOPMENT INDUSTRY

Advanced Web Development SCOPE OF WEB DEVELOPMENT INDUSTRY Advanced Web Development Duration: 6 Months SCOPE OF WEB DEVELOPMENT INDUSTRY Web development jobs have taken thе hot seat when it comes to career opportunities and positions as a Web developer, as every

More information

Using Adobe Dreamweaver CS4 (10.0)

Using Adobe Dreamweaver CS4 (10.0) Getting Started Before you begin create a folder on your desktop called DreamweaverTraining This is where you will save your pages. Inside of the DreamweaverTraining folder, create another folder called

More information

COM 1010, Basic Web Design

COM 1010, Basic Web Design Revised: April 2015 Nashville State Community College Business & Applied Arts Division (Visual Communications) Master Course Syllabus COM 1010, Basic Web Design 3 Credits 3 Class Hours Course Description:

More information

IT3503 Web Development Techniques (Optional)

IT3503 Web Development Techniques (Optional) INTRODUCTION Web Development Techniques (Optional) This is one of the three optional courses designed for Semester 3 of the Bachelor of Information Technology Degree program. This course on web development

More information

IT 145 Section 300 Fall 2013 Web Design Fundamentals: HTML and Style Sheets. Syllabus and Course Outline

IT 145 Section 300 Fall 2013 Web Design Fundamentals: HTML and Style Sheets. Syllabus and Course Outline IT 145 Section 300 Fall 2013 Web Design Fundamentals: HTML and Style Sheets. Syllabus and Course Outline Instructor: Dr. Thomas Beach Office: 623F (662-0347) Email: tbeach@unm.edu Office hours: T 2:00-3:00

More information

Digital Media & Design

Digital Media & Design Add Course Request Submitted on: 2012-12-03 15:41:43 1. COURSE SUBJECT DMD 2. COURSE NUMBER (OR PROPOSED NUMBER) 1070 3. COURSE TITLE Web Design 1 4. INITIATING DEPARTMENT or UNIT Digital Media & Design

More information

COMM 3300 01 Interpersonal Communication Course Syllabus Fall 2013

COMM 3300 01 Interpersonal Communication Course Syllabus Fall 2013 COMM 3300 01 Interpersonal Communication Course Syllabus Fall 2013 Individuals with disabilities who need to request accommodations should contact the Disability Services Coordinator, Student Center 255,

More information

The Essential Guide to HTML Email Design

The Essential Guide to HTML Email Design The Essential Guide to HTML Email Design Index Introduction... 3 Layout... 4 Best Practice HTML Email Example... 5 Images... 6 CSS (Cascading Style Sheets)... 7 Animation and Scripting... 8 How Spam Filters

More information

JOMC182: Introduction to Graphic Design A primer on the principles and practices of visual communication

JOMC182: Introduction to Graphic Design A primer on the principles and practices of visual communication 2015 Fall Semester 60 Carroll Hall UNC School of Media & Journalism Mondays & Wednesdays Section 001: 1:25pm 3:15pm JOMC182: Introduction to Graphic Design A primer on the principles and practices of visual

More information

Dreamweaver Domain 2: Planning Site Design and Page Layout

Dreamweaver Domain 2: Planning Site Design and Page Layout Dreamweaver Domain 2: Planning Site Design and Page Layout Adobe Creative Suite 5 ACA Certification Preparation: Featuring Dreamweaver, Flash, and Photoshop 1 Objectives Identify best practices for designing

More information

KOMPOZER Web Design Software

KOMPOZER Web Design Software KOMPOZER Web Design Software An IGCSE Student Handbook written by Phil Watkins www.kompozer.net CONTENTS This student guide is designed to allow for you to become a competent user* of the Kompozer web

More information

MCH Strategic Data Best Practices Review

MCH Strategic Data Best Practices Review MCH Strategic Data Best Practices Review Presenters Alex Bardoff Manager, Creative Services abardoff@whatcounts.com Lindsey McFadden Manager, Campaign Production Services lmcfadden@whatcounts.com 2 Creative

More information

Saucon Valley School District Planned Course of Study

Saucon Valley School District Planned Course of Study Course Title Grade Level: 10-12 Credits: 0.5 Content Area / Dept. Business / Technology Education Length of Course: Quarter Author(s): Gemma Cody Course Description: is an introductory course designed

More information

COMM 275 / WEB DESIGN AND USABILITY / FALL 2015

COMM 275 / WEB DESIGN AND USABILITY / FALL 2015 COMM 275 / WEB DESIGN AND USABILITY / FALL 2015 When and Where: Monday, Wednesday, & Friday + 10:25 11:15am + SoC 015 Instructor: Luke Strosnider + lstrosnider@luc.edu Office: SoC 221 + Office Hours By

More information

JOMC 279: Advertising and Public Relations Research Methods Fall 2015 Class Time: 8:00am to 9:15am, Tuesdays and Thursdays Room: Carroll Hall 33

JOMC 279: Advertising and Public Relations Research Methods Fall 2015 Class Time: 8:00am to 9:15am, Tuesdays and Thursdays Room: Carroll Hall 33 JOMC 279: Advertising and Public Relations Research Methods Fall 2015 Class Time: 8:00am to 9:15am, Tuesdays and Thursdays Room: Carroll Hall 33 Instructor: Joseph Cabosky, J.D., Ph.D. Office Hours: 9:30am

More information

RARITAN VALLEY COMMUNITY COLLEGE ACADEMIC COURSE OUTLINE. CISY 222 Content Management Systems

RARITAN VALLEY COMMUNITY COLLEGE ACADEMIC COURSE OUTLINE. CISY 222 Content Management Systems RARITAN VALLEY COMMUNITY COLLEGE ACADEMIC COURSE OUTLINE CISY 222 Content Management Systems I. Basic Course Information A. Course Number and Title: CISY 222 Content Management Systems B. New or Modified

More information

INFO 2130 Introduction to Business Computing Fall 2014

INFO 2130 Introduction to Business Computing Fall 2014 INFO 2130 Introduction to Business Computing Fall 2014 Instructor: Office: Reginald Silver 304A, Friday Building Phone: 704-687-6181 Email: rsilver5@uncc.edu Course Website: Moodle 2 Section: INFO 2130

More information

Thursday 11:00 a.m. - 12:00 p.m. and by appointment

Thursday 11:00 a.m. - 12:00 p.m. and by appointment Instructor Information Instructor: CIS 4: Introduction to Computers, Business Applications Gina Jerry Phone: 310-434-4686 E-mail: Website: Course Website: Office: Office Hours: Course Description jerry_gina@smc.edu

More information

Introduction to Web Development

Introduction to Web Development Introduction to Web Development Week 2 - HTML, CSS and PHP Dr. Paul Talaga 487 Rhodes paul.talaga@uc.edu ACM Lecture Series University of Cincinnati, OH October 16, 2012 1 / 1 HTML Syntax For Example:

More information

DIG 3110 Web Design & Interactive Media

DIG 3110 Web Design & Interactive Media Florida International University FIU Digital Commons Course Syllabi Spring 2014 DIG 3110 Web Design & Interactive Media Susan Jacobson Journalism and Mass Communications Department, Florida International

More information

Designing HTML Emails for Use in the Advanced Editor

Designing HTML Emails for Use in the Advanced Editor Designing HTML Emails for Use in the Advanced Editor For years, we at Swiftpage have heard a recurring request from our customers: wouldn t it be great if you could create an HTML document, import it into

More information

CS 300-1 Client Side Web Development, Hybrid (crn # 10332) Fall 2015 Northeastern Illinois University > College of Arts & Sciences > Syllabus

CS 300-1 Client Side Web Development, Hybrid (crn # 10332) Fall 2015 Northeastern Illinois University > College of Arts & Sciences > Syllabus CS 300-1 Client Side Web Development, Hybrid (crn # 10332) Fall 2015 Northeastern Illinois University > College of Arts & Sciences > Syllabus COURSE INFORMATION Credit Hours: 3.0 Course Description: The

More information

CHAPTER 10. When you complete this chapter, you will be able to:

CHAPTER 10. When you complete this chapter, you will be able to: Data Tables CHAPTER 10 When you complete this chapter, you will be able to: Use table elements Use table headers and footers Group columns Style table borders Apply padding, margins, and fl oats to tables

More information

CISS 492 DEA Senior Seminar in Management Information Systems

CISS 492 DEA Senior Seminar in Management Information Systems Columbia College Online Campus P a g e 1 CISS 492 DEA Senior Seminar in Management Information Systems March 2015 Session 14-54 March 23 May 16, 2015 Course Description Textbooks Required culminating course

More information

Web Developer Jr - Newbie Course

Web Developer Jr - Newbie Course Web Developer Jr - Newbie Course Session Course Outline Remarks 1 Introduction to web concepts & view samples of good websites. Understand the characteristics of good website Understand the importance

More information

J339T /J395 Web Design for Journalism 07775/07995 Spring 2015 MW 1-2:30, CMA 4.152 School of Journalism The University of Texas at Austin

J339T /J395 Web Design for Journalism 07775/07995 Spring 2015 MW 1-2:30, CMA 4.152 School of Journalism The University of Texas at Austin J339T /J395 Web Design for Journalism 07775/07995 Spring 2015 MW 1-2:30, CMA 4.152 School of Journalism The University of Texas at Austin Instructor: Hsiang Iris Chyi, Ph.D. Office: BMC 3.374 Phone: (512)

More information

2- Each student is required to complete all reading assignments prior to the class lectures as noted on the course outline.

2- Each student is required to complete all reading assignments prior to the class lectures as noted on the course outline. George Mason University College of Visual and Performing Arts School of Art Department of Art and Visual Technology AVT 653 Graduate Photography II, Section 001, Fall 2011 Instructor: Peggy Feerick Office:

More information

Infrastructure for ecommerce

Infrastructure for ecommerce Infrastructure for ecommerce Syllabus - Spring 2014 (CRN 20799) Instructor: Dr. Steven Smith Office Location: UC 145 678-466- 4190 Email: Course Website: stevensmith@clayton.edu http://clayton.view.usg.edu/d2l/lp/homepage/home.d2l?ou=660666

More information

Development Perspective: DIV and CSS HTML layout. Web Design. Lesson 2. Development Perspective: DIV/CSS

Development Perspective: DIV and CSS HTML layout. Web Design. Lesson 2. Development Perspective: DIV/CSS Web Design Lesson 2 Development Perspective: DIV/CSS Why tables have been tabled Tables are a cell based layout tool used in HTML development. Traditionally they have been the primary tool used by web

More information

IT3504: Web Development Techniques (Optional)

IT3504: Web Development Techniques (Optional) INTRODUCTION : Web Development Techniques (Optional) This is one of the three optional courses designed for Semester 3 of the Bachelor of Information Technology Degree program. This course on web development

More information

Spring 2015 Syllabus for ENG 131.42: Writing Experience I

Spring 2015 Syllabus for ENG 131.42: Writing Experience I 1 Spring 2015 Syllabus for ENG 131.42: Writing Experience I Instructor: Professor Martha Petry Office: My Office is located on JC s Main Campus, WA 226 My Office Phone: 517-796- 8530 English Dept. Phone:

More information

Attendance and Grading Please see the CART attendance and grading policies.

Attendance and Grading Please see the CART attendance and grading policies. CART/CISC 219, Web Design I SUMMER 2004 Mondays & Wednesdays, 6-9pm Instructor: Jaime Snyder e: jaimesnyder@mindspring.com t: 347-351-8528 Office hours: Wednesday, 5-6pm Catalog Description This course

More information

Creating Web Pages with Dreamweaver CS 6 and CSS

Creating Web Pages with Dreamweaver CS 6 and CSS Table of Contents Overview... 3 Getting Started... 3 Web Page Creation Tips... 3 Creating a Basic Web Page Exercise... 4 Create a New Page... 4 Using a Table for the Layout... 5 Adding Text... 6 Adding

More information

How To Pass A Web Design And Design Course

How To Pass A Web Design And Design Course COMM 275 / WEB DESIGN AND USABILITY / SPRING 2014 Tuesdays + Thursdays, 10am - 11:15am / School of Communication (51 E. Pearson), Room 015 Instructor: Luke Strosnider / lstrosnider@luc.edu Course website:

More information

Web Design Methodology IT 205

Web Design Methodology IT 205 Web Design Methodology IT 205 UNM Valencia, Digital Media Arts updated 8-2014 Fall 2014 Monday Wednesday, 10:30am 11:45am UNM Learn Enhanced Course Professor: Alexa Wheeler alexa08@unm.edu Campus Office

More information

Collin College Business and Computer Systems

Collin College Business and Computer Systems Collin College Business and Computer Systems COURSE INFORMATION Course Number: ITSW 1304.P70 CRN 17101 Course Title: Introduction to Spreadsheets - Excel Course Description: Instruction in the concepts,

More information