Java tutorials
#2
Posted 13 December 2006 - 12:48 AM
If you want a Java tutorial, there's probably no better place then the source:
http://java.sun.com/...books/tutorial/
ConTEXT Sublime Text Opera PHP MySQL phpMyAdmin
Use a debugger: Firefox, IE, Chrome, Safari, or Opera
Know the foundations of computer science: algorithms, machine architectures, data structures, etc. Don't just blindly copy techniques from application to application. Know what you are doing, that it works, and why it works. Don't think you know what the industry will be in five years time or what you'll be doing then, so gather a portfolio of general and useful skills. Try to write better, more principled code. Work to make "programming" more of a professional activity and less of a low-level "hacking" activity (programming is also a craft, but not just a craft). Learn from the classics in the field and the better advanced textbooks; don't be satisfied with the easily digested "how to" guides and online documentation - it's shallow.
-- Bjarne Stroustrup
He that teaches himself has a fool for a master.
-- Benjamin Franklin (paraphrased)
#4
Posted 16 December 2006 - 11:25 PM
AbstractApproach, on Dec 16 2006, 05:06 PM, said:
Possible:no
And while we're at it, let's show some love to C# and good old ASP.Net.
There is alredy an ASP.Net tutorial in VB, which is easily converted to C#
please...
» ...do a search before asking a question, it has probably already been answered
» ...read the tutorials, chances are they also have the answer to your question
» ...be specific when describing your problem and if possible provide your code and/or a link
#7
Posted 17 December 2006 - 05:05 AM
#8
Posted 17 December 2006 - 04:45 PM
Here's the stupid nonsense code I just made.....
Hello.java
class Hello{
public static void main(String[] args) {
short fNum = 3;
short sNum = 4;
String explain = "The remainder of the 4 divided by 3 is ";
int myVar = sNum%fNum;
if(myVar == 1){
myVar++;
}
else{
myVar = 0;
}
System.out.println(explain+myVar+".");
}
}
#9
Posted 18 December 2006 - 12:46 AM
slomz, on Dec 17 2006, 05:05 AM, said:
well thanks , could you recommend me about that software and where can I download it
#10
Posted 18 December 2006 - 01:11 AM
Their best software for windows:
http://www.netbeans....loads/index.php
Although my cousin knows 5 or 6 different languages including java, he recommended netbeans to me, iv have had it for over a month and still don't understand the complexity of it.
#11
Posted 18 December 2006 - 05:20 PM
ConTEXT Sublime Text Opera PHP MySQL phpMyAdmin
Use a debugger: Firefox, IE, Chrome, Safari, or Opera
Know the foundations of computer science: algorithms, machine architectures, data structures, etc. Don't just blindly copy techniques from application to application. Know what you are doing, that it works, and why it works. Don't think you know what the industry will be in five years time or what you'll be doing then, so gather a portfolio of general and useful skills. Try to write better, more principled code. Work to make "programming" more of a professional activity and less of a low-level "hacking" activity (programming is also a craft, but not just a craft). Learn from the classics in the field and the better advanced textbooks; don't be satisfied with the easily digested "how to" guides and online documentation - it's shallow.
-- Bjarne Stroustrup
He that teaches himself has a fool for a master.
-- Benjamin Franklin (paraphrased)
#12
Posted 18 December 2006 - 07:17 PM
#14
Posted 19 December 2006 - 04:22 PM
#15
Posted 21 December 2006 - 06:41 PM
Or isn't it a w3 standard., but Flash is on the site is that a w3 standard ?
that whas all
..You can't help it reading this text over and over and over and over and then again ..
~//!\\~ Vytas ~//!\\~
If you read the upper text more than 2 times in a row you're a lamer.
#16
Posted 21 December 2006 - 07:09 PM
The W3C also does not regulate Java, Flash, PHP, ASP, Javascript, and several other things that are on the w3schools site.
ConTEXT Sublime Text Opera PHP MySQL phpMyAdmin
Use a debugger: Firefox, IE, Chrome, Safari, or Opera
Know the foundations of computer science: algorithms, machine architectures, data structures, etc. Don't just blindly copy techniques from application to application. Know what you are doing, that it works, and why it works. Don't think you know what the industry will be in five years time or what you'll be doing then, so gather a portfolio of general and useful skills. Try to write better, more principled code. Work to make "programming" more of a professional activity and less of a low-level "hacking" activity (programming is also a craft, but not just a craft). Learn from the classics in the field and the better advanced textbooks; don't be satisfied with the easily digested "how to" guides and online documentation - it's shallow.
-- Bjarne Stroustrup
He that teaches himself has a fool for a master.
-- Benjamin Franklin (paraphrased)
#17
Posted 22 December 2006 - 01:21 AM
#18
Posted 26 January 2007 - 08:25 PM
That just came to mind....
#19
Posted 26 January 2007 - 08:33 PM
please...
» ...do a search before asking a question, it has probably already been answered
» ...read the tutorials, chances are they also have the answer to your question
» ...be specific when describing your problem and if possible provide your code and/or a link
#20
Posted 26 January 2007 - 08:35 PM
..You can't help it reading this text over and over and over and over and then again ..
~//!\\~ Vytas ~//!\\~
If you read the upper text more than 2 times in a row you're a lamer.
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users












