websight software

what is good program for making a websight? has to be easy LOL.

Professional or peronsal web site? Are you using an OS X or a Windows computer?
 
My best advice would be to search google for a free template that you like, then customize from there.
If you need help with the customizing, email me and I can help you out.
Many free templates out there.
 
Try this for a bunch of editors
http://www.download.com/3150-2048-0-1-1.html

There are some pretty good frees ones there. i also just downloaded a 30 day free trial of Adobe Dreamweaver, but it is fairly advanced.

One of the posters mentioned paying someone, try www.guru.com to find someone to do it for you, allot there are pretty reasonable, just pay close attention to their ratings.
 
I use a combination of Photoshop and Dreamweaver.
 
For editors, I honestly think that it doesn't get any better than Dreamweaver. I use it strictly in the code view and use it primarily for a few different reasons:
1 - Intellisense auto-completion of tags. This seems like a bit of a novely, but when you're full time job is programming in Visual Basic & VBA, you get used to auto-completion. This is real time saver.
2 - Batch updating of files based on templates. This means that when you have a site that consists of 300 pages and need to update the menu items, if you setup the template correctly, simply change the template file and those changes will trickle down to all 300 pages of your site.
3 - Defining sites. I create & maintain several sites and being able to define them in Dreamweaver makes accessing their files much quicker and easier than any other editor I've tried.

They don't come any simpler than Notepad
While that is very true, you really have to know your stuff to be able to hand code a complete site in Notepad. I've done it on numerous occassions, but web design is a part-time job for me, so I'm well versed in the coding aspect.
Also, going back to #2 above, if you coded all 300 of those pages in Notepad, you now have to go manually update all 300 pages for that one simple menu change.
Yet another thing is that, if you encounter an error in your page, you now have to go hunting and pecking through hundreds, if not thousands, of lines of code. In an editor such as Dreamweaver, error checking is built in and any error found i underlined by a red line. Will it catch everything? Absolutely not. But it will always catch more than Notepad.

Just my $.02.
 
While that is very true, you really have to know your stuff to be able to hand code a complete site in Notepad. I've done it on numerous occasions, but web design is a part-time job for me, so I'm well versed in the coding aspect.

Did I really have to point out the intended humour in that one? :wink:
 

Most reactions

New Topics

Back
Top