Ubiquity Commands - making development easier
Hello all, this is Jamie Beck the author of these ubiquity commands. If you have no idea what a "ubiquity command" is then check out What is Ubiquity? otherwise start subscribing! I will be improving and maintaining these commands as ubiquity grows and changes. Please feel free to send me a bug report or suggestion.
You will probably notice most of my commands are programming/database related. I work as a business solutions freelancer/consultant. Most of my time is spent developing solutions for my clients. I can't commit every function and syntax of all the languages that I have to use to memory I have built a few commands to help cut down on my "refreshing of my memory" time. I hope they can do the same for you.
Command List Subscribe to All
-
spell-check
-
Usage: spell-check {incorrectly spelled word}
Example: spell-check hellp
Result Source: http://www.spellcheck.net
Preview: A list of correctly spelt words that could match your incorrect word.
Description: This command will present you with the correct spelling of your word and allow you to select one for insertion into the cursor postion.
Last Modified: September 11th, 2008
View Code - Subscribe -
html-lookup
-
Usage: html-lookup {tag}
Example: html-lookup abbr
Result Source: http://www.w3schools.com
Preview: Definition and example of the given HTML tag.
Description: This command will present you with the definition of the given tag.
Last Modified: September 11th, 2008
View Code - Subscribe -
css-lookup
-
Usage: css-lookup {attribute}
Example: css-lookup height
Result Source: http://www.w3schools.com
Preview: Definition, example and possible values of the given CSS attribute.
Description: This command will present you with the definition of the given css.
Last Modified: September 11th, 2008
View Code - Subscribe -
js-lookup
-
Usage: js-lookup {function}
Example: js-lookup onload
Result Source: http://www.w3schools.com
Preview: Definition, syntax and example of the given JavaScript function.
Description: This command will present you with an example of the given Java Script function.
Last Modified: September 11th, 2008
View Code - Subscribe -
php-lookup
-
Usage: php-lookup {function}
Example: php-lookup number_format
Result Source: http://www.php.net
Preview: Description and return values of the given PHP function.
Description: This command will present you with a description of the given PHP function.
Last Modified: September 11th, 2008
View Code - Subscribe -
cf-lookup
-
Usage: cf-lookup {function}
Example: cf-lookup arrayprepend
Result Source: http://livedocs.adobe.com
Preview: Description and return values of the given ColdFusion function.
Description: This command will present you with a description of the given ColdFusion function.
Last Modified: September 11th, 2008
View Code - Subscribe