GDIT – Greg Warneford

by Gregory Warneford on September 29, 2015 4 comments

Do you use Rapid Application Development?

Ever wondered how it can help you create your apps that much faster?

Gregory Warneford discusses how Rapid Application Development helps him and the US Navy.

Rapid Prototype Application Development at GDIT

General Dynamics Information Technology (GDIT) has been using LiveCode and its MetaCard antecedent for several years in its Newport, Rhode Island office.  LiveCode is used by GDIT Naval Operations Subject Matter Experts (SME) to develop functional prototype applications. Prior to working with LiveCode, the SMEs had little to no software programming experience or formal training.  The prototype applications that the SMEs make are then used as templates for formal Java development of fielded systems.

The rich development environment and simplicity of the LiveCode IDE allows for the rapid design and development of complex applications.  In fact, recently, a number of LiveCode one-off applications have been delivered directly to Navy customers as small single-use tools (not intended for navy-wide distribution). 

read more
Gregory WarnefordGDIT – Greg Warneford

Why Rainbows and Leprechauns Cut no Ice in Edinburgh

by Heather Laine on September 23, 2015 27 comments

Quite a number of users are asking why the Feature Exchange? Why do we not just produce these features for you, without asking for (yet more) money?

Let me pose a different question:

How do you fund development on a complex and powerful open source tool which requires large amounts of love, care, attention and development?

Money does not grow on trees, nor is there a pot of it at the end of the rainbow. We know. We’ve checked.

read more
Heather LaineWhy Rainbows and Leprechauns Cut no Ice in Edinburgh

How to Make LiveCode 8 Great With The Global Jam

by Ali Lloyd on September 16, 2015 36 comments

Code Health Warning: This article contains Really Important Information for your code. Especially if you are not yet using LiveCode 8.

LiveCode 7 – The Stepping Stone

As those of you who have followed us for awhile will know, in order to achieve the vision we have for LiveCode and to provide the bedrock for a more capable, flexible future, we undertook a large refactoring project. That effort was completed successfully as the principal purpose of LiveCode 7.

Refactoring the entire engine doesn’t in itself offer a lot to the end user, however in this case it did make it possible to add transparent Unicode support, GTK support and 64-bit Linux amongst other things- projects which would have been huge upheavals by themselves.

LiveCode 7 was always intended as a stepping stone to the next generation of LiveCode releases. As great as it has been as a stepping stone, the time has come to focus on the end result of all this effort: LiveCode 8.

read more
Ali LloydHow to Make LiveCode 8 Great With The Global Jam

How to Build Your Terminator Brain

by Hanson Schmidt-Cornelius on September 10, 2015 2 comments

Do you like the Terminator films?

Would you like to build your own Terminator?

Here is a recipe for some of the components involved. As science is progressing, the two most challenging aspects to producing an autonomous agent like the Terminator are the energy supply and the processing capability that allow the Terminator to operate in a dynamic environment.

read more
Hanson Schmidt-CorneliusHow to Build Your Terminator Brain

How Editing Large Scripts is Faster!

by Peter Brett on September 3, 2015 1 comment

In LiveCode 8 DP 4, we added the exciting new ability to create HTML5 standalone apps that run in a web browser.  But that’s not the only new feature in the open source edition!

When editing very large scripts with lots of handlers, it can often be difficult to find the handler you want in the handler list view. Now you can use the filter field to quickly narrow down the options to the one you’re looking for.

read more
Peter BrettHow Editing Large Scripts is Faster!

How to Run Your App in a Browser with HTML5!

by Peter Brett on August 31, 2015 8 comments

The modern web browser has become a fully-featured application platform – and nearly everyone has one.  If you can write a program to run in a modern web browser, you know that it can be run anywhere with no need to install it.

As of now, you can deploy your LiveCode apps to the web. Welcome to HTML5.

read more
Peter BrettHow to Run Your App in a Browser with HTML5!

How the Business Application Framework Works

by Fraser Gordon on August 31, 2015 2 comments

Wish it was easier to write complex software?

Want an easier way to write applications?

The Business Application Framework (BAF) is a toolkit that assists writing complex software in LiveCode. It does this by making it easier to write applications using the Model-View-Controller (MVC) design pattern. But what does this actually mean?

read more
Fraser GordonHow the Business Application Framework Works