Don't bother learning JavaME per say, go learn the Droid framework. Java is Java. A Java ME book is only going to talk to principles that you probably have already learned in JavaSE.
I'll have to look at the code I wrote later. You'll certainly need to tweak it a bit. Associating a description, that a manager can edit, really complicates this a lot more. If that is truly what...
1.) This can be accomplished 2 ways. The better way would be to use Image editing script (http://www.imagemagick.org/www/ImageMagickObject.html). That can be...
What you need is a data structure so that this stuff gets automatically populated. In a professional environment you would need to use a Database more...
I'm not sure you are going to find anything that will test JavaScript code that will be useful for an extremely particular case like animations. It sounds like you might need to redesign your...
It's been awhile since I have done anything with Spring, but your JSP appears to not have any errors in it. I did notice that you are using JavaScript to edit some form settings. It's possible that...
Kor has good advice, but the pages he sent you are more or less doing the same thing you are doing with JavaScript. Both the JS code you have written and the server side code in the links Kor posted...
ASP on the server side can be written using VBScript or JavaScript. Are you saying that you have server side code written in VBScript and you another file with server...
Going to have a disagree with the majority here. Frameworks offer a lot of nice advantages, and should be used to supplement language knowledge not to replace it.