Training and support

Professional help
You can get training and commercial support services at Javeline BV.
For more information please send an e-mail to sales@javeline.net.

Javeline Platform 101

Javeline Platform 101 is a full getting started guide for the Javeline AJAX development platform, written by the original developer. [ Read more... ]

Ajax with Teleport and PHP

This tutorial gives a step-by-step description on using the standalone version of Teleport. The example shows how you can simply add AJAX to your PHP application using the REST protocol. [ Read more... ]

Submit a form with AJAX using TelePort

This article shows how to post a form using the POST.submitForm() command. [ Read more... ]

Back button and state solution in Javeline PlatForm v0.98.2

In this article I show you how to control the backbutton in your Javeline PlatForm application. I’ll take you step by step through creating a breadcrumb navigation in your site for a typical product database site. It uses 4 states (similar to the ‘pages’ concept of the olden days): [ Read more... ]

Contextmagic and Repeat

This article shows how to create a contextmenu in Javeline PlatForm and how to connect to a component. It also discusses the use of the Repeat construct. [ Read more... ]

JSLT alternative to XSLT

JSLT is a browser based templating language like XSLT, but instead of using XML to encode the template logic, it uses normal Javascript with a few extensions. You can transform XML with it or just template with javascript variables (Or JSON). The JSLT processor parses the template using a recursive tokenizing parser and generates javascript code for fast dynamic re-execution. The general structure is: template[js]template{inline-xpath}[js]template. All code is available under the LGPL license. Read along for a step by step why and how. [ Read more... ]