Difference between revisions of "Emergent Web Technologies Spring 2009 Class 5"

esse quam videri
Jump to: navigation, search
m
m
Line 10: Line 10:
 
* [http://microformats.org/ Microformats.org]
 
* [http://microformats.org/ Microformats.org]
 
* [http://gmpg.org/xfn/ XHTML Friends Network]
 
* [http://gmpg.org/xfn/ XHTML Friends Network]
 +
* [http://code.google.com/apis/socialgraph/docs/ Google Social Graph API]
 
* [http://microformats.org/wiki/hcalendar hCalendar]
 
* [http://microformats.org/wiki/hcalendar hCalendar]
 
* [http://microformats.org/wiki/hcard hCard]
 
* [http://microformats.org/wiki/hcard hCard]

Revision as of 21:53, 25 February 2009

Back to EWT Spring 2009

Introduction

This week we will cover a little bit of Microformats. Mostly to help with Google Maps data at this point. I also want to introduce the very basic elements of the Ruby language. Ruby is a great language by itself, but in this class I want to cover it in the context of server side scripting. In particular, we will cover the Ruby on Rails framework.

I want to keep this week's discussion focused solely on Ruby, without introducing any of the concepts Ruby on Rails brings in. I think it's important to know the basics of the language, before jumping into a wide ranging framework like Rails.

Microformat Links

Ruby Links

Reading Materials

Tools

If you're using OS X, you already have Ruby installed, but you may need to update it. Otherwise, you can install Ruby using one of the tools below.