Friday, March 12th, 2010

New Features and Bug Fixes
SQL Yoga 1.0.1 is now available for immediate download from the SQL Yoga site. The new version has a number of bug fixes as well as some new features.
Two new time-saving commands have been added to the library that will speed up creating and updating records:

sqlquery_create
sqlquery_update

Both of these commands allow [...]

I often include Revolution code snippets in lessons that I create. Those lessons are most often delivered in HTML or PDF. In order to speed up the process of converting code to the appropriate format I created a plugin called “Script Format Helper” that does the following:

Formats the selected text in the script editor using [...]