Pages: 1 2 3 4

When things go wrong
One of the thing I love about Javeline above other solutions is the way errors are handled. This is a feature I actually suggested. When there is an error in the javeline definition, an error box pops up showing what’s wrong. The teleport logs its actions, so you can find what is wrong more easily. A pending feature is to actually show the offending node, which will make it even easier to debug your code.

This error box will also show you any javascript error that occurs. With the checkbox you can give control back to the default debugger of you browser (in my case firebug, which i can highly recommend).

Javeline Teleport support all mayor browsers, Mozilla Firefox/SeaMonkey, Internet Explorer 5, 6 & 7, Safari and Opera. However it is required that your page is valid XML, meaning all tags must be closed. When you use inline javascript you need to put tags around the code.

Next time

Next week I’ll write a post on how to use the output buffer to add this feature to your pages, without having to completely rewriting them. So please visit my blog again.

Pages: 1 2 3 4