Detecting HTML5 features using Modernizr library
Published on 04/02/2012 23:49:25 by Lynx
Class Hierarchy Browser for U8
Published on 27/03/2012 01:27:16 by Lynx
How to load jQuery min and bind a click event.
Request Animation Frame.
Browser friendly implementation.
Hide/show tool and maximize playground
A javascript program is embedded in this image and built dynamically from it's parts.
It took minutes to embedd, assemble and execute in playground area.
Dynamic changes to HTML element styles
How to load Panoramio Templates framework dynamically and render photographs in a page.
Quick and dirty chat implemented using PubNub service. Note that the index.html page has been modified to host PubNub script.
How to (dynamically) load Google Libraries with Google Loader.
Test of data upload/download functionality.
Sample of Highcharts framework for S8
Note:
Javascript library is zero cost for non-commercial use.
Smalltalk library is MIT licensed.
Fireworks sample.
Original code by Paul Lewis for CreativeJS.
GeoIP city interface for S8. The GeoIP JavaScript City web service is offered by MaxMind to return the Country, Region, City, Latitude, and Longitude of your web visitors.
How to load our COMPLETE jQuery Interface for S8 and a simple expression to ensure it is ready to run.
Demostration of jQuery UI Interface (w/ Theme switcher)
How to use our gamepad interface for S8.
Simple workspace expressions to learn how to use gamepads and joysticks with U8 (web platform).
Test of our full implementation of CodeMirror API. Replace textArea of workspace with CodeMirror editor. As an example, we implemented naïve support for Smalltalk syntax using our S8 framework (it do NOT require external foreign script to implement a language syntax).
Preview of WI8 (widgets for S8) and new Smalltalk tools for U8 (workspace, CHB, inspectors, references, and more)
---IT IS A WORK IN PROGRESS--- frequently updated to let you see the advance each time you visit this image.
Reading and writing objects in json format.
With extension to support cyclic references, and mappings/transforms for objects during conversion.
How to use U8 interface to UglifyJS library (a general-purpose JavaScript parser/compressor/beautifier toolkit)
How to load SWF library and dynamically embedd flash contents in a page.
Ensayos para sistema Carola (Caras y Olas).
Face detection and image composition with S8.
A library to exchange data using webSockets from/to a Visual Smalltalk Application. It is a Visual Smalltalk implementation of libWebSockets API, that let you implement webSockets (server and client mode) to share data with S8 applications running Web and/or android platforms. UPDATED tp support (sub)protocols.
A simple demostration on how to set contribution to automatically open a CHB on class side messages of a class.
It should open a CHB on WebSocket class messages after loadign the contibution (and WS framework libraries).
How to use ECMAScript 6(Harmony) WeakMap support.
Demostration of S8 running Cordova framework (Android build)
The S8 platform presentation, created for The 2013 Smalltalk Industry Conference, Phoenix, Arizona.
30's Smalltalk Aniversary. June, 2013
It is the default S8 image to be run with IE on XBOX 360.
Show us what you can do with Smalltalk for XBOX !
Native application framework to write iOS native applications, implementing ALL application classes in S8. This platform let you write your applications in S8 and Access/use/implement ObjectiveC clases in S8. The binding to ObjectiveC objects is through native interface and includes a custom implementation of libffi that run in iPhone and iPad devices.
A Coco8 Application sample. Use the Coco8 App to load and run this App in your iPhone (or iPad).
The simple pop up the share sheet to Gift the Subway Surfer App to a friend. The App will load and run from U8 service in your coco8 host. See our swiki for more details.
Loadable coco8 Application that dynamically load and run in iPhone and iPad devices.
Point your phone to this folder to run the App.
Native application framework to write OSX native applications, implementing ALL application classes in S8. This platform let you write your applications in S8 and Access/use/implement ObjectiveC clases in S8. The binding to ObjectiveC objects is through native interface and includes a custom implementation of libffi that run in OSX.
How to run S8 systems on the Raspberry Pi
m8n Workbench
This contribution load fengari (a lua execution environment for web) on top of U8 toolset.
This make it easy to test m8n kernel using a web browser.
The py8 platform let you run S8 systems on Python runtime environments.
All S8 features are present, the system can be connected from remote U8 toolset; exchanging objects and behavior with other S8 systems running on other runtimes (e.g. javascript, Lua, etc).
TypedArrays minimal framework
Step by step sample using MPU6050 sensor on Raspberry Pi platform.
This contributions shows you different ways to access to an attribute using syntax sugar. Also will show you the compiled code generated by the block that we are evaluating, so you can see the diference in the compiled code in every method used.
Shows how to put the name of the contribution as the title of the page
enhances the add, and remove events messages that are that are called from the smalltalk DOMElement layer to the HTMLDOMElement layer assuming that the enviroment is in a Browser.
Also adds the posibility of retrieve DOMEvent object from the context, with the consecuents benefits of that (knowing who was the sender, etc, etc.).
Alternative implementation of http request on top of implementation given by navigators.
Gives more semantics to the object.
enhances the add, and remove events messages that are that are called from the smalltalk DOMElement layer to the HTMLDOMElement layer assuming that the enviroment is in a Browser.
Also adds the posibility of retrieve DOMEvent object from the context, with the consecuents benefits of that (knowing who was the sender, etc, etc.).
Adds caching of the wrappers of the child nodes in the document element.
It's a tool that lets you to export easily a framework compiled code, source code, or both. Also lets you to insert code before and after the framework you are exporting.
This is a implementation of a remote workspace. You can evaluate smalltalk expressions in a remote S8 which is running on a nodejs server. The implementation use websocket and does not consider security policies or error handling.
S8 execution machinery for Console mode development
This contribution allows to access local databases in iOS devices.
It is also a good example about wrapping an existing Objective C third party library. (In this case, We wrap FMDB library).
See also http://alereimondo.no-ip.org/U8/231
Includes LuaStudioSetup settings for running LuaStudio SkyBox sample.