One of you guys asked me to do a tutorial on Fixing Java Errors. I thought it was a good idea, so here I’ll show you over 30 common Java errors.
Sometimes it is hard to figure out what Cannot be Resolved, Syntax Error on Token, or Method is not Visible mean. But, after watching this video you should better understand.
Also, you’ll learn how to get Eclipse to help you fix Java errors.
If you like videos like this tell Google [googleplusone]
To make me extra happy, feel free to share it [nttfblike]
Code from the Video
thanks for the tutorial, will u pls also make a tutorial on IE errors and how to fix it?
I covered a great deal about making cross browser sites in How to Design a Website.
Thanks , i got it. i have got some new issues , pls help me to understand when you are free.
1. position property can be used to set the position of an element, so why float is important to learn ? is it true that using position property is a bad practice when we have chance to use float property ?
2. suppose there are two class named “something” and “nothing”,
wht is difference between .something+.nothing{property:value;} and .something, .nothing {property:value;}?
as far as i know this .something, .nothing {property:value;} is called Grouping Selectors.
3. display:inline-block; what does it mean ?
4. would u please give me a practical example of display:block property ?
i know u are a css geek but very helpful, so i have asked a lot , dont mind, take care
1. I like to use float to get all of the page elements to wrap around it. I don’t like to use absolute positioning. I just think a more liquid layout looks better. That is just an opinion.
2. #idName.className would target an element with both a class name and id name. When you put a space between these you are targeting elements under the first element. So, #idName .className means target all elements with the class name className that are decendents of idName
3. inline-block doesn’t force line breaks after the element. Since it is still a block item you can set width, height, top and bottom margins / paddings
4. block elements force a line break and allow you to define width, height, top and bottom margins / paddings
Thank you so much , u R the best and friendly tutor i have ever seen.
You’re very welcome. I do my best
pls i want tutorial on how to deploy a java application and a print method for printing screens in a printer
I’ll cover printing. It is very easy to set up. I’m not done with Java yet
Hello Derek,
Please let me know,
What is java-jni priority in your priority list?
You are jumping in every possible technology(SAMSUNG SDK), I want you to come back to our old C / C++ sooooooooooon!!
I was able to reach till java # 35 now, with all your programs written and compiled.
I’m going to finish Samsung this month. Then I’ll finish up C, Inkscape, Google Maps with Android and a few other Android technologies. At that point I’ll transition into Android graphics, interfaces and games. I’ll hold a vote on whether the tutorial that will come out along with the Android stuff will be C++, or J2EE.