by kalle | May 23, 2004 | Software development
Several years ago I made some hacks on the palm. One of the things at that time was a workshopI organized around Palm coding Swedish only). All the info and tools I collected at that time(specifically the links on the workshop page) are now all outdated. Through my company, YellowOrb I just got a customer who wanted a Palm program so I had to look for it all again. Here is what I have found so far regarding open-source developments tools for Palm.
The prc-tools project at SourceForge is the compiler to use. It used to be the old gcc tools for Palm development but have got much further now.
For building GUIs I have not yet find a really good and free tool. Visual Form Designer was nice to work with but was shareware, the free version is to limited. piBuilder is free but is not as easy to work with. PilotMag in another option but also is shareware.
by kalle | Jan 9, 2004 | Software development
I have had the intention to learn Perl for several years but have never really had a good project or a good book to start with but now I seem to have both! I just found the Picking Up Perl online book and read the first chapters and it seems to very quickly introduce the basic concepts of Perl. So now its just to get started with the project, to extract some intersting data from my ADSL Modem and plot that using MRTG.
by kalle | Sep 18, 2003 | Software development
The DevMaster.net – Articles and Tutorials webpage has several interesting articles though mainly aiming at game development several are related to computer grpahics.
by kalle | Jun 27, 2003 | Software development
The following section has to be added to build.xml to have Eclipse run Ant.
<!-- javac resolver -->
<available
classname="org.eclipse.core.launcher.Main"
property="build.compiler"
value="org.eclipse.pde.internal.core.JDTCompilerAdapter"
classpath="${java.class.path}"
/>
by kalle | Jun 27, 2003 | Software development
GExperts Inc – Gel is another Java IDE. It was recommended by people on the TINI-mailinglist. It supposed to be quick to start that is reasonable since it’s not written in Java as several others are.
by kalle | Jun 26, 2003 | Software development
Saw these on the TINI mailing-list, could maybe be interested for the TINI though do not know how fast or small they are.
kXML and kSOAP
There are also a version two of both at www.kxml.org and www.ksoap.org