This Time Assignment 1 Grades COB Today Assignment 3 – No you don't need to have it geo-enabled. Plenty of other cool mobile-only things. Assignment 2.

Slides:



Advertisements
Similar presentations
Samsung Smart TV is a web-based application running on an application engine installed on digital TVs connected to the Internet.
Advertisements

JQuery CS 380: Web Programming. What is jQuery? jQuery is a fast and concise JavaScript Library that simplifies HTML document traversing, event handling,
Chapter 7 © 2001 by Addison Wesley Longman, Inc. 1 Chapter 7 Sebesta: Programming the World Wide Web.
Chapter 16 Dynamic HTML and Animation The Web Warrior Guide to Web Design Technologies.
1 JavaScript Document Object Model & Events. 2 Document Object Model (DOM) JavaScript access to the elements of an HTML document. An object hierarchy.
Today Microformats and a sprinkling of RDF Everyone good with SVN? Everyone checked something in? No? Try now. Mobile – Functionality – UX If you get too.
Today From Last Time Controlled Vocabularies Demo(s) For Next Time.
Today Rest of the demos (no escape!) Now that you tried group work without version control, making your life easier WITH it. You all got groups for #2?
Lecture 12 Odds and Ends for Project 5 Final Presentation Schedule & Grades – PS: grades for past projects soon Odds and Ends for Tech Next time – Mano.
This Time One more presentation Assignment 3 – questions? No, seriously, ask questions. I like mobile. Recap based on dot-voting – JSON-P and Proxies –
CS428 Web Engineering Lecture 15 Introduction to Jquery.
1 Using jQuery JavaScript & jQuery the missing manual (Second Edition)
DHTML - Introduction Introduction to DHTML, the DOM, JS review.
JavaScript & jQuery the missing manual Chapter 11
Learning & Development Telerik Software Academy.
JQuery 10/21. Today jQuery Some cool tools around the web JavaScript Libraries Drawing libraries HTML Frameworks Conventions.
A really fairly simple guide to: mobile browser-based application development (part 4, JQuery & DOM) Chris Greenhalgh G54UBI / Chris Greenhalgh.
Post-Module CSS BTM 395: Internet Programming. Web browser usability and compatibility Web standards are a goal, but support for standards is a moving.
CSS/Photoshop Layouts – Quiz #7 Lecture Code:
JQUERY | INTRODUCTION. jQuery  Open source JavaScript library  Simplifies the interactions between  HTML document, or the Document Object Model (DOM),
Form Tag How to use Form Tag Something NEW ? PARAMETER Attribute NAME Specifies the name for a form To specify which form to submit with JavaScript, this.
DHTML - Introduction Chapter Introduction to DHTML, the DOM, JS review.
Introduction to Programming the WWW I CMSC Summer 2003 Lecture 7.
INFORMATION ORGANIZATION LAB SEPTEMBER 7, 2010 Install Chrome or Firebug. Complete the online skills assessment and lab Doodle. Join the
. Taught by: Muhammad Ali Baloch midahot. WHAT IS JQUERY JQuery is a fast, small, and feature-rich JavaScript library. Simplifies the interaction between.
JQuery JavaScript is a powerful language but it is not always easy to work with. jQuery is a JavaScript library that helps with: – HTML document traversal.
Intro to jQuery. What is jQuery? A JavaScript library Lightweight (about 31KB for the minified version) Simplifies HTML document traversing (DOM), event.
EIW: Javascript DOM and Events1 JavaScript Document Object Model & Events.
Unit 13 –JQuery Basics Instructor: Brent Presley.
Javascript Overview. What is Javascript? May be one of the most popular programming languages ever Runs in the browser, not on the server All modern browsers.
Introducing DHTML. Goals Understand the concept of DHTML as a tool for creating dynamic content Understand how to use DOM properties to make changes in.
Document Object Model Nasrullah. DOM When a page is loaded,browser creates a Document Object Model of the Page.
JavaScript Document Object Model 1. Document Object Model (DOM) JavaScript access to the elements of an HTML document. An object hierarchy Provides access.
SHAREPOINT & JQUERY. Hi, my name and I am a product manager at lightning tools. I have been working with SharePoint for 5 years.
Chapter 6 Murach's JavaScript and jQuery, C6© 2012, Mike Murach & Associates, Inc.Slide 1.
Introduction to JavaScript MIS 3502, Spring 2016 Jeremy Shafer Department of MIS Fox School of Business Temple University 2/2/2016.
Follow Up. Can one change the appearance of the alert/confirm/prompt box? The default Alert box can be customized (or over-ridden) by JavaScript + CSS.
Selectors & Events. What do Selectors do? What do Selectors do? Selectors allow you to manipulate DOM elements as a group or as a single node. This allows.
EXTERNAL STYLESHEETS AND MORE HTML STYLING HTML and CSS part 2.
HTML Introduction HTML Editors HTML Basic HTML Elements HTML Attributes HTML Headings HTML Paragraphs HTML Formatting HTML Links HTML Head HTML CSS HTML.
1 Using jQuery JavaScript & jQuery the missing manual (Second Edition)
CSS Cascading Style Sheets Prepared By
Shaun Geisert Matt Trice. What is jQuery?  Open source Javascript library/framework Created by John Resig  Their tagline – “The Write Less, Do More.
Javascript and Dynamic Web Pages: Client Side Processing
Programming Web Pages with JavaScript
Unit M Programming Web Pages with
Development of Internet Applications jQuery, TypeScript, LESS
Week 4: Introduction to Javascript
Intro to JavaScript CS 1150 Spring 2017.
JQUERY Online TRAINING AT GOLOGICA
The Cliff Notes Version
CT Web Development, Colorado State University
HTML A brief introduction HTML.
Intro to CSS Mr. Singh.
© 2015, Mike Murach & Associates, Inc.
Unit 6 part 3 Test Javascript Test.
Secure Web Programming
JavaScript and the DOM MIS 2402 Jeremy Shafer Department of MIS
An introduction to jQuery
JavaScript.
Sending a text message (and more)
Murach's JavaScript and jQuery (3rd Ed.)
Murach's JavaScript and jQuery (3rd Ed.)
Murach's JavaScript and jQuery (3rd Ed.)
Murach's JavaScript and jQuery (3rd Ed.)
Murach's JavaScript and jQuery (3rd Ed.)
Murach's JavaScript and jQuery (3rd Ed.)
JavaScript and the DOM MIS 2402 Maxwell Furman Department of MIS
Presentation transcript:

This Time Assignment 1 Grades COB Today Assignment 3 – No you don't need to have it geo-enabled. Plenty of other cool mobile-only things. Assignment 2 – You turned in Assignment 2 on Wednesday – Demos Today! – Except one team that had a scheduling conflict and asked well ahead of time

Demos! Demo Tips (Giving) don't worry if something breaks, just explain how it "usually" works don't be nervous, no reason to be even if it all blows up do explain why it's cool Demo Tips (Viewing): Give CONSTRUCTIVE criticism Things you like (why?) Things that users would be confused by Ways they could have made their life easier when building it

Recap and Revisit Intro – Dive into APIs headfirst – Extending existing code HTML – Old vs. HTML5 – Tags  DOM  Tags CSS – Commonly used properties – Box Model – Selectors: Tags, Attributes, IDs, classes, descendants JavaScript – Basics, Arrays, Objects, JSON – Events & how to hook into them – UX, Animations – Cross-domain, JSON-P, proxies jQuery – Live, this, getJSON Browser Extensions Data Sources – NYT, freebase, delicious, etc Version Control – SVN, GIT RDFa, Microformats Mobile – Reusing JavaScript – New abilities – Limited UX