Exploring Web Design

Denise Heidelberg

Contact Information:

Phone: 203-524-4022

Email: Denise_Heidelberg@sbcglobal

    Javascript Events

    The reference book by Jon Duckett, Javascript & JQuery, interactive front-end web development

    page 125, states that alert boxes display warnings to users - it is a dialog box that appears at the top of the screen.

    the Javascript code for example is: alert('typed text such as apple');

    page 276, states that mouse events are fired when the mouse is moved and when button is clicked.

    the code in Javacript for mouseover: fires when cursor was outside an element and is then moved inside it

    the code in Javascript for mouseout: fires when cursor is over an element, and moves onto another element outside

    JQuery

    The reference book by Jon Duckett, Javascript & JQuery, interactive front-end web development

    page 296-300, states that JQuery is a Javascript file that has made coding simpler.

    page 376, states that JSON, Javascript Object Notation, is where plain data text can be formatted.

    Prompts were developed for class including a 'comments' and an 'apartments' prompt that used a JSON file.

    Final Javascript/JQuery Project

    The 'knitting' application used a JSON file and google maps application.

    The JSON file, for example, contained data for images of knitting designs and names of knitting designers and links to their websites.

    The google maps application, showed a list of knitting events for the year 2017, and website links.