|
|
 |
BOOK: JavaScript Programmer's Reference
 | This is the forum to discuss the Wrox book JavaScript Programmer's Reference by Alexei White ISBN: 978-0-470-34472-9 |
|
Welcome to the p2p.wrox.com Forums.
You are currently viewing the BOOK: JavaScript Programmer's Reference section of the Wrox Programmer to Programmer discussions. This is a community of tens of thousands of computer programmers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining today you can post your own programming questions, respond to other programmers’ questions, win occasional prizes given to our best members, and eliminate the ads that are displayed to guests. Registration is fast, simple and absolutely free .
|
 |
|
|
 |

August 25th, 2009, 05:30 PM
|
|
Wrox Author
|
|
Join Date: Aug 2009
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Welcome to the forum!
Hey everybody. If you're making your way through the book and have questions about concepts or code samples I'll be happy to try to answer your questions. General JavaScript questions can also be posed here as well as in the other JavaScript forums on this site.
Cheers
Alexei
|

August 26th, 2009, 01:19 AM
|
|
Registered User
|
|
Join Date: Aug 2009
Location: El Salvador
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
I need help with basic java (I'm beginner)
Hello, Alexei, I'm new in this forum, and I'm just begining to programming in java, and I have a question, I think is so simple for you, but not to me, because I'm just trying to program in my first steps.
Ok, I just write the code, but I don't understand why it shows me two errors.
**** this is my first program******
package cambiarfuente;
import java.awt.*;
import java.Applet.*;
/**
*
* @author marielos
*/
public class CambiaFuente extends Applet {
public void paint(Graphics g)
{
Font font=new Font ("Serif",Font.BOLD,24);
g.setFont(font);
g.drawString("Aprenda JAVA en el ITCA", 5, 25);
*****************************
but in this line:
import java.Applet.*;
It shows me the next error "Unused import", why?
and in this another one:
public class CambiaFuente extends Applet
This is the error:
cannot find symbol
symbol: constructor Applet()
location: class Applet
Thanks for your help
|

August 26th, 2009, 08:01 PM
|
|
Wrox Author
|
|
Join Date: Aug 2009
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Hey I think you've gotten JavaScript and Java mixed up. JavaScript is the one that runs natively in the browser. You should post your comment in a Java-related forum.
Cheers,
-a
|

November 6th, 2009, 02:46 PM
|
|
Registered User
|
|
Join Date: Nov 2009
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Great Book... Graceful depredation?
Hello, Author Alexei,
I am a professional developer, albeit almost entirely back-end oriented.
As I find my way with browser-based technologies, your book is extremely helpful.
But I am also finding that your book could have used a better copy editor.
I hope the next edition will be better in form. But the content wrox, thanks to you.
Again, great book, despite my other comments.
Sincerely,
Todd
Last edited by toddcs : November 6th, 2009 at 02:56 PM.
|

November 6th, 2009, 02:56 PM
|
|
Wrox Author
|
|
Join Date: Aug 2009
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Hey Todd,
Oops. As you point out, that should read "graceful degredation". That looks a little bit like a spell-check mis-correction. Thanks for catching that.
I'm glad you're enjoying the book anyways! Feel free to throw any technical questions my way as well. Editorial corrections are welcome as well in case there is a second edition.
By the way, on the off chance you bought the book on Amazon, it would be great to get your general feedback in the form of a review there as well since there are no reviews yet that I am aware of.
Cheers,
Alexei
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
 |