Free or Open Source Web Design Program?
TheZorch asks: "I'm looking for a good Freeware or Open Source web design program. Right now, I use Web Dwarf but its features are a little limited. I love the ability to put text and graphics wherever I want, which is also how Dreamweaver works. The main problem with Web Dwarf is that I can't insert Macromedia Flash items onto a web page. I've tried Mozilla's web page composer, FrontPage Express, and OpenOffice. None give me the freedom to do what I want to be able to do. The program has to be FREE, no adware, no turned off features until you buy it, and I have to be able to format the page freestyle similar to how Dreamweaver and Web Dwarf work. Can you recommend one for me?"
vim
What is the constriction preventing the use of commercial software?
bluefish which is available for MacOSX
and nvu which is also available for MacOSX.
http://tinyurl.com/4ny52
I love the ability to put text and graphics wherever I want
;-)
Hrm - sounds like vim would be the ticket.
All joking aside - my understanding of html/css has shot up through the roof since I ditched Dreamweaver and started coding by hand. Code cleanliness has also improved greatly, as you'd expect. If you've never tried, give yourself a week with a text editor and a good html/css book. It's quite freeing to not have to worry about anything other than the code. No application updates, no program idiosyncracies to deal with, etc.
Newsforge ran a story about web development tools.They approach it as "web development tools for Linux," but most are available for win32 and OS X. I have almost no experience with commercial web development tools (except when trying to tidy up their ugly code). I use content management systems/wikis/etc. where possible (so others can add content & no one need worry about the code or an editor) & a text editor (vim!) when not. That being said, Bluefish, Quanta, and Nvu are all nice. All of these options are discussed in the NF article, as is Screem, which I haven't seen first-hand.
nvu.com
Software Wars
You want free and/or open source stuff but you're using it on a proprietary OS? (your mention of DreamWeaver suggests that)
Perhaps he doesn't want free/open source for ideological reasons. Maybe he's just cheap, broke or both! Maybe he was using dreamweaver with Crossover Office.
Whatever it may be, he has his reasons. Why not obstain if you have nothing useful to say.
Can I get an eye poke?
Dog House Forum
You say that like it's a problem.
I know, I know, I've got that "I know what's best" attitude that everybody loves to hate, but really, Flash is a craptastic piece of software, known mainly for bloating download times, making it impossible to bookmark a specific page, and generally being annoying. ("Punch the fucking idiotic monkey and win a piece of spyware!") Not to mention that it OWNZ0RZ screen-readers that blind or nearly-blind people use.
Seriously re-evaluate your requirements. Do you really *NEED* Flash?
-paul
Pistol caliber is like religion: everyone has their favourite, and theirs is the only right choice.
Forgot the link to the article...have included all relevants links in this one.
Linux.com ran a story about web development tools.They approach it as "web development tools for Linux," but most are available for win32 and OS X. I have almost no experience with commercial web development tools (except when trying to tidy up their ugly code). I use content management systems/wikis/etc. where possible (so others can add content & no one need worry about the code or an editor) & a text editor () when not. That being said, Bluefish, Quanta, and Nvu are all nice. All of these options are discussed in the article, as is Screem, which I haven't seen first-hand.
All the good open source programs have already been mentioned. Here's something from the other side of the camp:
ASP.Net WebMatrix
I never used the thing beyond the first day I tried it, but some people may find it useful. I use text editors for all my serious web development.
I'd suggest Jedit for any platform with Java support, or HTML-Kit if you use Windows, and want some different features.
Handcoding is the way to go, in my opinion. You can supplement your work with IDEs such as dreamweaver, but do NOT rely on them. If you can't develop a website in an efficient manner by hand, you need practice.
"Better to be vulgar than non-existent" -Bev Henson
ASP.NET Web Matrix at http://www.asp.net/
Nothing beats it in handling sgml-based content, like html or xml. It's not WYSIWYG: it's powerful.
As for Flash: dump the old thing and embrace an SVG + XForms future...
I don't feel like it...
Here's a thought. Anyone asking for free (as in beer) software should explain WHY they think they are entitled to software at no cost. For example: they've contributed significantly to the community, they're running a non-profit for underpriveleged youth, or Mommy hasn't given them their allowance this week.
As other posters pointed out, you can't realistically expect a $0 program to be equivalent to a $1000 program. You have to be willing to give something up. Sometimes if you've contributed to the community, or are working for a non-profit, people will see that you are giving something, and help you out. Other times, they'll see that you're just being a selfish jerk. It would help us out a lot if you could provide us with some more details to help us make that determination.
Software sucks. Open Source sucks less.
...Quanta Plus AKA KDEwebdev, but I'm betting that you're also too lazy to change from MS-Windows. (-:
Got time? Spend some of it coding or testing
Are you a professional web developer? Then use a text editor.
Are you serious? I can't remember the last time I sat down with a professional and had them open a terminal with VI or whatever. Professional web developers are hardly the static HTML page designers of the early 90's. Sure for a personal site, a couple pages, a text editor would work fine. But these days professionals develop code in PHP, ASP.NET, CFML and Java. Professionals write websites like Amazon, Google, MSN and CNN. These websites are mostly an HTML framework powered by databases and endless lines of code created by teams of professionals. VIM, GREP, AWK and SED are hardly a match for a full blown IDE like ZendStudio or VisualStudio. For example, try tracking down an object you can't remember (or never knew) the name of in a full blown web application using a text editor. Having trouble? Open an IDE and browse the objects tree! Want to bug test a couple of functions without uploading a whole application? Use the run from here command, the built in interpreter or compiler will handle the rest for you. IDE's certainly do have their place, and more often than not it's with the professionals.
Welcome,R.