November 17, 2009

Today Gizmox, the developer of Visual WebGui Web & Cloud Platform, will reveal its innovative cloud application platform which will allow developers and enterprises to deploy their applications to Windows Azure with the click of a button with no re-writes or new programming skills needed. The company will also expose with Microsoft Azure team a case study showcasing a successful migration and deployment of an energy management system to Windows Azure cloud using Visual WebGui.

Below the press release :

Visual WebGui to Reveal the First Cloud Application Platform to Migrate Legacy to the Cloud at a "button-push"

Developers can now deploy their applications to Windows Azure with the click of a button with no re-writes or new programming skills needed

Los Angeles, CA. - November 17, 2009 - Gizmox, the developer of Visual WebGui Web & Cloud Platform, today announced that it will reveal its application platform atop Windows Azure and its development framework, Visual WebGui web/cloud platforms offers the only push-button .NET desktop legacy application migration path to Windows Azure. With Visual WebGui enterprises will be able to migrate to Windows Azure, by reusing their existing Windows software code on Windows Azure without re-write or re-engineering. The process is as simple as copying and pasting the Windows code into VWG, selecting Windows Azure run in Visual WebGui SDK, and run.

"With our unique unrivalled legacy applications migration to Windows Azure, and the ability to run them as responsive as and as rich as desktop's, with proven unhackable security, we have crossed a new threshold," said Navot Peled, CEO of Gizmox, "While everyone is talking about the cloud, we're working with Microsoft to bring our solution to enterprises that are looking at migration to the Windows Azure cloud here and now. We also enable the fast development, desktop's performance, and richness and security benefits to newly built cloud applications"

Continue reading "Gizmox Reveals Cloud Apps Platform at Microsoft PDC" »

November 17, 2009

SRP-Hermetic, a JavaScript library which aims at providing a highly secure Ajax channel implementation (MIT license). Authentication is based on the SRP protocol, and messages can be signed using HMAC or fully encrypted using AES. An interesting implementation providing secure user authentication, communication integrity and communication privacy to AJAX applications, with main focus on efficiency, scalability and customisable secure channel as an alternative to HTTPS.

Your feedback is very welcome to review current implementation and develop it further. More information could be found on this blog post.

srp-hermetic-executive-view

October 13, 2009

pmrpc
Pmrpc is a HTML5 inter-window cross-domain JSON-RPC based remote procedure call JavaScript library. The library provides a simple API for exposing and calling procedures from windows or iFrames on different domains, without being subject to the same-origin policy. Pmrpc also provides several advanced features: callbacks similar to AJAX calls, ACL-based access control, asynchronous procedure support and fault-tolerance via retries.

The implementation of the library is based on the HTML5 postMessage API, the JSON-RPC protocol and the JSON data format. Pmrpc uses the postMessage API as an underlying communication mechanism and extends it to a RPC model using the JSON-RPC, a transport-independent protocol that uses JSON for formatting messages.

The library is compatible with Firefox 3, Google Chrome, Internet Explorer 8, released under Apache v2.0 license.

September 29, 2009

Webopoly is a new Ajax-based monopoly-like game written in PHP where players can trade properties like web companies, or products. It supports multi-player games, in-game chat and a variety of other features, all without the use of any Flash or Java. The games uses many JavaScript libraries such taconite, soundmanager2, and greybox. Geeky and very addictive game ! Players can create their own private or public games and invite friends or colleagues to join.

Webopoly

Have fun http://www.webopoly.org/ !

September 12, 2009

The Open Source RIA Framework qooxdoo is now available in a new release 0.8.3. This release include many enhancements, 300 bug fixes, and lots of new features including :

  • New Form Handling
  • Unified Selection API
  • Advanced Data Binding
  • New Flow Layout
  • New Flash Widget
  • New Themed Iframe
  • Global Error Handling
qooxdoo_0_8_3_form

"qooxdoo 0.8.3 is one of the best tested and most extensive releases to date." According to QooxDoo announcement there are about 1.700 Commits since last release, more than 1.100 Unit tests (incl. more than 3.200 assertions), about 30 Browsers/OS combinations continuously unit-/GUI-tested, and about 160 GUI-tests of applications, fully automated. Migration and more details about this release are available here.

More information and download at http://qooxdoo.org/.

September 8, 2009

DHTMLX 2.5 have just been released, one of the most interesting JavaScript libraries to build amazingly rich UI for web applications for both GPL open source and commercial apps. "We were working hard, carefully preparing this update, to make it more comfortable and easy for you to build rich web interfaces with our dhtmlx components" announced Ivan Petrenko.

dhtmlx.png

Version 2.5 introduces lots of significant improvements, including:

Object API

In addition to the existing functional API, all the components now have an object API that provides a familiar way of initialization for those who are used to work with object oriented model. Instead of writing large number of commands, you can now define an object within a single command with all the properties set inside of it. This new object based approach allows you to initialize the components in more simple and clear manner. The old commands based model is still available as well.

Continue reading "DHTMLX v2.5 Released" »