[Log In ] [New Posts] []
Go Back   GotApex? Forums Forums > General Topics > Software, OS, and the Internet
User Name
Password

Reply
 
Thread Tools Search this Thread Display Modes
Old 07-19-2001, 08:58 AM   #1
AWM
Lieutenant
 
AWM's Avatar
 
Join Date: Sep 2000
Posts: 320
Arrow

Do you guys have a favorite one to use? I'm gonna get whatever the best, with ease of use pagemaker out there. I was leaning toward Adobe Pagemaker 7.0. Any thoughts?


Also, and this will sound dumb to you people, probably, but the company I work for says I can make thier page better if I can, and i know a little html, but my question is, how can I, a telecomuter, edit their web page? I can open the page in Notepad, or whatever and edit it that way, but how can I make the changes stick for all to see? Don't I need access to the server the page is on or something to that effect?


Thanks in advance for your time if you answer!

AmericanWarMachine
AWM is offline   Reply With Quote
Old 07-19-2001, 09:33 AM   #2
Bires
Admiral
 
Join Date: May 2000
Posts: 5,064
no problem

You can usually just get an FTP access to the site's server and upload files from your home. It should be pretty much automatic.
As far as software, I've really come to like MS Frontpage. It's really easy to use. Do keep in mind though that I want my web pages to be easy to build. Many of those that I've talked to like Adobe's stuff, and dreamweaver, but it's much harder/more complex to to java/OLE/embedded sounds/movies than it is with the Office suite.


Hope that helps.
__________________
Five years...
Bires is offline   Reply With Quote
Old 07-19-2001, 09:40 AM   #3
ironchef
Commander
 
ironchef's Avatar
 
Join Date: Dec 2000
Location: SF Bay Area
Posts: 1,342
Send a message via ICQ to ironchef Send a message via AIM to ironchef Send a message via MSN to ironchef Send a message via Yahoo to ironchef
hey awm,

i've never used pagemaker to output html, so i can't speak for its competency. when i use a wysiwyg, i use dreamweaver, so i'm going to recommend using that. most folks in the industry will recommend dreamweaver or adobe's golive. GoLive is another one I've never used, but I would assume that if you're already familiar with PageMaker, GoLive's interface might come a little easier to you and might be a better choice. Dreamweaver is available as fully-functional trial ware, so give it a shot. I don't know, but I'd assume Adobe also offers trial versions of GoLive.

If you're going to telecommuting, you're right, you'll need some remote access to the server. Typically that's done through FTP, so get yourself a nice and easy to use client. I prefer CuteFTP, cuz it's cute, dammit. And it's very very easy to use. That's also available as trialware. You'll have to chat with the sys admin or previous web folks about getting access to the site via ftp.

If you're going to be the only one doing edits, then it's easy. Just download to the site to your local computer (assuming the damn thing isn't a monster), then edit away. Once finished, just upload the changed pages.

At the very least, avoid FrontPage if you can. The code it produces is a horrible abomination, plus its site management tools are slow and break often. If using it on a large site, you will most likely wish to pick up a large bottle of something alcoholic and inebriate yourself before beginning.

And always familiarize yourself with HTML. WYSIWYG tools are great for getting started, but always require hand-editing afterward to clean them up.

__________________
blurt blurt blurt
ironchef is offline   Reply With Quote
Old 07-19-2001, 10:44 AM   #4
Memo
Admiral
 
Memo's Avatar
 
Join Date: Apr 2001
Location: East Village
Posts: 5,659
I like MacroMedia Dreamweaver. It's a nice program. And ya, you will need to upload the webpage to the domain if you want the changes to take palce
Memo is offline   Reply With Quote
Old 07-19-2001, 11:30 AM   #5
hapoo
Fleet Admiral
 
hapoo's Avatar
 
Join Date: Jan 2000
Location: 742 Evergreen Terrace, Springfield USA
Posts: 9,276
Notepad!!!

Like Ironchef said... I use frontpage for the designing and import the code into notepad for major cleanup. I dont really require a WYSIWYG editor but sometimes it helps to visualize what you want to do. Your best bet is to LEARN how to program.
__________________
hapoo is offline   Reply With Quote
Old 07-19-2001, 05:08 PM   #6
revil
shibuya girl
 
Join Date: Apr 2000
Location: Oregon
Posts: 6,851
ya, I'd have to say notepad. but i use dreamweaver/fireworks at work, which has a couple of nice features.
revil is offline   Reply With Quote
Old 07-20-2001, 10:31 AM   #7
Grimm
100% Pure Evil
 
Grimm's Avatar
 
Join Date: Sep 2000
Posts: 7,861
Another vote for notepad!

If you rely on other programs to do your coding for you you will never learn how to do it well. As tools to make it faster they are fine. But you need to learn how to do it for yourself first.
Grimm is offline   Reply With Quote
Old 07-22-2001, 02:27 AM   #8
moosehead
Lieutenant Junior Grade
 
moosehead's Avatar
 
Join Date: May 2001
Posts: 79
Send a message via ICQ to moosehead Send a message via AIM to moosehead
I'm in the process of redesigning the web page for one of the departments at the University I attend. I use Macromedia Dreamweaver 4, and I think it's great. Not only does it have a really nice user interface which you can quickly change from wysiwyg view to code view to split screen with one mouse click, but it also makes really clean html code (meaning that it doesn't get bloated by extra information that it doesn't really need). The code it makes is also easy to read. Dreamweaver also comes with
O'Reilly's HTML Reference, Cascading Style Sheet reference, and JavaScript reference, all built in...you just go to the help menu and click reference. It also has a lot of Java scripts built in for use with images, layers, and lots of other stuff.

At first it may seem confusing, or even daunting, because the menus are jam packed with stuff, but you quickly figure out what you need to know. Although, if you've got the cash, I'd pick up a book called "The Dreamweaver 4 Bible". It explains a lot of the bells and whistles and is a handy reference.
__________________
The secret to flying is throwing yourself at the ground and missing!
moosehead is offline   Reply With Quote
Old 07-22-2001, 02:34 AM   #9
moosehead
Lieutenant Junior Grade
 
moosehead's Avatar
 
Join Date: May 2001
Posts: 79
Send a message via ICQ to moosehead Send a message via AIM to moosehead
Hey evilcyclops, if you want to go the text editor route, why not throw out notepad and go to emacs. That's what I write my perl and java scripts with.

Or if you really want to play with the big guns, use vi.




[Edited by moosehead on 07-22-2001 at 01:36 AM]
moosehead is offline   Reply With Quote
Old 07-22-2001, 03:01 AM   #10
Scojo
Lieutenant Junior Grade
 
Join Date: Jun 2000
Location: AZ
Posts: 174
I teach a college class that spends a good bit of time on web design. Dreamweaver 4 is hard to beat, as others have mentioned. The book "Dreamweaver 4 Hands on Training" is a quick way to get started if you aren't familiar with the program at all.

Scojo
__________________
I will rule the world with an iron fist - Invader Zim
Scojo is offline   Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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
Forum Jump


All times are GMT -7. The time now is 12:29 PM.