.com.unity Forums
  The Official e-Store of Shrapnel Games

This Month's Specials

Air Assault Task Force- Save $8.00
Bronze- Save $10.00

   







Go Back   .com.unity Forums > Shrapnel Community > Space Empires: IV & V

Reply
 
Thread Tools Display Modes
  #1  
Old September 5th, 2002, 04:39 PM
Ragnarok's Avatar

Ragnarok Ragnarok is offline
General
 
Join Date: Mar 2002
Location: Indiana
Posts: 3,229
Thanks: 0
Thanked 0 Times in 0 Posts
Ragnarok is on a distinguished road
Default Re: OT - Webpage design

"How do you keep Dreamweaver from messing with your code structure and inserting unecessary tags (font div etc...) all over the place?

I prefer using Adobe GoLive as it integrates with the rest of the Adobe products so very nicely. The Allaire Homepage editor is also very nice. In a collaborative development environment, the snippets that Homepage makes available are very useful."

Simple, I code 90% of it myself. If i don't code one of the tags myself and I let dreamweaver do it, and I don't like one of the tags in there and I view as uneccessary I just simply take it out myself and either leave it out or insert a more usefull tag that could be used to replace it. You mentioned the Div tag. This is becoming more usefull as HTML moves on. I don't use it however for font tags. But I do use it for centering objects on the screen or centering them in a table or layer. I use the <div align="center"></div> tag to center it all up. I used to use the <center></center> tags but they are slowly becoming out of date IMO. I've seen that tag not work in some newer browsers although I cannot remember which one at this moment.

"From personal experiance, I've learned anyone that's paid for a website made in a WYSIWYG editor, well...

They got ripped off. "

Yes, this could be true. But... that's why I don't use that feature of a editor. The WYSIWYG editors can be bad if you only use the WYS part of it. That's why - like I mentioned to Trajan - I code 90% by hand. That way I have more control over what's going on in the page and so forth. Only problem I have with making pages is designed graphics. I stink at them. So most of the time I find a graphics designer that I can hire or something like that...but that's another time, story and another thread.
__________________
Ragnarok - Hevordian Story Thread
-------------------
I think...therefore I am confused.
They were armed. With guns, said Omari.
Canadians. With guns. And a warship. What is this world coming to?
The dreaded derelict dwelling two ton devil bunny!
Every ship can be a minesweeper... Once
Reply With Quote
  #2  
Old September 5th, 2002, 04:56 PM

Trajan Trajan is offline
Corporal
 
Join Date: Mar 2002
Location: Washington DC
Posts: 185
Thanks: 0
Thanked 0 Times in 0 Posts
Trajan is on a distinguished road
Default Re: OT - Webpage design

I agree with coding 90% of it yourself. The editors (all of them with a few being less offensive than others) tend to put in a lot of garbage that web pages simply do not need.

The WYSIWYG editors are good for locating a particular line or cell of a page, where I can then go in and alter the code to fit my needs. Using the editors to help you develop pages is nice, but using them to do all the developement is a very idea.

Notepad may very well be the best editor of them all.

Cheers!
Trajan
__________________
'To slander, Trajan paid little heed, and he was no slave of anger.'
-Dio Cassius, Book LXVIII
Reply With Quote
  #3  
Old September 5th, 2002, 05:28 PM

disabled disabled is offline
BANNED USER
 
Join Date: Jul 2000
Posts: 901
Thanks: 0
Thanked 0 Times in 0 Posts
disabled is on a distinguished road
Default Re: OT - Webpage design

notepad is great, but it lacks some key features I enjoy in a program called textpad ( www.textpad.com ).

I design 95% of all my sites via textpad. Anything beyond that code that is stuff I spend time cleaning out garbage from and formatting it right.
Reply With Quote
  #4  
Old September 5th, 2002, 05:53 PM

Elowan Elowan is offline
Second Lieutenant
 
Join Date: Jun 2002
Posts: 463
Thanks: 0
Thanked 0 Times in 0 Posts
Elowan is on a distinguished road
Default Re: OT - Webpage design

I teach fellow eye surgeons webpage construction and design. I highly reccomend Homesite 4.01 or 5.

It's a hard-coders friend and only puts in what you want it to. Textpad 4 is okay but is more difficult for occasional Users.

Stay away from WYSINWYG (what you see is never what you get) editors like FrontPage. FP is notorious for putting in spaghetti code that's well-nigh impossible to come back and edit.

Dreamweaver is much better than FP and even has a button to click on to clean out FP's 'garbage cose'. But it's expensive. Homesite is a former Allaire product that has been bundled with DW for ages. MM just purchased Allaire.

There's a freebie HTML editor similar to HS called (I believe) FP2000 (or similar). Check on Tucows.

Don't let the thought of making a webpage in a 'normal' HTML editor scare you off. Once you master the principles and using a 'real' HTML editor, it's not that hard.

I'll be happy to answer email requests for help here (as long as there's not so many as to swamp the boat).

[ September 05, 2002, 16:56: Message edited by: Elowan ]
__________________
'There are old space jockies and bold space jockies but there ain't no old, bold space jockies'
Reply With Quote
  #5  
Old September 5th, 2002, 06:41 PM
Ed Kolis's Avatar

Ed Kolis Ed Kolis is offline
General
 
Join Date: Apr 2001
Location: Cincinnati, Ohio, USA
Posts: 4,547
Thanks: 1
Thanked 7 Times in 5 Posts
Ed Kolis is on a distinguished road
Default Re: OT - Webpage design

"MM just purchased Allaire"???

What would Malfador want with a web software company? More importantly, how could they afford one? Do you mean they purchased their software?
__________________
The Ed draws near! What dost thou deaux?
Reply With Quote
  #6  
Old September 5th, 2002, 06:51 PM

Elowan Elowan is offline
Second Lieutenant
 
Join Date: Jun 2002
Posts: 463
Thanks: 0
Thanked 0 Times in 0 Posts
Elowan is on a distinguished road
Default Re: OT - Webpage design

Quote:
Originally posted by Ed Kolis:
"MM just purchased Allaire"???

What would Malfador want with a web software company? More importantly, how could they afford one? Do you mean they purchased their software?
Funny man! I meant MacroMedia.
__________________
'There are old space jockies and bold space jockies but there ain't no old, bold space jockies'
Reply With Quote
  #7  
Old September 5th, 2002, 10:07 PM
DirectorTsaarx's Avatar

DirectorTsaarx DirectorTsaarx is offline
Major
 
Join Date: Dec 2000
Location: Northern Virginia, USA
Posts: 1,048
Thanks: 0
Thanked 0 Times in 0 Posts
DirectorTsaarx is on a distinguished road
Default Re: OT - Webpage design

Notepad? Textpad? REAL programmers use vi to create webpages (mainly because real programmers use UNIX ).

Seriously, one of my coworkers does ALL his coding in vi, not just HTML stuff; he's been coding for more years than I've been alive...
__________________
L++ Se+++ GdY $++ Fr C+++ Csc Sf Ai AuO M+ MpTM S Ss RRSHP+ Pw- Fq-&gt;Fq+ Nd+++ Rp G++ Mm++ Bb---
Reply With Quote
Reply

Bookmarks


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

BB code is On
Smilies are On
[IMG] code is On
HTML code is On

Forum Jump


All times are GMT -4. The time now is 10:32 PM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©1999 - 2025, Shrapnel Games, Inc. - All Rights Reserved.