src0-dan/mobile.html <!DOCTYPE html> Dan Armendariz Computer Science 76 Building Mobile Applications Harvard Extension School

Size: px
Start display at page:

Download "src0-dan/mobile.html <!DOCTYPE html> Dan Armendariz Computer Science 76 Building Mobile Applications Harvard Extension School"

Transcription

1 src0-dan/mobile.html <!DOCTYPE html> <!-- Dan Armendariz Computer Science 76 Building Mobile Applications Harvard Extension School An HTML5 page with some mobile-specific features. --> <html> <head> <title>html5 Example</title> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <meta name="apple-mobile-web-app-status-bar-style" content="black" /> <meta name="apple-mobile-web-app-capable" content="yes" /> <meta name="viewport" content="width=device-width" /> <!-- IE versions older than 9 don't recognize the new HTML5 elements. See: --> <!--[if lt IE 9]> <script> var e = ("article,footer,header,hgroup,nav,section,time").split(','); for (var i = 0; i < e.length; i++) { document.createelement(e[i]); </script> <![endif]--> <style type="text/css"><!-- /* html5 fix for old browsers to display those items as blocks. see: */ article,aside,details,figcaption,figure, footer,header,hgroup,menu,nav,section { display:block; html, body { background-color: #c99; font: 12px sans-serif; header {

2 src0-dan/mobile.html text-align: center; border-bottom: 1px solid black; h2 { font: 13px sans-serif; nav ul { margin: 1em; nav li { display: inline; padding: 1em; article { border: 1px solid black; width: 75%; padding: 1em; margin: 10px auto; background-color: white; article header { text-align: left; border-bottom: none; article h1 { font-size: 20px; font-weight: bold; footer { text-align: center; border-top: 1px solid black;

3 src0-dan/mobile.html ></style> </head> <body> <header> <hgroup> <h1>mobile Example</h1> <h2>sample page in HTML5 with some interesting features for mobile.</h2> </hgroup> </header> <article> <p> To initiate a phone call: <a href="tel: ">give us a call!</a> </p> <p> To initiate an SMS: <a href="sms: ">send us a text!</a><br /> Though you can also send to multiple recipients: <a href="sms: , ">send all of us a txt!</a> </p> <p> Standard input type (for comparison to the below): <input type="text" /> </p> <p> input type (generic to HTML5, but perhaps most useful for mobile): <input type=" " autocorrect="off" autocomplete="off" autocapitalize="off" /> </p> <p> URL input type (generic to HTML5, but perhaps most useful for mobile): <input type="url" autocorrect="off" autocomplete="off" autocapitalize="off" /> </p> <p> Also check out the head tag in the source to see some iphone-specific tags! </p> <p style="-webkit-user-select: none;"> Try to select this sentence. </p>

4 src0-dan/mobile.html </article> <footer> <p>brought to you by <a href=" </footer> </body> </html>

5 src0-dan/css/desktop.css /* * desktop.css * * Dan Armendariz * Computer Science 76 * Building Mobile Applications * Harvard Extension School * * a simple CSS layout targeted for desktop browsers. * */ body, html { background-color: #cc9999; #page { width: 800px; margin: 0 auto; #col1 { float: left; width: 358px; margin: 10px; padding: 10px; border: 1px solid black; #col2 { float: right; width: 358px; margin: 10px; padding: 10px; border: 1px solid black;

6 src0-dan/css/index0.html <!-- Dan Armendariz Computer Science 76 Building Mobile Applications Harvard Extension School Demo a simple XHTML page. --> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" " <html xmlns=" <head> <title>computer Science E-76: Lecture 0 demo 0</title> </head> <body> <p> This course focuses on developing applications for modern smartphone operating systems. Most of the course is dedicated to Apple's iphone OS and Google's Android. Rapid application development techniques are covered, as well as setup of the development environment, real-world testing, and deployment to both the itunes App Store and Android Marketplace. Prerequisite: CSCI E-12, or the equivalent. </p> <p> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis pharetra faucibus magna, vitae pharetra libero fermentum nec. Aenean varius cursus lectus, id blandit dolor imperdiet ac. Proin accumsan bibendum ligula, vel volutpat ipsum condimentum non. Pellentesque id erat nec leo mollis dignissim eleifend sed ligula. Nullam laoreet velit a lectus vestibulum pulvinar. Praesent faucibus cursus feugiat. Suspendisse suscipit, nunc non sollicitudin scelerisque, dui elit ultrices purus, in faucibus mauris justo vel nisi. Phasellus luctus, mauris vitae ultrices tempor, tellus mauris porta nisi, a interdum lorem elit non ligula. Aenean ut magna ut nisi ultricies tincidunt nec at magna. Mauris tellus lorem, tristique id convallis sit amet, tincidunt nec dolor. Nam odio orci, consequat et hendrerit ut, auctor ut arcu. Nam vulputate blandit feugiat. Aliquam erat volutpat. Curabitur interdum enim non justo commodo facilisis. Phasellus lobortis mauris nec purus posuere porta. Maecenas interdum eros id tellus varius dictum. Curabitur arcu enim, varius a venenatis non, sagittis eu turpis. Sed et vulputate ante. Etiam erat nibh, ultricies accumsan mattis luctus, eleifend fringilla leo. Quisque aliquet dui sit amet turpis

7 src0-dan/css/index0.html pellentesque quis facilisis metus vestibulum. </p> </body> </html>

8 src0-dan/css/index1.html <!-- Dan Armendariz Computer Science 76 Building Mobile Applications Harvard Extension School Demo a simple XHTML and CSS page designed for desktop viewing. --> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" " <html xmlns=" <head> <title>computer Science E-76: Lecture 0 demo 1</title> <link href="desktop.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="page"> <div id="col1"> Today's applications are increasingly mobile. Computers are no longer confined to desks and laps but instead live in our pockets and hands. This course teaches students how to build mobile apps for Android and ios, two of today's most popular platforms, and how to deploy them in Android Market and the App Store. Students learn to write native apps for Android using Eclipse and the Android SDK, to write native apps for iphones, ipod touches, and ipads using Xcode and the ios SDK, and to write web apps for both platforms. Prerequisites: prior programming experience in any object-oriented language and familiarity with HTML is assumed. Distance students must have access to an Intel-based Mac running Mac OS X Snow Leopard version or later. Local students will have access to Macs on campus as needed. <div id="col2"> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis pharetra faucibus magna, vitae pharetra libero fermentum nec. Aenean varius cursus lectus, id blandit dolor imperdiet ac. Proin accumsan bibendum ligula, vel volutpat ipsum condimentum non. Pellentesque id erat nec leo mollis dignissim eleifend sed ligula. Nullam laoreet velit a lectus vestibulum pulvinar. Praesent faucibus cursus feugiat. Suspendisse suscipit, nunc non sollicitudin scelerisque, dui elit ultrices purus, in faucibus mauris justo vel nisi. Phasellus luctus,

9 src0-dan/css/index1.html mauris vitae ultrices tempor, tellus mauris porta nisi, a interdum lorem elit non ligula. Aenean ut magna ut nisi ultricies tincidunt nec at magna. Mauris tellus lorem, tristique id convallis sit amet, tincidunt nec dolor. Nam odio orci, consequat et hendrerit ut, auctor ut arcu. Nam vulputate blandit feugiat. Aliquam erat volutpat. Curabitur interdum enim non justo commodo facilisis. Phasellus lobortis mauris nec purus posuere porta. Maecenas interdum eros id tellus varius dictum. Curabitur arcu enim, varius a venenatis non, sagittis eu turpis. Sed et vulputate ante. Etiam erat nibh, ultricies accumsan mattis luctus, eleifend fringilla leo. Quisque aliquet dui sit amet turpis pellentesque quis facilisis metus vestibulum. </body> </html>

10 src0-dan/css/index2.html <!-- Dan Armendariz Computer Science 76 Building Mobile Applications Harvard Extension School Demo a simple XHTML and CSS page designed for mobile viewing. --> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" " <html xmlns=" <head> <title>computer Science E-76: Lecture 0 demo 2</title> <link href="mobile.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="page"> <div id="col1"> Today's applications are increasingly mobile. Computers are no longer confined to desks and laps but instead live in our pockets and hands. This course teaches students how to build mobile apps for Android and ios, two of today's most popular platforms, and how to deploy them in Android Market and the App Store. Students learn to write native apps for Android using Eclipse and the Android SDK, to write native apps for iphones, ipod touches, and ipads using Xcode and the ios SDK, and to write web apps for both platforms. Prerequisites: prior programming experience in any object-oriented language and familiarity with HTML is assumed. Distance students must have access to an Intel-based Mac running Mac OS X Snow Leopard version or later. Local students will have access to Macs on campus as needed. <div id="col2"> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis pharetra faucibus magna, vitae pharetra libero fermentum nec. Aenean varius cursus lectus, id blandit dolor imperdiet ac. Proin accumsan bibendum ligula, vel volutpat ipsum condimentum non. Pellentesque id erat nec leo mollis dignissim eleifend sed ligula. Nullam laoreet velit a lectus vestibulum pulvinar. Praesent faucibus cursus feugiat. Suspendisse suscipit, nunc non sollicitudin scelerisque, dui elit ultrices purus, in faucibus mauris justo vel nisi. Phasellus luctus,

11 src0-dan/css/index2.html mauris vitae ultrices tempor, tellus mauris porta nisi, a interdum lorem elit non ligula. Aenean ut magna ut nisi ultricies tincidunt nec at magna. Mauris tellus lorem, tristique id convallis sit amet, tincidunt nec dolor. Nam odio orci, consequat et hendrerit ut, auctor ut arcu. Nam vulputate blandit feugiat. Aliquam erat volutpat. Curabitur interdum enim non justo commodo facilisis. Phasellus lobortis mauris nec purus posuere porta. Maecenas interdum eros id tellus varius dictum. Curabitur arcu enim, varius a venenatis non, sagittis eu turpis. Sed et vulputate ante. Etiam erat nibh, ultricies accumsan mattis luctus, eleifend fringilla leo. Quisque aliquet dui sit amet turpis pellentesque quis facilisis metus vestibulum. </body> </html>

12 src0-dan/css/index3.html <!-- Dan Armendariz Computer Science 76 Building Mobile Applications Harvard Extension School Demo a simple XHTML and CSS page designed for mobile viewing, improving on the width of the content on mobile devices. --> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" " <html xmlns=" <head> <title>computer Science E-76: Lecture 0 demo 3</title> <meta name="viewport" content="width=device-width" /> <link href="mobile.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="page"> <div id="col1"> Today's applications are increasingly mobile. Computers are no longer confined to desks and laps but instead live in our pockets and hands. This course teaches students how to build mobile apps for Android and ios, two of today's most popular platforms, and how to deploy them in Android Market and the App Store. Students learn to write native apps for Android using Eclipse and the Android SDK, to write native apps for iphones, ipod touches, and ipads using Xcode and the ios SDK, and to write web apps for both platforms. Prerequisites: prior programming experience in any object-oriented language and familiarity with HTML is assumed. Distance students must have access to an Intel-based Mac running Mac OS X Snow Leopard version or later. Local students will have access to Macs on campus as needed. <div id="col2"> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis pharetra faucibus magna, vitae pharetra libero fermentum nec. Aenean varius cursus lectus, id blandit dolor imperdiet ac. Proin accumsan bibendum ligula, vel volutpat ipsum condimentum non. Pellentesque id erat nec leo mollis dignissim eleifend sed ligula. Nullam laoreet velit a lectus vestibulum pulvinar. Praesent faucibus cursus feugiat.

13 src0-dan/css/index3.html Suspendisse suscipit, nunc non sollicitudin scelerisque, dui elit ultrices purus, in faucibus mauris justo vel nisi. Phasellus luctus, mauris vitae ultrices tempor, tellus mauris porta nisi, a interdum lorem elit non ligula. Aenean ut magna ut nisi ultricies tincidunt nec at magna. Mauris tellus lorem, tristique id convallis sit amet, tincidunt nec dolor. Nam odio orci, consequat et hendrerit ut, auctor ut arcu. Nam vulputate blandit feugiat. Aliquam erat volutpat. Curabitur interdum enim non justo commodo facilisis. Phasellus lobortis mauris nec purus posuere porta. Maecenas interdum eros id tellus varius dictum. Curabitur arcu enim, varius a venenatis non, sagittis eu turpis. Sed et vulputate ante. Etiam erat nibh, ultricies accumsan mattis luctus, eleifend fringilla leo. Quisque aliquet dui sit amet turpis pellentesque quis facilisis metus vestibulum. </body> </html>

14 src0-dan/css/index4.html <!-- Dan Armendariz Computer Science 76 Building Mobile Applications Harvard Extension School Demo a simple XHTML and CSS page designed for mobile viewing. Now with more flourish in the mobile CSS. --> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" " <html xmlns=" <head> <title>computer Science E-76: Lecture 0 demo 4</title> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <link href="mobile2.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="page"> <div id="col1"> Today's applications are increasingly mobile. Computers are no longer confined to desks and laps but instead live in our pockets and hands. This course teaches students how to build mobile apps for Android and ios, two of today's most popular platforms, and how to deploy them in Android Market and the App Store. Students learn to write native apps for Android using Eclipse and the Android SDK, to write native apps for iphones, ipod touches, and ipads using Xcode and the ios SDK, and to write web apps for both platforms. Prerequisites: prior programming experience in any object-oriented language and familiarity with HTML is assumed. Distance students must have access to an Intel-based Mac running Mac OS X Snow Leopard version or later. Local students will have access to Macs on campus as needed. <div id="col2"> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis pharetra faucibus magna, vitae pharetra libero fermentum nec. Aenean varius cursus lectus, id blandit dolor imperdiet ac. Proin accumsan bibendum ligula, vel volutpat ipsum condimentum non. Pellentesque id erat nec leo mollis dignissim eleifend sed ligula. Nullam laoreet velit a lectus vestibulum pulvinar. Praesent faucibus cursus feugiat.

15 src0-dan/css/index4.html Suspendisse suscipit, nunc non sollicitudin scelerisque, dui elit ultrices purus, in faucibus mauris justo vel nisi. Phasellus luctus, mauris vitae ultrices tempor, tellus mauris porta nisi, a interdum lorem elit non ligula. Aenean ut magna ut nisi ultricies tincidunt nec at magna. Mauris tellus lorem, tristique id convallis sit amet, tincidunt nec dolor. Nam odio orci, consequat et hendrerit ut, auctor ut arcu. Nam vulputate blandit feugiat. Aliquam erat volutpat. Curabitur interdum enim non justo commodo facilisis. Phasellus lobortis mauris nec purus posuere porta. Maecenas interdum eros id tellus varius dictum. Curabitur arcu enim, varius a venenatis non, sagittis eu turpis. Sed et vulputate ante. Etiam erat nibh, ultricies accumsan mattis luctus, eleifend fringilla leo. Quisque aliquet dui sit amet turpis pellentesque quis facilisis metus vestibulum. </body> </html>

16 src0-dan/css/index4a.html <!-- Dan Armendariz Computer Science 76 Building Mobile Applications Harvard Extension School Even MORE flourish in the CSS. --> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" " <html xmlns=" <head> <title>computer Science E-76: Lecture 0 demo 4a</title> <meta name="viewport" content="width=device-width" /> <link href="mobile3.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="page"> <div id="col1"> Today's applications are increasingly mobile. Computers are no longer confined to desks and laps but instead live in our pockets and hands. This course teaches students how to build mobile apps for Android and ios, two of today's most popular platforms, and how to deploy them in Android Market and the App Store. Students learn to write native apps for Android using Eclipse and the Android SDK, to write native apps for iphones, ipod touches, and ipads using Xcode and the ios SDK, and to write web apps for both platforms. Prerequisites: prior programming experience in any object-oriented language and familiarity with HTML is assumed. Distance students must have access to an Intel-based Mac running Mac OS X Snow Leopard version or later. Local students will have access to Macs on campus as needed. <div id="col2"> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis pharetra faucibus magna, vitae pharetra libero fermentum nec. Aenean varius cursus lectus, id blandit dolor imperdiet ac. Proin accumsan bibendum ligula, vel volutpat ipsum condimentum non. Pellentesque id erat nec leo mollis dignissim eleifend sed ligula. Nullam laoreet velit a lectus vestibulum pulvinar. Praesent faucibus cursus feugiat. Suspendisse suscipit, nunc non sollicitudin scelerisque, dui elit

17 src0-dan/css/index4a.html ultrices purus, in faucibus mauris justo vel nisi. Phasellus luctus, mauris vitae ultrices tempor, tellus mauris porta nisi, a interdum lorem elit non ligula. Aenean ut magna ut nisi ultricies tincidunt nec at magna. Mauris tellus lorem, tristique id convallis sit amet, tincidunt nec dolor. Nam odio orci, consequat et hendrerit ut, auctor ut arcu. Nam vulputate blandit feugiat. Aliquam erat volutpat. Curabitur interdum enim non justo commodo facilisis. Phasellus lobortis mauris nec purus posuere porta. Maecenas interdum eros id tellus varius dictum. Curabitur arcu enim, varius a venenatis non, sagittis eu turpis. Sed et vulputate ante. Etiam erat nibh, ultricies accumsan mattis luctus, eleifend fringilla leo. Quisque aliquet dui sit amet turpis pellentesque quis facilisis metus vestibulum. <div id="fancy"> <div id="transform"> This text should be transformed. <div id="rotate"> This text should be rotated. <div id="multiple"> Multiple transforms have been applied to this text. <div id="change"> This box should change when you hover your mouse over it! </body> </html>

18 src0-dan/css/index5.html <!-- Dan Armendariz Computer Science 76 Building Mobile Applications Harvard Extension School Demo a simple XHTML and CSS page, and we'll automatically detect and provide the correct CSS for the platform with CSS media selectors. But what's the problem? --> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" " <html xmlns=" <head> <title>computer Science E-76: Lecture 0 demo 5</title> <meta name="viewport" content="width=device-width" /> <link href="desktop.css" rel="stylesheet" type="text/css" media="screen and (min-device-width: 481px)" /> <link href="mobile2.css" rel="stylesheet" type="text/css" media="only screen and (max-device-width: 480px)" /> <link href="mobile2.css" rel="stylesheet" type="text/css" media="handheld" /> <!--[if IE]> <link href="desktop.css" rel="stylesheet" type="text/css" media="screen" /> <![endif]--> </head> <body> <div id="page"> <div id="col1"> Today's applications are increasingly mobile. Computers are no longer confined to desks and laps but instead live in our pockets and hands. This course teaches students how to build mobile apps for Android and ios, two of today's most popular platforms, and how to deploy them in Android Market and the App Store. Students learn to write native apps for Android using Eclipse and the Android SDK, to write native apps for iphones, ipod touches, and ipads using Xcode and the ios SDK, and to write web apps for both platforms. Prerequisites: prior programming experience in any object-oriented language and familiarity with HTML is assumed. Distance students must have access to an Intel-based Mac running Mac OS X Snow Leopard version or later. Local students will have access to Macs on campus as needed.

19 src0-dan/css/index5.html <div id="col2"> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis pharetra faucibus magna, vitae pharetra libero fermentum nec. Aenean varius cursus lectus, id blandit dolor imperdiet ac. Proin accumsan bibendum ligula, vel volutpat ipsum condimentum non. Pellentesque id erat nec leo mollis dignissim eleifend sed ligula. Nullam laoreet velit a lectus vestibulum pulvinar. Praesent faucibus cursus feugiat. Suspendisse suscipit, nunc non sollicitudin scelerisque, dui elit ultrices purus, in faucibus mauris justo vel nisi. Phasellus luctus, mauris vitae ultrices tempor, tellus mauris porta nisi, a interdum lorem elit non ligula. Aenean ut magna ut nisi ultricies tincidunt nec at magna. Mauris tellus lorem, tristique id convallis sit amet, tincidunt nec dolor. Nam odio orci, consequat et hendrerit ut, auctor ut arcu. Nam vulputate blandit feugiat. Aliquam erat volutpat. Curabitur interdum enim non justo commodo facilisis. Phasellus lobortis mauris nec purus posuere porta. Maecenas interdum eros id tellus varius dictum. Curabitur arcu enim, varius a venenatis non, sagittis eu turpis. Sed et vulputate ante. Etiam erat nibh, ultricies accumsan mattis luctus, eleifend fringilla leo. Quisque aliquet dui sit amet turpis pellentesque quis facilisis metus vestibulum. </body> </html>

20 src0-dan/css/index6.html <!-- Dan Armendariz Computer Science 76 Building Mobile Applications Harvard Extension School Demo a simple XHTML and CSS page, and we'll automatically detect and provide the correct CSS for the platform with JavaScript. But there might be problems here, as well. --> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" " <html xmlns=" <head> <title>computer Science E-76: Lecture 0 demo 6</title> <meta name="viewport" content="width=device-width" /> <script language='javascript' type='text/javascript'> // <![CDATA[ if (navigator.useragent.indexof('iphone')!= -1 navigator.useragent.indexof('android')!= -1) { document.write('<link href="mobile2.css" rel="stylesheet" type="text/css" />'); else { document.write('<link href="desktop.css" rel="stylesheet" type="text/css" />'); // ]]> </script> </head> <body> <div id="page"> <div id="col1"> Today's applications are increasingly mobile. Computers are no longer confined to desks and laps but instead live in our pockets and hands. This course teaches students how to build mobile apps for Android and ios, two of today's most popular platforms, and how to deploy them in Android Market and the App Store. Students learn to write native apps for Android using Eclipse and the Android SDK, to write native apps for iphones, ipod touches, and ipads using Xcode and the ios SDK, and to write web apps for both platforms. Prerequisites: prior programming

21 src0-dan/css/index6.html experience in any object-oriented language and familiarity with HTML is assumed. Distance students must have access to an Intel-based Mac running Mac OS X Snow Leopard version or later. Local students will have access to Macs on campus as needed. <div id="col2"> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis pharetra faucibus magna, vitae pharetra libero fermentum nec. Aenean varius cursus lectus, id blandit dolor imperdiet ac. Proin accumsan bibendum ligula, vel volutpat ipsum condimentum non. Pellentesque id erat nec leo mollis dignissim eleifend sed ligula. Nullam laoreet velit a lectus vestibulum pulvinar. Praesent faucibus cursus feugiat. Suspendisse suscipit, nunc non sollicitudin scelerisque, dui elit ultrices purus, in faucibus mauris justo vel nisi. Phasellus luctus, mauris vitae ultrices tempor, tellus mauris porta nisi, a interdum lorem elit non ligula. Aenean ut magna ut nisi ultricies tincidunt nec at magna. Mauris tellus lorem, tristique id convallis sit amet, tincidunt nec dolor. Nam odio orci, consequat et hendrerit ut, auctor ut arcu. Nam vulputate blandit feugiat. Aliquam erat volutpat. Curabitur interdum enim non justo commodo facilisis. Phasellus lobortis mauris nec purus posuere porta. Maecenas interdum eros id tellus varius dictum. Curabitur arcu enim, varius a venenatis non, sagittis eu turpis. Sed et vulputate ante. Etiam erat nibh, ultricies accumsan mattis luctus, eleifend fringilla leo. Quisque aliquet dui sit amet turpis pellentesque quis facilisis metus vestibulum. </body> </html>

22 src0-dan/css/index7.html <!-- Dan Armendariz Computer Science 76 Building Mobile Applications Harvard Extension School Demo a simple XHTML and CSS page, and we'll automatically detect and provide the correct CSS for the platform with (better?) JavaScript. But there might be problems here, as well. --> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" " <html xmlns=" <head> <title>computer Science E-76: Lecture 0 demo 7</title> <meta name="viewport" content="width=device-width" /> <script language='javascript' type='text/javascript'> // <![CDATA[ if (navigator.useragent.match(/iphone/i) navigator.useragent.match(/android/i)) { document.write('<link href="mobile2.css" rel="stylesheet" type="text/css" />'); else { document.write('<link href="desktop.css" rel="stylesheet" type="text/css" />'); // ]]> </script> </head> <body> <div id="page"> <div id="col1"> Today's applications are increasingly mobile. Computers are no longer confined to desks and laps but instead live in our pockets and hands. This course teaches students how to build mobile apps for Android and ios, two of today's most popular platforms, and how to deploy them in Android Market and the App Store. Students learn to write native apps for Android using Eclipse and the Android SDK, to write native apps for iphones, ipod touches, and ipads using Xcode and the ios SDK, and to write web apps for both platforms. Prerequisites: prior programming

23 src0-dan/css/index7.html experience in any object-oriented language and familiarity with HTML is assumed. Distance students must have access to an Intel-based Mac running Mac OS X Snow Leopard version or later. Local students will have access to Macs on campus as needed. <div id="col2"> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis pharetra faucibus magna, vitae pharetra libero fermentum nec. Aenean varius cursus lectus, id blandit dolor imperdiet ac. Proin accumsan bibendum ligula, vel volutpat ipsum condimentum non. Pellentesque id erat nec leo mollis dignissim eleifend sed ligula. Nullam laoreet velit a lectus vestibulum pulvinar. Praesent faucibus cursus feugiat. Suspendisse suscipit, nunc non sollicitudin scelerisque, dui elit ultrices purus, in faucibus mauris justo vel nisi. Phasellus luctus, mauris vitae ultrices tempor, tellus mauris porta nisi, a interdum lorem elit non ligula. Aenean ut magna ut nisi ultricies tincidunt nec at magna. Mauris tellus lorem, tristique id convallis sit amet, tincidunt nec dolor. Nam odio orci, consequat et hendrerit ut, auctor ut arcu. Nam vulputate blandit feugiat. Aliquam erat volutpat. Curabitur interdum enim non justo commodo facilisis. Phasellus lobortis mauris nec purus posuere porta. Maecenas interdum eros id tellus varius dictum. Curabitur arcu enim, varius a venenatis non, sagittis eu turpis. Sed et vulputate ante. Etiam erat nibh, ultricies accumsan mattis luctus, eleifend fringilla leo. Quisque aliquet dui sit amet turpis pellentesque quis facilisis metus vestibulum. </body> </html>

24 src0-dan/css/index8.php <? /* * Dan Armendariz * Computer Science 76 * Building Mobile Applications * Harvard Extension School * * Demo a simple XHTML and CSS page, and we'll automatically detect and provide * the correct CSS for the platform with (better?) JavaScript. * But there might be problems here, as well. */?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" " <html xmlns=" <head> <title>computer Science E-76: Lecture 0 demo 8</title> <meta name="viewport" content="width=device-width" /> <? if(strstr($_server['http_user_agent'],'iphone') strstr($_server['http_user_agent'],'android')) {?> <link href="mobile2.css" rel="stylesheet" type="text/css" /> <? else {?> <link href="desktop.css" rel="stylesheet" type="text/css" /> <??> </head> <body> <div id="page"> <div id="col1"> Today's applications are increasingly mobile. Computers are no longer confined to desks and laps but instead live in our pockets and hands. This course teaches students how to build mobile apps for Android and ios, two of today's most popular platforms, and how to deploy them in Android Market and the App Store. Students learn to write native apps for Android using Eclipse and the Android SDK, to write native apps for iphones, ipod touches, and ipads using Xcode and the ios SDK, and to write web apps for both platforms. Prerequisites: prior programming experience in any object-oriented language and familiarity with HTML is assumed. Distance students must have access to an Intel-based Mac running Mac OS X Snow Leopard version or later. Local students

25 src0-dan/css/index8.php will have access to Macs on campus as needed. <div id="col2"> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis pharetra faucibus magna, vitae pharetra libero fermentum nec. Aenean varius cursus lectus, id blandit dolor imperdiet ac. Proin accumsan bibendum ligula, vel volutpat ipsum condimentum non. Pellentesque id erat nec leo mollis dignissim eleifend sed ligula. Nullam laoreet velit a lectus vestibulum pulvinar. Praesent faucibus cursus feugiat. Suspendisse suscipit, nunc non sollicitudin scelerisque, dui elit ultrices purus, in faucibus mauris justo vel nisi. Phasellus luctus, mauris vitae ultrices tempor, tellus mauris porta nisi, a interdum lorem elit non ligula. Aenean ut magna ut nisi ultricies tincidunt nec at magna. Mauris tellus lorem, tristique id convallis sit amet, tincidunt nec dolor. Nam odio orci, consequat et hendrerit ut, auctor ut arcu. Nam vulputate blandit feugiat. Aliquam erat volutpat. Curabitur interdum enim non justo commodo facilisis. Phasellus lobortis mauris nec purus posuere porta. Maecenas interdum eros id tellus varius dictum. Curabitur arcu enim, varius a venenatis non, sagittis eu turpis. Sed et vulputate ante. Etiam erat nibh, ultricies accumsan mattis luctus, eleifend fringilla leo. Quisque aliquet dui sit amet turpis pellentesque quis facilisis metus vestibulum. </body> </html>

26 src0-dan/css/mobile.css /* * mobile.css * * Dan Armendariz * Computer Science 76 * Building Mobile Applications * Harvard Extension School * * a simple CSS layout targeted for mobile platforms. * */ body, html { background-color: #9999cc; #page { margin: 0 auto; #col1 { margin: 10px; padding: 10px; border: 1px solid black; #col2 { margin: 10px; padding: 10px; border: 1px solid black;

27 src0-dan/css/mobile2.css /* * mobile2.css * * Dan Armendariz * Computer Science 76 * Building Mobile Applications * Harvard Extension School * * a simple (but better) CSS layout targeted for mobile platforms. * */ body, html { background-color: #9999cc; #page { margin: 0 auto; #col1 { margin: 10px; padding: 10px; border: 1px solid black; -webkit-border-top-left-radius: 8px; -webkit-border-top-right-radius: 8px; -webkit-border-bottom-left-radius: 8px; -webkit-border-bottom-right-radius: 8px; background-image: -webkit-gradient(linear, left top, right bottom,from(#ccc),to(#999)); #col2 { margin: 10px; padding: 10px; border: 1px solid black; -webkit-border-top-left-radius: 8px; -webkit-border-top-right-radius: 8px; -webkit-border-bottom-left-radius: 8px; -webkit-border-bottom-right-radius: 8px; background-image: -webkit-gradient(linear, left top, right bottom,from(#999),to(#ccc));

28 src0-dan/css/mobile3.css /* * mobile3.css * * Dan Armendariz * Computer Science 76 * Building Mobile Applications * Harvard Extension School * * a simple (but better) CSS layout targeted for mobile platforms. * */ body, html { background-color: #9999cc; #page { margin: 0 auto; #col1 { margin: 10px; padding: 10px; border: 1px solid black; -webkit-border-top-left-radius: 8px; -webkit-border-top-right-radius: 8px; -webkit-border-bottom-left-radius: 8px; -webkit-border-bottom-right-radius: 8px; background-image: -webkit-gradient(linear, left top, right bottom,from(#ccc),to(#999)); #col2 { margin: 10px; padding: 10px; border: 1px solid black; -webkit-border-top-left-radius: 8px; -webkit-border-top-right-radius: 8px; -webkit-border-bottom-left-radius: 8px; -webkit-border-bottom-right-radius: 8px; background-image: -webkit-gradient(linear, left top, right bottom,from(#999),to(#ccc)); #transform { width: 100px;

29 src0-dan/css/mobile3.css height: 100px; margin: 50px; float: clear; border: 1px solid black; background-image: -webkit-gradient(linear, left top, right bottom,from(#999),to(#ccc)); -webkit-transform: skew(45deg); #rotate { width: 100px; height: 100px; margin: 50px; float: clear; border: 1px solid black; background-image: -webkit-gradient(linear, left top, right bottom,from(#999),to(#ccc)); -webkit-transform: rotate(180deg); #multiple { width: 100px; height: 100px; margin: 50px; -webkit-transform: skew(30deg) rotate(45deg) scale(1.5,1.5); background-image: -webkit-gradient(linear, left top, right bottom,from(#999),to(#ccc)); border: 1px solid changeme { 0% { background-color: #999; 100% { background-color: #ccc; padding: 0 200px; #change { width: 100px; height: 100px; margin: 50px; background-color: #999; border: 1px solid black;

30 src0-dan/css/mobile3.css #change:hover { -webkit-animation-name: changeme; -webkit-animation-duration: 2s; -webkit-animation-iteration-count: 2; -webkit-animation-direction: alternate; -webkit-animation-timing-function: ease-in-out;

31 src0-dan/html5/html5.html <!DOCTYPE html> <!-- Dan Armendariz Computer Science 76 Building Mobile Applications Harvard Extension School An HTML5 version of the xhtml page. --> <html> <head> <title>html5 Example</title> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <!-- IE versions older than 9 don't recognize the new HTML5 elements. See: --> <!--[if lt IE 9]> <script> var e = ("article,footer,header,hgroup,nav,section,time").split(','); for (var i = 0; i < e.length; i++) { document.createelement(e[i]); </script> <![endif]--> <style type="text/css"><!-- /* html5 fix for old browsers to display those items as blocks. see: */ article,aside,details,figcaption,figure, footer,header,hgroup,menu,nav,section { display:block; html, body { background-color: #c99; font: 12px sans-serif; header { text-align: center; border-bottom: 1px solid black;

32 src0-dan/html5/html5.html h2 { font: 13px sans-serif; nav ul { margin: 1em; nav li { display: inline; padding: 1em; article { border: 1px solid black; width: 75%; padding: 1em; margin: 10px auto; background-color: white; article header { text-align: left; border-bottom: none; article h1 { font-size: 20px; font-weight: bold; footer { text-align: center; border-top: 1px solid black; --></style> </head> <body>

33 src0-dan/html5/html5.html <header> 99. <hgroup> 100. <h1>html5 Example</h1> 101. <h2>sample page in HTML5</h2> 102. </hgroup> <nav> 105. <ul> 106. <li><a href="html5.html">home</a></li> 107. <li><a href="html5.html">cs76.net</a></li> 108. <li><a href="html5.html">about</a></li> 109. </ul> 110. </nav> 111. </header> <article> 114. <header> 115. <h1><a href="html5.html">description</a></h1> 116. <time datetime=" " pubdate>january 25, 2011</time> 117. </header> <p>today's applications are increasingly mobile. Computers are no longer confined to desks and laps but instead live in our pockets and hands. This course teaches students how to build mobile apps for Android and ios, two of today's most popular platforms, and how to deploy them in Android Market and the App Store. Students learn to write native apps for Android using Eclipse and the Android SDK, to write native apps for iphones, ipod touches, and ipads using Xcode and the ios SDK, and to write web apps for both platforms. Prerequisites: prior programming experience in any object-oriented language and familiarity with HTML is assumed. Distance students must have access to an Intel-based Mac running Mac OS X Snow Leopard version or later. Local students will have access to Macs on campus as needed.</p> 120. </article> <article> 123. <header> 124. <h1><a href="html5.html">lorem</a></h1> 125. <time datetime=" " pubdate>january 23, 2011</time> 126. </header> <p>lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec quam urna. Nunc egestas sodales rutrum. Nunc non magna nec nulla mattis scelerisque a et ante. Aenean eu nibh vel quam bibendum vulputate vitae in ligula. Mauris varius est non ante faucibus a luctus tellus pulvinar. Aliquam libero leo, semper et tincidunt eget, pellentesque ac odio. Vestibulum risus magna, condimentum ac iaculis eget, laoreet eu sapien. Donec ultricies augue et felis tristique non tincidunt dui commodo. Ut sapien nunc, fermentum id malesuada non, ullamcorper in risus. Nullam risus magna, ultricies vitae ullamcorper non, volutpat vel felis. Quisque ac mauris felis.</p> 129. </article> <footer> 132. <p>brought to you by <a href=" </footer> </body>

34 src0-dan/html5/html5.html 136. </html>

35 src0-dan/html5/xhtml.html <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" " <!-- Dan Armendariz Computer Science 76 Building Mobile Applications Harvard Extension School An XHTML page loosely modelled to resemble a blog with embedded CSS. --> <html xmlns=" xml:lang="en" lang="en"> <head> <title>xhtml Example</title> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <style type="text/css"><!-- html, body { background-color: #c99; font: 12px sans-serif; #header { text-align: center; border-bottom: 1px solid black;.tag { font: 13px sans-serif; #nav ul { margin: 1em; #nav li { display: inline; padding: 1em;.post {

36 src0-dan/html5/xhtml.html border: 1px solid black; width: 75%; padding: 1em; margin: 10px auto; background-color: white;.post h2 { font-size: 20px; font-weight: bold;.time { font: 13px sans-serif; #footer { text-align: center; border-top: 1px solid black; --></style> </head> <body> <div id="header"> <h1>xhtml Example</h1> <p class="tag">sample page in XHTML</p> <div id="nav"> <ul> <li><a href="xhtml.html">home</a></li> <li><a href="xhtml.html">cs76.net</a></li> <li><a href="xhtml.html">about</a></li> </ul> <div class="post"> <h2><a href="xhtml.html">description</a></h2> <p class="time">january 25, 2011</p>

37 src0-dan/html5/xhtml.html 97. <p>today's applications are increasingly mobile. Computers are no longer confined to desks and laps but instead live in our pockets and hands. This course teaches students how to build mobile apps for Android and ios, two of today's most popular platforms, and how to deploy them in Android Market and the App Store. Students learn to write native apps for Android using Eclipse and the Android SDK, to write native apps for iphones, ipod touches, and ipads using Xcode and the ios SDK, and to write web apps for both platforms. Prerequisites: prior programming experience in any object-oriented language and familiarity with HTML is assumed. Distance students must have access to an Intel-based Mac running Mac OS X Snow Leopard version or later. Local students will have access to Macs on campus as needed.</p> <div class="post"> 101. <h2><a href="xhtml.html">lorem</a></h2> 102. <p class="time">january 23, 2011</p> <p>lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec quam urna. Nunc egestas sodales rutrum. Nunc non magna nec nulla mattis scelerisque a et ante. Aenean eu nibh vel quam bibendum vulputate vitae in ligula. Mauris varius est non ante faucibus a luctus tellus pulvinar. Aliquam libero leo, semper et tincidunt eget, pellentesque ac odio. Vestibulum risus magna, condimentum ac iaculis eget, laoreet eu sapien. Donec ultricies augue et felis tristique non tincidunt dui commodo. Ut sapien nunc, fermentum id malesuada non, ullamcorper in risus. Nullam risus magna, ultricies vitae ullamcorper non, volutpat vel felis. Quisque ac mauris felis.</p> <div id="footer"> 108. <p>brought to you by <a href=" </body> 112. </html>

FOR THOSE WHO DO. Lenovo Annual Report

FOR THOSE WHO DO. Lenovo Annual Report FOR THOSE WHO DO. Lenovo Annual Report 2014 CONTENTS 2 6 About Lenovo 4 Financial Highlights 5 Chairman & CEO Statement Performance About Lenovo Lenovo is one of the world's leading personal technology

More information

BOOTSTRAP AFFIX PLUGIN

BOOTSTRAP AFFIX PLUGIN BOOTSTRAP AFFIX PLUGIN http://www.tutorialspoint.com/bootstrap/bootstrap_affix_plugin.htm Copyright tutorialspoint.com The affix plugin allows a to become affixed to a location on the page. You can

More information

TITLE - Size 16 - Bold

TITLE - Size 16 - Bold EDCE 2010-2011 - Size 12 - Normal Conceptual Design of Structures - Size 12 - Normal Instructor: A. Muttoni, R. Salvi, P. Wahlen - Assitant: T. Clément - Author: X. Name - TITLE - Size 16 - Bold Pier Luigi

More information

MKA PLC Controller OVERVIEW KEY BENEFITS KEY FEATURES

MKA PLC Controller OVERVIEW KEY BENEFITS KEY FEATURES 1881 OVERVIEW The ezswitch Controller is a compact PLC for the modular. In addition to providing commonly used network and Fieldbus interfaces, the controller supports all digital, analog and speciality

More information

Example project Functional Design. Author: Marion de Groot Version

Example project Functional Design. Author: Marion de Groot Version Example project Functional esign uthor: Marion de Groot Version 1.0-18-4-2013 Table of contents 3 Introduction Requirements gathering 4 Use cases 5 Use case flow diagram 6 Users and Rights 7 Requirements

More information

Creating An Effective Academic Poster. ~ A Student Petersheim Workshop

Creating An Effective Academic Poster. ~ A Student Petersheim Workshop Creating An Effective Academic Poster ~ A Student Petersheim Workshop 11 Seconds Poster Graphics and Pictures Headlines and Subheadings Poster Copy PRINCIPLES OF DESIGN BALANCE Visual balance comes

More information

The L A TEX Template for MCM Version v6.2

The L A TEX Template for MCM Version v6.2 For office use only T1 T2 T3 T4 Team Control Number 0000 Problem Chosen A 2016 MCM/ICM Summary Sheet For office use only F1 F2 F3 F4 The L A TEX Template for MCM Version v6.2 Summary Lorem ipsum dolor

More information

Paper Template for INTERSPEECH 2018

Paper Template for INTERSPEECH 2018 Paper Template for INTERSPEECH 2018 Author Name 1, Co-author Name 2 1 Author Affiliation 2 Co-author Affiliation author@university.edu, coauthor@company.com Abstract For your paper to be published in the

More information

Brand Guidelines MAY 2016

Brand Guidelines MAY 2016 Brand Guidelines MAY 2016 CONTENT LOGO 1-11 COLORS 12 TYPOGRAPHY 13-14 STYLE 15-19 STATIONARY 20-30 including: BUSINESS CARD 21-22 LETTERHEAD 23 EMAIL SIGNATURE 24 CLIENT PROPOSAL & REPORT 25-26 NEWSLETTER

More information

Timon Hazell, LEED AP Senior BIM Engineer. Galen S. Hoeflinger, AIA BIM Technologist Manager

Timon Hazell, LEED AP Senior BIM Engineer. Galen S. Hoeflinger, AIA BIM Technologist Manager Timon Hazell, LEED AP Senior BIM Engineer Galen S. Hoeflinger, AIA BIM Technologist Manager Find Joy in Your Work The Human Aspect The Human Aspect Importance of Architecture Know People The Human Aspect

More information

The Next Big Thing Prepared for Meeting C

The Next Big Thing Prepared for Meeting C The Next Big Thing Prepared for Meeting C++ 2018 Andrei Alexandrescu, Ph.D. andrei@erdani.com November 15, 2018 1 / 48 Squeaky Wheel Gets the Grease 2 / 48 ( Those were the most cringey minutes of the

More information

Connected TV Applications for TiVo. Project Jigsaw. Design Draft. 26 Feb 2013

Connected TV Applications for TiVo. Project Jigsaw. Design Draft. 26 Feb 2013 Connected TV Applications for TiVo Project Jigsaw Design Draft 26 Feb 2013 UI Design Connected TV application for TiVo Project Jigsaw 2 Overview LAUNCH POINT The goal of Project Jigsaw is to create a library

More information

Brand identity guidelines

Brand identity guidelines Brand identity guidelines CONTENTS 1 LOGO 5 COLOUR 6 TYPEFACE 8 SIGNAGE These guidelines are to help you understand the PACIFIC ALUMINIUM visual brand. The following pages demonstrate how the PACIFIC ALUMINIUM

More information

Intermediate District 288. Brand Manual. Visual Identity Guide

Intermediate District 288. Brand Manual. Visual Identity Guide Intermediate District 288 Brand Manual Visual Identity Guide SWMetro District Office 792 Canterbury Road, Suite 211 Shakopee, MN 55379 (952) 567.8100 Overview The SouthWest Metro Intermediate District

More information

ALWAYS MOVING FORWARD MIDWAY S GRAPHIC IDENTITY STANDARDS MANUAL

ALWAYS MOVING FORWARD MIDWAY S GRAPHIC IDENTITY STANDARDS MANUAL ALWAYS MOVING FORWARD MIDWAY S GRAPHIC IDENTITY STANDARDS MANUAL OVERVIEW The Midway Branding Standards is a reference tool that provides standards and guidelines for all usage of graphics in order to

More information

COLORS COLOR USAGE LOGOS LOCK UPS PHOTOS ELEMENTS ASSETS POWERPOINT ENVIRONMENTAL COLLATERAL PROMO ITEMS TABLE OF CONTENTS

COLORS COLOR USAGE LOGOS LOCK UPS PHOTOS ELEMENTS ASSETS POWERPOINT ENVIRONMENTAL COLLATERAL PROMO ITEMS TABLE OF CONTENTS COLORS COLOR USAGE LOGOS LOCK UPS PHOTOS ELEMENTS ASSETS POWERPOINT ENVIRONMENTAL COLLATERAL PROMO ITEMS TABLE OF CONTENTS PANTONE 349 HEX 026937 RGB 2, 105, 55 CMYK 90, 33, 100, 26 PANTONE 7489 HEX 73A950

More information

TITLE SUBTITLE Issue # Title Subtitle. Issue Date. How to Use This Template. by [Article Author] Article Title. Page # Article Title.

TITLE SUBTITLE Issue # Title Subtitle. Issue Date. How to Use This Template. by [Article Author] Article Title. Page # Article Title. TITLE SUBTITLE Issue # Title Subtitle Issue Date TYPE TAGLINE HERE IN THIS ISSUE How to Use This Template Article Title Page # Article Title Page # TITLE SUBTITLE Issue # 2 Using Styles by Name Style HEADING

More information

Thomas F. Sturm A Tutorial for Poster Creation with Tcolorbox

Thomas F. Sturm A Tutorial for Poster Creation with Tcolorbox 1 col1 col2 col3 col4 2 Poster Tutorial #1 Welcome to the poster tutorial! Thomas F. Sturm A Tutorial for Poster Creation with Tcolorbox 3 We start at the very begin with an empty poster. In this tutorial,

More information

City of Literature Branding

City of Literature Branding Branding The logo is based upon letterpress print techniques to demonstrate Manchesters history with literature in physical form. It is designed to be responsive so has different versions dependant on

More information

BRAND GUIDELINES All rights reserved.

BRAND GUIDELINES All rights reserved. BRAND GUIDELINES 2017. All rights reserved. LOGO :: INTRODUCTION The Live Purple Logo Mark the most recognizable visual brand element differentiates itself from similar cause based fundraisers. The mark

More information

Colors. F0563A Persimmon. 3A414C Cobalt. 8090A2 Slate Shale. C4CDD6 Alloy Coal. EFF3F5 Silver. EDF3F9 Horizon.

Colors. F0563A Persimmon. 3A414C Cobalt. 8090A2 Slate Shale. C4CDD6 Alloy Coal. EFF3F5 Silver. EDF3F9 Horizon. Colors Brand Primary F0563A Persimmon 3A414C Cobalt Secondary Brand 333943 Coal 697582 Shale 8090A2 Slate C4CDD6 Alloy E1E6EB Platinum EFF3F5 Silver EDF3F9 Horizon FFFFFF White Interaction 0088A9 Ocean

More information

Thomas F. Sturm A Tutorial for Poster Creation with Tcolorbox

Thomas F. Sturm A Tutorial for Poster Creation with Tcolorbox 1 col1 col2 col3 col4 2 Poster Tutorial #1 Welcome to the poster tutorial! Thomas F. Sturm A Tutorial for Poster Creation with Tcolorbox 3 We start at the very begin with an empty poster. In this tutorial,

More information

Project Title. A Project Report Submitted in partial fulfillment of the degree of. Master of Computer Applications

Project Title. A Project Report Submitted in partial fulfillment of the degree of. Master of Computer Applications Project Title A Project Report Submitted in partial fulfillment of the degree of Master of Computer Applications By Student Name1(xxMCMCxx) Student Name2(yyMCMCyy) School of Computer and Information Sciences

More information

TITLE. Tips for Producing a Newsletter IN THIS ISSUE

TITLE. Tips for Producing a Newsletter IN THIS ISSUE TITLE UNIT NAME DATE Advantages of a Newsletter The purpose of a newsletter is to provide specialized information to a targeted audience. Newsletters can be a great way to market yourself, and also create

More information

[Main Submission Title] (Font: IBM Plex Sans Bold, 36 point)

[Main Submission Title] (Font: IBM Plex Sans Bold, 36 point) [Main Submission Title] (Font: IBM Plex Sans Bold, 36 point) [Author Names] Author 1 [Anonymised for submission] 1, Author 2 [Anonymised] 2 (each author name separated by commas) and Author 3 [Anonymised]

More information

RHYMES WITH HAPPIER!

RHYMES WITH HAPPIER! RHYMES WITH HAPPIER! Title Subtitle Date Title Subtitle Date Title Subtitle Date Title Subtitle Date WHO AM I? First Last Body copy Quick Facts about Zapier HQ: San Francisco, CA 100% Remote 145 Employees

More information

Insights. Send the right message to the right person at the right time.

Insights. Send the right message to the right person at the right time. Insights Send the right message to the right person at the right time. StreamSend Insights Guide www.streamsend.com What is StreamSend Insights? StreamSend Insights is a powerful marketing automation platform

More information

VISUAL IDENTITY STARTER KIT FOR ENSURING OUR COMMUNICATIONS ARE COHESIVE, CONSISTENT AND ENGAGING 23 OCTOBER 2008

VISUAL IDENTITY STARTER KIT FOR ENSURING OUR COMMUNICATIONS ARE COHESIVE, CONSISTENT AND ENGAGING 23 OCTOBER 2008 VISUAL IDENTITY STARTER KIT FOR ENSURING OUR COMMUNICATIONS ARE COHESIVE, CONSISTENT AND ENGAGING 23 OCTOBER 2008 Contents 1 Logo colourways and artworks: Colour combinations for use on different background

More information

An output routine for an illustrated book

An output routine for an illustrated book An output routine for an illustrated book Boris Veytsman TUG2014 School of Systems Biology & Computational Materials Science Center, MS 6A12, George Mason University, Fairfax, VA 22030 1. Introduction

More information

A Road To Better User Experience. The lonely journey every front-end developer must walk.

A Road To Better User Experience. The lonely journey every front-end developer must walk. A Road To Better User Experience The lonely journey every front-end developer must walk. Kotaro Fujita kut@tomatoboy.co Web/iOS/Game Development AGENDA What is UI/UX? Idealized Workflow Realities Random

More information

VISUAL. Standards Guide

VISUAL. Standards Guide VISUAL Standards Guide Published: August 19, 2013 TABLE OF CONTENTS This is the approved Visual Standards Guide for Southeastern Community College. All logos and symbols in this manual are the property

More information

American Political Science Review (APSR) Submission Template ANONYMISED AUTHOR(S) Anonymised Institution(s) Word Count: 658

American Political Science Review (APSR) Submission Template ANONYMISED AUTHOR(S) Anonymised Institution(s) Word Count: 658 APSR Submission Template APSR Submission Template APSR Submission Template APSR Submission Template APSR Submission Template APSR Submission Template APSR Submission Template APSR Submission Template Submission

More information

TUSCALOOSA CITY SCHOOLS Graphic Standards and Logo Use Guide

TUSCALOOSA CITY SCHOOLS Graphic Standards and Logo Use Guide TUSCALOOSA CITY SCHOOLS Graphic Standards and Logo Use Guide THE LOGO: Primary Version Concept: Fresh Modern Symbolic Rationale: The new logo gives the education system a fresh and modern appeal. Tuscaloosa

More information

Gestures: ingsa GESTURES

Gestures: ingsa GESTURES GESTURES FORWARD AND BACKWARD SWIPE RIGHT TO GO TO THE NEXT SCREEN OR SWIPE LEFT TO GO TO THE PREVIOUS SCREEN IN THE STORY FLOW SELECT TAP WITH 1 FINGER TO NAVIGATE THOROUGH AN INTERACTIVE ITEM (SCENES)

More information

Viewport, custom CSS, fonts

Viewport, custom CSS, fonts CS120 Web Development LIU 1 of 9 Viewport, custom CSS, fonts Running a web server (optional) When creating basic static web sites, it s entirely possible to test them in your browser just using a file://

More information

BRAND IDENTITY GUIDELINE

BRAND IDENTITY GUIDELINE BRAND IDENTITY GUIDELINE PAGE 1 IMPORTANCE OF A This brand identity guideline details the conditions of use enforced when using the Bell Bunya Community Centre () brand in corporate production items. It

More information

BBN ANG 183 Typography Lecture 5A: Breaking text

BBN ANG 183 Typography Lecture 5A: Breaking text BBN ANG 183 Typography Lecture 5A: Breaking text Zoltán Kiss & Péter Szigetvári Dept of English Linguistics, Eötvös Loránd University kz & szp (delg) typo/breaking (5A) 1/ 37 outline probelms with WYSIWYG

More information

OCTOBER 16 NEWSLETTER. Lake Mayfield Campground OR-LOW GOOD TIMES

OCTOBER 16 NEWSLETTER. Lake Mayfield Campground OR-LOW GOOD TIMES a OR-LOW GOOD TIMES OCTOBER 16 NEWSLETTER Lake Mayfield Campground by Nan O. The October camp out was a joint adventure with hosts Nor West LoWs. We arrived on Monday, October 10 th and stayed three nights.

More information

Teach Yourself Microsoft Publisher Topic 2: Text Boxes

Teach Yourself Microsoft Publisher Topic 2: Text Boxes Teach Yourself Microsoft Publisher Topic 2: Text Boxes http://www.gerrykruyer.com In this second Microsoft Publisher lesson, you will look at Publisher Text Boxes and how they are different to MS Word

More information

Faculty Web Pages: Editing the Template Prepared by Tamara Fudge, June 2008

Faculty Web Pages: Editing the Template Prepared by Tamara Fudge, June 2008 Faculty Web Pages: Editing the Template Prepared by Tamara Fudge, June 2008 FacWeb 1 The following shows the contents of the FacWeb.txt document, with instructions for replacing certain items with your

More information

The everyhook package

The everyhook package The everyhook package Stephen Checkoway s@cs.jhu.edu November 26, 2014 Abstract The everyhook package takes control of the six TEX token parameters \everypar, \everymath, \everydisplay, \everyhbox, \everyvbox,

More information

CITIZEN SCIENCE DATA FACTORY

CITIZEN SCIENCE DATA FACTORY OCEAN & WATER INSECTS Marine Debris Tracker Dragonfly Migration Find a Project Topics Enter keywords, description, or location Recommended Projects Mauris eget luctus erat HOSTED BY: Most Active Projects

More information

Wandle Valley Branding Guidelines 1

Wandle Valley Branding Guidelines 1 Wandle Valley Branding Guidelines 1 Produced: November 2013 by Barker Langham 2 Contents Introduction Logo Colour palette Typeface and hierarchy Brand usage Co-branding 4 5 12 14 16 26 3 Introduction Wandle

More information

Version 1.4 March 15, Notes Bayer- Kogenate 2010 WFH Microsoft Surface Project (HKOG-39563) Information Architecture Wireframes

Version 1.4 March 15, Notes Bayer- Kogenate 2010 WFH Microsoft Surface Project (HKOG-39563) Information Architecture Wireframes Notes Author Version Comments Mick Rosolek.0 Initial Draft Mick Rosolek. First Round Edits Mick Rosolek.2 Additional Edits Mick Rosolek.3 Amendment Mick Rosolek.4 Amendment Site Map - Page of 4 0.0 Pre-Engagement

More information

Ghislain Fourny. Big Data 2. Lessons learnt from the past

Ghislain Fourny. Big Data 2. Lessons learnt from the past Ghislain Fourny Big Data 2. Lessons learnt from the past Mr. Databases: Edgar Codd Wikipedia Data Independence (Edgar Codd) Logical data model Lorem Ipsum Dolor sit amet Physical storage Consectetur Adipiscing

More information

Row 1 This is data This is data

Row 1 This is data This is data mpdf TABLES CSS Styles The CSS properties for tables and cells is increased over that in html2fpdf. It includes recognition of THEAD, TFOOT and TH. See below for other facilities such as autosizing, and

More information

Row 1 This is data This is data. This is data out of p This is bold data p This is bold data out of p This is normal data after br H3 in a table

Row 1 This is data This is data. This is data out of p This is bold data p This is bold data out of p This is normal data after br H3 in a table mpdf TABLES CSS Styles The CSS properties for tables and cells is increased over that in html2fpdf. It includes recognition of THEAD, TFOOT and TH. See below for other facilities such as autosizing, and

More information

Thesis GWU Example Dissertation. by Shankar Kulumani

Thesis GWU Example Dissertation. by Shankar Kulumani Thesis GWU Example Dissertation by Shankar Kulumani B.S. in Astronautical Engineering, May 2009, US Air Force Academy M.S. in Aeronautical and Astronautical Engineering, May 2013, Purdue University A Dissertation

More information

Let's take a look at what CSS looks like in Dreamweaver using the "Embedded" coding which is the styles are within the html code and not separate.

Let's take a look at what CSS looks like in Dreamweaver using the Embedded coding which is the styles are within the html code and not separate. Creating web pages using CSS and Dreamweaver CS3 Cascading Style Sheets (CSS) is a style sheet language used to describe the presentation of a document written in a markup language. Its most common application

More information

Brand identity design. Professional logo design + Branding guidelines + Stationery Designed by JAVIER

Brand identity design. Professional logo design + Branding guidelines + Stationery Designed by JAVIER Brand identity design Professional logo design + Branding guidelines + Stationery Designed by JAVIER Logo conceptualization Concept Shape Typography Color After reading the information provided After some

More information

I D E N T I TY STA N DA R D S M A N UA L Rev 10.13

I D E N T I TY STA N DA R D S M A N UA L Rev 10.13 I D E N T I TY STA N DA R D S M A N UA L 3150-81-13 Rev 10.13 Table of Contents 1.1 How To Use This Manual 1.2 Web Resources Available to Faculty and Staff Basic Standards for the Signature 2.1 The Robert

More information

IDENTITY STANDARDS LIVINGSTONE COLLEGE DR. JIMMY R. JENKINS, SR. PRESIDENT

IDENTITY STANDARDS LIVINGSTONE COLLEGE DR. JIMMY R. JENKINS, SR. PRESIDENT IDENTITY STANDARDS DR. JIMMY R. JENKINS, SR. PRESIDENT VERSION 1.0 AUGUST 13, 2014 A MESSAGE FROM OUR PRESIDENT Greetings, Blue Bear Family! As President of Livingstone College, it is my duty to ensure

More information

The POGIL Project Publication Guidelines

The POGIL Project Publication Guidelines 1 The POGIL Project Publication Guidelines Publication Submission Checklist 2 IN ORDER TO be published, you are required to review each item below before submitting your documents to The POGIL Project.

More information

This is the Title of the Thesis

This is the Title of the Thesis This is the Title of the Thesis This is the Thesis Subtitle if Necessary The Full Name of the Author Goes Here Thesis to obtain the Master of Science Degree in Information Systems and Computer Engineering

More information

Making the New Notes. Christoph Noack OpenOffice.org User Experience Max Odendahl OpenOffice.org Development Christian Jansen Sun Microsystems

Making the New Notes. Christoph Noack OpenOffice.org User Experience Max Odendahl OpenOffice.org Development Christian Jansen Sun Microsystems Making the New Notes Community Cooperation Concepts Christoph Noack OpenOffice.org User Experience Max Odendahl OpenOffice.org Development Christian Jansen Sun Microsystems Making the New Notes Community

More information

WRAS WIAPS BRAND GUIDELINES 2015

WRAS WIAPS BRAND GUIDELINES 2015 01 WRAS WIAPS BRAND GUIDELINES 2015 02 WRAS PRODUCT APPROVAL CERTIFICATION MARK BRAND GUIDANCE AND TERMS AND CONDITIONS OF USE WRAS LTD. CERTIFICATION MARKS, TRADEMARK AND LOGOS (APPLIES TO ALL END USERS)

More information

DFSA - Web Site Revamp

DFSA - Web Site Revamp DFSA - Web Site Revamp Wireframe designs depicting the user experience version 3.0 0 May, 008 Developed By: Husain Hakim Director of User Experience & Design Interactive Limited husain@interactive-ltd.com

More information

lipsum Access to 150 paragraphs of Lorem Ipsum dummy text a

lipsum Access to 150 paragraphs of Lorem Ipsum dummy text a lipsum Access to 150 paragraphs of Lorem Ipsum dummy text a Patrick Happel b November 24, 2018 Abstract lipsum is a L A TEX package that produces dummy text to be used in test documents or examples. The

More information

Prototyping Robotic Manipulators For SPHERES

Prototyping Robotic Manipulators For SPHERES MASSACHUSETTS INSTITUTE OF TECHNOLOGY DEPARTMENT OF AERONAUTICS AND ASTRONAUTICS: SPACE SYSTEMS LAB Prototyping Robotic Manipulators For SPHERES Lisandro Jimenez, Edward Lopez, Duncan Miller August 12,

More information

Brand Guide. Last Revised February 9, :38 PM

Brand Guide. Last Revised February 9, :38 PM Brand Guide Last Revised February 9, 2016 2:38 PM The Trinity brand is current, energetic and strong. Through textures, images, typography and color it has the versatility to be playful and trendy as well

More information

CLASP Website Redesign Client Deliverables Spring 2007

CLASP Website Redesign Client Deliverables Spring 2007 CLASP Website Redesign Client Deliverables Spring 2007 CLIENT SURVEY Who are you? Shauna Vey, CLASP Council President Alan Winson, CLASP Council Vice President Business or organization name and location:

More information

CORPORATE IDENTITY MANUAL

CORPORATE IDENTITY MANUAL CONTENTS SECTION 01 - INTRODUCTION 01 Overview 1 0.1.1 Strategic Overview 2 0.1.2 How to use the Corporate Identity (CI) Manual 3 SECTION 02 - CORPORATE IDENTITY 02 Corporate Signature 5 02.1 Construction

More information

Personal brand identity desigend by JAVIER

Personal brand identity desigend by JAVIER Personal brand identity desigend by JAVIER Logo conceptualization Concept Shape the Z is the base, if you observe I ve placed Color The concept was designed using the The use of the AZ is a great idea,

More information

The pdfreview package

The pdfreview package The pdfreview package Michael Palmer v1.1 (September 22, 2017) Abstract The pdfreview package lets you add comments in the page margins of PDF files, e.g. when reviewing manuscripts or grading reports.

More information

Abstract. Author summary. Introduction

Abstract. Author summary. Introduction 1 3 4 5 6 7 8 9 10 11 1 13 14 15 16 17 18 19 0 1 3 4 5 6 7 8 9 30 31 3 33 34 35 36 37 38 Abstract sodales vulputate auctor. Nam lacus felis, fermentum sit amet nulla ac, tristique ultrices tellus. Integer

More information

DISTRIBUTED MEMORY COMPUTING IN ECONOMICS USING MPI

DISTRIBUTED MEMORY COMPUTING IN ECONOMICS USING MPI DISTRIBUTED MEMORY COMPUTING IN ECONOMICS USING MPI JEREMY BEJARANO Abstract. In this project I have two goals: (1) demonstrate the power and scalability of the distributed memory multiprocessing in solving

More information

cosmos a tech startup

cosmos a tech startup a tech startup Logo Business Card Lorem Ipsum company director Street name City, State, Zipcode (555) 555-5555 lorem@ipsum.com www.loremipsum.com Lorem ipsum dolor sit amet, consectetur adipiscing elit.

More information

The colophon Package, v1.1

The colophon Package, v1.1 The colophon Package, v1.1 Donald P. Goodman III June 3, 2018 Abstract The colophon is fascinating to anyone even slightly interested in typography and document design; and yet incredibly, the best document

More information

Pablo- Alejandro Quiñones. User Experience Portfolio

Pablo- Alejandro Quiñones. User Experience Portfolio Pablo- Alejandro Quiñones User Experience Portfolio About Me My name is Pablo I specialize in User Experience Research & User Interfaces I am passionate about User-Centered Design I believe research and

More information

Compassion. Action. Change.

Compassion. Action. Change. DRAFT GRAPHIC STANDARDS GUIDE Contents 3 Overview 4 Tagline 6 Imagery 7 Identity Overview 8 CalMHSA Logo 10 Logo Usage 12 CalMHSA Logo Configurations 14 Color Palette 15 Typography 19 Design Samples GRAPHIC

More information

file:///users/nma/desktop/chris_mac/chris_school/kcc_nmawebsite/_technology/sitebuild/htdocs/gargiulo/data/johndoe/spring/art128...

file:///users/nma/desktop/chris_mac/chris_school/kcc_nmawebsite/_technology/sitebuild/htdocs/gargiulo/data/johndoe/spring/art128... file:///users/nma/desktop/chris_mac/chris_school/kcc_nmawebsite/_technology/sitebuild/htdocs/gargiulo/data/johndoe/spring/art128... 1 2 3 4 5 company

More information

Identity Guidelines Version_1

Identity Guidelines Version_1 Identity Guidelines Version_1 2 Introducing Dearne Valley Landscape Partnership For more help and advice contact: Richard King Landscape Partnership Development Officer T. 01226 772131 E. richardking@barnsley.gov.uk

More information

NATURAL BUILDING TECHNOLOGIES Document: Feedback Sheet Revision: A Date: 13/07/16 Queries:

NATURAL BUILDING TECHNOLOGIES Document: Feedback Sheet Revision: A Date: 13/07/16 Queries: Document: Feedback Sheet Revision: A Date: 13/07/16 What s a wireframe? It s important that everything you need to present on the site is accounted for, and has been considered in the layout. The best

More information

BRAND GUIDELINES VAN S AIRCRAFT, INC. VERSION V1.1

BRAND GUIDELINES VAN S AIRCRAFT, INC. VERSION V1.1 BRAND GUIDELINES VAN S AIRCRAFT, INC. VERSION V1.1 0 2. 0 1.19 SECTION 1 INTRODUCTION 2 // BRAND GUIDELINES SECTION 1: INTRODUCTION About This Guide The Van s Aircraft logo is a valuable brand and business

More information

Brand guidelines. Introduction These guidelines define the basic elements of the Concept Smoke Screen brand.

Brand guidelines. Introduction These guidelines define the basic elements of the Concept Smoke Screen brand. Brand Guidelines Brand guidelines Introduction These guidelines define the basic elements of the Concept Smoke Screen brand. There are very few rules, but please take the time to read and understand how

More information

Saturday January 6, pm

Saturday January 6, pm Seminar & Dance Workshop Miss Greater Reading 2017 ABIGAIL BACHMAN Saturday January 6, 2018 1-3pm Abigail Bachman is currently a student at Lock Haven University. She studies Recreational Therapy and minors

More information

RPM FOUNDATION BRANDING GUIDELINES AND GRAPHIC STANDARDS

RPM FOUNDATION BRANDING GUIDELINES AND GRAPHIC STANDARDS RPM FOUNDATION BRANDING GUIDELINES AND GRAPHIC STANDARDS JANUARY 2017 In an effort to maintain a uniform voice throughout all materials concerning America's Automotive Trust and it's entities, this guide

More information

Visual identity guideline. BrandBook BLOOMINGFELD. Brandbook 2016.

Visual identity guideline. BrandBook BLOOMINGFELD. Brandbook 2016. BrandBook 2016. Logo. Correct color use Typeface BLOOMING FELD Brandon Grotesque Black Brandon Grotesque Regular ABCDEFGHIJKLMNOPQR STUVWXYZ ABCDEFGHIJKLMNOPQR STUVWXYZ abcdefghijklmnopqrstuvwxyz abcdefghijklmnopqrstuvwxyz

More information

Getting started with Managana creating for web and mobile devices

Getting started with Managana creating for web and mobile devices Getting started with Managana creating for web and mobile devices Written and compiled by Lucas Junqueira and Marilia Bergamo 4th Edition: August 2013 (Managana 1.6.0) With information from http://www.managana.org

More information

Are You Using Engagement TilesTM?

Are You Using Engagement TilesTM? Are You Using Engagement TilesTM? These interactive, easily embeddable tiles will convert website engagement into email subscribers and in-store customers with just one click! Coupon Tile: Send coupons

More information

Foundation Site Global Elements

Foundation Site Global Elements Foundation Site Global Elements These elements are constant throughout the site Global Top Navigation Contact Info Site Map Dynamically Driven Legal Resources Google Search Engine Module This module is

More information

BOWIE FARMERS MARKET. Anne Bontogon Campaign Bowie Farmers Market

BOWIE FARMERS MARKET. Anne Bontogon Campaign Bowie Farmers Market BOWIE FARMERS MARKET Anne Bontogon Campaign Bowie Farmers Market Research Competition: Bowie Farmers Market is provides fresh produce, fruit, meat and poultry in the Bowie community. Its competitors are

More information

CSE 154 LECTURE 5: FLOATING AND POSITIONING

CSE 154 LECTURE 5: FLOATING AND POSITIONING CSE 154 LECTURE 5: FLOATING AND POSITIONING The CSS float property property float description side to hover on; can be left, right, or none (default) a floating element is removed from normal document

More information

CHI LAT E X Ext. Abstracts Template

CHI LAT E X Ext. Abstracts Template CHI LAT E X Ext. Abstracts Template First Author author1@anotherco.com Second Author author2@anotherco.com Third Author author3@anotherco.com Fourth Author author5@anotherco.com Fifth Author author6@anotherco.com

More information

AMERICA'S CAR MUSEUM BRANDING GUIDELINES AND GRAPHIC STANDARDS

AMERICA'S CAR MUSEUM BRANDING GUIDELINES AND GRAPHIC STANDARDS AMERICA'S CAR MUSEUM BRANDING GUIDELINES AND GRAPHIC STANDARDS JUNE 2017 In an effort to maintain a uniform voice throughout all materials concerning America's Automotive Trust and it's entities, this

More information

Portfolio. Site design, wireframes and other diagrams. Abigail Plumb-Larrick. Plumb Information Strategy

Portfolio. Site design, wireframes and other diagrams. Abigail Plumb-Larrick. Plumb Information Strategy Portfolio Site design, wireframes and other diagrams Plumb Information Strategy abigail@plumbinformation.com (917) 698-5511 NOTES and CALLOUTS Contents 1. Portfolio of design/ux work A. Shipping flow C.

More information

Unit 20 - Client Side Customisation of Web Pages WEEK 5 LESSON 6 DESIGNING A WEB-SITE

Unit 20 - Client Side Customisation of Web Pages WEEK 5 LESSON 6 DESIGNING A WEB-SITE Unit 20 - Client Side Customisation of Web Pages WEEK 5 LESSON 6 DESIGNING A WEB-SITE Today s tasks This lesson is on the wiki: Design Exercise (for A3); corporate theme in primary design 3rd November

More information

Overly Companies (OSA, BRICO)

Overly Companies (OSA, BRICO) Overly Companies (OSA, BRICO) Website Redesign & Development Functional Wireframes Version 1.1 2016 All Rights Reserved. Overly Companies Website Redesign and Development Functional Wireframes, V.1.1 2

More information

Chaparral Sports Day. Basketball Ashley Guerrero(captain), Carrera, Rasuly, Hamilton Alba, Razel Alba, Bannister, Phillips, Richardson.

Chaparral Sports Day. Basketball Ashley Guerrero(captain), Carrera, Rasuly, Hamilton Alba, Razel Alba, Bannister, Phillips, Richardson. CHAPARRAL SPORTS DAY Chaparral Sports Day SPORTS DAY IN THIS ISSUE Chaparral Sports Day by Amy Guerrero October 21, 2017, the day we put on our game faces, ready to prove how competitive our unit is. Chaparral

More information

BBN ANG 183 Typography Lecture 5A: Breaking text

BBN ANG 183 Typography Lecture 5A: Breaking text BBN ANG 183 Typography Lecture 5A: Breaking text Zoltán Kiss & Péter Szigetvári Dept of English Linguistics, Eötvös Loránd University kz & szp (delg) typo/breaking (5A) 1 / 23 outline probelms with WYSIWYG

More information

logo graphic will go here

logo graphic will go here I will be creating a web site that will promote my freelance graphic design and photography business. I will outline my business and display of my commercial photography, print and web design. Having a

More information

Formatting Theses and Papers using Microsoft Word

Formatting Theses and Papers using Microsoft Word Formatting Theses and Papers using Microsoft Word (CDTL) National University of Singapore email: edtech@groups.nus.edu.sg Table of Contents About the Workshop... i Workshop Objectives... i Session Prerequisites...

More information

Certified Organisation logo guidelines. Version 1.0 April 2018

Certified Organisation logo guidelines. Version 1.0 April 2018 Certified Organisation logo guidelines Colour logo for use on white or clear backgrounds Logo overview The TEC Quality logo is an important part of our visual identity. The logo communicates that quality

More information

My tags Ornare sociosqu, magna, nunc, erat duis, elit malesuada, arcu, quam ut. > View all. Recommended content

My tags Ornare sociosqu, magna, nunc, erat duis, elit malesuada, arcu, quam ut. > View all. Recommended content Notes 0.2.1 My Shortlist - My Shortlist My tags Subscriptions Account details Admin console Quick notes: - Admin console link: displays only for government users that have rights to access their country

More information

Invoice Visual Design Specifications MEC

Invoice Visual Design Specifications MEC Invoice Visual Design Specifications MEC Author Dean Ashworth Version 01.02 Last Updated February 1, 2012 Page 1 Invoice Visual Design Specifications MEC Contents Note on sizes & scale... 1. Request Money....

More information

The rjlpshap class. Robert J Lee July 9, 2009

The rjlpshap class. Robert J Lee July 9, 2009 The rjlpshap class Robert J Lee latex@rjlee.homelinux.org July 9, 2009 1 Introduction This package provides low-level helper macros and environments. It is intended for authors of L A TEX packages, who

More information

9 Ways You Can Put Behavioral Automation to Work.

9 Ways You Can Put Behavioral Automation to Work. 9 Ways You Can Put Behavioral Automation to Work www.streamsend.com The Winning Formula While email marketing is still king, when used in combination with marketing automation and behavioral insights,

More information

OGP Brand Guide MARCH 2018

OGP Brand Guide MARCH 2018 OGP Brand Guide MARCH 2018 A well-defined brand helps us create stronger connections with important stakeholders What is a brand? A brand is the impression that partners, funders, beneficiaries, and related

More information

Visual Identity Standards

Visual Identity Standards Visual Identity Standards 6.0 Stationery Information and inquiries: University Relations brand@ Visual Identity Standards 2 6.0 Stationery 6.01 Introduction 6.01 Introduction 6.02 Letterhead & envelopes

More information