Announcing the RhoConnect 3.2 public preview

Submitted by USER03296 on
2 MIN READ

We are very excited to announce the public preview release of RhoConnect 3.2.  This version of RhoConnect has massive sync concurrency improvements over 3.1 by introducing three key new components into the stack:

* ruby 1.9.x EventMachine & Fiber support through rack-fiber_pool

* Nginx + Thin evented server stack (replacing Nginx + Passenger)

* Asynchronous server framework utilizing the above stack

Rapid Prototyping Mobile Apps With Fluid Layout

Submitted by cfh463 on
1 MIN READ

This is another great presentation brought to you by Marakana Tech TV. In this session, Matt Kelly, Lead Software Engineer at interaction design firm ZURB, discusses solutions for rapidly prototyping sites and web apps that work on any kind of device, at any resolution. I will definitively have to spend some more time looking at ZURB's Foundation framework.

Test

Submitted by cfh463 on
18 MIN READ

Using RhoConnect without Rhodes: Objective C Client API

The RhoConnect Client is a library that adds sync data capability to your non-Rhodes applications, such as applications created in XCode or Android Java. Using this library, you can enable synchronized data between your Objective C iOS device application and a RhoConnect server.

Source Code

The source code for the RhoConnect client store example is located here.

Advanced HTML5 JavaScript

Submitted by cfh463 on
1 MIN READ

Although this presentation is geared towards an online multiplayer game, it has some great content covering advanced Javascript/HTML5 APIs:

  • appCache
  • localStorage/sessionStorage
  • History API
  • Web Sockets
  • Web Workers
  • Local Files

This video is brought to you by Marakana TechTV. If you are looking for more HTML5 training, Marakana offers some really great hands on sessions for your organization:

HTML5 RealTime & Connectivity

Submitted by cfh463 on
1 MIN READ

In this presentation to the San Francisco HTML5 User Group, Peter Lubbers takes an in-depth look at the different APIs that make up HTML5 communication, as well as some related standards. Topics covered include:

*Web Origin Concept

*Cross Document Messaging

*CORS (Cross-Origin Resource Sharing)

*XMLHttpRequest Level 2

*WebSocket