Archive for the 'RIA Frameworks' Category

5 ways to 15puzzles

or comparing ajax(ria, web 2.0) frameworks or jQuery vs ExtJs vs YUI vs Flex vs GWT 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 [...]

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 is not completely displayed and also not formatted well. Please download whole project. index.mxml FifteenPuzzles.as package includes { import flash.events.*; import mx.containers.Canvas; import mx.controls.Button; import mx.controls.Label; public class FifteenPuzzles [...]

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, FreeSpace.java Html code below is not completely displayed and also not formatted well. Please download whole project. index.html Blog View Source Download Ext-Js way Yahoo UI way Flex way jQuery way gwt15puzzles.css [...]

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 [...]

15puzzles ExtJs way

15puzzles implemented using Ext-Js index.html Ext.onReady(function() { fifteenPuzzles = new FifteenPuzzles(); fifteenPuzzles.init(); fifteenPuzzles.makeDraggable(); fifteenPuzzles.makeDroppable(); }); 15puzzles Ext-Js way Scramble Sort Blog View Source Download jQuery way Yahoo UI way Flex way Google Web Toolkit way 15puzzles.css /* Document : 15puzzle Created on : Oct 14, 2009, 5:52:32 PM Author : yuri Description: Purpose of the [...]

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 [...]


wp