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... ]
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... ]
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 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... ]