La-Hitech Work Book: Munir Samplewala and Manish Patel
La-Hitech Work Book: Munir Samplewala and Manish Patel
(d) JSON
(e) Integration with social media, introduction to WordPress and SEO (Search
Engine Optimization).
(k) Multiple tasks to illustrate the features of the above products can be used as
exercises.
(l) A comprehensive project that ties in as many aspects can be used for
Hackathon entry or posted on individual GitHub accounts.
L2 Introduction to CSS
Lab3.pdf – This gives practice in applying CSS. Follow the instructions in the pdf.
A apply04.html is provided as a starting point.
An image wirwrap01.jpg is also provided.
L3 CSS Selectors
This gives practice in separating CSS commands from html file. Follow the
directions given in the selectors.css file to be applied to selectorsExercise.html.
L4 Navigation bar and RWD
This gives practice in a simple navigation menu and using media queries for
mobile platform. Test the mobile feature using the browser inspect feature.
“Lab4 Natoma Web Site Lab.pdf “ describes the layout of the home page
(index.html).
Supporting files and images are also located in the same folder.
L5 Use Twitter Bootstrap
This explores the Twitter bootstrap functionality to create a responsive web site.
There is one file script.js Comments indicate what needs to be done. Have a
prompt command to get the user’s age.
L5 Use loops
More about loops. Use for and while loops for variety. Follow the instructions in
forLoops.js.
L8 Create sub-programs
Create functions. Follow the instructions in for functions.js. Use the REPL feature
to test the functions.
L9 Use Arrays
Use Arrays to create a To-do list. Follow the instructions in todo.js file. Test the
functionality with list.html
More array examples. Provide the code for the 4 functions app.js. Test the
functionality with index.html
Create an array of objects and iterate thru’ it. Follow the instructions in app.js file.
Access elements in the html page. Follow the instructions in index-starter.html file.
L14 Create ‘Rock, Scissor, Paper’ game, case manipulation is strings etc.
Fun color guessing game. A RGB value is given and pick the color that matches it.
Create a game that allows you to identify the digits 0 to 9 are placed in what
sequence. The game gives cues to assist you. Follow the instructions in
‘CodeBreaker.docx’
jQuery
Work with JSON data received from the internet. Query GitHub repositories
owned by a user. Follow the instructions in GithubAPI.docx
Work with events and arrays using jQuery. Follow the instructions in
GithubAPI.docx
Similar to L 1. Query moviedb and retrieve JSON objects. Follow the instructions
in “Movie API Instructions.docx”