lovingly crafted by: jill iwasaki, jen santos, angela park

25
lovingly crafted by: Jill Iwasaki, Jen Santos, Angela Park

Upload: patrick-johnathan-palmer

Post on 21-Jan-2016

214 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Lovingly crafted by: Jill Iwasaki, Jen Santos, Angela Park

lovingly crafted by:

Jill Iwasaki,

Jen Santos, Angela Park

Page 2: Lovingly crafted by: Jill Iwasaki, Jen Santos, Angela Park

Inspiration

+

Michael Jordan earns more money

from Nike each year than all Malaysian

Nike factory workers combined.

Page 3: Lovingly crafted by: Jill Iwasaki, Jen Santos, Angela Park

Started Tops Bottom!

Overview of application• Share and display TopsBottom lid

facts on your Facebook profile page– Multiple facts you can choose from– Different colors– Invite friends to add the

application– Or Share from the profile box

American Airlines saved $40,000 in 1987

by eliminating 1 olive from each salad served in first-

class.

Page 4: Lovingly crafted by: Jill Iwasaki, Jen Santos, Angela Park

Walt Disney

was afraid of mice.

• Add the Developer application on Facebook

• Create a new Facebook application• Become a user of Appjet

– Appjet provided a Facebook tutorial to set up URLs, API key, secret key- “administrative stuff”

• Write code in Appjet

ProcessProcess

Page 5: Lovingly crafted by: Jill Iwasaki, Jen Santos, Angela Park

The average

chocolate bar has 8 insect legs in it.

Appjet

Page 6: Lovingly crafted by: Jill Iwasaki, Jen Santos, Angela Park

• Languages:– CSS – HTML– JavaScript– FBML

“Jaws” is themost common name

for a goldfish.

Our CodeOur Code

Page 7: Lovingly crafted by: Jill Iwasaki, Jen Santos, Angela Park

• Import Facebook

Termites eat wood twice as fast

when listening to heavy metal music.

Our Code

• print(raw(“”” …”””));

Page 8: Lovingly crafted by: Jill Iwasaki, Jen Santos, Angela Park

• CSS

On an average workday,

a typist’s fingers travel 12.6 miles.

Our Code

Page 9: Lovingly crafted by: Jill Iwasaki, Jen Santos, Angela Park

• HTML

One of Napoleon'sdrinking cups was made from

the skull of the famous Italian adventurer

Cagliostro.

Our Code

Page 10: Lovingly crafted by: Jill Iwasaki, Jen Santos, Angela Park

• JavaScript

Donkeys killmore people annuallythan plane crashes.

Our Code

Page 11: Lovingly crafted by: Jill Iwasaki, Jen Santos, Angela Park

• FBML

The name “Wendy”was made up for thebook, Peter Pan.

Our Code

Page 12: Lovingly crafted by: Jill Iwasaki, Jen Santos, Angela Park

• Side bar link

Almost a quarterof the land in LA is

taken up by automobiles.

ApplicationApplication

Page 13: Lovingly crafted by: Jill Iwasaki, Jen Santos, Angela Park

The first minimum wage, of 25 cents, was

established by Congress in 1938.

• Header– TopsBottom logo & description– Profile link

• Main page– Lid images

– Photoshop & Flickr– “add to profile” links

Main Page

Page 14: Lovingly crafted by: Jill Iwasaki, Jen Santos, Angela Park

• Display selected lid image

• “Share” button

The dot over the“i” is called a tittle.

Profile Box

Page 15: Lovingly crafted by: Jill Iwasaki, Jen Santos, Angela Park

Most lipstickis partially made of

fish scales.

Invitation Page

Page 16: Lovingly crafted by: Jill Iwasaki, Jen Santos, Angela Park

• Setting up the application.• Figuring out how to incorporate

different languages into a single file.– Especially the FBML

• Multiple pages/tabs.• Profile Box.

– How to display information inside the profile box

Apples are more effective than caffeine at

keeping you awake in the morning.

Obstacles

Page 17: Lovingly crafted by: Jill Iwasaki, Jen Santos, Angela Park

• Setting up the application. * Appjet!

• Figuring out how to incorporate different languages into a single file. * Trial & Error!

– Especially the FBML

• Multiple pages/tabs. * Erik, friend Kevin, Appjet docs

• Profile Box. * group, Erik, FBwiki, Appjet docs

– How to display information inside the profile boxNo word in the English

dictionary rhymes with “month.”

Solutions

Note: Facebook Developer Wiki and random Google searches were very helpful throughout the whole process.

Page 18: Lovingly crafted by: Jill Iwasaki, Jen Santos, Angela Park

Suzie Derkins is the only character in "Calvin and Hobbes,”

to have a first and last name.

Step 1: Sign into Facebook

Page 19: Lovingly crafted by: Jill Iwasaki, Jen Santos, Angela Park

Atlantic salmonare able to leap

15 feet high.

Step 2: Add Application

Page 20: Lovingly crafted by: Jill Iwasaki, Jen Santos, Angela Park

Something that is

woody or like woodcan be described as "xyloid.”

Step 2: Add Application

Page 21: Lovingly crafted by: Jill Iwasaki, Jen Santos, Angela Park

Vice PresidentAl Gore and actor

Tommy Lee Jones were roommates at Harvard.

Main Page

Page 22: Lovingly crafted by: Jill Iwasaki, Jen Santos, Angela Park

Birds do not singbecause they are happy.It is a territorial behavior.

Aren’t They Cute?

Page 23: Lovingly crafted by: Jill Iwasaki, Jen Santos, Angela Park

Pinocchio

is Italian for "pine eyes."

Invite Your Friends!

Page 24: Lovingly crafted by: Jill Iwasaki, Jen Santos, Angela Park

• Database of Colors and Facts– Ruby on Rails?

• Adding multiple pages/tabs.• Enable users to save favorite lids.

There is no tipping at

restaurants in Japan.

Future

Page 25: Lovingly crafted by: Jill Iwasaki, Jen Santos, Angela Park

• ALWAYS save (& publish)• Better understanding of diverse languages • Incorporating multiple languages• Programming is difficult and time-

consuming– Patience builds character

• Code is more efficient when short and precise.– More organization– Less confusion

• TA’s are a good resource =)An apple, onion,

and potato all havethe same taste. The

differences in flavor are caused by their smell.

What We Learned