Website Resources for CSE687-OnLine Object Oriented Design

Slides:



Advertisements
Similar presentations
Getting Your Web Site Found. Meta Tags Description Tag This allows you to influence the description of your page with the web crawlers.
Advertisements

Virtual University
HTML Introduction (cont.) 10/01/ Lecture 8, MAT 279, Fall 2009.
Visual Basic Prototyping Visual Basic uses both a Visual Editor and is Code Based. With several simple lines of code, Visual Basic will navigate between.
Adding a Syllabus Link. Let’s add the syllabus to the homepage. Return to the homepage Click “Add File” To get to the homepage, click the Course Content.
Announcement #1 1 Lecture 9. Announcement #2  Midterm exam will be on Oct. 12 (Tuesday)  pm – 1.45 pm  Exam will cover all materials till Oct.
Creating a Web Site Back to Table of Contents. Creating a Web Site Conceiving a Web Site Planning a Web Site 2 Creating a Web Site Section 9-1 Section.
How to use Clickview for your school digital video needsClickview.
Web Pages and Blocks Bronze Level – Optional. Contents Creating Web Pages Creating Blocks Ideas for Blocks Embedding content from other sites.
Website Design - Review Layout using tables. Table exmaple James 11/08.
Using Dreamweaver. Slide 1 Dreamweaver has 2 screens that do different things The Document window where you create your WebPages The Site window where.
Slide 1 Consider the page layouts for: Layout design – does it look balanced and even Size of box relative to its importance – the Heading (or title) of.
Simple Pages for Omeka Lauren Dzura LIS
Web Technologies Website Development Trade & Industrial Education
© 2006 Herrmann International Next Page and Herrmann International Herrmann International is pleased.
How to access the project from googlecode using GIT.
USING WORDPRESS TO CREATE A WEBSITE (RATHER THAN A BLOG) STEP-BY-STEP INSTRUCTIONS.
Principles of Web Design Da’Zheonna M. Cotton 2/8/13.
M Dixon 1 Tech HTML. M Dixon 2 Admin Attendance Register: –log in to your profile.
Stylizing a Navigation Menu with CSS Web Design – Section 4-13 Part or all of this lesson was adapted from the University of Washington’s “Web Design &
USING WORDPRESS TO CREATE A WEBSITE (RATHER THAN A BLOG) STEP-BY-STEP INSTRUCTIONS.
Internet Based Online Requisitioning Program. Requisition Booklet User Code Password Booklet Type Year Requisition Website.
Log into the website Click on ‘City News’ in the top Quick Access Toolbar.
Feeding America Southwest Virginia Website Conversion & Virtual Food Drive FASWVA.
Creating Reader-Centered Web pages and Websites. Designing Websites Design with same qualities as other workplace communications ▫Usability and Persuasiveness.
MS-PowerPoint 2 Prepared by Isma3eel Al-Taharwa. Content  Animation types.  Applying schema Animation.  Adding Custom Animation.  Making Slide Transition.
11 User Controls Beginning ASP.NET in C# and VB Chapter 8.
Resources in Moodle Dubravka Crnić. Moodle supports a range of resource types which teachers can add to their courses. In edit mode, a teacher can add.
Creating Your Own Navigation Menu Web Design Section 6-1 Part or all of this lesson was adapted from the University of Washington’s “Web Design & Development.
Using CVUSD Print Center Desktop Printer Chino Valley Unified School District.
DMT612 Professional Preparation EFFECTIVE WEB DESIGN.
Instructional Design Center Importing Blackboard Course Packages.
Kenai Orientation. 2 Kenai Introduction & Orientation This is an interactive session. These slides are intended to aid anyone who cannot follow the beehive.
Web-based Information Science Education
Accessing your Reading List
Website Resources for All Courses Served by this Site
Development with Eclipse
Catalogue User Guide
>> Header & Footer in CSS
4Schools Adding a Web Page.
Part 1 of 2 Creating SQL Database and Binding to GridView
Web software.
CAFANH On Line System.
WEB 240 Competitive Success-- snaptutorial.com
WEB 240 Education for Service-- snaptutorial.com
WEB 240 knowledge is divine-- snaptutorial.com. WEB 240 Entire Course For more classes visit WEB 240 Week 1 Individual Website Brainstorm.
WEB 240 Teaching Effectively-- snaptutorial.com
Catalogue User Guide
Start Strong: WebAssign with Blackboard
Product Literature Library (PLL) Training
Start Strong: WebAssign with Canvas
Applications Software
Create and edit web pages 2
Back to Table of Contents
EduBrite LMS Training for
Understanding SharePoint
UQ Course Site Design Guidelines
EBSCOhost Page Composer
Understanding the Features of a Web Site
HTML Links.
Blackboard Tutorial (Student)
Blackboard Tutorial (Student)
ClubRunner Tutorial Rotary District 5050.
Blackboard Tutorial (Student)
Web User Control Development Environment: MS Visual Studio .NET 2005
Wednesday, October 21st Dr. Dennis S. Kubasko, Jr. Associate Professor
Catalogue User Guide
UQ Course Site Design Guidelines
UQ Course Site Design Guidelines
Presentation transcript:

Website Resources for CSE687-OnLine Object Oriented Design Jim Fawcett http://ecs.syr.edu/faculty/fawcett

Website Structure This diagram illustrates resources that are available to you on this website. Almost all of these you will access from links on one of the lecture pages.

Website Top-Level Menu This is the home page for the entire website. You will usually just click through to the CSE687-OnLine link.

CSE681-OnLine Home This is the home page for this course. Usually you will just click through to the lectures. These top-level menu items serve all of the courses in the software track so are not tailored specifically for your needs. If you get lost in the website you will find that all of the menus contain a site map link you can use to get back to this page.

Lecture Level Menu : Lectures This drop-down lets you quickly navigate to any of the lectures in this course. It also gives you an idea of the course structure and contents.

Lecture-Level Menu : Projects This project drop-down gives you quick access to your project statements and statements of an example project to help you get started. The remaining items on the drop-down are shared with the residential courses and are not specifically tailored to your experience with this course.

Lecture-Level Menu : Notes Notes are small presentations of one specific idea. The intent is to focus your attention on an important idea or process.

Lecture-Level Menu : CodeSnaps CodeSnaps are code embedded in webpages. That gives you quick access to important code examples without the need to download and open in Visual Studio We will add more CodeSnaps as needed, based on your questions during the Synchronous Sessions.

Lecture-Level Menu : Directories The Code Directory has code examples that you can download and run in Visual Studio. The Repository contains code you may wish to use in your projects. You will be allowed to use any code from the Repository, as part of your projects, but you may not use code downloaded from elsewhere on the web.

End Website Intro