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 developers leveraging operating systems including [...]

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 … We all have [...]

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 …
Community for technology professionals. Topics include [...]

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, offers free voice [...]

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

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