surefire Posted September 19, 2003 Posted September 19, 2003 All in all, I think Macromedia Dreamweaver is great for helping me debug code and design sites. I know that most of you are aware that Dreamweaver writes weird (read: bad) code for javascript. It turns out that for a simple rollover, Dreamweaver wrote twice as much code as it took and did a very poor job of it. I was very surprised when a client called me up and said that the site was giving them errors... I thought they were talking about the extensive PHP code in the site. It took a lot of time to figure out that their browser was configured to pop up a warning when bad javascript was sent to the computer. They thought the site was broken. Anyhow, I make a practice of avoiding javascript at all costs but this one time I decided to use it. Lesson learned: don't use macromedia to write your javascript (or php for that matter) Quote
TCH-Andy Posted September 19, 2003 Posted September 19, 2003 Good point Jack, I must admit I have learnt to remove the Dreamweaver default javascript and replace it with my own, much more efficient - and works Andy Quote
natimage Posted September 19, 2003 Posted September 19, 2003 I don't suppose you could beam me to some Javascript planet and infuse me quickly with all the knowledge I would need in order to write my own Javascript code...could you??????? And while you're at it, could you find a planet for PHP as well????? woooot feeling homicidal while looking at javascript code... Tracy Yuck! Quote
TCH-Andy Posted September 20, 2003 Posted September 20, 2003 Tracy Beaming all of both planets is probably a bit much in one go but from the earlier PHP stuuf you were doing, it was going really well If you have a particular job that you want javascript for, then why not put a request for a hand on the forum here, I'm sure the family will help out Andy Quote
surefire Posted September 20, 2003 Author Posted September 20, 2003 In this particular instance, I did a Google for javascript rollover and found many places where you could generate code for these things on the fly. But now that I have code that works, I'll just copy and paste as needed. And I second Andy's thoughts. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.