Today Phil talked about the backbone.js JavaScript library.
Today Chris and Phil talked about the jQuery JavaScript library.
No extra session this week. (Thanksgiving holiday)
alert([">"].map(function(t,j){return t +(Array.prototype.slice.call({length:(new Date).getFullYear()}).concat("javascript").filter(function(e,i){ j = e ? i : j; return e; }).map(function(e) { return j + "\n" + t + e; }).join())}).join());
Today Shiny talked about functional and object-oriented JavaScript.
Extra credit: Wordcount
No extra session this week, sorry! (We have to have a TA meeting at the same time as the extra session time.)
Today Shiny showed how to set up MySQL on UW's "vergil" server and how to use SQL and PHP to create a little message board in the style of 4chan.
Extra credit: set up your own MySQL server on UW Web publishing :
Today Shiny talked about using PHP to make web proxies, crawlers and search engines.
EXTRA CREDIT: Webster Web Proxy (turnin link)
(If turnin link is not up and you have completed it, please email link to shinyy@uw.edu for credit)
Requirements:
file_get_contents()
<a>
to work correctly with proxy (do this with SimpleHTMLDom)Today Zack talked about the reasons behind mobile programming and an introduction on how to make your sites mobile compatible.
EXTRA CREDIT:Mobile TMNT!
CSS for Mobile Recipie
Try applying it to your pie solution to see what happens, you may have to add the specific ids but check the comments in css
to see what each style is messing with. Remember don't forget your meta tags:<meta name="viewport" content="width=device-width, initial-scale=1"/>
Today Shiny talked about using twitter bootstrap to efficiently make beautiful websites.
EXTRA CREDIT: Grandma's Pies...Bootstrapped!
Today Shiny talked about the new HTML5 audio
and video
tags, and how to embed your own fonts in a web page using CSS3;
David also talked about how to use CSS3 to produce 3-D transformations and animation effects.