8000 GitHub - xedef/uibootcamp
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

xedef/uibootcamp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Globant HTML5 Bootcamp

#Topic 1: Javascript Intro and jQuery

##Exercises

  1. Add jQuery to this code: http://pastebin.com/pSysQTV6 (download it or create a new index.html file and put that code inside)
  2. Add a button to your index.html.
  3. Show an alert when page has finished loading.
  4. Add a textbox with the id “alias”, and put the cursor inside it right after alert closes.
  5. Attach an event to the created button which calls a function that gets a response from http://bootcamp.aws.af.cm/welcome/tunombre
  6. Write the response to a div element.
  7. Show div content in red when a server error occurs.
  8. Take some free air and then create a function to highlight your name in the server response content. Call it right after setting the response inside the div.
  9. AJAX: get the response from http://search.twitter.com/search.json with parameter data "q=html5". First show response in firebug’s console log to analyze data, then display tweets inside a floated div in the middle of the screen. For each tweet show: from_user, text, created_at, profile_image_url.
  10. Add a transparent background covering the whole screen behind the tweets div so the background gets dimmed.

(C)2013 - Federico Emanuel Freire

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0