Deprecated: Assigning the return value of new by reference is deprecated in /customers/leib.be/leib.be/httpd.www/sascha/blog/wp-includes/cache.php on line 99

Deprecated: Assigning the return value of new by reference is deprecated in /customers/leib.be/leib.be/httpd.www/sascha/blog/wp-includes/query.php on line 21

Deprecated: Assigning the return value of new by reference is deprecated in /customers/leib.be/leib.be/httpd.www/sascha/blog/wp-includes/theme.php on line 576
Sascha’s Blog » Development

Archive for the ‘Development’ Category

realXML

Monday, November 1st, 2004

realXML is an (almost) complete XML parser and event router (formerly known as rXML), completely written in pure REALbasic code without any declares or external libraries.

It has been used already for a variety of applications, and has proven its reliability for a number of purposes.

The main design goals are:

  • Platform independence – compiles fine for all RB plattforms
  • Maintainability – pure RB code, open source
  • Easy to implement – a few lines of code is all you need
  • Error recovery – can handle common mistakes and recover gracefully
  • Error logging – but still puts them right under your nose :-)

The package comes with extensive documentation, a powerfull tester application and some quite useful extra classes. Best of all: it’s free!

This software is released under the LPGL. In short, this allows you to use it in your commercial applications while forcing you to help me finding bugs <grin>.

Note: Since version 5.5, REALbasic comes with its own, feature-rich XML parser. In many aspect, it is more powerful than realXML whose main advantage is that it’s a lot smoother and easier to integrage into your apps. While that means that realXML’s development will probably go slower now, I still find it quite handy to have this for my own projects, and I intend to keep on working on it.

Apple File Download Version 2.2

    The all-new version 3.0 includes a simple XML editor as an example application. Have a look and tell me what you think :-)

    ZIP Archive Download Version 3.0 Beta 1

      RB Debug Object

      Sunday, January 11th, 2004

      If you need to track what’s going on in your RB-App, this is the way to go. It simply implements the “Debug.Print” method and logs the messages to a floating window, a text file – or (OS X only) to the system console. All of this works cross-platform and is as customizable as it’s “Plug and play”.

      Debug Object can be configured through XML code by means of my realXML parser class. You can disable this feature, but I can really recommend it as it makes runtime configuration a snap!

      This software is released under the LPGL. In short, this means that you can use it safely even in commercial applications, but if you find any bugs or add any features to the module itself, you will need to make it available to others, too.

      Apple File Download version 1.0

        TextConverter

        Wednesday, August 14th, 2002

        Ever got letter soup and don’t know how to clean it up?

        TextConverter offers an easy and user friendly interface to your Macintosh’s text encoding converter functions. Additionally, it features an html-entity converter and an option to define your own custom encoding.

        TextConverter was designed for MacOS 8 or later and runs fine in the MacOS X Classic environment. The current version is 1.0.2. Of course it’s Freeware.

        Apple File Download

          RB Localization

          Sunday, December 6th, 1998

          Some thoughts on how to localize software – since this was originally written for the REALbasic User Group Finland its main target group is REALbasic users, of course, but others might find an insight or two as well.

          Acrobat/PDF Document Localization