widget driveby chorong hwang. what is widget? widgets are small programs that can be placed on your...

21
Widget DriveBy ChoRong Hwang

Post on 22-Dec-2015

218 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Widget DriveBy ChoRong Hwang. What is Widget? widgets are small programs that can be placed on your desktop

Widget DriveBy

ChoRong Hwang

Page 2: Widget DriveBy ChoRong Hwang. What is Widget? widgets are small programs that can be placed on your desktop

What is Widget?

widgets are small programs that can be placed on your desktop

Page 3: Widget DriveBy ChoRong Hwang. What is Widget? widgets are small programs that can be placed on your desktop
Page 4: Widget DriveBy ChoRong Hwang. What is Widget? widgets are small programs that can be placed on your desktop

Why widgets are cool~?

• Local Data / Web Data

• Open Sources

• HTML, CSS, XML and JavaScript…..

• Don’t need to be in the browser

• Don’t need to be square shape

Page 5: Widget DriveBy ChoRong Hwang. What is Widget? widgets are small programs that can be placed on your desktop

What is a good widget?

• Simple:Should have only one function

• Small:Small enough to not bother desktop

• Personalize:Users can choose some options

Page 6: Widget DriveBy ChoRong Hwang. What is Widget? widgets are small programs that can be placed on your desktop

Widget Engines

• Yahoo Widgethttp://widgets.yahoo.com/download/

• Apple Dashboardhttp://www.apple.com/downloads/dashboard/

• Windows Vista Sidebarhttp://vista.gallery.microsoft.com/vista/SideBar.aspx

Page 7: Widget DriveBy ChoRong Hwang. What is Widget? widgets are small programs that can be placed on your desktop

Let’s make a Yahoo Widget!

Page 8: Widget DriveBy ChoRong Hwang. What is Widget? widgets are small programs that can be placed on your desktop

What do I need?

1. Widget Engine : http://widgets.yahoo.com/download/

2. Widget Converter : http://widgets.yahoo.com/widgets/widget-converter

3. Text Editor : BBedit, TextWrangler, TextEdit..

4. Photoshop / Illustrator

Page 9: Widget DriveBy ChoRong Hwang. What is Widget? widgets are small programs that can be placed on your desktop

Up zip the .widget file

• Documents > Widgets > blabla.widget

• Drag it in to Widget ConverterChoose ‘Convert to: Floder’ and covert!

• There will be a floder in the same directory with the blabla.widget :D

Page 10: Widget DriveBy ChoRong Hwang. What is Widget? widgets are small programs that can be placed on your desktop

Files

• Documents>Widgets>WidgetName>Cotents>Resources, .kon, …….

• .kon Contains the main code for a WidgetXML format

• .jspure JavaScript (Not required)

• ResourcesFor images, sound files…

Page 11: Widget DriveBy ChoRong Hwang. What is Widget? widgets are small programs that can be placed on your desktop

Example 1

• Copy this code to text editor http://itp.nyu.edu/~crh272/widgets/code01.html

• Save it as a my_first_widget.kon into my_first_widget/contents/

• Convert the my_first_widget forder to .widget using Yahoo widget converter

Page 12: Widget DriveBy ChoRong Hwang. What is Widget? widgets are small programs that can be placed on your desktop

Example2

• Add this code to my_first_widget.kon(put it between <window></window>)http://itp.nyu.edu/~crh272/widgets/code02.html

• Reload it or convert it again!

Page 13: Widget DriveBy ChoRong Hwang. What is Widget? widgets are small programs that can be placed on your desktop

References

• http://manual.widgets.yahoo.com/

• http://widgets.yahoo.com/

Page 14: Widget DriveBy ChoRong Hwang. What is Widget? widgets are small programs that can be placed on your desktop

Let’s make an Apple Widget!

Page 15: Widget DriveBy ChoRong Hwang. What is Widget? widgets are small programs that can be placed on your desktop

Let’s Hack a widget!

• Download a widget which you likeor

• Library > Widgets > blabla.wdgt

• Delete the extention .wdgt

• It will change to a folder

• Modify it as much as you can

• Add extetion .wdgt again!!!!

Page 16: Widget DriveBy ChoRong Hwang. What is Widget? widgets are small programs that can be placed on your desktop

Good Bye World Apple Widget

• Download a file from here

• http://itp.nyu.edu/~crh272/widgets/Goodbye World.zip

Page 17: Widget DriveBy ChoRong Hwang. What is Widget? widgets are small programs that can be placed on your desktop

Reference

• http://developer.apple.com/samplecode/AppleApplications/idxDashboard-date.html

• http://www.apple.com/downloads/dashboard/

Page 18: Widget DriveBy ChoRong Hwang. What is Widget? widgets are small programs that can be placed on your desktop

How can I distribute my widget?

• Post on your website

• Submit to Yahoo! Widgetshttp://widgets.yahoo.com/submit/

• Submit to Apple Widgetshttp://www.apple.com/downloads/dashboard/“Submit a Widget” button click

Page 19: Widget DriveBy ChoRong Hwang. What is Widget? widgets are small programs that can be placed on your desktop

Thank you.

• ChoRong [email protected]

• Etch a Sketchhttp://widgets.yahoo.com/widgets/y-etch-a-sketch

Page 20: Widget DriveBy ChoRong Hwang. What is Widget? widgets are small programs that can be placed on your desktop
Page 21: Widget DriveBy ChoRong Hwang. What is Widget? widgets are small programs that can be placed on your desktop