Messages - widgewunner [ switch to compact view ]

Pages: prev1 2 3 4 5 6 [7] 8 9 10 11 12 ... 19next
31
I recommend ninotech pathcopy (version 4 was the latest). Its small, simple and non-obtrusive. Unfortunately the original website is gone (http://www.image.dk/~ninotech) and I don't think it is being maintained: I've attached a zip containing version 4 (pathc400.zip - 156KB, MD5 = 7268A246B430375908B849491C160958).

Very handy.

Edit: Oops, I see the previous link recommends the same...

32
Oh yeah, and don't forget about: JSLint by Douglas Crockford.

This free tool is easily integrated into an editor/IDE. (Finds lots of stupid syntax errors.)

33
If they really want to know JavaScript (in the Neo: "I know Kung-Fu!" sense), then the IDE/Editor is of only secondary concern to actually learning the language! There are many good books on JS, but the best one IMHO (if you only get one), is JavaScript the Definitive Guide by David Flanagan. And guess what? There is a brand new edition about to come out! (looks like May) It's going to cover all the new HTML5 hoopla.

Also recommended are:
    [*]DOM Scripting by Jeremy Keith.
    [*]JavaScript: The Good Parts by Douglas Crockford.
    [*]High Performance JavaScript by Nicholas C. Zakas
    [*]Bulletproof Ajax by Jeremy Keith.
    [*]JavaScript Patterns by Stoyan Stefanov.
    [/list]

    I really like Jeremy Keith's work in particular (very clear writing style) and "DOM scripting" is an excellent first book. It is a quick read which covers important best practices including the notions of progressive enhancement and graceful degradation. His follow-up "Bulletproof Ajax" extends these concepts to the world of Ajax as he presents his notion of "Hijax". (i.e. A site should work just fine even when Javascript is turned off.)

    Regarding the IDE, I'm no expert, but I just use a plain old text editor (EditPadPro) and debug using Opera's built-in Dragonfly JavaScript debugger (which I prefer over FireBug). And of course, I always keep a copy of "The Definitive Guide" within arms reach!

    34
    @steeladept: Thanks for the excellent review!

    I tried VirtualBox with Win98 but it keeps crashing on me. I seem to remember somewhere hearing that VMware handles the old windows versions better. Yes? No?

    35
    First thing to run/check is <?php phpinfo(); ?>

    Pages: prev1 2 3 4 5 6 [7] 8 9 10 11 12 ... 19next
    Go to full version