2009
04.20

WoWHorn version 1.0 is written with PR3 of Titanium.

As with any new technology this experience was a little bumpy.
This post will discuss some of those bumps, both those that involve Titanium and those that do not.
For those needing more information on either of these technologies, visit:
WoWHorn’s Home Page
Titanium’s Home Page

Read on….

Read More >>

2009
04.09

Starting Your Project

There have been some articles written giving overviews of the Titanium Developer application.
This is the application that helps you manage your Titanium projects, test code samples, and keep up with the Titanium community.
This tutorial isn’t about the application so much as what is involved in making your application.
For a more broad look at Titanium Developer check out the official screencast for PR3: Titanium Developer – Preview Release 3 Features.

Installation / Upgrading: [+/-]

Project Creation: [+/-]

Adding Content: [+/-]

2009
04.07

What’s this TiApp.xml you speak of?

There hasn’t been much discussion of what’s in the tiapp.xml file since PR1 of Titanium.
Since this file controls a lot of how your program starts up and acts initially, it is important to know what it does.
The tiapp.xml file is generated automatically when your project is created via the Titanium Developer.
It can, however, be edited manually after that.

Read More >>

2009
04.06

This blog is intended to provide interesting code snippets and tutorials for those that are interested.

The initial plans for content here involve: Titanium (www.titaniumapp.com), Ruby (www.ruby-lang.org), HTML(www.w3.org), CSS(www.w3.org), JavaScript(developer.mozilla.org), Python(www.python.org), and various JavaScript frameworks according to whim including JQuery(www.jquery.com) and MooTools(www.mootools.net).

Why such a large range of tools?  Namely because Titanium can allow them all to work together in the same environment for huge amounts of flexability. Each of the languages listed here are things I have some experience with but I am not an expert in any of them. Hopefully something I find of interest to post here is of value to you, the reader.

-makkura