2010
Tonido - Run your own Personal Cloud
by oseres & 1 other (via)Tonido allows you to access and share your content directly through a web browser without uploading or worrying about storage limits. Share files, music, photos and calendar, download torrents and even manage your finances straight from your desktop. Free.
2009
Creating Offline Web Applicat...
by oseresCreating Offline Web Applications With Dojo Offline
by Brad Neuberg (SitePen), September 23rd, 2007
This tutorial steps you through creating offline web applications using Dojo Offline.
What is Dojo Offline?
Dojo Offline is an open-source toolkit that makes it easy to create sophisticated, offline web applications. It sits on top of Google Gears, a plugin from Google that helps extend web browsers with new functionality. Dojo Offline makes working with Google Gears easier; extends it with important functionality; creates a higher-level API than Google Gears provides; and exposes developer productivity features. In particular, Dojo Offline provides the following functionality:
An offline widget that you can easily embed in your web page with just a few lines of code, automatically providing the user with network feedback, sync messages, offline instructions, and more
A sync framework to help you store actions done while offline and sync them with a server once back on the network
Automatic network and application-availability detection to determine when your application is on- or off-line so that you can take appropriate action
A slurp() method that automatically scans the page and figures out all the resources that you need offline, including images, stylesheets, scripts, etc.; this is much easier than having to manually maintain which resources should be available offline, especially during development.
Dojo Storage, an easy to use hashtable abstraction for storing offline data for when you don't need the heaviness of Google Gear's SQL abstraction; under the covers Dojo Storage saves its data into Google Gears
Dojo SQL, an easy to use SQL layer that executes SQL statements and returns them as ordinary JavaScript objects
New ENCRYPT() and DECRYPT() SQL keywords that you can mix in when using Dojo SQL, to get transparent cryptography for columns of data. Cryptography is done on a Google Worker Pool thread, so that the browser UI is responsive.
Integration with the rest of Dojo, such as the Dojo Event system
Abusing HTML 5 Structured Client-side Storage
by Xavier LacotSeveral notes about HTML5 database storage security, with some abuse tries.
2007
1
(6 marks)