Powerful Web Dev Tools
DOOManiac
Worst. Critic. Ever. Join Date: 2002-04-17 Member: 462Members, NS1 Playtester
in Off-Topic
<div class="IPBDescription">what do you guys use?</div>j0. I'm about to embark on a massive JSP project for my Web Server Programming class, and I wanted to make snazzy HTML things a part of it. I learned HTML way back when the 2.0 standard was new, so needless to say I'm a little behind when it comes to the neat things like <a href='http://www.gamestop.com' target='_blank'>Gamestop's menu things</a>. Also the only Javascript I ever did was simple onMouseOver stuff, but I see that we have in fact things have came a long way since then, and now those things are pretty complex heh.
So I was wondernig, what all do you web guys use to do the snazzy stuff?
Also, any new tricks for making a site that I should know about? I still do the old "make it in photoshop first, then make your tables from there" thing I learned oh so many years ago...
Thanks
So I was wondernig, what all do you web guys use to do the snazzy stuff?
Also, any new tricks for making a site that I should know about? I still do the old "make it in photoshop first, then make your tables from there" thing I learned oh so many years ago...
Thanks
Comments
Sorry Doomeh, I use notepad and the basics on my site
(see sig btw <!--emo&:p--><img src='http://www.unknownworlds.com/forums/html/emoticons/tounge.gif' border='0' style='vertical-align:middle' alt='tounge.gif'><!--endemo--> )
Same here. Notepad + the best web development <a href='http://www.devguru.com' target='_blank'>reference site</a> I've ever seen.
Anything I need done, from simple HTML to complex JavaScript, I do it myself in notepad. Takes a little while longer, but I know <i>exactly</i> what's there, and there's no wasted space.
[edit1]: <i>dang, they changed DevGuru!! The reference pages are under the 'quick references' section now...</i>
For more complex stuff I use Dreamweaver.
PS I looked on Google first. You know me... :P
I've known Doom now for almost 3 years, and I can confidently say:
<b>No</b>
<!--emo&:D--><img src='http://www.unknownworlds.com/forums/html/emoticons/biggrin.gif' border='0' style='vertical-align:middle' alt='biggrin.gif'><!--endemo-->
J/K buddy. The readyroom.org is done in Dreamweaver 4. Not sure what the guys did N-S.org in, but BathroomMonkey might weigh in here. I certainly like DW for its ease of use, as I'm no web guy.
I learnt HTML by making pages in notepad, but tbh the time spent outweighs the pros. Wasted space makes no difference in these days of high bandwidth, and anything more complex than HTML has to be hand coded into dreamweaver anyway.
Yes I know that dreamweaver has all fancy tools and ****, but tbh, you need training to use them, or the inclination to figure it out.
Out of interest, why JSP? Did you choose to do a course in JSP, or is it part of a bigegr course?
I use either notepad or homesite. Simple, clean, and they don't let you cheat.
Homesite is great for larger projects-- the global search and replace functionality is especially helpful.
You can always find editable scripts out on the web for pop-up menus and what not. Just cut, paste, and customize, and you're ready to go.
Use gVim - its great! Learn obscure codes to do things! Absolutely every text format you can think of is colour coded! Get in anal arguments with emacs zealots...
Seriously though, notepad is a bit too simplistic. Professional File Editor isn't bad, but just try some other text editors with syntax higlighting.