faq
flatforty
contribute
subscribe
configure
search
rdf
main
parent
|
WYSIWYG editor coming soon.
by porter235 on Monday 10/Dec/2001, @08:19
|
| I am looking forward to this. I make extensive use of dreamweaver on the win platforms, and have been longing for something similar for Linux. Yes, it's very good to be able to get at the code and make changes, but as a designer, it is much faster to be able to resize tables with a click and a drag, and other similar WYSIWYG features. |
|
|
The Fine Print: The following comments
are owned by whomever posted them.
( Reply )
|
Re: WYSIWYG editor coming soon.
by Uno Engborg on Monday 10/Dec/2001, @13:59
|
Perhaps you should contact Macromedia and talk them into
doing a Linux version of Dreamweaver Ultradev.
It really can't be that hard since most of the application is built in javascript.
Having an Ultradev for Linux would make sense, since many of
the people that use Ultradev deploy on Linux, so people might wan't to
develop in Linux as well.
I have urged them, to do so several times, but they can't see
the market for it. But the more people that asks....
I would certainly buy it if it was priced as the windows/Mac version
But naturally, it would be nice with some WYSIWYG in quanta
as well.
|
[
Reply To This | View ]
|
Re: WYSIWYG editor coming soon.
by HotPot on Monday 10/Dec/2001, @23:28
|
I know what you mean. The best thing we have is "Netscape Composer." Which isn't bad for Personal Home Pages...but that's about it.
Do you hear that Shawn Gordon! I know you're reading this. If you want to make a LOT of money(I think), make Quanta more like Dream Weaver. That's what we need. I would pay for that. I won't pay for the current Quanta. I won't even use the free one :-)
Although, for now I think I'm gonna see what'll work under WineX.
Yes, I refer to it as WineX because that's why I use!
|
[
Reply To This | View ]
|
Re: WYSIWYG editor coming soon.
by Shawn Gordon on Tuesday 11/Dec/2001, @13:04
|
why don't you send me a private email for what features specifically you are looking for. I don't want to offend anyone with this statement, but I've found most professional web developers despise WYSIWYG tools for web development, they generate crap HTML typically and are often slower to work with if you really know what you're doing.
When i started doing web programming about 7 years ago, it was all notepad and HTML 1.0 if I recall correctly. Back then I wrote a really cool little preprocessor that allowed you to put variables in HTML and do parameter substitution and execute segments of web pages like sub-routines, i suppose I should have stuck with it.
In any case I had tried a number of WYSIWYG tools, but the best thing I found for being productive was HotDog from Sausage Software, and Quanta really reminds me of that tool.
So let me know what features you are looking for (I never used Dreamweaver myself) and we'll see what can be done. The component architecture of Quanta Gold makes future plug ins quite simple to implement, this was one of the limitations with the Quanta+ that we solved in the rewrite.
|
[
Reply To This | View ]
|
Re: WYSIWYG editor coming soon.
by Kenneth Chau on Tuesday 11/Dec/2001, @13:40
|
WYSIWYG is a myth in the Web world. What you see in Dreamweaver or any other such editors is KIND OF what you get. Dreamweaver is NOT the only solution forWeb design/development, but I have to admit... it is one of the best. I guess what Dreamweaver excels at that Quanta does not have is the fact that it lets you format things visually and interactively. It lets you see KIND OF what you get with tables... adding and deleting COLUMNS of tables is HELLISH by hand if you would pardon my strong language here.
What I AM going to do for Quanta is to list out some specific things about Dreamweaver that shines:
- Table formatting - albeit inaccurate sometimes, but that's the BEST way really to format Web pages
- Visual feedback of what font/size would be on the page
- Library/template engine makes maintaining a large Web site a breeze
- Behaviors - predefined/wizards to JavaScripts is nice because I don't care to write the same roll over code twice
- Customization - the extensions (perhaps we can make plugins easily without compilation of source code...??)
- It is cross-platform in Win & Mac... honestly, Linux isn't the choice in Web DESIGN simply because it doesn't have something like Dreamweaver for me!
BTW... Does Quanta HAVE to affiliate with KDE? I mean, if it only depends on QT, can't we port it to the other OS's as well??
Just a thought... email/reply to this as you have comments/suggestions!!
|
[
Reply To This | View ]
|
Re: WYSIWYG editor coming soon.
by Shawn Gordon on Tuesday 11/Dec/2001, @13:52
|
Quanta has a CSS editor, but I know what you mean about tables. God, nested tables within tables to align data is just a nightmare with HTML. I've run your ideas by the engineers.
Quanta Gold runs on Linux and Windows today, and has since the day it was released. We are working on the Mac version now and should have it available by the end of the month.
|
[
Reply To This | View ]
|
Re: WYSIWYG editor coming soon.
by Kenneth Chau on Tuesday 11/Dec/2001, @13:59
|
Shawn, you are awesome. 12 minute response time. I'll note that about Quanta :) Who knows how long before folks at Macromedia would take before replying to ANYTHING I write. Once again, thank you.
|
[
Reply To This | View ]
|
Re: WYSIWYG editor coming soon.
by Jim on Wednesday 12/Dec/2001, @15:14
|
> Table formatting - albeit inaccurate sometimes, but that's the BEST way
> really to format Web pages
Argh... NO! That is not the *best* way - it's an extremely ugly hack that is only necessary to support the layout in browsers that don't support standards (standards that are fairly old now).
Please, if you add the capability to lay out pages with tables, don't make it the default, whatever you do. It's about time people just bit the bullet and accepted the fact that it is OK to have old-fashioned layout for text browsers and five year old browsers.
|
[
Reply To This | View ]
|
Re: WYSIWYG editor coming soon.
by Kenneth Chau on Saturday 01/Apr/2006, @12:17
|
That was many years ago... I've since moved on from using tables for laying out all of my sites. With advances like CSS/XHTML/JS/Ajax and what have you, you can really ditch the WYSIWYG world completely! Just mod your code and hit a refresh on your browser to see your results...
|
[
Reply To This | View ]
|
Re: WYSIWYG editor coming soon.
by Michael Collette on Wednesday 12/Dec/2001, @00:42
|
Just thought I'd toss my 2 cents in here on this. I too would happily toss down cash on a reasonably decent WYSIWIG editor for web pages. I've been using Dreamweaver quite a bit since back to version 2.0 of their product. Presently I own a copy of 3.0 and haven't upgraded yet due to way too much focus on wiz bangy features that I don't want or need.
As a web developer I generally start my design work in Dreamweaver to get my layout put together. DW's HTML isn't perfect, but it's close enough. I would then take that code from that and bring it into an app like HomeSite to clean up the code a bit to my liking, and add my PHP into it. After the initial design work I rarely bring code back into DW to work on it, unless the page remained static.
Main features that I personally require out of DW are:
Table editing
Image placement
Form building
CSS creation and editing
Basic text formatting
What I don't use or need:
Prebuilt Javascript
Floating frames
Templates
DW Objects
Even without the layout options, there are a number of goodies in the file management that could be worked into something like Quanta. Namely, the mapping of a remote FTP site to the local directory structure. It is pretty cool to be able to click on a file and simply say "put". This is far more than just cool when you've got a client on the phone requesting a stack of little changes in various parts of the site.
Maybe a little later I'll bug ya with a full rant on what this developer would consider a full suite of web tools would consist of. Quanta is a damn fine start down that path, but it's not the whole picture.
|
[
Reply To This | View ]
|
Re: WYSIWYG editor coming soon.
by gringoloco on Thursday 29/May/2003, @07:44
|
HTML tables are hellish in Dreamweaver! DW adds an incredible amount of garbage to the code; I have no idea why. Often what you see in DW design view looks nothing like in IE. DW always seems to add extra space that you don't want, and then when you try to delete it, it throws the entire table out of whack. I try to fix it in the code, but DW has such a strange way of doing things, this is very difficult. I saw your site and wrote this after many hours of unsuccessfully attempting to place additional table cells alongside a prewritten table that I imported into DW. Anyone who sings the praises of DW probably has not used it much, but what is a better alternative?
|
[
Reply To This | View ]
|
|
Re: WYSIWYG editor coming soon.
by Stognoster on Thursday 13/Dec/2001, @09:46
|
I've been using Quanta for around a year and love it. When testing pages in Windows I use UltraEdit. I think people asking for WYSIWYG features in Quanta are making a category mistake.
I see Dreamweaver as the kind of tool a graphic designer might use but not something a person interested in keeping up with W3C standards, studying browser quirks &etc. might feel the need of.
I see Quanta as a tool that suits the latter kind of developer - it adds convenience to code writing for the person who enjoys both mastering it and increasing their technical vocabulary. If a person views HTML and related languages as an unenjoyable burden Dreaweaver would be more likely be their tool of choice. For instance; IMHO it's well worth the time learning Javascript than have Dreaweaver spit out dozens of lines of convoluted code to perform a simple image swap that is best performed with three lines or so of code.
WYSIWYG features would just get in the way if introduced into Quanta.
Thanks to all who developed Quanta - something I've used nearly daily of late. I really appreciate it.
|
[
Reply To This | View ]
|
Re: WYSIWYG editor coming soon.
by Symo on Wednesday 12/Feb/2003, @03:32
|
I like the fact that Quanta is kind of paired down in comparison to DW, however having said that there is stuff in DW that I feel make life much easier.
1) Visual handling of tables.
2) Javascript for mouseovers. I like putting one image path on a toolbar follwed by the swap image. But I would also like this in Quanta.
3) Disjointed rollovers fireworks plus DW make this a so easy could you do the same?
4) Style sheet generation in the home area of the initial page.
To be fair DW allows you to edit code directly just most designers don't. I never generally have to leave the DW environment when building.
Also could this run in the Gnome interface pleeeeeeeeeeeeeeeeeease!
|
[
Reply To This | View ]
|
The Fine Print: The previous
comments are owned by whomever posted them.
( Reply )
|
|