Titanium Powered Desktop &
     Mobile Applications
           MinneBar
       November 21, 2009
            Chris Barber
             CB1, INC.
      http://www.cb1inc.com
About Me
●   Chris Barber
●   Open source hacker
●   Software consultant
●   JavaScript, C++, PHP
●   Dojo committer
●   http://www.cb1inc.com
●   http://twitter.com/cb1kenobi
●   http://www.slideshare.net/cb1kenobi


         MinneBar 2009 | 11.21.2009 | Chris Barber | CB1, INC. | http://www.cb1inc.com
Who are you?

        Desktop Developers?
        Mobile Developers?
         Web Developers?

Twin Cities Web Design User Group | 7.15.2009 | Chris Barber | CB1, INC. | http://www.cb1inc.com
What is Titanium?



Twin Cities Web Design User Group | 7.15.2009 | Chris Barber | CB1, INC. | http://www.cb1inc.com
What is Titanium?


An open source platform
      for building
   desktop & mobile
   applications using
   web technologies

MinneBar 2009 | 11.21.2009 | Chris Barber | CB1, INC. | http://www.cb1inc.com
Titanium Background
●   Produced by Appcelerator
●   Initial Released Dec 2008
●   Current version 0.7
    ●   0.8 landing soon!
●   Open Source
    ●   Apache Public License v2
●   Made InfoWorld's 2009's Top 10 Emerging
    Enterprise Technologies
    ●   http://www.infoworld.com/d/infoworld/2009s-top-10-emerging-enterprise-technologies-467




           MinneBar 2009 | 11.21.2009 | Chris Barber | CB1, INC. | http://www.cb1inc.com
Components
●   Titanium Developer
●   Titanium Desktop
●   Titanium Mobile
●   Appcelerator Network




        MinneBar 2009 | 11.21.2009 | Chris Barber | CB1, INC. | http://www.cb1inc.com
Building
        Desktop Applications



Twin Cities Web Design User Group | 7.15.2009 | Chris Barber | CB1, INC. | http://www.cb1inc.com
Building Desktop Applications
●   Windows
    ●   C/C++, win32, MFC
    ●   .NET Framework: C#, VB.NET
●   Mac OS X
    ●   C/C++, Carbon
    ●   Objective C, Cocoa
●   GNU/Linux
    ●   C/C++, GTK+, QT, etc
●   Cross-platform
    ●   Java, GTK+, QT
    ●   Wine???
          MinneBar 2009 | 11.21.2009 | Chris Barber | CB1, INC. | http://www.cb1inc.com
Titanium Desktop



Twin Cities Web Design User Group | 7.15.2009 | Chris Barber | CB1, INC. | http://www.cb1inc.com
Titanium Desktop
         Built Using Web Technologies

                              HTML
                               CSS
                            JavaScript
                               PHP
                               Ruby
                              Python


MinneBar 2009 | 11.21.2009 | Chris Barber | CB1, INC. | http://www.cb1inc.com
How's It Differ From Adobe AIR?
●   No Runtime to Install
●   Open Source
●   Python
●   Ruby
●   PHP
●   Less Security Restrictions
    ●   Run Processes
    ●   Cross-domain Ajax (AIR v2 fixed)
●   Distribution Network
●   Built-in Web Server
          MinneBar 2009 | 11.21.2009 | Chris Barber | CB1, INC. | http://www.cb1inc.com
Lets Build Something!



Twin Cities Web Design User Group | 7.15.2009 | Chris Barber | CB1, INC. | http://www.cb1inc.com
Titanium Developer




MinneBar 2009 | 11.21.2009 | Chris Barber | CB1, INC. | http://www.cb1inc.com
Desktop Demo!



Twin Cities Web Design User Group | 7.15.2009 | Chris Barber | CB1, INC. | http://www.cb1inc.com
Desktop API
●   API                                             ●   Network
●   Analytics                                       ●   Notification
●   App                                             ●   PHP
●   Blob                                            ●   Platform
●   Codec                                           ●   Process
●   Database                                        ●   Python
●   Desktop                                         ●   Ruby
●   Filesystem                                      ●   UI
●   JSON                                            ●   UpdateManager
●   Media                                           ●   Worker


           MinneBar 2009 | 11.21.2009 | Chris Barber | CB1, INC. | http://www.cb1inc.com
Titanium Mobile



Twin Cities Web Design User Group | 7.15.2009 | Chris Barber | CB1, INC. | http://www.cb1inc.com
Titanium Mobile
●   HTML, CSS, JavaScript
     ● Don't need to know Objective-C, Java


●   iPhone & Android Support
     ● Palm WebOS Support Soon?




        MinneBar 2009 | 11.21.2009 | Chris Barber | CB1, INC. | http://www.cb1inc.com
Mobile Demo!



Twin Cities Web Design User Group | 7.15.2009 | Chris Barber | CB1, INC. | http://www.cb1inc.com
Mobile API
●   API                                         ●   Geolocation
●   Accelerometer                               ●   Gesture
●   Analytics                                   ●   Media
●   Database                                    ●   Network
●   Facebook                                    ●   Platform
●   Filesystem                                  ●   UI
                                                ●   Yahoo




       MinneBar 2009 | 11.21.2009 | Chris Barber | CB1, INC. | http://www.cb1inc.com
Getting Titanium



Twin Cities Web Design User Group | 7.15.2009 | Chris Barber | CB1, INC. | http://www.cb1inc.com
Getting Titanium
●   Download
    ●   http://www.appcelerator.com/products/download/
●   Source Code (git)
    ●   git://github.com/appcelerator/titanium_desktop.git
    ●   git://github.com/appcelerator/kroll.git
    ●   git://github.com/appcelerator/titanium_mobile.git
    ●   git://github.com/appcelerator/titanium_developer.git
    ●   git://github.com/appcelerator/webkit_titanium.git




          MinneBar 2009 | 11.21.2009 | Chris Barber | CB1, INC. | http://www.cb1inc.com
Resources



Twin Cities Web Design User Group | 7.15.2009 | Chris Barber | CB1, INC. | http://www.cb1inc.com
Getting Help
●   API Docs
     ● http://www.codestrong.com/


●   Videos
     ● http://www.vimeo.com/appcelerator


●   Blogs
     ● http://www.appcelerant.com/


●   IRC
     ● #titanium_app on irc.freenode.net




        MinneBar 2009 | 11.21.2009 | Chris Barber | CB1, INC. | http://www.cb1inc.com
Follow for latest updates!


            @appcelerator


MinneBar 2009 | 11.21.2009 | Chris Barber | CB1, INC. | http://www.cb1inc.com
Questions?



Twin Cities Web Design User Group | 7.15.2009 | Chris Barber | CB1, INC. | http://www.cb1inc.com

More Related Content

PPTX
To BIM4fm or not to BIM4fm?
PPTX
Briding the Gap between Desktop and Mobile publishing
PPT
F2F Mobile Computing / The Frid goes mobile
PPTX
Big datasummit yanqu
PPTX
Shawn Terry - Mobile Presentation
PDF
Android O.S and application
KEY
Problems in Mobile Development
KEY
User freedom and control on the Web: from desktop to mobile
To BIM4fm or not to BIM4fm?
Briding the Gap between Desktop and Mobile publishing
F2F Mobile Computing / The Frid goes mobile
Big datasummit yanqu
Shawn Terry - Mobile Presentation
Android O.S and application
Problems in Mobile Development
User freedom and control on the Web: from desktop to mobile

Viewers also liked (8)

PDF
Smartphone supremacy vs desktop
PDF
Deliberating the efficiency of desktop vs mobile research qor,aor and qantas
PPT
Freedom or Control in Virtual Worlds
PDF
All the benefits and limitations of mobile learning
PDF
Android programming -_pushing_the_limits
PPTX
Migrating from Desktop to Mobile
PDF
Mobile vs Desktop
PPTX
Developing on Mobile vs Desktop (Dreamforce 2011, Lawrence Coburn, DoubleDutch))
Smartphone supremacy vs desktop
Deliberating the efficiency of desktop vs mobile research qor,aor and qantas
Freedom or Control in Virtual Worlds
All the benefits and limitations of mobile learning
Android programming -_pushing_the_limits
Migrating from Desktop to Mobile
Mobile vs Desktop
Developing on Mobile vs Desktop (Dreamforce 2011, Lawrence Coburn, DoubleDutch))
Ad

Similar to Titanium Powered Desktop & Mobile Apps (11/21/2009) (20)

KEY
Using Titanium for multi-platform development including iPhone and Android
KEY
Mountain View July JavaScript Meetup at Google
PPT
Getting Started with Titanium
PPT
Getting Started with Titanium
ZIP
Using Web Technologies to Build Native iPhone & Android Applications
KEY
Open Source World : Using Web Technologies to build native iPhone and Android...
KEY
Titanium Desktop Intro
PPT
Adobe's RIA Technologies (non technical)
PDF
“JavaScriptだけで作れる”からこそTitanium Moduleで Tiを256倍活用する!
PPT
Titanium + Ruby: The good stuff
PDF
Reasons for Flash: Flash Development in an HTML5 and App Store World
PPTX
A1technology a Offshore Software Development Company
PDF
Adobe flex at jax london 2011
PPTX
CA Plex on Apple Mac, iOS, Android
KEY
RIA with Flex & PHP - Tulsa TechFest 2009
ZIP
Building iPhone/Andriod Apps with Titanium Appcelerator for a Rails Backend
PDF
Talk by Tomas Lin on Building Killer RIAs with Flex and Grails at the Groovy ...
PDF
An introduction to Titanium
PDF
Android development made easy with appcelerator titanium
PPTX
Keynote: Techday7 appcelerator titanium
Using Titanium for multi-platform development including iPhone and Android
Mountain View July JavaScript Meetup at Google
Getting Started with Titanium
Getting Started with Titanium
Using Web Technologies to Build Native iPhone & Android Applications
Open Source World : Using Web Technologies to build native iPhone and Android...
Titanium Desktop Intro
Adobe's RIA Technologies (non technical)
“JavaScriptだけで作れる”からこそTitanium Moduleで Tiを256倍活用する!
Titanium + Ruby: The good stuff
Reasons for Flash: Flash Development in an HTML5 and App Store World
A1technology a Offshore Software Development Company
Adobe flex at jax london 2011
CA Plex on Apple Mac, iOS, Android
RIA with Flex & PHP - Tulsa TechFest 2009
Building iPhone/Andriod Apps with Titanium Appcelerator for a Rails Backend
Talk by Tomas Lin on Building Killer RIAs with Flex and Grails at the Groovy ...
An introduction to Titanium
Android development made easy with appcelerator titanium
Keynote: Techday7 appcelerator titanium
Ad

More from Chris Barber (11)

PPTX
Remote IP Power Switches
PPTX
Node.js/io.js Native C++ Addons
PPTX
Titanium 3.2 CLI - TiAppCamp2 - 11/2/2013
PPTX
Exploring the Titanium CLI - Codestrong 2012
KEY
Intro to PECL/mysqlnd_ms (4/7/2011)
PDF
Cassandra - Say Goodbye to the Relational Database (5-6-2010)
PDF
Debugging Dojo Applications (2/10/2010)
PDF
Dojo - Javascript's Swiss Army Knife (7/15/2009)
PDF
High Availability With DRBD & Heartbeat
PDF
2008 MySQL Conference Recap
PDF
Memcached And MySQL
Remote IP Power Switches
Node.js/io.js Native C++ Addons
Titanium 3.2 CLI - TiAppCamp2 - 11/2/2013
Exploring the Titanium CLI - Codestrong 2012
Intro to PECL/mysqlnd_ms (4/7/2011)
Cassandra - Say Goodbye to the Relational Database (5-6-2010)
Debugging Dojo Applications (2/10/2010)
Dojo - Javascript's Swiss Army Knife (7/15/2009)
High Availability With DRBD & Heartbeat
2008 MySQL Conference Recap
Memcached And MySQL

Recently uploaded (20)

PDF
Consumable AI The What, Why & How for Small Teams.pdf
PPTX
Build Your First AI Agent with UiPath.pptx
PPTX
GROUP4NURSINGINFORMATICSREPORT-2 PRESENTATION
PDF
NewMind AI Weekly Chronicles – August ’25 Week III
PDF
Five Habits of High-Impact Board Members
PDF
sustainability-14-14877-v2.pddhzftheheeeee
PPT
Galois Field Theory of Risk: A Perspective, Protocol, and Mathematical Backgr...
PDF
STKI Israel Market Study 2025 version august
PDF
OpenACC and Open Hackathons Monthly Highlights July 2025
PDF
Getting started with AI Agents and Multi-Agent Systems
PDF
A review of recent deep learning applications in wood surface defect identifi...
PPTX
Custom Battery Pack Design Considerations for Performance and Safety
PDF
sbt 2.0: go big (Scala Days 2025 edition)
PDF
How IoT Sensor Integration in 2025 is Transforming Industries Worldwide
PDF
Credit Without Borders: AI and Financial Inclusion in Bangladesh
PPTX
Benefits of Physical activity for teenagers.pptx
PDF
“A New Era of 3D Sensing: Transforming Industries and Creating Opportunities,...
PDF
Taming the Chaos: How to Turn Unstructured Data into Decisions
PDF
The influence of sentiment analysis in enhancing early warning system model f...
PDF
A contest of sentiment analysis: k-nearest neighbor versus neural network
Consumable AI The What, Why & How for Small Teams.pdf
Build Your First AI Agent with UiPath.pptx
GROUP4NURSINGINFORMATICSREPORT-2 PRESENTATION
NewMind AI Weekly Chronicles – August ’25 Week III
Five Habits of High-Impact Board Members
sustainability-14-14877-v2.pddhzftheheeeee
Galois Field Theory of Risk: A Perspective, Protocol, and Mathematical Backgr...
STKI Israel Market Study 2025 version august
OpenACC and Open Hackathons Monthly Highlights July 2025
Getting started with AI Agents and Multi-Agent Systems
A review of recent deep learning applications in wood surface defect identifi...
Custom Battery Pack Design Considerations for Performance and Safety
sbt 2.0: go big (Scala Days 2025 edition)
How IoT Sensor Integration in 2025 is Transforming Industries Worldwide
Credit Without Borders: AI and Financial Inclusion in Bangladesh
Benefits of Physical activity for teenagers.pptx
“A New Era of 3D Sensing: Transforming Industries and Creating Opportunities,...
Taming the Chaos: How to Turn Unstructured Data into Decisions
The influence of sentiment analysis in enhancing early warning system model f...
A contest of sentiment analysis: k-nearest neighbor versus neural network

Titanium Powered Desktop & Mobile Apps (11/21/2009)

  • 1. Titanium Powered Desktop & Mobile Applications MinneBar November 21, 2009 Chris Barber CB1, INC. http://www.cb1inc.com
  • 2. About Me ● Chris Barber ● Open source hacker ● Software consultant ● JavaScript, C++, PHP ● Dojo committer ● http://www.cb1inc.com ● http://twitter.com/cb1kenobi ● http://www.slideshare.net/cb1kenobi MinneBar 2009 | 11.21.2009 | Chris Barber | CB1, INC. | http://www.cb1inc.com
  • 3. Who are you? Desktop Developers? Mobile Developers? Web Developers? Twin Cities Web Design User Group | 7.15.2009 | Chris Barber | CB1, INC. | http://www.cb1inc.com
  • 4. What is Titanium? Twin Cities Web Design User Group | 7.15.2009 | Chris Barber | CB1, INC. | http://www.cb1inc.com
  • 5. What is Titanium? An open source platform for building desktop & mobile applications using web technologies MinneBar 2009 | 11.21.2009 | Chris Barber | CB1, INC. | http://www.cb1inc.com
  • 6. Titanium Background ● Produced by Appcelerator ● Initial Released Dec 2008 ● Current version 0.7 ● 0.8 landing soon! ● Open Source ● Apache Public License v2 ● Made InfoWorld's 2009's Top 10 Emerging Enterprise Technologies ● http://www.infoworld.com/d/infoworld/2009s-top-10-emerging-enterprise-technologies-467 MinneBar 2009 | 11.21.2009 | Chris Barber | CB1, INC. | http://www.cb1inc.com
  • 7. Components ● Titanium Developer ● Titanium Desktop ● Titanium Mobile ● Appcelerator Network MinneBar 2009 | 11.21.2009 | Chris Barber | CB1, INC. | http://www.cb1inc.com
  • 8. Building Desktop Applications Twin Cities Web Design User Group | 7.15.2009 | Chris Barber | CB1, INC. | http://www.cb1inc.com
  • 9. Building Desktop Applications ● Windows ● C/C++, win32, MFC ● .NET Framework: C#, VB.NET ● Mac OS X ● C/C++, Carbon ● Objective C, Cocoa ● GNU/Linux ● C/C++, GTK+, QT, etc ● Cross-platform ● Java, GTK+, QT ● Wine??? MinneBar 2009 | 11.21.2009 | Chris Barber | CB1, INC. | http://www.cb1inc.com
  • 10. Titanium Desktop Twin Cities Web Design User Group | 7.15.2009 | Chris Barber | CB1, INC. | http://www.cb1inc.com
  • 11. Titanium Desktop Built Using Web Technologies HTML CSS JavaScript PHP Ruby Python MinneBar 2009 | 11.21.2009 | Chris Barber | CB1, INC. | http://www.cb1inc.com
  • 12. How's It Differ From Adobe AIR? ● No Runtime to Install ● Open Source ● Python ● Ruby ● PHP ● Less Security Restrictions ● Run Processes ● Cross-domain Ajax (AIR v2 fixed) ● Distribution Network ● Built-in Web Server MinneBar 2009 | 11.21.2009 | Chris Barber | CB1, INC. | http://www.cb1inc.com
  • 13. Lets Build Something! Twin Cities Web Design User Group | 7.15.2009 | Chris Barber | CB1, INC. | http://www.cb1inc.com
  • 14. Titanium Developer MinneBar 2009 | 11.21.2009 | Chris Barber | CB1, INC. | http://www.cb1inc.com
  • 15. Desktop Demo! Twin Cities Web Design User Group | 7.15.2009 | Chris Barber | CB1, INC. | http://www.cb1inc.com
  • 16. Desktop API ● API ● Network ● Analytics ● Notification ● App ● PHP ● Blob ● Platform ● Codec ● Process ● Database ● Python ● Desktop ● Ruby ● Filesystem ● UI ● JSON ● UpdateManager ● Media ● Worker MinneBar 2009 | 11.21.2009 | Chris Barber | CB1, INC. | http://www.cb1inc.com
  • 17. Titanium Mobile Twin Cities Web Design User Group | 7.15.2009 | Chris Barber | CB1, INC. | http://www.cb1inc.com
  • 18. Titanium Mobile ● HTML, CSS, JavaScript ● Don't need to know Objective-C, Java ● iPhone & Android Support ● Palm WebOS Support Soon? MinneBar 2009 | 11.21.2009 | Chris Barber | CB1, INC. | http://www.cb1inc.com
  • 19. Mobile Demo! Twin Cities Web Design User Group | 7.15.2009 | Chris Barber | CB1, INC. | http://www.cb1inc.com
  • 20. Mobile API ● API ● Geolocation ● Accelerometer ● Gesture ● Analytics ● Media ● Database ● Network ● Facebook ● Platform ● Filesystem ● UI ● Yahoo MinneBar 2009 | 11.21.2009 | Chris Barber | CB1, INC. | http://www.cb1inc.com
  • 21. Getting Titanium Twin Cities Web Design User Group | 7.15.2009 | Chris Barber | CB1, INC. | http://www.cb1inc.com
  • 22. Getting Titanium ● Download ● http://www.appcelerator.com/products/download/ ● Source Code (git) ● git://github.com/appcelerator/titanium_desktop.git ● git://github.com/appcelerator/kroll.git ● git://github.com/appcelerator/titanium_mobile.git ● git://github.com/appcelerator/titanium_developer.git ● git://github.com/appcelerator/webkit_titanium.git MinneBar 2009 | 11.21.2009 | Chris Barber | CB1, INC. | http://www.cb1inc.com
  • 23. Resources Twin Cities Web Design User Group | 7.15.2009 | Chris Barber | CB1, INC. | http://www.cb1inc.com
  • 24. Getting Help ● API Docs ● http://www.codestrong.com/ ● Videos ● http://www.vimeo.com/appcelerator ● Blogs ● http://www.appcelerant.com/ ● IRC ● #titanium_app on irc.freenode.net MinneBar 2009 | 11.21.2009 | Chris Barber | CB1, INC. | http://www.cb1inc.com
  • 25. Follow for latest updates! @appcelerator MinneBar 2009 | 11.21.2009 | Chris Barber | CB1, INC. | http://www.cb1inc.com
  • 26. Questions? Twin Cities Web Design User Group | 7.15.2009 | Chris Barber | CB1, INC. | http://www.cb1inc.com