RedsZone.com - Cincinnati Reds Fans' Home for Baseball Discussion  

Go Back   RedsZone.com - Cincinnati Reds Fans' Home for Baseball Discussion > Miscellaneous > Non-Sports Chatter

Reply
 
Thread Tools Display Modes
Old 10-25-2005, 12:37 PM   #1
Yachtzee
Hisssssssss
 
Yachtzee's Avatar
 
Join Date: Mar 2003
Location: Land of the Lost
Posts: 6,985
HTML Editors?

I could use some advice from the web designers out there. I've been given the task of creating a web site for the law firm at which I am clerking. I haven't done a web site in over a year and a half, so I'm a little out of the loop. What are some of the better cheap-to-free HTML editors out there? Currently I'm just working on a few ideas using Notepad, but with my rusty skills, it's taking a lot longer than I'd like. My two major considerations are clean code and price (closer to free, the better). The firm is pretty thrifty, so I don't see them shelling out $1000 for Macromedia Studio or $400 for Dreamweaver. Thanks in advance for any advice.

Oh, and it preferably will have css support. (Is css still the preferred way to go, or has web design moved on to something new?)
Yachtzee is offline   Reply With Quote
Old 10-25-2005, 12:38 PM   #2
westofyou
breath
 
westofyou's Avatar
 
Join Date: Oct 2000
Location: PDX
Posts: 39,354
Re: HTML Editors?

You can get a 30 day trial of anything these days, so if it's a short job I'd think about using a wysiwyg editor like DW, others that might work Home Site, Hot Dog are another 2 off the top of my head.
westofyou is offline   Reply With Quote
Old 10-25-2005, 12:41 PM   #3
ochre
Member
 
ochre's Avatar
 
Join Date: May 2002
Posts: 4,266
Re: HTML Editors?

notepad still works.
__________________
4009


ochre is offline   Reply With Quote
Old 10-25-2005, 12:47 PM   #4
Johnny Footstool
Churlish
 
Johnny Footstool's Avatar
 
Join Date: Sep 2001
Location: Olathe, KS
Posts: 13,664
Re: HTML Editors?

Some people here have mentioned that there are probably better options that just HTML. I can't remember what they were, though.
__________________
"I prefer books and movies where the conflict isn't of the extreme cannibal apocalypse variety I guess." Redsfaithful
Johnny Footstool is offline   Reply With Quote
Old 10-25-2005, 01:00 PM   #5
ochre
Member
 
ochre's Avatar
 
Join Date: May 2002
Posts: 4,266
Re: HTML Editors?

Look into something like mambo, or phpwebsite. They are open-source content management systems that you can set up and configure pretty easily. Most of the development work has already been done. Most of them use MySQL and PHP, so keep that in mind. I can throw a demo site up in a few minutes if you want me to. Just let me know the law firm's name and I will show you what can be done.
__________________
4009


ochre is offline   Reply With Quote
Old 10-26-2005, 09:11 AM   #6
TRF
Vavasor
 
TRF's Avatar
 
Join Date: Apr 2000
Location: Amarillo, TX
Posts: 12,676
Re: HTML Editors?

Agree with ochre, especially about phpwebsite. It's easily deployed, and organizes the site based on content. The software is free and the phpwebsite community provides a large number of third party modules like business contact listings, wysiwyg editing, a bulletin board, and even a module that allows content to be displayed on a cell phone.

I highly recommend it.
__________________
"don't end up with a grandson with a dog collar."
TRF is offline   Reply With Quote
Old 10-26-2005, 09:31 AM   #7
smith288
Member
 
smith288's Avatar
 
Join Date: Jul 2002
Location: New Albany, OH
Posts: 7,197
Re: HTML Editors?

Im a big fan of Visual Web Developer 2005 by Microsoft.

Its in beta stage but free. It has very nice autocomplete (will display a dropdown of possible attitbutes for the tag/code you entered for ease of use) for HTML and javascript and even has a built in CSS editor. It can autocomplete for asp classic as well as asp.net. Obviously there is no php or perl autocomplete but thats sorta expected with a MS product.

The bad thing is
A) Its Microsoft (i know, i know...its still a great piece of software, though)
B) You need to insall the dotnet framework which takes a large amount of space...

Im a serious web developer though so I need these things but for a casual developer, might also serve a purpose.
__________________
Did you like that?
smith288 is offline   Reply With Quote
Old 10-26-2005, 03:14 PM   #8
KronoRed
The Lineups stink.
 
KronoRed's Avatar
 
Join Date: Jun 2003
Location: West N. Carolina
Posts: 55,342
Re: HTML Editors?

http://www.nvu.com/

It's free
__________________
Go Gators!
KronoRed is offline   Reply With Quote
Old 10-26-2005, 09:57 PM   #9
captainmorgan07
got alil captain in u?
 
Join Date: Jun 2005
Location: Bridgeport Ohio
Posts: 4,839
Re: HTML Editors?

i've worked with dreamweaver i kno it's expnesive but it's very easy to learn and good
captainmorgan07 is offline   Reply With Quote
Old 10-27-2005, 12:54 PM   #10
Yachtzee
Hisssssssss
 
Yachtzee's Avatar
 
Join Date: Mar 2003
Location: Land of the Lost
Posts: 6,985
Re: HTML Editors?

Thanks for the advice. I tried the online demo for phpwebsite. I've used Movable Type for managing a weblog, and it seems similar. I think it might be the way to go once I get approval to get a site up and running. For now I'm just prototyping. I think I might go with woy's suggestion of using DW or HomeSite on a 30 day trial just to get a basic prototype together to show the partners, then once I get the go-ahead to find a host, I'll look into phpwebsite. It definitely looks like it cuts down on a lot of the overhead of site maintenance.

Here's a question...how easy is it to throw in your own custom themes? I didn't see it while I was playing around with the online demo, but do they have a module out there for creating and modifying themes?
Yachtzee is offline   Reply With Quote
Old 10-27-2005, 02:02 PM   #11
ochre
Member
 
ochre's Avatar
 
Join Date: May 2002
Posts: 4,266
Re: HTML Editors?

Quote:
Originally Posted by Yachtzee
Thanks for the advice. I tried the online demo for phpwebsite. I've used Movable Type for managing a weblog, and it seems similar. I think it might be the way to go once I get approval to get a site up and running. For now I'm just prototyping. I think I might go with woy's suggestion of using DW or HomeSite on a 30 day trial just to get a basic prototype together to show the partners, then once I get the go-ahead to find a host, I'll look into phpwebsite. It definitely looks like it cuts down on a lot of the overhead of site maintenance.

Here's a question...how easy is it to throw in your own custom themes? I didn't see it while I was playing around with the online demo, but do they have a module out there for creating and modifying themes?
mambo's dead easy. Too easy almost.
__________________
4009


ochre is offline   Reply With Quote
Old 10-27-2005, 02:11 PM   #12
ochre
Member
 
ochre's Avatar
 
Join Date: May 2002
Posts: 4,266
Re: HTML Editors?

Just set this up for you to see:
http://suncircle.org/yachtzee

I'll throw you an admin account on that site if you want to poke around.
__________________
4009


ochre is offline   Reply With Quote
Old 10-27-2005, 06:33 PM   #13
Yachtzee
Hisssssssss
 
Yachtzee's Avatar
 
Join Date: Mar 2003
Location: Land of the Lost
Posts: 6,985
Re: HTML Editors?

Quote:
Originally Posted by ochre
Just set this up for you to see:
http://suncircle.org/yachtzee

I'll throw you an admin account on that site if you want to poke around.

Thanks! I really appreciate the help.
Yachtzee is offline   Reply With Quote
Old 10-27-2005, 06:55 PM   #14
pedro
Please come again
 
pedro's Avatar
 
Join Date: Mar 2002
Location: portland, oregon
Posts: 14,716
Re: HTML Editors?

Mambo looks really nice, too bad it's not SSL compatible or it might be good for an ecommerce site I'm working on.
__________________
Get your nunchucks and the keys to your dad's car. I know where we can get a gun
pedro is offline   Reply With Quote
Reply

Thread Tools
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

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

Forum Jump


All times are GMT -4. The time now is 08:43 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.

Board Moderators may, at their discretion and judgment, delete and/or edit any messages that violate any of the following guidelines: 1. Explicit references to alleged illegal or unlawful acts. 2. Graphic sexual descriptions. 3. Racial or ethnic slurs. 4. Use of edgy language (including masked profanity). 5. Direct personal attacks, flames, fights, trolling, baiting, name-calling, general nuisance, excessive player criticism or anything along those lines. 6. Posting spam. 7. Each person may have only one user account. It is fine to be critical here - that's what this board is for. But let's not beat a subject or a player to death, please.

Thank you, and most importantly, enjoy yourselves!

RedsZone.com is a privately owned website and is not affiliated with the Cincinnati Reds or Major League Baseball

Contact us: Boss | GIK | dabvu2498 | GADawg | Gallen5862 | LexRedsFan | mattfeet | MBZags | Plus Plus | redsfan1995 | The Operator | Tommyjohn25