Archive for the 'RIA Frameworks' Category

5 ways to 15puzzles

5 ways to 15puzzles
To leverage my programming skills in client side and to concurrently  compare modern UI frameworks and most importantly “just for fun” i start to implement 15 puzzles game

in:
1 jQuery;
2 Ext-Js;
3 Yahoo UI;
4 GWT;
5 Flex.
I have almost no experience working with this  frameworks, so it can be useful to discover, how simple [...]

15puzzles Flex way

15puzzles Flex implementation source code
Code does not contains auto generated by plugin and framework parts .
Files: index.mxml,
15puzzles.css,
FifteenPuzzles.as,
Puzzle.as,
FreeSpace.as
index.mxml file below [...]

15puzzles GWT way

15puzzles GWT implementation source code
Code does not contains auto generated by plugin and framework parts .
Files: index.html,
gwt15puzzles.css,
gwt15puzzles.java,
FifteenPuzzles.java,
Puzzle.java,
[...]

15puzzles YUI way

15puzzles YUI implementation source code
The purpose of this explanation is only to shift down code, because of beginning of code is not displayed.
So it will be clever do not to read it at all.
But in all cases implementation consists of index.html, 15puzzles.css and 15puzzles.js.
index.html contains all page mark up.
15puzzles.css contains css rules.
And [...]

15puzzles ExtJs way

15puzzles implemented using Ext-Js
index.html

[...]

15puzzles jQuery way

15puzzles jQuery implementation source code
The purpose of this explanation is only to shift down code, because of beginning of code is not displayed.
So it will be clever do not to read it at all.
But in all cases implementation consists of index.html, 15puzzles.css and 15puzzles.js.
index.html contains all page mark up.
15puzzles.css contains css rules.
And [...]