Get $500+ of the best After Effects files, video templates and music for only $20!

Browsing Author

Dan Stever

Dan Stever is a young professional and freelancer based in Toledo, OH. He has over ten years experience working in web development, and design. His passions include his family, the internet, and music. Look him up on Twitter: @danstever

Titanium Studio RC 1 Overview

Titanium Studio RC 1 Overview

Appcelerator is known for their revolutionary product Titanium Developer, which allowed web developers to create mobile applications without learning Cocoa-Touch or Java. They recently released their first major update since the acquisition of Aptana: a full-fledged IDE. Titanium Studio RC 1 is now available for download. If you are not familiar with Appcelerator or are unsure of the benefits and changes in Titanium Studio, check out this quick overview to see what the new features have to offer.

Titanium Mobile: Database Driven Tables with SQLite – Part 3

Titanium Mobile: Database Driven Tables with SQLite – Part 3

This entry is part 3 of 3 in the series Titanium Mobile: Database Driven Tables with SQLite

Welcome to the third part in our series on database driven Titanium Mobile development. This tutorial will continue to build on the principles introduced in earlier posts, but we will be altering our app design in one very significant way. Instead of using a TableView object to display a custom interface, we are going to switch to using a WebView object.

Titanium Mobile: Database Driven Tables with SQLite – Part 2

Titanium Mobile: Database Driven Tables with SQLite – Part 2

This entry is part 2 of 3 in the series Titanium Mobile: Database Driven Tables with SQLite

Welcome to the second part in our series on database driven Titanium Mobile development. In this tutorial, we will be inserting values int a local SQLite database and reading and writing data to a remote MySQL database. This tutorial will have a lot of code, but I’ve tried to be as thorough as possible without boring anyone. Bring your questions to the comments sections!

Titanium Mobile: Database Driven Tables with SQLite

Titanium Mobile: Database Driven Tables with SQLite

This entry is part 1 of 3 in the series Titanium Mobile: Database Driven Tables with SQLite

This tutorial will introduce you to SQLite and database-driven development with Titanium Mobile. Specifically, you will learn to build an application for managing products with a database instead of just the file system.