1,007
edits
(Created page with 'Back to Labs/Ubiquity. Author: Aza Raskin, Blair McBride, Abimanyu Raja, Jono DiCarlo, Atul Varma = The Ubiquity version 0.5 Command Tutorial = The great power of Ubiquity...') |
|||
Line 7: | Line 7: | ||
The great power of Ubiquity—from a developer standpoint—is how easy it is to create commands. With only a couple of lines of Javascript, Ubiquity enables even casual web developers to drastically enhance the features of the browser. From an 8-line command to insert a contact's email address in any text field, to a 50-line Twitter integration, this tutorial walks you through the process of being generative with Ubiquity. | The great power of Ubiquity—from a developer standpoint—is how easy it is to create commands. With only a couple of lines of Javascript, Ubiquity enables even casual web developers to drastically enhance the features of the browser. From an 8-line command to insert a contact's email address in any text field, to a 50-line Twitter integration, this tutorial walks you through the process of being generative with Ubiquity. | ||
The rest of this page documents the command developer API as it stands in version 0.5. | The rest of this page documents the command developer API as it stands frozen in version 0.5. | ||
If you want the bleeding-edge command developer API (which includes any new features that may have been added to the Ubiquity source code in HG but not yet included in a release), then that's [[Labs/Ubiquity/Ubiquity_Source_Tip_Author_Tutorial|here]]. | |||
If you want the old command developer API, as it stood in Ubiquity 0.1 (not recommended), that's [[Labs/Ubiquity/Ubiquity 0.5 Author Tutorial|here]]. | |||
== Real Time Development == | == Real Time Development == |
edits