Website Development & Management Some Wrap-Up Items Instructor: John Seydel, Ph.D. CIT 3353 -- Fall 2006 www.clt.astate.edu/jseydel/mis3353.

Slides:



Advertisements
Similar presentations
CREATING WEB PAGES INTERNET IN THE CURRICULUM MODULE 8:
Advertisements

Iframes & Images Using HTML.
Multimedia for the Web: Creating Digital Excitement Multimedia Element -- Graphics.
Graphics CS 121 Concepts of Computing II. What is a graphic? n A rectangular image. n Stored in a file of its own, or … … embedded in another data file.
1 IMAGES: A Picture Is Worth a Thousands Words, Image Formats Image Sizes Graphic Tips Image Tag Attributes Centering Images.
Website Development & Management PHP Odds & Ends Instructor: John Seydel, Ph.D. CIT Fall
Chapter 4 Adding Images. Inserting and Aligning Images Using CSS When you choose graphics to add to a web page, it’s important to use graphic files in.
Computer Science 101 Web Access to Databases Overview of Web Access to Databases.
Understanding Web Graphics Web Design Section 5-4 Part or all of this lesson was adapted from the University of Washington’s “Web Design & Development.
Chapter 14-Designing for the World Wide Web. Overview Introducing multimedia on the Web. Designing text for the Web. Creating images for the Web. Adding.
Tutorial 3: Working with Images. Objectives Session 3.1 – Identify the differences among image file types – Evaluate the purpose of alternative text –
Web Design and Development for E-Business By Jensen J. Zhao Copyright 2003 Prentice Hall, Inc. Web Design and Development for E-Business Jensen J. Zhao.
Web Graphics Image File Formats Image optimization Accessibility issues Using images and colors on the web.
Website Development & Management Getting to Know HTML Better CIT Fall Instructor: John Seydel, Ph.D.
Dynamic Web Pages (Flash, JavaScript)
Unit E. Image Measurements The size of an image can be measured 2 ways: Dimensions: the height and width, measured in pixels. File Size: measured in Kilobytes.
Chapter 4 Adding Images. Chapter 4 Lessons Introduction 1.Insert and align images 2.Enhance an image and use alternate text 3.Insert a background image.
Chapter 7 Graphics and Color. 2 Principles of Web Design Chapter 7 Objectives Understand the differences between the Web-based image file formats - GIF,
Presentation Design: Graphics. More About Color “Bit depth” of colors -- This is based on the smallest unit of information that a computer understands.
Basic Knowledge of Web creation. Computer graphic knowledge Graphic file has 2 types Raster Graphic A bitmap or raster image are comprised of pixels in.
Images & Image Maps 16 th February. Images & Image Maps Web authors can add icons, logos and high impact images to their pages Images enhance web pages.
1 Additional Topics: Splash, Flash and Web Usability INFO 654 – Spring 2007.
Website Development & Management Getting Started with Databases Instructor: John Seydel, Ph.D. CIT Fall
Computer Science 101 Images in Web Pages. Image Files Two common formats, GIF and JPEG GIF images are more flexible for use as icons JPEG images are sharper.
Web Design and Development for E-Business By Jensen J. Zhao Copyright 2003 Prentice Hall, Inc. Web Design and Development for E-Business Jensen J. Zhao.
Introduction to Web Design Web publishing HTML basics Web design principles Multimedia on the Web.
eCommerce Technologies Design & Development for the Web MIS Spring 2004 Instructors: Kelly Fish, Ph.D. John Seydel, Ph.D.
HTML presentation Graphics H format H data compression H size H creating or finding H publishing.
1 Web Developer Foundations: Using XHTML Chapter 4 Key Concepts.
Files, File Format Folders Paths, URL Absolute Addresses Relative Addresses © Ms. Masihi.
Web Pages with Features. Features on Web Pages Interactive Pages –Shows current date, get server’s IP, interactive quizzes Processing Forms –Serach a.
Section 8.1 Create a custom theme Design a color scheme Use shared borders Section 8.2 Identify types of graphics Identify and compare graphic formats.
Group 3: Art Gallery Monica Almendarez Content/Project Manager Willliam Egle Technology Manager Christina Pié Usability/ADA Compliance Manager Mirjana.
© Anthony J. Nowakowski, Ph.D. GRAPHICAL MEDIA EDC 601 Instructional Technologies © Anthony J. Nowakowski, Ph.D. “Graphics help to display and to clarify.
10 | Graphics COM 366 Web Design & Production. Native file format –Format native to software program –psd > PhotoShop default Preserves layers –Use “Save.
PowerPoint: Images Randy Graff UF HSC IT Center
COS 125 Day 4. Agenda Assignment 1 Due Assignment 2 Posted –Due Feb 9:35 AM Today we will look at creating and using images Examples –
A BCDE.
Project Two Adding Web Pages, Links, and Images Define and set a home page Add pages to a Web site Describe Dreamweaver's image accessibility features.
FILE TYPES FOR WEB DESIGN 1 HOW SHOULD I SAVE?. GRAPHICS INTERCHANGE FORMAT (GIF) Best used for flat-color, sharp-edged art or text Clip art, logos Compression.
Website Development & Management A PHP Exercise CIT Fall Instructor: John Seydel, Ph.D.
Raster Graphics 2.01 Investigate graphic image design.
File Types. Terms Multimedia- the integration of text, sound, video and/or animation into a document Letters, brochures, newsletters, web pages or presentations.
© 2011 Delmar, Cengage Learning Chapter 4 Adding Images.
Web Design and Development. World Wide Web  World Wide Web (WWW or W3), collection of globally distributed text and multimedia documents and files 
Introduction to HTML. _______________________________________________________________________________________________________________ 2 Outline Key issues.
eCommerce Technologies Adding Visual Appeal to eCommerce Websites MIS Spring 2004 Instructors: Kelly Fish, Ph.D. John Seydel, Ph.D.
WEB GRAPHICS EXPLORING COMPUTER SCIENCE - LESSON 3-4.
1 MIT 5316 Web-Based Computing Lecture 1. 2 Welcome Introduction Syllabus.
Web Design, 5 th Edition 6 Multimedia and Interactivity Elements.
Section 8.1 Section 8.2 Create a custom theme Design a color scheme
Objective % Describe digital graphics production methods.
Understanding Web Graphics
Exploring Computer Science - Lesson 3-4
Web Graphics By Chris Harding.
Exploring Computer Science - Lesson 3-4
Basic Knowledge of Web creation
Photo Editing for PowerPoint & the Web
2.01 Investigate graphic image design.
Exploring Computer Science - Lesson 3-4
Photo Editing for PowerPoint & the Web
A computer display is made up of small squares, called pixels.
LET’S LEARN ABOUT GRAPHICS!
1.01 Investigate graphic types and file formats.
Graphics.
Objective % Describe digital graphics production methods.
2.01 Investigate graphic image design.
Color and Images.
2.01 Investigate graphic image design.
2.01 Investigate graphic image design.
Presentation transcript:

Website Development & Management Some Wrap-Up Items Instructor: John Seydel, Ph.D. CIT Fall

The Final Exam: Completed FKAuto Website Overview Internet (public) site  Primarily for prospective customers  Used car inventory and information  Access to employee intranet  Other... Intranet  For FKAuto employees  View inventory, customer, and HR info  Requires login  Database maintenance Features  Your own stylesheets (research/employee design guidelines)  Cookies, Flash, JavaScript, other (as extra credit) Questions... ?

The PHP Interface for Database Processing Input form Serves as front-end Gets user data  Form inputs  Session variables  Cookies Often gets initial data from database Form processor Serves as  Back-end process driver  Front-end confirmation Uses form data to interact with database

Review of Web-Based Database Processing Steps Preliminary work: define variables Database name Table name SQL string Create a connection  mysql_connect() Open the database  mysql_select_db() Submit a SQL statement  mysql_query() Create a recordset Add records Create a table... Process records  mysql_fetch_array()

Graphics: A Two-Edged Sword Communicative power: a picture’s worth a thousand words and is far more interesting and intuitive Inappropriate graphics, however, can destroy the message Principles Difference/similarity to print Compressed image formats Simplicity Keep loading time in mind Design with the client(?) in mindclient

Image Types for the Web Bitmap graphics Uncompressed: BMP (don’t use!) Compressed:  JPEG: loads line at a time (more colors, 24 bit)  GIF: loads increasing levels of clarity (interlacing) Vector graphics (e.g., Flash): scalable, typically smaller, but require player Using a scanner (or digital camera) TIF is a typical format Needs to be converted to JPEG or GIF

Which to Use: JPEG or GIF (or Flash)? JPEG: appropriate for photographs and other intricate images Advantages of GIF: Typically smaller file sizes Features: animation, transparency, interlacing Applications: logos, buttons, icons, etc. Vector graphics (e.g., Flash) are thus an alternative to GIF Often much smaller Much more scalable However, need player

Some Image Design Guidelines Use sparingly to avoid clutter and to control load time Arrange to achieve balance with text and white space Maintain contrasts when using background images Keep small (page should take no more than 4 seconds to load on broadband connection) Reduce size  Less than 50 kb per image  No more than 100 kb total per page  Limit buttons to 2 kb and re-use when feasible Also: use thumbnails and add warnings Always specify width and height in markup; this reserves space while the images load

Effectiveness Through Simplicity Good graphics provide emotional appeal Eye-catching Balanced Attractive Of course, rational appeal is also needed Logical arrangement Useful information Simple designs combine emotional and rational appeal

Web Site Testing Local-host testing Test on developer’s computer Server-side testing Test between server and developer's computer Client-side testing Test with various configurations and browsers at different places and times TestingTesting???

Appendix

Know Your Clients First of all, who is the “client”? Actually a twofold clientele exists: Firm sponsoring the website Patrons of what the website offers Small images for customers involved in Chatting Shopping Information searching Large images for businesses dependent upon photos Real estate Art

How/What to Test? Locally, where developed Remotely, through the web (from a remote server) On varying monitors Sizes Color depths On MacIntosh, Windows, & Linux systems On Various browsers and versions

Overview of Basic Database Processing Reading data  SELECT Adding data  INSERT Changing data  UPDATE Removing data  DELETE Modifying the database structure Creating a database  CREATE DATABASE Creating tables  CREATE TABLE Changing table fields  ALTER TABLE Removing tables  DROP TABLE Note reference material: Appendix D

SQL Examples Adding data: INSERT INTO test_table VALUES (1,’This is a note’); Changing data: UPDATE test_table SET test_note=‘New note’ WHERE test_id=1; Removing data: DELETE FROM test_table WHERE test_id=2; Creating a database: CREATE DATABASE testDB; Creating a table: CREATE TABLE test_table; Changing a table’s structure: ALTER TABLE test_table ADD test_cateogory TEXT; Deleting a table: DROP TABLE test_table;