Yuma: New scripting tool for web developers

Posted by admin 15 July, 2008 (0) Comment

YumaTo web developers, scripting is the glue that connects web pages and back-end systems. For example, PHP is a very popular scripting environment that has been used to write web apps like WordPress and phpBB. For those of you who use PHP, you know that it is a dynamic, weakly-typed hypertext preprocessor. In other words, it’s a scripting language that is embedded in the HTML code that makes up a web page.

Inspiring Applications, Inc. hopes to catch the imagination of web developers with Yuma, their new strongly-typed, object-oriented scripting tool that is being released today. Rather than the confusing syntax of PHP, Yuma uses a simple REALBasic-like syntax. It is natively compiled to machine code on Mac OS X, Linux, and Windows for high speed.

Yuma Development Server for Mac OS X is available as a free download, complete with example code, a full developer reference, language definition files for BBEdit, TextMate and Text Wrangler, and more. When you’re ready to deploy your Yuma web app, you can purchase and install Yuma Enterprise Server ($149). It’s a command-line app and may be set up as a daemon.

To run either Yuma Development or Enterprise Server on Mac OS X, you need to be running OS X 10.3 or later on a G4, G5, or Intel-based Mac with at least 1 GB of RAM.  Thanks to Brad for the tip.

Popularity: 10% [?]

Categories : Developer, Enterprise, Internet Tools, Software Tags : , , , , , , ,

AppleScript: Integrating shell scripts

Posted by admin 23 June, 2008 (0) Comment

We’ve talked about AppleScript how-tos before. AppleScript is fun and all, but what if you already know how to write shell scripts? Well, did you know that by integrating shells scripts into AppleScript, you can create simple applications that do useful things? It’s true, and I am going to show you how.

Continue reading to learn how to integrate shell scripts into AppleScripts.
Read the rest of this entry

Popularity: 15% [?]

Categories : AppleScript, Features, How-tos Tags : , , , , , , , ,