Smart Mobile Studio
  • News
  • Forums
  • Download
  • Store
  • Showcases
    • Featured demos
    • The Smart Contest 2013, Round 1 – Graphics
  • Documentation
    • Get the book
    • System requirements
    • Prerequisites
    • Getting started
      • Introduction
      • Application architecture
      • The application object
      • Forms and navigation
      • Message dialogs
      • Themes and styles
    • Project types
      • Visual project
      • Game project
      • Console project
    • Layout manager
    • Networking
      • TW3HttpRequest
      • TW3JSONP
      • Loading files
  • About

Monthly Archives: January 2014

Smart Mobile Studio 2.0

Posted on 31.01.2014 by Smart Mobile Studio Team Posted in Announcements

Version 2.0We are very proud to release Smart Mobile Studio 2.0!

With version 2.0 a new visual designer is available that finally offers support for event handling right from the designer. Also a package manager allows to extend Smart Mobile Studio with 3rd party components (new chart and grid components are already shipped as packages).

To increase our market we have not only created 4 different editions (see below) tailored around the most popular demands, but also included a new command-line compiler, which is free of any charge! This allows building your projects on non-licensed machines (such as build servers).

Beside this, dozens of smaller changes has been made since the last release. A full change log can be found below.

Oh, this is really a great release 🙂
Continue reading→

Stable release

node.js on a Raspberry Pi

Posted on 20.01.2014 by Smart Mobile Studio Team Posted in News

Raspberry Pi node.jsWith the Raspberry Pi a low cost computer is available that can be used for a great variety of different purposes.  The credit-card-sized single-board computer is capable to run Linux, which is available in form of different, custom tailored distributions. Most of them can be extended easily to run node.js, which was presented in-depth in the recent posts.

This article will shed a light on how to install node.js on a Raspberry Pi. It will present some nice ideas about how to get the best out of your Raspberry Pi (& alike). Last but not least the article concludes with some benchmarks to show some limits.

Continue reading→

Server-side Node.js (part 4): Serve client from node.js in the cloud

Posted on 15.01.2014 by AndreM Posted in News

In the 4th (and last) part of this node.js series, we will show you how to serve static (file) content from a node.js server. We will use the generated client files of part 2 for this (because only showing hello world from the cloud in part 3 is not cool enough 🙂 ).
Continue reading→

Server-side Node.js (part 3): Node.js in the cloud (free hosting!)

Posted on 10.01.2014 by AndreM Posted in News

As mentioned in the first part, node.js was initially developed for the cloud. While there are enough paid hosting providers available, much nicer is of course to get it running for free! :). We will try to get our node.js server of part 2 up and running in the cloud…
Continue reading→

Server-side Node.js (part 2): Real-time duplex communication

Posted on 08.01.2014 by AndreM Posted in News

After the simple introduction of node.js in part 1, we are going to show you how to use realtime communication with server side pushing(!) data directly to all clients. So goodbye polling, hello full duplex websockets!
Continue reading→

Server-side Node.js (part 1): Introduction

Posted on 04.01.2014 by AndreM Posted in Documentation, News

Node.js Logo

In the new version 2 of Smart Mobile Studio you can now create server side projects! This is possible by using node.js, which is “the next big thing”: It’s an event based server side JavaScript application using the open source and very fast Google’s V8 engine. It was initially developed to be used as a HTTP server in the cloud, but nowadays you can also use it on your own PC or on a business server. It is powered by a small executable (6 MB)V8_JavaScript_engine_logo which doesn’t need an installation. Still, it can be extended easily via the package manager npm to fulfill any desired purpose and make it versatile in a lot different situations. For example, it is used by LinkedIn, WalMart and even Microsoft(!) in the Azure cloud. Also, PayPal has recently switched from Java to Node.js…

When you start using node.js, be aware that it is very different to web browser programming: it is a server with no GUI, so no ‘document’ and ‘window’ globals and no ‘alert’ function. It doesn’t run in a sandbox so you access all files, databases etc like you can with a normal application. It has it’s own API for this, which cannot be compared to “JavaScript for HTML”: it is just JavaScript and has nothing to do with web browsers.

But be aware: it is fun and addictive! 🙂

Continue reading→

Pages

  • About
  • Feature Matrix
  • Forums
  • News
  • Release History
  • Download
  • Showcases
    • The Smart Contest 2013, Round 1 – Graphics
  • Store
  • Documentation
    • Creating your own controls
    • Debugging, exceptions and error handling
    • Differences between Delphi and Smart
    • Get the book
    • Getting started
      • Introduction
      • Local storage, session storage and global storage
      • Application architecture
      • The application object
      • Forms and navigation
      • Message dialogs
      • pmSmart Box Model
      • Themes and styles
    • Layout manager
    • Networking
      • Loading files
      • TW3HttpRequest
      • TW3JSONP
    • Prerequisites
    • Real data, talking to sqLite
    • System requirements
    • Project types
      • Visual project
      • Game project
      • Console project

Archives

  • December 2019
  • December 2018
  • November 2018
  • July 2018
  • June 2018
  • February 2018
  • September 2017
  • April 2017
  • November 2016
  • October 2016
  • September 2016
  • April 2016
  • March 2016
  • January 2016
  • October 2015
  • September 2015
  • July 2015
  • April 2015
  • January 2015
  • December 2014
  • October 2014
  • September 2014
  • August 2014
  • July 2014
  • June 2014
  • March 2014
  • February 2014
  • January 2014
  • December 2013
  • November 2013
  • October 2013
  • August 2013
  • July 2013
  • June 2013
  • May 2013
  • April 2013
  • March 2013
  • February 2013
  • January 2013
  • December 2012
  • November 2012
  • August 2012
  • July 2012
  • June 2012
  • May 2012
  • April 2012
  • March 2012
  • February 2012
  • January 2012
  • November 2011
  • October 2011
  • September 2011

Categories

  • Announcements (25)
  • Developers log (119)
  • Documentation (26)
  • News (104)
  • News and articles (16)

WordPress

  • Register
  • Log in
  • WordPress

Subscribe

  • Entries (RSS)
  • Comments (RSS)
© Optimale Systemer AS