JavaScript Debugging posted by Brad Hutchins @ Wed, 08 Sep 2010 21:13:12 +0000
In your debugging section, will you cover the method worked on by 280 North’s, Francisco Tolmasky, as outlined here at this Blog?...
View ArticlePDF layout issue posted by Sandip Bhattacharya @ Thu, 09 Sep 2010 08:46:23 +0000
I am trying to view this book using the two page layout in Adobe Reader as suggested. However, it seems that the PDF is not optimal for reading this way. The text is appearing on the right hand page...
View ArticlePDF layout issue posted by Christophe Porteneuve @ Fri, 10 Sep 2010 16:07:44...
Hey Sandip, Sorry about that. In all likelihood, this is because it is based on odd/even page numbers, and we are one-off (in which case, perhaps tricking the book layout to add a blank page upfront...
View ArticleJavaScript Debugging posted by Christophe Porteneuve @ Fri, 10 Sep 2010...
Hey Brad, his is a good point. I myself discovered the displayName trick back when reading Thomas Fuchs’ excellent JS Performance Rocks book ( http://javascriptrocks.com/performance/ ). It is probably...
View ArticlePDF layout issue posted by Sandip Bhattacharya @ Fri, 10 Sep 2010 22:12:27 +0000
Hi Christophe, No, I am on Ubuntu. I use Adobe Reader for any books I buy because many of the publishers (like apress) seem to recommend that. For all other stuff, I use the regular pdf viewer. I took...
View ArticlePDF layout issue posted by Christophe Porteneuve @ Sun, 12 Sep 2010 23:15:13...
Hey Sandip, Glad the tip helped. In truth, Adobe’s products are to PDF what Excel is to CSV: pretty much invented the stuff, then went on to have the crappiest support for it. Glad you like the book!
View ArticleJavaScript Debugging posted by Brad Hutchins @ Mon, 13 Sep 2010 00:06:19 +0000
Just a way to say “Thank you” and “Goodbye”... American slang… You’re French, correct? That would explain why you did not understand.
View ArticleJavaScript Debugging posted by Christophe Porteneuve @ Mon, 13 Sep 2010...
Hey Brad, Yes, I am French. However, I usually get most of the usual US slang… This one eluded me; even Urban Dictionary doesn’t list that use for it! :-) Thanks for the clarification, and… you’re...
View ArticleJavaScript Debugging posted by James Coulter @ Tue, 14 Sep 2010 19:47:54 +0000
Hi, Bought the beta pdf version today and started with the Firefox/Firebug example starting on page 114. Ran into a problem setting a breakpoint for the base variable (Firebug gave a ReferenceError)....
View ArticleJavaScript Debugging posted by Christophe Porteneuve @ Thu, 16 Sep 2010...
Hey James, Yes, JS won’t let you use variable names you didn’t declare first (modern engines won’t, at any rate). This goes for variables you’d use in breakpoint conditions, as such conditions are...
View ArticleJavaScript Debugging posted by Brad Hutchins @ Sun, 19 Sep 2010 05:00:57 +0000
Christophe, Have you come to a conclusion about what you said before (listed bellow), and have you found out if other browsers support it as well? I would think any browser based on WebKit would...
View ArticleJavaScript Debugging posted by Christophe Porteneuve @ Mon, 20 Sep 2010...
Hey Brad, I haven’t had time yet to research this. But it’s on my agenda :-)
View ArticlePromoting the right kinds of JS documentations! posted by Christophe...
I was at JSConf.eu href=”http://jsconf.eu”>http://jsconf.eu this week-end, which was a total blast, as always. One initiative spearheaded by Chris Williams that really resonates is PromoteJS You...
View ArticleJavaScript Debugging posted by Christophe Porteneuve @ Sat, 09 Oct 2010...
Hello Brad, I just wanted to let you know: after some research, the displayName property for functions appears to work only in Safari. That’s a bit narrow to warrant mention in the book. Especially...
View ArticleJavaScript Debugging posted by Clare J. Boffemmyer @ Fri, 26 Nov 2010...
I believe that “Piece…” ... should be written “Peace”
View ArticleAddition to Viewport code posted by F.J. Kraan @ Mon, 07 Feb 2011 09:32:41 +0000
The code for the Viewport example (p.45) displays the link to previous comments visible even after those comments are inserted. This allows the user to insert multiple sets of those comments. The...
View ArticlePDF layout issue posted by Sean Luckett @ Sat, 28 May 2011 17:32:48 +0000
I know I’m late to the party, but I had the same problem with Adobe Reader on Ubuntu. I’m glad I wasn’t alone and I like that we can use an alternative. Regardless of whatever feelings I may have about...
View Article