Website Design and Development CSCI 311

Size: px
Start display at page:

Download "Website Design and Development CSCI 311"

Transcription

1 Website Design and Development CSCI 311

2 Learning Objectives Understand good practices in designing and developing web sites Learn some of the challenges web design

3 Activity In pairs: describe how you d go about designing a website for a client identify all steps what stuff do you need?

4 Planning Often ignored! Many of us want to just start working (code) Skip the step that helps us get the design right including the back end design The best websites are carefully designed using a planning cycle Planning cycle helps you: gather requirements refine requirements come up with an appropriate look and feel plan development

5 Planning Cycle in Real Life In a perfect world we would plan first, code later In the real world, we often need to do multiple things at once, while: waiting for more details figuring out what technologies are best waiting for access to resources Starting early with programming is ok make sure the content you re working on is unlikely to be impacted by changes Early programming can help you test ideas before you commit to them

6 SMART When evaluating your milestones/tasks/objectives, keep them: Specific Measurable Attainable Realistic Timely (From The Missing Link)

7 Specific Is your objective specific enough to be achievable? good: Deliver our standard proposal with adjusted price quotes to reflect customer s discount rate of 15% bad: Deliver a proposal to the customer

8 Measurable Make sure you know when you re done! good: complete the first 15 pages identified in the site plan bad: complete the first 20% of the site

9 Attainable Make sure it is actually possible to achieve the objective Good: Get the server to a FedEx store by close of business Bad: Drive the server from New York to California within 24 hours

10 Realistic Is your chosen timeline feasible? good: have Team A (staff of 20) complete 10 pages by tomorrow bad: Have Bob the intern complete 10 pages by tomorrow

11 Timely Will the objective be useful if completed by the deadline? good: have draft of sitemap completed by the end of Wednesday to include the proposal bad: have draft of sitemap completed by the end of Friday to include the proposal

12 Activity In small groups: Identify what makes a social networking site good news site good a business (storefront) site good

13 The Fold Once we ve started putting thing on screens, we need to think about where to put it Newspapers: above the fold Name and logo key headlines and images Websites: same idea applies place vital things where they are always seen don t get too stuck on this metaphor! Scrolling has its place

14 Above the Fold: Myth or Fact? Does the Fold metaphor really apply to web design? Argue for or against: Break into groups of 4 two for two against Things to consider: how does mobile design impact this concept? how has scrolling changed in the past 5+ years how do users interact with their devices? input environment

15 The Fold: For or Against? Group Activity

16 Typography The study of font Minimize the number of fonts used Keep things consistent Make sure user has the fonts Google fonts Preferably use sans serif fonts

17 Robots.txt robots are automated scripts used to index content of a website: a robots file is kept at root of site indicates which content you want indexed Simplest robots.txt file: User-agent: * Disallow: / rules apply to all robots, and nothing is allowed below the root folder More complex robots.txt file: User-agent: BadBot Allow: /About/robot-policy.html Disallow: / User-agent: * Disallow: /pictures/reserved Disallow: /index.php

18 Robots.txt Cautions: Robots can ignore your /robots.txt file this will especially be true of malicious robots don t depend upon it Anyone can see your robots.txt file if you re trying to hide your file structure, you may give info away

19 Prototyping Prototyping early can help you convey design options to clients or stakeholders Prototyping techniques that are appropriate for web design: Sketches quick and dirty way to share design ideas with clients good way to bring notes back to the office for implementation Wireframes: create a mockup of one or more designs no colour, images or content planning layout Storyboarding: lets you plan the flow between pages gives you a sense of the user experience

20 Colour Schemes Figuring out what colours to use can be hard! Especially if your client doesn t have a colour scheme already many of us are programmers, not designers The quickest way to scare away your users (and potential clients!) is to make your site ugly There are tools out there to help:

21 Colour Schemes Figuring out what colours to use can be hard! Especially if your client doesn t have a colour scheme already many of us are programmers, not designers The quickest way to scare away your users is to make your site ugly There are tools out there to help:

22 The Development Process for Web Design Kinds of Style: Single Developer one person who understands whole code-base advantages: no arguments disadvantages: fresh eyes catch problems Paired Programming two developers work at one computer take turns driving Team Development developers work on different pieces of the project communication is key

23 Web Development Process Requirements Analysis and Development Plan Site Architecture Content-only Site Framework Visual Communication and Artistic Design Site Production

24 Requirement Analysis and Development Plan Lots of questions to answer: What are the requirements for the finished product? What will it achieve for the client? Target audience? What resources are needed? Who will provide the content and in what formats? What kinds of resources are needed? video, text, photos, logos, colour schemes, etc.

25 Site Architecture Static pages only? Dynamic content generation? Create a blueprint for building the site components contents functionality relationships connections interactions navigation

26 Content-only Framework Content: create a content list prepare content files (can be textual) Site map: draw a relationship diagram of all pages give pages titles identify meaningful groupings identify: forms dynamic/static pages Skeletal site homepage sub-pages, sub-subpages text content Navigation link all pages avoid dead ends

27 Visual Communication and Artistic Design Now is the time to think about: look and feel characteristics of the site Techniques: storyboards sketches For all pages, create a page layout Must reflect the client identity

28 Site Production Create page templates skeleton files used to make finished pages let everyone on team generate pages Prototype pages use templates to complete typical pages add navigation Add client-side programming scripts for browsers or web clients stylesheets JavaScript Add interactivity and responsiveness

29 Site Production Finished pages add text, graphics, images, animation, video Error Checking and Validation use page-checking tools spelling, broken links, loading times Testing different browsers different access points Add server-side programming form processing dynamic page generation database access e-commerce

30 Site Production Deploying release to Web, release URL Documentation description of website, design and function describe file structure, locations of source files (art, code) create a maintenance guide Maintenance check in with clients on regular basis

31 Development Best-Practices File Organization your system will grow, plan for it Comments notes for the developer(s) Any code you have not looked at for six or more months might as well have been written by someone else Eagleson s Law Read Me notes for the user Code standards: spacing, brackets, naming, indentation... You know the drill... Versioning use version control don t release code until it is ready. Use a sandbox

32 What do you do while updating a site?

33 Development Tools Frameworks: we won t be using much in the way of frameworks for this course, but you will use them if you do web dev... you are welcome (encouraged?) to use backend or frontend frameworks for your project (not CMS) makes your life easier examples: ASP.NET (server-side) Ruby on Rails (MVC framework) Symfony (PHP) Django (backend python) Angular.js (JavaScript) Bootstrap (frontend) Foundation (frontend) Play (backend Java and Scala) Wordpress (CMS) Drupal (CMS)

34 Developer Tools Text editors: Jedit (Windows, Mac, Linux) Notepad++ (windows) Bluefish (Linux, FreeBSD, Mac, Windows) TextWrangler/BBEdit (Mac)

35 In summary Developing web sites is about more than learning to code Need to have a plan Need a good design Need a good development style Take advantage of existing technologies: design patterns frameworks developer tools

Seema Sirpal Delhi University Computer Centre

Seema Sirpal Delhi University Computer Centre Getting Started on HTML & Web page Design Seema Sirpal Delhi University Computer Centre How to plan a web development project draft a design document convert text to HTML use Frontpage to create web pages

More information

How To Get Your Word Document. Ready For Your Editor

How To Get Your Word Document. Ready For Your Editor How To Get Your Word Document Ready For Your Editor When your document is ready to send to your editor you ll want to have it set out to look as professional as possible. This isn t just to make it look

More information

PRODUCTION PHASES CHANGES

PRODUCTION PHASES CHANGES PRODUCTION PHASES CHANGES There are changes in the production phases terminology as related to the Adobe certification test objectives. We have added new phase names as identified by Adobe resources linked

More information

1. Setup a root folder for the website 2. Create a wireframe 3. Add content 4. Create hyperlinks between pages and to external websites

1. Setup a root folder for the website 2. Create a wireframe 3. Add content 4. Create hyperlinks between pages and to external websites A. Pre-Production of Webpage 1. Determine the specific software needed WYSIWYG- design software that manipulates components of the web page without the user writing or editing code Uses graphical layout

More information

every Website Packages

every Website Packages every every Website Packages So you ve decided you need a new website.. Congratulations! It s a big step venturing into the rabbit hole of the interwebs and you don t want to take a wrong turn. We love

More information

Exact layout for a high-converting landing page

Exact layout for a high-converting landing page Exact layout for a high-converting landing page Why you need a landing page Before we get started, you might be wondering why I m suggesting you create a landing page rather than just using your home page.

More information

2004 WebGUI Users Conference

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

More information

Chapter 2 Web Development Overview

Chapter 2 Web Development Overview Chapter 2 Web Development Overview Presented by Thomas Powell Slides adopted from HTML & XHTML: The Complete Reference, 4th Edition 2003 Thomas A. Powell Five Pillars of Sites Web sites have five aspects

More information

YOUR NEW WEBSITE: How We Get From Here to There

YOUR NEW WEBSITE: How We Get From Here to There YOUR NEW WEBSITE: How We Get From Here to There Hello there! I m excited to discuss working on your project with you! Outlined on the following pages are all the basics about how I work: my processes,

More information

One of the fundamental kinds of websites that SharePoint 2010 allows

One of the fundamental kinds of websites that SharePoint 2010 allows Chapter 1 Getting to Know Your Team Site In This Chapter Requesting a new team site and opening it in the browser Participating in a team site Changing your team site s home page One of the fundamental

More information

CIS 086 : Week 1. Web Development with PHP and MySQL

CIS 086 : Week 1. Web Development with PHP and MySQL + CIS 086 : Week 1 Web Development with PHP and MySQL + Introduction n Instructor: Mark Brautigam n You: Skills and Technology Survey n You: Expectations of this class n You: Introduce yourself on the

More information

A Step-by-Step Guide to Survey Success

A Step-by-Step Guide to Survey Success A Step-by-Step Guide to Survey Success Table of Contents Why VerticalResponse?... 3 Quickstart Guide... 4 Step 1: Setup Your Account... 4 Step 2: Create Your Survey... 6 Step 3. Access Your Dashboard and

More information

All-In-One-Designer SEO Handbook

All-In-One-Designer SEO Handbook All-In-One-Designer SEO Handbook Introduction To increase the visibility of the e-store to potential buyers, there are some techniques that a website admin can implement through the admin panel to enhance

More information

Welcome Back! Without further delay, let s get started! First Things First. If you haven t done it already, download Turbo Lister from ebay.

Welcome Back! Without further delay, let s get started! First Things First. If you haven t done it already, download Turbo Lister from ebay. Welcome Back! Now that we ve covered the basics on how to use templates and how to customise them, it s time to learn some more advanced techniques that will help you create outstanding ebay listings!

More information

WEB DESIGN QUESTIONNAIRE

WEB DESIGN QUESTIONNAIRE Let s make it easy to understand the project. You are team member of this project. With your cooperation and support during the project will help a lot to complete project in time. 1. PROJECT INFO 1.1

More information

WordPress Tutorial for Beginners with Step by Step PDF by Stratosphere Digital

WordPress Tutorial for Beginners with Step by Step PDF by Stratosphere Digital WordPress Tutorial for Beginners with Step by Step PDF by Stratosphere Digital This WordPress tutorial for beginners (find the PDF at the bottom of this post) will quickly introduce you to every core WordPress

More information

Committee Chair Manual for AIA SEATTLE S ONLINE MEMBER COMMUNICATION TOOL. Questions? Contact AIA Seattle s Communications team.

Committee Chair Manual for AIA SEATTLE S ONLINE MEMBER COMMUNICATION TOOL. Questions? Contact AIA Seattle s Communications team. Contents Access to edit aiaseattle.org... 1 Committee Hub Pages... 2 Hub Page Editor... 2 Main Content Block... 2 Featured Image... 3 Files... 3 Events... 5 Recurring Committee Meetings... 8 Posts... 8

More information

PHASE 1 COLLABORATIVE EXPLORATION

PHASE 1 COLLABORATIVE EXPLORATION S E R V I C E S a nd P R I C E S PROCESS Good, professional design fosters trust and credibility with your customers. Today more than ever, people are more design savvy and expect a higher level of brand

More information

Training Manual and Help File

Training Manual and Help File Training Manual and Help File 30.06.2011 Update Manage Grow Welcome to your new Juniper Website Management System with CMS Introduction The Juniper Website Management System with CMS (Website Content Management

More information

11/5/16 WEB DESIGN. Branding Fall 2016

11/5/16 WEB DESIGN. Branding Fall 2016 designschool.canva.com/blog/print-vs-web/ nngroup.com/articles/differences-between-print-design-and-web-design/ howdesign.com/web-design-resources-technology/top-content-management-systems-designers/ alchemyuk.com/design/74-top-10-web-design-tips

More information

Web Server Setup Guide

Web Server Setup Guide SelfTaughtCoders.com Web Server Setup Guide How to set up your own computer for web development. Setting Up Your Computer for Web Development Our web server software As we discussed, our web app is comprised

More information

WebDev. Web Design COMBINES A NUMBER OF DISCIPLINES. Web Development Process DESIGN DEVELOPMENT CONTENT MULTIMEDIA

WebDev. Web Design COMBINES A NUMBER OF DISCIPLINES. Web Development Process DESIGN DEVELOPMENT CONTENT MULTIMEDIA WebDev Site Construction is one of the last steps The Site Development Process http://webstyleguide.com Web Design COMBINES A NUMBER OF DISCIPLINES DESIGN CONTENT Interaction Designers User Interface Designers

More information

Our initial reason for creating a CMS was for accessibility reasons.

Our initial reason for creating a CMS was for accessibility reasons. Our initial reason for creating a CMS was for accessibility reasons. I re-evaluated this in 2008, and still couldn t find a usable CMS admin, let alone an accessible one. This is really a plea to think

More information

DESIGNING RESPONSIVE DASHBOARDS. Best Practices for Building Responsive Analytic Applications

DESIGNING RESPONSIVE DASHBOARDS. Best Practices for Building Responsive Analytic Applications DESIGNING RESPONSIVE DASHBOARDS Best Practices for Building Responsive Analytic Applications CONTENTS Responsive Design and Embedded Analytics...1 6 Principles and Best Practices... 2 Tools of the Trade...

More information

Wordpress & Theme Installation

Wordpress & Theme Installation Wordpress & Theme Installation At this point you have already completed all of the planning for your new website so it is time to start installing the software you need to run it. Today we will be installing

More information

CSCI 1320 Creating Modern Web Applications. Content Management Systems

CSCI 1320 Creating Modern Web Applications. Content Management Systems CSCI 1320 Creating Modern Web Applications Content Management Systems Brown CS Website 2 Static Brown CS Website Up since 1994 5.9 M files (inodes) 1.6 TB of filesystem space 3 Static HTML Generators Convert

More information

CURZON PR BUYER S GUIDE WEBSITE DEVELOPMENT

CURZON PR BUYER S GUIDE WEBSITE DEVELOPMENT CURZON PR BUYER S GUIDE WEBSITE DEVELOPMENT Website Development WHAT IS WEBSITE DEVELOPMENT? This is the development of a website for the Internet (World Wide Web) Website development can range from developing

More information

seminar learning system Seminar Author and Learning System are products of Information Transfer LLP.

seminar learning system Seminar Author and Learning System are products of Information Transfer LLP. seminar learning system Seminar Author and Learning System are products of Information Transfer LLP. Burleigh House 15 Newmarket Road Cambridge UK CB5 8EG E-mail: support@seminar.co.uk Phone: +44 (0)1223

More information

Sitecore Projects with GatherContent

Sitecore Projects with GatherContent How to prepare content for Sitecore Projects with GatherContent By Jennifer Davies, Content Strategist, Razorfish Table of Contents 4 Introduction Guide overview 5 Step 1 Define your content structure

More information

Proposal for the design and development of the Compass Land Consultants website

Proposal for the design and development of the Compass Land Consultants website Proposal for the design and development of the Compass Land Consultants website Including discovery meetings, developing navigation, wireframing, and integration of the new site design into a Content Management

More information

There are four (4) skills every Drupal editor needs to master:

There are four (4) skills every Drupal editor needs to master: There are four (4) skills every Drupal editor needs to master: 1. Create a New Page / Edit an existing page. This entails adding text and formatting the content properly. 2. Adding an image to a page.

More information

Social Share for Magento 2. User Guide

Social Share for Magento 2. User Guide Social Share for Magento 2 User Guide Table of Contents 1. Social Share Configuration 1.1. Accessing the Extension Main Setting 1.2. General and Sharing Service (Share Buttons) 1.3. Pages 2. Front-End

More information

Internet: An international network of connected computers. The purpose of connecting computers together, of course, is to share information.

Internet: An international network of connected computers. The purpose of connecting computers together, of course, is to share information. Internet: An international network of connected computers. The purpose of connecting computers together, of course, is to share information. WWW: (World Wide Web) A way for information to be shared over

More information

Redesigning a Website Using IA Principals

Redesigning a Website Using IA Principals Redesigning a Website Using IA Principals Jenny Emanuel University of Illinois Agenda Introduction! Frameworks! Structuring, Organizing and Labeling! Doing a Redesign! Odds & Ends! What this Is Not How

More information

The Complete Nonprofit Website Toolkit Defining Your Content and Navigation Strategy June 2013

The Complete Nonprofit Website Toolkit Defining Your Content and Navigation Strategy June 2013 The Complete Nonprofit Website Toolkit Defining Your Content and Navigation Strategy June 2013 1 Wait for the recording to begin The Complete Nonprofit Website Toolkit Defining Your Content and Navigation

More information

Seng310 Lecture 8. Prototyping

Seng310 Lecture 8. Prototyping Seng310 Lecture 8. Prototyping Course announcements Deadlines Individual assignment (extended) deadline: today (June 7) 8:00 am by email User testing summary for paper prototype testing- Thursday June

More information

WEB DESIGN 8 PHASES OF THE DESIGN PROCESS. By da Creative Team

WEB DESIGN 8 PHASES OF THE DESIGN PROCESS. By da Creative Team WEB DESIGN 8 PHASES OF THE DESIGN PROCESS By da Creative Team 1. Project Definition 1.1. Project Summary 1.2. Goals 1.3. Target Audience 1.4. Message 1.5. Competition 1.6. Content Strategy 2. Project Scope

More information

Hello! ios Development

Hello! ios Development SAMPLE CHAPTER Hello! ios Development by Lou Franco Eitan Mendelowitz Chapter 1 Copyright 2013 Manning Publications Brief contents PART 1 HELLO! IPHONE 1 1 Hello! iphone 3 2 Thinking like an iphone developer

More information

Upload to your web space (e.g., UCSC) Due this Thursday 4/8 in class Deliverable: Send me an with the URL Grading:

Upload to your web space (e.g., UCSC) Due this Thursday 4/8 in class Deliverable: Send me an  with the URL Grading: CS 183 4/6/2010 Build a simple HTML page, topic of your choice Will use this as a basis and gradually and add more features as the class progresses Need to be done with your favorite text editor, no visual

More information

Template Tidbits. Q How do I get the places I can enter copy to show up? (Highlight Fields Bar)

Template Tidbits. Q How do I get the places I can enter copy to show up? (Highlight Fields Bar) Template Tidbits This document is not intended to replace the individual guidance documents that accompany each template. Instead, it is a general document that addresses questions frequently asked by

More information

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

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

More information

The Essential. Web Design. Handbook

The Essential. Web Design. Handbook The Essential Web Design Handbook A complete guide to designing simple and beautiful websites from initial ideas to the final Photoshop project files. Rafal Tomal The Essential Web Design Handbook Version

More information

The online customer experience: researching and planning a web presence MBA 563 WEEK 5

The online customer experience: researching and planning a web presence MBA 563 WEEK 5 The online customer experience: researching and planning a web presence MBA 563 WEEK 5 After today s class you will understand.. The main steps in the website planning and development process How to identify

More information

Make any video interactive in 15 minutes

Make any video interactive in 15 minutes Make any video interactive in 15 minutes THE HOTSPOT A call-to-interact that can stick to moving people & objects. COOL FACT: Sticky hotspots stick to your moving people or objects like glue. HOTSPOT Tips

More information

BUYER S GUIDE WEBSITE DEVELOPMENT

BUYER S GUIDE WEBSITE DEVELOPMENT BUYER S GUIDE WEBSITE DEVELOPMENT At Curzon we understand the importance of user focused design. EXECUTIVE SUMMARY This document is designed to provide prospective clients with a short guide to website

More information

Chapter 11 DESIGN, PROTOTYPING and CONSTRUCTION

Chapter 11 DESIGN, PROTOTYPING and CONSTRUCTION Chapter 11 DESIGN, PROTOTYPING and CONSTRUCTION Overview Prototyping Conceptual design Concrete design Using scenarios Generating prototypes Construction 2 Prototyping What is a prototype? Why prototype?

More information

vis website building a page

vis website building a page vis website building a page selecting a template 1. Click on PROPERTIES by your page name at the top of the web page. 2. The SELECT TEMPLATE screen will pop up. (fig. 1) 3. The TITLE field is your page

More information

Imagery International website manual

Imagery International website manual Imagery International website manual Prepared for: Imagery International Prepared by: Jenn de la Fuente Rosebud Designs http://www.jrosebud.com/designs designs@jrosebud.com 916.538.2133 A brief introduction

More information

Quest: Choose the ideal web platform for your business

Quest: Choose the ideal web platform for your business Quest: Choose the ideal web platform for your business When you re rebuilding or upgrading your website, battling through the unending waves of options, features, and fine print can be a harrowing adventure.

More information

11 Database Management

11 Database Management 1. Database softwares 1. MS Access 2. Libreoffice base/ Openoffice base 3. MySQL (Most popular web app) 11 Database Management 2. Database and Web Development For a website, texts saved in database. multimedia

More information

WEBSITE INSTRUCTIONS. Table of Contents

WEBSITE INSTRUCTIONS. Table of Contents WEBSITE INSTRUCTIONS Table of Contents 1. How to edit your website 2. Kigo Plugin 2.1. Initial Setup 2.2. Data sync 2.3. General 2.4. Property & Search Settings 2.5. Slideshow 2.6. Take me live 2.7. Advanced

More information

Introduction to the Weebly Toolkit for Building Websites

Introduction to the Weebly Toolkit for Building Websites Introduction to the Weebly Toolkit for Building Websites Maureen Pratchett July 2015 1 Objective The purpose of this workshop is not to teach you how to design or even build a website, but rather to introduce

More information

Creating Effective School and PTA Websites. Sam Farnsworth Utah PTA Technology Specialist

Creating Effective School and PTA Websites. Sam Farnsworth Utah PTA Technology Specialist Creating Effective School and PTA Websites Sam Farnsworth Utah PTA Technology Specialist sam@utahpta.org Creating Effective School and PTA Websites Prerequisites: (as listed in class description) HTML

More information

Prototyping. SWE 432, Fall Web Application Development

Prototyping. SWE 432, Fall Web Application Development Prototyping SWE 432, Fall 2018 Web Application Development Conceptual design Goal: match users mental model Tool: Metaphor - analogies from existing system Offers expectations about what system does &

More information

Sitefinity Manual. Webmasters. University of Vermont College of Medicine. Medical Communications

Sitefinity Manual. Webmasters. University of Vermont College of Medicine. Medical Communications Sitefinity Manual Webmasters University of Vermont College of Medicine Medical Communications Table of Contents Basics... 2 Navigating to the Website... 3 Actions.. 4 Titles & Properties. 5 Creating a

More information

Digital Signage at Montgomery College Step-by Step Instructions for Content Contributors

Digital Signage at Montgomery College Step-by Step Instructions for Content Contributors Digital Signage is an important and powerful communication medium. Over the years, Montgomery College has invested in more than 100 digital displays throughout our three campuses and other locations to

More information

How to make a prototype? A step-by-step. Step 1. Start with a paper prototype

How to make a prototype? A step-by-step. Step 1. Start with a paper prototype How to make a prototype? A step-by-step Step 1. Start with a paper prototype The very first step is to sketch your idea on a sheet of paper. If you consider yourself to be a bad artist - don t let that

More information

WORDPRESS TRAINING MANUAL LAST UPDATED ON FEBRUARY 26TH, 2016

WORDPRESS TRAINING MANUAL LAST UPDATED ON FEBRUARY 26TH, 2016 WORDPRESS TRAINING MANUAL LAST UPDATED ON FEBRUARY 26TH, 2016 LOG INTO WORDPRESS Visit the Login page http://intermountaineyecare.net/wp-admin/ Enter your Username and Password NOTE: Additional usernames

More information

TRINET INTERNET SOLUTIONS, INC.

TRINET INTERNET SOLUTIONS, INC. TRINET INTERNET SOLUTIONS, INC. 1. Headquartered in Orange County, California with Offices in Washington D.C. and Dallas 2. Industry leading, full-service digital agency for 22 years 3. Expert capabilities

More information

IBM Workplace Services Express - Technical Overview and Directions. Stuart Duguid Asia Pacific Portal & Workplace Technical Lead

IBM Workplace Services Express - Technical Overview and Directions. Stuart Duguid Asia Pacific Portal & Workplace Technical Lead IBM Workplace Services Express - Technical Overview and Directions Stuart Duguid Asia Pacific Portal & Workplace Technical Lead Disclaimer The following material is directional in nature and does not imply

More information

Jump to: Using AAUP Photos AAUP Logos Embedding the AAUP Twitter Feed Embedding the AAUP News Feed CREATING A WEBSITE

Jump to: Using AAUP Photos AAUP Logos Embedding the AAUP Twitter Feed Embedding the AAUP News Feed CREATING A WEBSITE Jump to: Using AAUP Photos AAUP Logos Embedding the AAUP Twitter Feed Embedding the AAUP News Feed CREATING A WEBSITE You can make a simple, free chapter website using Google Sites. To start, go to https://sites.google.com/

More information

Introduction to Elements of Web Design: WYSIWYG WYSIWYG. What You See Is What You Get

Introduction to Elements of Web Design: WYSIWYG WYSIWYG. What You See Is What You Get Introduction to Elements of Web Design: WYSIWYG WYSIWYG What You See Is What You Get There are many WYSIWYG Web design programs available, including Dreamweaver and WIX. These programs generate the HTML

More information

Here are the steps in downloading the HTML code for signatures:

Here are the steps in downloading the HTML code for  signatures: I. INTRODUCTION This is a guide on how you download and then install the BBB dynamic seal into your email signature. Note that the code for this type of seal is very modified to work in email and not use

More information

NETZONE CMS User Guide Copyright Tomahawk

NETZONE CMS User Guide Copyright Tomahawk NETZONE CMS User Guide Copyright 2015. Tomahawk 1 Phone: + 64 9 522 2333 Email: getintouch@tomahawk.co.nz Tomahawk 2015 www.tomahawk.co.nz 2 NETZONE CMS USER GUIDE WHAT YOU LL FIND INSIDE LOGGING IN 4

More information

Screening applicants of SIIT scholarship

Screening applicants of SIIT scholarship NH5 Final Report Screening applicants of SIIT scholarship Group Members Thitirat Liaonoraset 5422770545 Khunanon Chunlakan 5422770842 Advisor: Dr.Nguyen Duy Hung School of Information, Computer and Communication

More information

Design, prototyping and construction

Design, prototyping and construction Chapter 11 Design, prototyping and construction 1 Overview Prototyping and construction Conceptual design Physical design Generating prototypes Support for design 2 Prototyping and construction What is

More information

Labels: On the original site, none of the menu labels are awful, but some could be more descriptive. I had to work out the answers to the following:

Labels: On the original site, none of the menu labels are awful, but some could be more descriptive. I had to work out the answers to the following: Jade Anderson jade@ischool.utexas.edu Special Problems in Information Architecture Design Critique: http://www.stitchaustin.com 20 February 2007 Introduction: I viewed the critique and redesign of Stitch

More information

21 ST CENTURY LEARNING SOLUTIONS

21 ST CENTURY LEARNING SOLUTIONS 21 ST CENTURY LEARNING SOLUTIONS MEDIA DEVELOPMENT CAPABILITIES BROCHURE 21 ST CENTURY LEARNING SOLUTIONS, INC. media team profile At 21st Century Learning Solutions (21CLS), our media team creates cutting

More information

About the Tutorial. Audience. Prerequisites. Copyright & Disclaimer. WordPress

About the Tutorial. Audience. Prerequisites. Copyright & Disclaimer. WordPress About the Tutorial WordPress is an open source Content Management System (CMS), which allows the users to build dynamic websites and blog. WordPress is the most popular blogging system on the web and allows

More information

THE 18 POINT CHECKLIST TO BUILDING THE PERFECT LANDING PAGE

THE 18 POINT CHECKLIST TO BUILDING THE PERFECT LANDING PAGE THE 18 POINT CHECKLIST TO BUILDING THE PERFECT LANDING PAGE The 18 point checklist to building the Perfect landing page Landing pages come in all shapes and sizes. They re your metaphorical shop front

More information

Recipes. Marketing For Bloggers. List Building, Traffic, Money & More. A Free Guide by The Social Ms Page! 1 of! 24

Recipes.  Marketing For Bloggers. List Building, Traffic, Money & More. A Free Guide by The Social Ms Page! 1 of! 24 16 Recipes Email Marketing For Bloggers List Building, Traffic, Money & More A Free Guide by The Social Ms Page 1 of 24 Brought to you by: Jonathan Gebauer, Susanna Gebauer INTRODUCTION Email Marketing

More information

Page design and working with frames

Page design and working with frames L E S S O N 2 Page design and working with frames Lesson objectives Suggested teaching time To a learn about designing web pages and creating framesets in your web, you will: 35-45 minutes a b c Discuss

More information

3.3 Web Graphics. 1. So why are graphics important?

3.3 Web Graphics. 1. So why are graphics important? 3.3 Web Graphics In today s module we are going to cover the art of creating graphics for your online campaigns. We will be creating graphics for Facebook & your Mailchimp Newsletter but you will be able

More information

The MailNinja 7-Step Success Formula For Sending Lead Generating Campaigns

The MailNinja 7-Step Success Formula For Sending Lead Generating  Campaigns The MailNinja 7-Step Success Formula For Sending Lead Generating Email Campaigns The MailNinja 7-Step Success Formula For Sending Lead Generating Email Campaigns Over the past 10 years we ve perfected

More information

An architect s website:!

An architect s website:! An architect s website:! Designing and building your own website - discussion notes / BANG. 1 First ask yourself 2 questions! * Is the website to get new business enquiries via online search? * Is the

More information

RESPONSIVE WEB DESIGN IN 24 HOURS, SAMS TEACH YOURSELF BY JENNIFER KYRNIN

RESPONSIVE WEB DESIGN IN 24 HOURS, SAMS TEACH YOURSELF BY JENNIFER KYRNIN RESPONSIVE WEB DESIGN IN 24 HOURS, SAMS TEACH YOURSELF BY JENNIFER KYRNIN DOWNLOAD EBOOK : RESPONSIVE WEB DESIGN IN 24 HOURS, SAMS TEACH Click link bellow and free register to download ebook: RESPONSIVE

More information

Low fidelity: omits details High fidelity: more like finished product. Breadth: % of features covered. Depth: degree of functionality

Low fidelity: omits details High fidelity: more like finished product. Breadth: % of features covered. Depth: degree of functionality Fall 2005 6.831 UI Design and Implementation 1 Fall 2005 6.831 UI Design and Implementation 2 Paper prototypes Computer prototypes Wizard of Oz prototypes Get feedback earlier, cheaper Experiment with

More information

The Ultimate Digital Marketing Glossary (A-Z) what does it all mean? A-Z of Digital Marketing Translation

The Ultimate Digital Marketing Glossary (A-Z) what does it all mean? A-Z of Digital Marketing Translation The Ultimate Digital Marketing Glossary (A-Z) what does it all mean? In our experience, we find we can get over-excited when talking to clients or family or friends and sometimes we forget that not everyone

More information

Launch Store. University

Launch Store. University Launch Store University Store Settings In this lesson, you will learn about: Completing your Store Profile Down for maintenance, physical dimensions and SEO settings Display and image settings Time zone,

More information

WEBSITE INSTRUCTIONS

WEBSITE INSTRUCTIONS Table of Contents WEBSITE INSTRUCTIONS 1. How to edit your website 2. Kigo Plugin 2.1. Initial Setup 2.2. Data sync 2.3. General 2.4. Property & Search Settings 2.5. Slideshow 2.6. Take me live 2.7. Advanced

More information

THE IMPORTANCE OF NICHE TECHNOLOGIES IN BUSINESS ANALYSIS. - Kat Okwera Jan 2019

THE IMPORTANCE OF NICHE TECHNOLOGIES IN BUSINESS ANALYSIS. - Kat Okwera Jan 2019 THE IMPORTANCE OF NICHE TECHNOLOGIES IN BUSINESS ANALYSIS - Kat Okwera Jan 2019 HEY THERE I M A BA TOO! Kat Okwera Programmer Systems Designer Web Developer Project Manager Business Analyst E-Learning

More information

DIRECTV Message Board

DIRECTV Message Board DIRECTV Message Board DIRECTV Message Board is an exciting new product for commercial customers. It is being shown at DIRECTV Revolution 2012 for the first time, but the Solid Signal team were lucky enough

More information

University of Manchester School of Computer Science. Content Management System for Module Webpages

University of Manchester School of Computer Science. Content Management System for Module Webpages University of Manchester School of Computer Science Content Management System for Module Webpages Computer Science BSc (Hons) Author: Yichen Lu Supervisor: Dr. Gavin Brown April 2016 Abstract Content Management

More information

UX and Fresh Thinking

UX and Fresh Thinking UX and Fresh Thinking About me As for my profile, I am an experienced Front, UX, UI and web designer with more than 10 years experience on web projects. I have a strong design background experience from

More information

Software. Full Stack Web Development Intensive, Fall Lecture Topics. Class Sessions. Grading

Software. Full Stack Web Development Intensive, Fall Lecture Topics. Class Sessions. Grading Full Stack Web Development Intensive, Fall 2017 There are two main objectives to this course. The first is learning how to build websites / web applications and the assets that compose them. The second

More information

Accessible Documents & Presentations. By Amy Maes, DNOM

Accessible Documents & Presentations. By Amy Maes, DNOM Accessible Documents & Presentations By Amy Maes, DNOM 1 Overview Accessibility: What am I required to do? Disability Characteristics Creating an Accessible Word Document & PowerPoint Presentation v2010

More information

PLANNING. CAEL Networked Worlds WEEK 2

PLANNING. CAEL Networked Worlds WEEK 2 PLANNING CAEL5045 - Networked Worlds WEEK 2 WEEK 2 CHOOSING COLOURS CHOOSING FONTS COLLECTING CONTENT PLANNING STRUCTURE WIREFRAMES + MOCKUPS Every colour, including black and white, has implications for

More information

It is written in plain language: no jargon, nor formality. Information gets across faster when it s written in words that our users actually use.

It is written in plain language: no jargon, nor formality. Information gets across faster when it s written in words that our users actually use. Web Style Guide A style guide for use for writing on Tufts Library Websites and LibGuides. Contents: 1. Web style guides for online content 2. LibGuides 2-specific style guide 3. Tisch s website-specific

More information

Information Brochure Information Brochure. An ISO 9001:2015 Institute. ADMEC Multimedia Institute. Web Master Plus. Designing Development Promotion

Information Brochure Information Brochure. An ISO 9001:2015 Institute. ADMEC Multimedia Institute. Web Master Plus. Designing Development Promotion Information Brochure Information Brochure An ISO 9001:2015 Institute ADMEC Multimedia Institute Designing Development Promotion 18 Designing Development Promotion Months Course is an 18 months advanced

More information

Setting up your WordPress blog CS4031

Setting up your WordPress blog CS4031 1. Sign up for a wordpress.com (not a wordpress.org) account. 2. Please use your real name (or a derivative of it), or your brand identity. Your blog address will be name.wordpress.com For example, mine

More information

10 TESTED LANDING PAGE ELEMENTS GUARANTEED TO IMPROVE CONVERSIONS

10 TESTED LANDING PAGE ELEMENTS GUARANTEED TO IMPROVE CONVERSIONS 10 TESTED LANDING PAGE ELEMENTS GUARANTEED TO IMPROVE CONVERSIONS CONTENTS 1. INTRODUCTION 2. WHAT IS A LANDING PAGE? 3. WHY IS A LANDING PAGE IMPORTANT? 5. THE 10 ESSENTIAL PAGE ELEMENTS 12. PUTTING IT

More information

COMPANY PROFILE ONE STOP SOLUTION GRAPHIC DESIGN WEB DESIGN AND WEB DEVELOPMENT YOUR FOR

COMPANY PROFILE ONE STOP SOLUTION GRAPHIC DESIGN WEB DESIGN AND WEB DEVELOPMENT YOUR FOR COMPANY PROFILE YOUR ONE STOP SOLUTION FOR GRAPHIC DESIGN WEB DESIGN AND WEB DEVELOPMENT CREATIVE INNOVATIVE TEAMWORK EXPERTISE OUR SERVICES Web Design We creat modern and effective designs that project

More information

Tutor Handbook for WebCT

Tutor Handbook for WebCT Tutor Handbook for WebCT Contents Introduction...4 Getting started...5 Getting a course set up...5 Logging onto WebCT...5 The Homepage...6 Formatting and designing the Homepage...8 Changing text on the

More information

Kurant StoreSense Quick Start Guide

Kurant StoreSense Quick Start Guide Kurant StoreSense Quick Start Guide Version 5.7.0 2004 Kurant Corporation. Kurant, StoreSense, and the Kurant logo are trademarks of Kurant. All other products mentioned are trademarks of their respective

More information

Frequently Asked Questions Table of Contents

Frequently Asked Questions Table of Contents Frequently Asked Questions Table of Contents What is my user name and password?... 3 How do I change my Password?... 3 How do I set up a view?... 3 How do I load a photo to a listing?... 3 How do I run

More information

A Proposal for Work. Getting To Know Us. Proposed Project Timeline. Project Goals Discussion Week 1

A Proposal for Work. Getting To Know Us. Proposed Project Timeline. Project Goals Discussion Week 1 A Proposal for Work SENT: Friday, August 6, 2010 FROM: Chris Brauckmuller (Flourish Interactive) TO: Bryan Pieper (WCI Communities) Getting To Know Us Our development philosophy has two facets, one forget

More information

CONVERSION TRACKING PIXEL GUIDE

CONVERSION TRACKING PIXEL GUIDE Conversion Tracking Pixel Guide A Step By Step Guide to Installing a conversion tracking pixel for your next Facebook ad. Go beyond clicks, and know who s converting. PRESENTED BY JULIE LOWE OF SOCIALLY

More information

Process. Interface Design Introduction. Purpose and Goals of your Website. Module 2. Introduction

Process. Interface Design Introduction. Purpose and Goals of your Website. Module 2. Introduction Module 2 Introduction Before one can start building a website, the person must have a clear understanding of the mission, goals, and objectives of the site. Important questions to ask are why are you making

More information

15 NEUROMARKETING. Mind Hacks. You Need To Be Using

15 NEUROMARKETING. Mind Hacks. You Need To Be Using 15 NEUROMARKETING Mind Hacks You Need To Be Using Research suggests that there are definite behavioral patterns that most people follow almost automatically, and understanding those patterns gives you

More information

Getting Started with Wrap

Getting Started with Wrap Getting Started with Wrap This Getting Started guide will show you how to build your first Wrap and highlight some of the major features in the Wrap authoring platform. You will learn how to: Create a

More information