COP3530- Data Structures JSFiddle

Slides:



Advertisements
Similar presentations
How to Grade Wikis Ways to look for and grade evidence of collaboration & build strong partnerships.
Advertisements

This presentation describes how to save files so that they cannot be changed by any user. This technique is a simple way of giving access to documents,
Samsung Smart TV is a web-based application running on an application engine installed on digital TVs connected to the Internet.
More frames in XHTML Please use speaker notes for additional information!
Google Apps Access Google Apps from the Parkland Intranet Page:
This work is licensed under a Creative Commons 3.0 Attribution License.
Library Online Catalog Tutorial Pentagon Library Last Updated March 2008.
CharMeck.org Contributing Microsoft Office SharePoint Server MOSS 2007 Orientation and Basic Training.
Tutorial EBSCOadmin Branding support.ebsco.com. To help you enhance the search experience for your users, EBSCO offers a number of custom branding options.
Web FOCUS Integration with Microsoft Office SharePoint By: Kelvin Ruiz NASA – Kennedy Space Center.
Working with Text and Cascading Style Sheets Adobe Dreamweaver Chapter 3.
INSIGHT V2 PC / LAN Introduction Version 1a © Data Dynamics.
How to add a Wevideo project to you Jimdo Homepage Frontier EMST.
®® Microsoft Windows 7 Windows Tutorial 6 Searching for Information and Collaborating with Others.
WordPress Web. WordPress Blogging system with full content management Personal publishing system Built on PHP scripting language and MySQL relational.
Chapter 3 Working with Text and Cascading Style Sheets.
Making an HTML Document Notepad Group Bo Kim Dan Carter Han Chong Justin Weaver Kris Lamont.
Chapter 19: Adding JavaScript
How to use in your classrooms? Presented by Steve Adler, Cheryl Butler, Allen Day, and Hyewon Lee 1.
Tutorial 121 Creating a New Web Forms Page You will find that creating Web Forms is similar to creating traditional Windows applications in Visual Basic.
Support.ebsco.com Basic Searching for K-12 School Libraries Tutorial.
Blogs Wikis ePals Tweets Communicating and Creating with ICT.
Putting Applets into Web Pages.  Two things are involved in the process of putting applets onto web pages ◦ The.class files of the applet ◦ The html.
Jquery Nasrullah. Jquery jQuery is a JavaScript Library. jQuery greatly simplifies JavaScript programming. jQuery is easy to learn.
1 Getting Organized: Using Del.icio.us organize library content Pingsheng Chen Electronic Reference Supervisor Worcester Public Library.
 HTML is hypertext markup language. It is a way for people to display their information with more complex pictures and text displays. Before HTML, messages.
Mrs. Knopp Library Media Specialist.  The term wiki comes from the phrase Wiki- Wiki which is the Hawaiian word for quick.  A wiki is a website that.
Online Surveys Jacqui James and Malcolm Roberts School of Education.
An Introduction to JavaScript By: John Coliton Tuesday, November 10, 1998 Center for Teaching and Learning.
Create Report Entry What if I want to add scores that are not tied to an assignment?
JavaScript Defined JavaScript Basics Definitions JavaScript is an object-oriented programming language designed for the world wide web. JavaScript code.
© 2011 Delmar, Cengage Learning Chapter 3 Working with Text and Cascading Style Sheets.
Online Surveys Jacqui James Malcolm Roberts School of Education.
Tech Training 12/16/19 How to add a post How to edit a post How to add & assign a category How to add tags.
NOODLE TOOLS An online tool for doing research papers By Mrs. Howdyshell.
Javascript JavaScript is what is called a client-side scripting language:  a programming language that runs inside an Internet browser (a browser is also.
Session 2: Basic HTML HTML Coding Spring 2009 The LIS Web Team Presents.
Microsoft Office 2003 What’s New for 2003? Improved Features Better collaboration tools Extra Security options Increased use of task panes Capability.
MS 365 Student Accounts Orientation Beavercreek High School.
InfoTrac/PowerSearch Interface Enhancements 2011.
TextCENTERIC1ACT ManGo Portal User Login Content Management User Management Add Profile Approve Profile Assign Profile Add User Edit User Delete User Link.
WHY BUILD A PROFILE ? –Receive personalized grant recommendations. –Generate a tag cloud of your research interests. –Update your profile with publications,
XP Review 1 New Perspectives on JavaScript, Comprehensive1 Introducing HTML and XHTML Creating Web Pages with HTML.
Document Object Model Nasrullah. DOM When a page is loaded,browser creates a Document Object Model of the Page.
This work is licensed under a Creative Commons 3.0 Attribution License Wikispaces for Teachers A Guide to Using Them in Your Classroom
XP New Perspectives on Creating Web Pages With Word Tutorial 1 1 Creating Web Pages With Word Tutorial 1.
This demonstration will familiarize you with the current version of Blackboard used on the Waldorf College campus.
Front End Design By Sylvester Ndung’u
JQuery Fundamentals Introduction Tutorial Videos
Logging Into Windows XP for first time (labs only!)
Wikispaces in Education
Objective % Select and utilize tools to design and develop websites.
How to use.
Embedding TimelineJS in WordPress and Omeka
Appendix A Barb Ericson Georgia Institute of Technology May 2006
Concepts of HTML, CSS and Javascript
Joomla Charles Kann.
Tutorial Explora Tutorial for Educators:
Objectives Overview Discuss tools for creating a website, such as text editors, code editors, and content management systems, and when to use each Explain.
Objective % Select and utilize tools to design and develop websites.
Guides to Reviewerss Journal of Mountain Science Guides to Reviewerss
Mendeley Download Instructions
Wikispaces for Teachers A Guide to Using Them in Your Classroom
OnCourse Connect is simple to use and can be accessed from any online computer, smartphone or tablet device. This secure website will allow you real-time.
SEEM4570 Tutorial 5: jQuery + jQuery Mobile
Mendeley Download Instructions
Forms, Resource Links, Discounts & Locations
Adding , Editing, and Assigning Full Text Finder Links
Bootstrap Direct quote from source: bootstrap/

Presentation transcript:

COP3530- Data Structures JSFiddle Dr. Ron Eaglin

Objectives What is JSFiddle? Why use JSFiddle? Writing HTML, JavaScript, Document Saving your Fiddle Versions Fiddle Options

What is JSFiddle? Online programming and sharing tool for JavaScript programming HTML Window CSS Window JavaScript Window Document Window

Why use JSFiddle? Accessible for all students (no installation or compiler) Easy to see and assist with code Well known and used tool for JavaScript programming All features necessary for full programming Easy to see and grade assignments

Using JSFiddle JavaScript options Recommend Load Type No Wrap in <body>

Using JSFiddle

Running Code Make changes to code Click Run Button See results of changes

Running Code

Save Code Save – Creates new number version Save – If logged in – can access Fiddle from Dashboard

Toolbar Creates new version Assigns version number Makes current version base version No version number https://jsfiddle.net/reaglin/2bLfwo7a/1/ https://jsfiddle.net/reaglin/2bLfwo7a/

Fork Code Creates new version of Fiddle with different ID Can start with Fiddle from other user Will create a version in your JSFiddle account Useful for working with starter code

JSFiddle Tools Tidy - Cleans up spacing and indentation Embed – Options for embedding code into a web page Collaborate – Adds communication tools Title – Easier if saving to dashboard (makes fiddle public) External Resources – Adds JavaScript library references (Jquery)

Method 1. Write Code 2. Test Code with Run Options 3. If code is good – Save/Update your code When you are at good version “Set As Base” Submit version that is base, if changes needed – make changes and set as base again

Objectives What is JSFiddle? Why use JSFiddle? Writing HTML, JavaScript, Document Saving your Fiddle Versions Fiddle Options