JavaScript Development
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me

The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.

Go Back   Dev Shed ForumsWeb DesignJavaScript Development

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old March 8th, 2001, 03:28 PM
whoknew whoknew is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Mar 2001
Location: Northeast USA
Posts: 11 whoknew User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
anyone know of one?

Reply With Quote
  #2  
Old March 14th, 2001, 10:50 AM
Virgil_Tibbs Virgil_Tibbs is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Mar 2001
Posts: 10 Virgil_Tibbs User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
heres a good book, its pretty simplistic but it will get u on the way:

DHTML for the World Wide Web: Visual Quickstart Guide

http://www.amazon.com/exec/obidos/A...4801912-9981568

just click there to take a look. hope that helped,

Robin

Reply With Quote
  #3  
Old March 14th, 2001, 12:12 PM
valeria_vi valeria_vi is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Mar 2001
Location: Chicago, IL
Posts: 63 valeria_vi User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 13
Virgil,
I hope you won't take it personally.
I wold never recommend to buy that book!!! I have it and it a total waste of your money and time. over 2/3 of the book is just about CSS!!! Also, the book is quite old and in the internet world when everything chnages so fast...
Unfortunately, I do not know a great DHTML book (I'm not looking that hard, though - there are so many online resources) that is up-to-date. But I wouldn't recommend going for older books (the info will be SOOO outdated!), even if you're a beginner.

Reply With Quote
  #4  
Old March 14th, 2001, 01:26 PM
whoknew whoknew is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Mar 2001
Location: Northeast USA
Posts: 11 whoknew User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Talking DHTML book

I've had an impossible time trying to find one.

How about your recommended on-line resources? I search and find lame ones. I'm sure there's a hot spot my searches are finding.

Reply With Quote
  #5  
Old March 14th, 2001, 02:20 PM
valeria_vi valeria_vi is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Mar 2001
Location: Chicago, IL
Posts: 63 valeria_vi User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 13
I think http://www.w3schools.com is a very good resource (http://www.htmlgoodies.com also has some info.)
the biggest thing for me is trial and error. unfortunately, you can't know everything. so what I feel is important, is to grasp the general understanding of the differences between the browsers and the DOM (which w3schools ia good resource for) and then,... do it and learn from your mistakes. I use forums a lot. Also, if you see a page that features a certain effect - look at the source code and learn it a-z and not just sit there thinking "those guys are probably SOO smart. I will never discover how they did it". Study the source code!!! You cannot imagine how much one source code can really teach you!!! Try, experiment and don't be afraid to ask questions.

p.s. can't really think of all those web sites now. will get back to you once I regain my memory (I'm having a rough day today) lol

[Edited by valeria_vi on 03-14-2001 at 01:24 PM]

Reply With Quote
  #6  
Old March 14th, 2001, 03:32 PM
Virgil_Tibbs Virgil_Tibbs is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Mar 2001
Posts: 10 Virgil_Tibbs User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Post

no offense taken. lol. i get most of my info from http://www.wdvl.com.

hope that helps u

Reply With Quote
  #7  
Old March 14th, 2001, 10:52 PM
adios adios is offline
Senior Citizen
Dev Shed Regular (2000 - 2499 posts)
 
Join Date: Jan 2001
Location: leftcoast
Posts: 2,019 adios User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 15
whoknew:

Your best weapon for hacking your way through browser-related technologies is a solid working knowledge of JavaScript. It'll help you answer many (if not most) of your own questions.

Here's a newly released book that not only seems to do a good job on JS, but includes coverage of other web-related topics and, most admirably, a pretty good dissertation on the new Level 1 Document Object Model and how to navigate it.

http://www.wrox.com/Books/Book_Deta...t&subject_id=33

Reply With Quote
  #8  
Old March 15th, 2001, 08:21 AM
finelineBob finelineBob is offline
Senior Meddler
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Dec 2000
Location: NY NY USA
Posts: 142 finelineBob User rank is Private First Class (20 - 50 Reputation Level)finelineBob User rank is Private First Class (20 - 50 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 13
Send a message via AIM to finelineBob
I agree with Valerie about the VQG-DHTML book not being a very good DHTML book ... but it is one of the best inexpensive CSS books around.

Looking for a Beginner's Guide to DHTML is a bit of an oxymoron -- to be able to write this stuff on the fly really does require a solid understanding of (a) JS, (b) CSS, and (c) how the browsers have mucked up the DOM and what you need to do to get around it. What I'd recommend is getting some top-notch reference books to fall back on, but looking for on-line widgets and code samples as stuff to learn from. DHTML is a lot closer to rocket science than plain HTML and simple JS is ... but they're all more like weightlifting than rocket science -- the more of it you do, the better you get.

As references, I like Danny Goodman's work. He's got a new edition (4th) of the JavaScript Bible coming out soon, and he also authored O'Reilly's Dynamic HTML: The Definitive Reference. Not a day goes by without me diving into that book.

On-line code sources are all over the place, but two I like in particular are Dan Steinman's site and Thomas Brattli's site.

(...reading Brattli's personal info page gave me some insight into how people find time to create sites like these...live in, or move to, a small town above the Arctic Circle )

[Edited by finelineBob on 03-15-2001 at 07:25 AM]
__________________
--
Bob Boyle
boyleb@rappdigital.com
www.rappdigital.com

Reply With Quote
  #9  
Old March 15th, 2001, 11:39 AM
valeria_vi valeria_vi is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Mar 2001
Location: Chicago, IL
Posts: 63 valeria_vi User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 13
Bob, we should be a team - you agreed with me and now I ... (guess what!!!) agree with you. LOL Since the ? was about dhtml book I didn't refer to the "JavaScript Bible", but I have it and LOVE it!. I would not say that it is the greates "how-to" book for a beginner (but sincerely, I dodn't know if such a book even exists, 'cause how can somebody teach you logic?), but it is a GREAT reference book for JavaScript with some tips and tricks (not much on dhtml, though). But, agreeing with you again, a solid understanding of JS, CSS and DOM is an essential first step to being able to work with dhtml. Actually, dhtml == js + css + dom. That's why I wonder if there's anything (book, web site...) that can really teach you dhtml (and dhtml only). If you know all those 3 concepts - you're on your way.

As an online resource I would also highly recomment Dynamic Drive.
I had this crazy idea once, that if I can study every script from Dynamic Drive...
As I have said before, one of the best ways to get into dhtml is to study other people's code. And not just have a brief look at it and think "oh, these guys are way too smart and I will never be able to do/understand that". But STUDY until you understand what every function does and you know every object, method, property etc. used to create that particular script. In my opinion, that + practice is the key.

Reply With Quote
Reply

Viewing: Dev Shed ForumsWeb DesignJavaScript Development > good DHTML newbie book?

Developer Shed Advertisers and Affiliates



Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 


Powered by: vBulletin Version 3.0.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.

© 2003-2013 by Developer Shed. All rights reserved. DS Cluster - Follow our Sitemap