310 likes | 322 Views
Text and Layout. Making the Right Choice. Choice of text colour and layout makes a big difference to the message you communicate Take a look at the following examples. Consider the Design for…. A Children’s Nursery. Consider the Design for…. An Undertaker. Consider the Design for….
E N D
Making the Right Choice • Choice of text colour and layout makes a big difference to the message you communicate • Take a look at the following examples
Consider the Design for… • A Children’s Nursery
Consider the Design for… • An Undertaker
Consider the Design for… • A Dentist
Font Selection • The two main types of fonts are those with serifs and those without - sans serif. • It is worth looking at font catalogues on-line to see what we can find that is close to what we want • As we have seen font selection makes a big difference to the message we communicate • Take time thinking about your fonts
What we write is Important • Get your work proof read by somebody you trust • You are the least qualified person to judge your own work – the customer is always right • Badly written text is unprofessional and is a good way to send out the wrong message • http://webpagesthatsuck.smugmug.com/Other/Bad-Web-Design/6837311_tyvTi#!i=706067647&k=yMUkG&lb=1&s=O
Select an Appropriate Style Abstract for a research paper...
Some Design Rules Contrast • Make different parts of the site that are different – look different! Repetition • Repeat visual elements of the design throughout the site. Alignment • Give items a visual association to other items. Proximity • Items related to each other should be grouped close to each other.
Contrast • When you make two items different – make them really different!
Proximity Make use of visual organisation to convey content organisation CSCI1413 Programming Year 1 CSCI2608 Multimedia and Internet Technology Personal Tutoring Final Year Project Proposals Creating Database Applications in VB.NET Visual Basic.NET Access 2000 Trainer Visual Basic Generic guides for using VB 6 and below Networks and Communications Guide to HTML CSCI2002 Visual Basic as a Second Language CSCI2008 Networks & Communications INFO1004 Application Development CSCI2010 Developing Business Database Applications
Better… CSCI1413 Programming Year 1 CSCI2608 Multimedia and Internet Technology CSCI2002 Visual Basic as a Second Language CSCI2008 Networks & Communications INFO1004 Application Development CSCI2010 Developing Business Database Applications Personal Tutoring Final Year Project Proposals Creating Database Applications in VB.NET Visual Basic Generic guides for using VB 6 and below Visual Basic.NET Access 2000 Trainer Networks and Communications Guide to HTML
Rule of Thirds • Which picture is more interesting?
Unseen Text in Multimedia • Text in Multimedia is not just about what the user sees • Text is used to mark-up documents via HTML 5 and CSS • Text plays an important part in communication of data via XML
HTML 5 • HTML 5 has three types of mark-up: • Elements • Attributes • Values • Elements • An element comprises: • Start Tag • Content <h1>This is a heading</h1> • End tag • Attributes and Values • Attributes contain information about the data specified by the attributes value e.g. <img src="mypicture.jpg" />
XML • A meta-language contains data used to describe data • May be used to define other mark-up languages (e.g. HTML 5) • Provides a set of rules and a basic structure and from this other document formats may be devised • E.g. PDF, DOCX, HTML 5 • Applications of XML extend beyond the web • XML may be used in many other non web related contexts
Media Centre Master • Media Centre Master is a free program that may be used to manage films saved as DivX files • http://forums.mediacentermaster.com • The program allows the creation of “scan folders” into which you place your video file (MP4, AVI etc) in a folder named as the title of the film • For example... • Program communicates with remote data source e.g. IMDB to obtain data about the film e.g.
XML Hierarchical Structure XML Declaration : version, encoding Root element Element Tag <ProductionYear> </ProductionYear> Attributes and Values <FilmDetail Title="28 Days Later" IMDBrating="7.6" ProductionYear="2002"> Attribute (Title) Value “28 Days Later”