 |
BOOK: Beginning HTML, XHTML, CSS, and JavaScript  | This is the forum to discuss the Wrox book Beginning HTML, XHTML, CSS, and JavaScript by Jon Duckett; ISBN: 978-0-470-54070-1 |
|
Welcome to the p2p.wrox.com Forums.
You are currently viewing the BOOK: Beginning HTML, XHTML, CSS, and JavaScript section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
|
|
|
|

May 25th, 2011, 08:06 AM
|
|
Authorized User
|
|
Join Date: Feb 2011
Posts: 25
Thanks: 2
Thanked 1 Time in 1 Post
|
|
Problems with downloaded code
I downloaded the code for this book. But none of the code for chapter 12: Working With JavaScript actually works. None of the effects. Does anyone kn ow why the examples don't work?
|
|

December 23rd, 2011, 04:49 PM
|
|
Registered User
|
|
Join Date: Dec 2011
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Difficult down load code.
If this book is for beginning, why it is so difficult to down load the code. It was supposed to be according to the title, isitn't? Can some body tell me an easy way. Thank you. Carl47
|
|

January 5th, 2012, 04:44 PM
|
 |
Wrox Staff
Points: 18,059, Level: 58 |
|
|
Join Date: May 2003
Posts: 1,906
Thanks: 62
Thanked 139 Times in 101 Posts
|
|
Carl47: There's a link to the code download at the top of this page. Sorry if you missed it. I'll repeat it here though:
Download the code for Beginning HTML, XHTML, CSS, and JavaScript
Hope this helps
__________________
Jim Minatel
Associate Publisher, WROX - A Wiley Brand
Did someone here help you? Click  on their post!
|
|

January 7th, 2012, 01:03 PM
|
|
Registered User
|
|
Join Date: Dec 2011
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
No download
That download is Sh.... quite a frustration. I never got it. For $35 book price could be something better. I will never buy another book from this publisher.
Carl47
|
|

January 9th, 2012, 09:52 AM
|
 |
Wrox Staff
Points: 18,059, Level: 58 |
|
|
Join Date: May 2003
Posts: 1,906
Thanks: 62
Thanked 139 Times in 101 Posts
|
|
Carl47: I'm sorry the download is causing you such frustration. If you'd like to explain the problem in more detail here, I'll continue to try to help. Or if you want to email me and continue the discussion in email we can. I'm [email protected]
__________________
Jim Minatel
Associate Publisher, WROX - A Wiley Brand
Did someone here help you? Click  on their post!
|
|

September 14th, 2012, 04:22 PM
|
|
Authorized User
|
|
Join Date: Jul 2012
Posts: 13
Thanks: 0
Thanked 3 Times in 3 Posts
|
|
Carl47 is right
The code for Chapter 12 is a disaster. Much of it doesn't work, Exercise 1 at the very end in particular. Of course, there is no download code for this exercise. The book code simply doesn't work.
I sent you an e-mail once before about the problems with the book code and the download code and got no response. I doubt I'll get one this time either.
|
|

September 15th, 2012, 03:53 PM
|
|
Authorized User
|
|
Join Date: Jul 2012
Posts: 13
Thanks: 0
Thanked 3 Times in 3 Posts
|
|
I tested the book code on Google Chrome, IE9 and Firefox. The validation codes for all except the last (the validation for text not exceeding 20 words) work. The validation code for the last doesn't work in any of the three browsers.
The DL code for the book doesn't have any code for exercise 1, Chapter 12, although there is a link under index in Chapter 12.
|
|

September 18th, 2012, 07:57 PM
|
|
Authorized User
|
|
Join Date: Sep 2010
Posts: 19
Thanks: 0
Thanked 4 Times in 4 Posts
|
|
It looks like there might be an error in the answers to the exercise. The split() should say something more like this:
var tieBreakerWords = tieBreaker.split(" ");
This would split the words entered into an array every time there is a space, then the tieBreakerWords.length looks for the number of items in the array (if it is more than 20 then the error is shown).
|
|
 |