Archive for November, 2009

Top Ajax Communities

Ajaxian 6 Nov 2009 … active participation, feedback and assistance of the web community. …. Our sister site, TheServerSide.com, is looking for proposals for ‘TheServerSide … Ajax, and similar topics surrounding client-side computing … ajaxian.com/

Top Java Communities

Java.net 15 Nov 2009 … The results of the past week’s java.net poll suggest that, … Web Site Performance Tips Make Fewer HTTP Requests reduce the number of … Projects – JavaDesktop – User Groups – Communities www.java.net/ Welcome to JavaWorld.com Solutions for Java developers. … Teamprise software lets Java developers using Eclipse-based IDEs or [...]

Top Web Developer Communities

1.Web Design Forum: HTML, CSS, JavaScript, PHP, Graphic Design, Web … Web design & Web development forum for website designers. Free web hosting and web resources including web hosting, website design, website, free websites, … www.webdevforums.com/ 2.SitePoint Forums: Resources, Design, HTML, CSS, PHP, ASP, MySQL … sitepoint.com Development … Web Development Software · Community Center [...]

Top Programming Communities

1. Programming and Web Development Help | DreamInCode.net Web Development and Programming Help Community. Browse forums, snippets, and tutorials. Get help from experts in C++, PHP, Visual Basic, HTML, CSS, … Java – C++ Source Code – VB.NET Forum – C and C www.dreamincode.net/ 2. Bytes IT Professionals – Programming, Software / Web Development … [...]

Top Programming Languages 2009

Java still on top! Java is Web 2.0 programming way with Google Web Toolkit! Java is Phone programming way with Google Android! Java is the future! 1.Java 2.C 3.PHP 4.C++ 5.(Visual) Basic 6.C# 7.Python 8.Perl 9.JavaScript 10.Ruby

All blog services

40+ Free Blog Hosts August 6th, 2007 | by Sean P. Aune So it seems all we ever speak about is WordPress (), but don’t forget that you have options when choosing a blog platform. Here are 40 free ways to get started. Danga Software Powered GreatestJournal.com – Based on the same software as LiveJournal, [...]

Top Blog Engines

1.WordPress 2.Movable Type 3.ExpressionEngine 4.Drupal 5.Textpattern 6.Joomla 7.b2evolution 8.Nucleus 9.Serendipity 10.Mephisto

Top Blog Services

1.WordPress 2.TypePad 3.Blogger 4.Squarespace 5.Yahoo 360 6.AOL Journals 7.Windows Live Spaces 8.Xanga 9.LiveJournal 10.Vox

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