Should I buy Dreamweaver? Oh please help

Hi!

Can you suggest software that I could use to make a website with CSS?

I want to make a website that would be in the neighborhood of this:

http://www.stewartpaxton.co.uk/images/south_lanarkshire_council.jpg

I have, maybe, $200 or so. I am a public school teacher and can get a discount from adobe. I will also need graphic software.

I have used dreamweaver for years and fireworks, but I wish I could learn to make a site like the one I posted above.

I made this one: http://www.rusticofurniture.com.

Anyway…

What do you think I should buy? …just to make a basic site using css. Thanks sooooo much. :headbang:

Welcome to SitePoint, JulieGirl. :slight_smile:

What Operating System are you on?

I’d stay away from Dreamweaver. It’s extremely expensive and the only thing you need is the code view, something you can get from any other good editor without spending as much money.

Some good editors are Notepad++ (Win), Coda (OS X), TextMate (OS X), Espresso (OS X), TextWrangler/BBEdit (OS X), Sublime Text 2 (OS X, Windows, Linux), and Komodo Edit 7 (OS X, Windows, Linux).

There are plenty more, but these are the ones I’ve used and they are all very good.

As for software to create graphics, if you have FireWorks, then you should be fine. It can do all that is displayed on the website you posted as an example. For that site, the only graphics you’d need are a gradient or two, logo, a background (search field area bg), and the magnifying glass icon. Everything else doesn’t require any images and can be done with CSS.

Well heck. Maybe I’m asking the wrong question:
Did they use CSS to make this? http://www.southlanarkshire.gov.uk/ It’s kind of what I’m looking to make.

Oh thanks so much.

I am so used to WYSIWYG. Is there a software that is kind of like that?
If I used notepad to make a website I would just flip out trying to do it!
Is that what you meant? Write the code on notepad? I think I would just die!

I have a Dell laptop from 2 years ago. Inspiron. Win 7.
Do you know what the person might have used to make this?
http://www.bordergrill.net (I don’t care about that fancy rotating picture stuff)

Hi JulieGirl. As Maleika said above, there are many great alternatives to Dreamweaver. Many of them are free, too. The tools you use for this are not really the issue here. The real question is how to create a site that looks like the image you posted. Having Dreamweaver (and a hole in your pocket) won’t get you any closer to that end. The key is proficiency with HTML and CSS, and that takes a bit of time and study. However, there are lots of helpful people here, so feel free to ask away. For example, a good starting question would be—What’s a simple beginning HTML framework for building a site like the one pictured above? Questions like this are best asked in the HTML/CSS forums. :slight_smile:

EDIT: seeing your post above this one, I’d say the person who created that page coded it by hand. Honestly, HTML and CSS are very simple, and it’s actually easier to write the code than use a WYSIWYG editor. My first attempts at getting things to look right on screen were murder until I realized how easy it was to manipulate the code itself. It’s truly worth the relatively short time investment. One simple book will get you going in a short time.

CSS is used to make every site nowadays (okay, some throwback somewhere is pounding away at his keyboard, snarling about whippersnappers and muttering that tables were good enough for grandpa and they’re good enough for me, but we’re not worried about him). Your goal shouldn’t be necessarily to Build a Spiffy Site, but to learn HOW to build that site.

I’m a teacher also, and we both know that the process is as important, if not more so, than the final result. It won’t do you any good in the long run to use a program to build a snazzy site if you don’t know what the program did to construct it. My suggestion is similar to Kohoutek’s: download a powerful, code-friendly text editor such as Notepad++ or [URL=“http://www.panic.com/coda/”]Coda (not plain old Notepad, that would be frustrating indeed), start putting together a site using CSS, and see where you go. We can help you when you hit roadblocks, and we can steer you to sources for more help ([URL=“http://www.maxdesign.com.au/css/”]Maxdesign tutorials yes, [URL=“http://w3schools.com/”]W3Schools no, for example).

By the way, just from a quick glance at the source code, the South Lanarkshire page is nicely done, though nothing extraordinary. The Border Grill page, not so much. I’m pretty sure it was made in Dreamweaver or something similar, though I didn’t poke through the code long enough to make a solid determination. Lots of unnecessary JavaScript and code spaghetti in there. Did we mention that Dreamweaver sucks? :wink:

Ha! Ok. You guys just saved me from buying Dreamweaver. I was totally gonna buy it but decided to check here first. Wow.

All good sites are made without a “What-You-See-is-What-You-Get” editor. :slight_smile:

Dreamweaver has a visual editor, of course, but relying on it will make things worse. Instead, consider the browser window your WYSIWIG. Good text editors allow you to preview your HTML documents in a real browser, so it’s not all that much different from using a WYSIWIG editor.

And you definitely won’t die. It might look intimidating to you now, but like Ralph and BlackMax have said, the learning curve is manageable, and your results will be moons better. It’s actually not too difficult to get a good site up with the aesthetics of the sample site you posted. :slight_smile:

I’d get a solid editor like NotePad++ and a good beginner’s book (or online resource) on how to create a website from scratch. Those are the primary ingredients to get you up and running much faster than you might think. :slight_smile:

My school actually bought me a single copy of it for my classroom computer. I use it to show my kids in the Tech Club just how bad the code it produces is. :slight_smile:

you can get a 30 day free trial of Dreamweaver on line.

As a dearly departed friend used to say, “The only thing about Dreamweaver that can be considered professional grade tools are the people promoting it’s use”. 90% of what it does is teach you how NOT to build websites, and by the time you don’t need that 90%, you’re back down to a overglorified notepad replacement and throwing money out the window - like as others have mentioned there are plenty of decent flat text editors that are OVERKILL for something as simple as writing HTML and CSS (or even XML, PHP, mySQL, ASP, PERL, Python, Ruby, C, Pascal or any other programming, scripting or markup language you could name)

My current favorite:
http://www.flos-freeware.ch/notepad2.html

Is nice because of it’s line wrapping options, ability to turn of the annoying acid trip of color syntax highlighting, and it NOT being tabbed or restricting everything to one window – so I can for example have my CSS open in one window at a third of screen width, HTML in another, and then any other code in yet another; then simply alt tab to ALL the browsers for testing… since if you are testing against just one browser, you are more likely to lead yourself down the garden path on a technique that might simply not work everywhere.

But there are plenty of others
http://notepad-plus-plus.org/
http://www.editplus.com/
http://www.crimsoneditor.com/

Over on the Mac you have Text Wrangler, which if you’re on Lion is an easy free install off the App Store.
http://www.barebones.com/products/textwrangler/

*nix users get a whole slew of editors of differing complexities, from the easy to use gEdit on Gnome, to the very complex but powerful (and often annoying) vi/vim.

Franky, if you ‘need’ anything MORE than a flat text editor for making the HTML/CSS for a website, you might want to consider doing something else.

WYSIWYGS are rubbish, the sites they make are rubbish – in terms of accessibility, maintainability and sustainability they are nothing but unmitigated disasters.

Wehoo! Crisis averted! Maybe it’s just b/c this is a markup and code-oriented forum, but we tend to advise against WYSIWYG editors for the reasons listed above.

Although it’s easier, keep in mind that just b/c it’s easier doesn’t mean it’s better. I guarantee that an excellent website made by hand will be better than an excellent made w/ a WYSIWYG.

~TehYoyo

No such thing.

Dude, you linked to my writeup about Dan. I’m honored.

I actually do use Dreamweaver to create my sites, but I hand-code everything and only use the “code view.” When I bought Adobe CS5 Dreamweaver came with it. So when I transitioned to designing websites rather than graphics I started using Dreamweaver since I already had it and was very familiar with Adobe products and interfaces. That being said, I do not think it’s worth the money to buy it on its own if you plan on hand-coding. And I tried the “design view” WYSIWYG editor a few times and found it to be frustrating and lacking the control that editing the HTML/CSS will give you.

You mentioned also needing graphics software. Since you are eligible for the education discount, I might recommend just buying Adobe CS5.5. You’ll get Photoshop, Illustrator, Fireworks, Dreamweaver, Flash, etc. Basically all the software you would need to create most any graphic or web design, and it’s much cheaper to get the CS than buy a couple softwares on their own.

I use dreamweaver, I would get confused not using it. I like it and sometimes its good to have view mode. (Sometimes)

But why spend ~$700 on that when you could use another code editor for the same purpose?

~TehYoyo

As mentioned above, Dreamweaver is not what you want to be using. All you need is a text editor. Sublime Text 2 is one I’ve been using lately and so far I’m very impressed with it.

I’m a fan of Notepad++. But maybe that’s just because I haven’t tried anything else…but hey! It does what I want, code highlighting, color-coding (excuse the pun), and has some great features!

~TehYoyo

In other words all the annoying things I turn off.

Do they let you turn off the stupid tabbed editing and SHOCK let you run editor sessions in different windows yet, or is it still the step backwards in functionality for multiple display users?

Not that it matters – it’s just another Scintilla wrapper, which is why it’s pretty much the same thing as Flo’s Notepad2, just bigger, fatter, and not letting you disable some annoyances.

Which is not to say Notepad++ isn’t a fine editor; it just doesn’t let me turn off some of it’s more annoying ‘features’ that just get in the way of actually writing code.

Sure do! (I just did it)

Not that it matters – it’s just another Scintilla wrapper, which is why it’s pretty much the same thing as Flo’s Notepad2, just bigger, fatter, and not letting you disable some annoyances.

Which is not to say Notepad++ isn’t a fine editor; it just doesn’t let me turn off some of it’s more annoying ‘features’ that just get in the way of actually writing code.

Meh. I like it - I only have one 23" display, and the ‘features’ I prefer. So hah! :wink:

~TehYoyo