Tutorial
User interactions with soma-template
As a reminder, soma-template is a DOM-based web template engine that will help you insert content in html pages with native DOM manipulation. Events have been added to soma-template. You can now...
read articlesoma.js router plugin
I wrote a router plugin for soma.js to create internal routes in a web app. The plugin is based on the amazing library davis.js (thanks a lot to the author Oliver from New Bamboo for the help). It...
read articleImage loader plugin for soma.js
Now that we can easily create plugins for soma.js, I've created an image loader plugin. I've used PxLoader as a base and before any explanation, it looks like that: The advantage of using the plugin...
read articleSomaCore wiki and framework flow
I've added some more information on the SomaCore wiki. You can find some code and explanation how to use, create and remove Wires within the framework, using injection or not. I also explained how to...
read articleSomaCore tutorial framework instance
I'll be writing in the next days a series of wiki, manual, best practices with tons of code example. It should help you to get started. I will be explaining in-depth how SomaCore works and what you...
read articleSomaCore Twitter Search demo
Another SomaCore demo is available on Githug or on the SomaCore page. This demo is relatively simple. Keywords are sent to the Twitter API using a command that is dispatched straight from the view as...
read articleSomaCore Hello World
I've added a very simple SomaCore Hello World demo. The application creates a wire, a view and a model. The view dispatch a command to request a message, the command ask the data to the model, the...
read articleSoma v2 AS3 MVC Framework released!
I finally release the version 2 of the framework Soma MVC and its source code generator SomaUI. It has been a long run since the last release, months of works and nights spent to make your life...
read articleSoma Tutorial - From SomaUI to Flash Develop
Another tutorial but for the Flash Develop users this time. I explain how to create a Flash Develop project and compile the site after exporting a project from SomaUI. Thanks to Keita for this one...
read articleSoma Tutorial - From SomaUI to FDT
A new tutorial is available for Soma (Flash AS3 MVC Framework), I explain how to create a FDT project in eclipse and compile the site after exporting a project from SomaUI. It also shows you how I use...
read articleBaseUI v3 layout manager
Hi everyone, Before going on holiday, here is a BaseUI major release :) It means code written for the previous might not work for this version (even is there isn’t any major change in the structure,...
read articleBaseUI v2 tutorial
BaseUI will help you to manage your assets (a logo, footer, a menu, etc) in the browser, in a liquid layout or a fixed area. BaseUI is managing a list of DisplayObject like Sprite, MovieClip,...
read articleChromeless AIR application
I had to get an AIR application without the OS window, let's say windowless or chromeless. I needed to be able, with my own graphics, to minimize, restore, maximize, close, close in the system tray or...
read articleData access with array extending and proxy extending
I made some experiments on how to easily access to data in a Flash site. It is probably a mix with good and bad ways but I think it is worth having a look. What I’ve done here is get data with syntax...
read articleBaseUI tutorial
Click here to access to the demo and source. This is a tutorial to explain you what you can do with BaseUI. It will not build a website for you (not yet :)) but should reduce your efforts by handling...
read article3D line drawing with Papervision
Back to the line drawing I started in this post. I wanted to get a snake-like line and I had a try with Papervision3D. It made me able to handle the vertices and then delete the end of the lines. Draw...
read articleLine Bitmap drawing with Tweener Bezier
After having a look at the tutorial from Lee Brimelow, I used it to make some experiments. I tried to find a way to draw a moving line on a bezier curve, like a snake. I didn't really reached it. If...
read articleBackground fitting the browser and image ratio
Here is an example to show a element like a background, a image in a portfolio or whatever and make it fitting the browser. In the demo you can choose three modes. Mode Fit The picture is fitting the...
read article