SunQuest
           Dev Shed Lounge
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsOtherDev Shed Lounge

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
SlickEdit: Code in over 40 languages across 7 platforms. SlickEdit’s unmatched power, speed, and flexibility allows even the most accomplished developers to write better code faster. Download a free trial today!
  #1  
Old February 1st, 2002, 01:16 AM
Lord MJ Lord MJ is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Aug 2001
Posts: 34 Lord MJ User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 4 h 57 m 2 sec
Reputation Power: 7
Send a message via AIM to Lord MJ Send a message via Yahoo to Lord MJ
Dreamweaver quality editor for Linux

Is there a WYSIWYG comparable to dreamweaver for Linux?

Staroffice doesn't handle php and stuff very well, netscape 4 composer doesn't have a lot of tools, and netscape 6 composer is a pile of crap.

I guess I could try to run Dreamweaver through Wine, though that proably wont work at all.

Reply With Quote
  #2  
Old February 1st, 2002, 02:43 AM
jonsagara's Avatar
jonsagara jonsagara is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Dec 2001
Location: USA
Posts: 286 jonsagara User rank is Private First Class (20 - 50 Reputation Level)jonsagara User rank is Private First Class (20 - 50 Reputation Level) 
Time spent in forums: 7 m 23 sec
Reputation Power: 7
Buy an iMac
__________________
Jon Sagara

"Me fail English? That's unpossible!"

Reply With Quote
  #4  
Old February 1st, 2002, 08:26 AM
binky's Avatar
binky binky is offline
Gerbil
Dev Shed Intermediate (1500 - 1999 posts)
 
Join Date: Oct 2001
Location: In a Rotastak
Posts: 1,763 binky User rank is Sergeant (500 - 2000 Reputation Level)binky User rank is Sergeant (500 - 2000 Reputation Level)binky User rank is Sergeant (500 - 2000 Reputation Level)binky User rank is Sergeant (500 - 2000 Reputation Level)binky User rank is Sergeant (500 - 2000 Reputation Level) 
Time spent in forums: 22 h 12 m 52 sec
Reputation Power: 18
Don't use dreamweaver anyway, Linux/Mac/PC or whatever. It just bloats your code. Use a text-editor and be a real programmer.

Reply With Quote
  #5  
Old February 1st, 2002, 08:51 AM
realnowhereman realnowhereman is offline
Not there when you need me
Dev Shed Beginner (1000 - 1499 posts)
 
Join Date: Oct 2001
Location: Berlin, Germany
Posts: 1,438 realnowhereman User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 17 m 46 sec
Reputation Power: 8
Quote:
Originally posted by binky
Don't use dreamweaver anyway, Linux/Mac/PC or whatever. It just bloats your code. Use a text-editor and be a real programmer.
That's right. However, some ppl think it's the non-plus-ultra of development

The best HTML editor for Linux is imho Quanta+.

Reply With Quote
  #6  
Old February 1st, 2002, 08:55 AM
andnaess andnaess is offline
Contributing User
Dev Shed Intermediate (1500 - 1999 posts)
 
Join Date: Jul 2001
Location: Oslo
Posts: 1,516 andnaess User rank is Private First Class (20 - 50 Reputation Level)andnaess User rank is Private First Class (20 - 50 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 8
Yes because HTML is such an advanced programming language

I've even heard people say that they "can program HTML", or refer to the act of writing HTML as "programming HTML"

Anyway, Dreamweaver is a really neat tool. Writing HTML by hand is like writing GUI code by hand; boring and repetitive and thus a perfect candidate for automation.

What we need is a standarized compiled template system for PHP with some designer software to go with it, imagine how easy it would be to write your user interfaces! You could just write the core system and define it's interface, then just slap a GUI on top of it. "Model View Controller" rocks!
__________________
--
Regards
André Næss

Puritanism: The haunting fear that someone, somewhere may be having fun

Reply With Quote
  #7  
Old February 1st, 2002, 09:01 AM
soapvox soapvox is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Dec 2001
Location: Advertising Hell
Posts: 11 soapvox User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Send a message via AIM to soapvox Send a message via Yahoo to soapvox
My 2¢

Dreamweaver is awesome, and you are right it does bloat your code, but if you are a good coder you know that and know how to fix it easily, Dreamweaver is great for setting up then handcoding where necessary I think a good programmer/coder knows all the tools in his box and uses each to thier best advantage, so while you are still coding the first page I will be done.

Reply With Quote
  #8  
Old February 1st, 2002, 09:09 AM
realnowhereman realnowhereman is offline
Not there when you need me
Dev Shed Beginner (1000 - 1499 posts)
 
Join Date: Oct 2001
Location: Berlin, Germany
Posts: 1,438 realnowhereman User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 17 m 46 sec
Reputation Power: 8
Yeah, sure.

However, there is only so much you can have automatized - I delete immediately any HTML editor that goes beyond DOCTYPE, html, head and body in new files. And I prefer editors where I can do this stuff myself.

If I was a good coder, why should I use a WYSIWYG tool anyway?

Last edited by realnowhereman : February 1st, 2002 at 10:00 AM.

Reply With Quote
  #9  
Old February 1st, 2002, 09:56 AM
soapvox soapvox is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Dec 2001
Location: Advertising Hell
Posts: 11 soapvox User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Send a message via AIM to soapvox Send a message via Yahoo to soapvox
Speed

I am not sure about you guys but my clients want a fully dynamic site in PHP and MySQL in less than 2 weeks of development, so creating the templates in dreamweaver and fireworks then cleaning up whatever I need and inserting the php, I mean its a lesson in economics, my boss will get three time the work out of me because I know how to use these tools to my advantage vs a pure hand coder that also has typing mistakes (and I don't care who you are when you type 300 lines of code by hand there are bound to be mistakes).

Reply With Quote
  #10  
Old February 1st, 2002, 09:59 AM
realnowhereman realnowhereman is offline
Not there when you need me
Dev Shed Beginner (1000 - 1499 posts)
 
Join Date: Oct 2001
Location: Berlin, Germany
Posts: 1,438 realnowhereman User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 17 m 46 sec
Reputation Power: 8
If you're typing 300 lines of code that can be done by a WYSIWYG thing, there's often something wrong with your concept.

Reply With Quote
  #11  
Old February 1st, 2002, 10:11 AM
soapvox soapvox is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Dec 2001
Location: Advertising Hell
Posts: 11 soapvox User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Send a message via AIM to soapvox Send a message via Yahoo to soapvox
Not sure I understand

I am a bit confused what do you mean about the something wrong with my concept, you may have misunderstood me, when developing php apps, I use the wysisyg editor to do the easy work (maybe 70 lines max) then the rest is hand coded, but that is 70 lines that are done in 4 minutes instead of 20. Like I said I might of misunderstood your meaning.

Reply With Quote
  #12  
Old February 1st, 2002, 10:17 AM
realnowhereman realnowhereman is offline
Not there when you need me
Dev Shed Beginner (1000 - 1499 posts)
 
Join Date: Oct 2001
Location: Berlin, Germany
Posts: 1,438 realnowhereman User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 17 m 46 sec
Reputation Power: 8
There are rarely any 300 lines of code that
  1. make sense or
  2. can't be done with a simple script or
  3. can't be done with cut & paste

Reply With Quote
  #13  
Old February 1st, 2002, 10:52 AM
JamesS's Avatar
JamesS JamesS is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jan 2002
Location: UK
Posts: 30 JamesS User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 7
Send a message via ICQ to JamesS Send a message via AIM to JamesS
Jeez - what it is with HTML coding? Every time this arguement comes up, you always get the zealots moaning on about how much better hand coding is. They also always claim that HTML created by WYSIWYG editors is bloated and bad quality...

Yet all the sites I created using Dreamweaver are 100% W3C compliant with little or no modifications required. They're also pretty cross-browser compatable, and slight modifications are easy to make within Dreamweaver in the code view. Sure some WYSIWYG editors churn out piss poor, bloated and incompatable html (Frontpage springs to mind ) - but Dreamweaver is no Frontpage.

The point is, I could write the code by hand, but why bother with tedious and boring HTML coding when Dreamweaver will sort it out in the fraction of the time? I don't know about you, but I'd much rather spend my time writing my applications, rather than wasting time on hand coding my HTML.
__________________
[ :: Adtekh - more than just a banner rotator :: ]
Interested in beta testing Adtekh? Get in touch!

Reply With Quote
  #14  
Old February 1st, 2002, 10:53 AM
binky's Avatar
binky binky is offline
Gerbil
Dev Shed Intermediate (1500 - 1999 posts)
 
Join Date: Oct 2001
Location: In a Rotastak
Posts: 1,763 binky User rank is Sergeant (500 - 2000 Reputation Level)binky User rank is Sergeant (500 - 2000 Reputation Level)binky User rank is Sergeant (500 - 2000 Reputation Level)binky User rank is Sergeant (500 - 2000 Reputation Level)binky User rank is Sergeant (500 - 2000 Reputation Level) 
Time spent in forums: 22 h 12 m 52 sec
Reputation Power: 18
Well I use notepad, or pico depending on if I'm QVTnetting or not. Depends what you mean by fully dynamic site. I mean I've never had to do anything that's required anything like Dreamweaver (I've got it at home, along with homesite and a few others) when using PHP or ASP. The only time I've ever had to use Homesite was when somebody sent me an excel formatted HTML file to be on the web in minutes... I used Homesite cos it has a button that you can get to in seconds that whips out all the unnecessary code. Priceless. I've happily coded 30 pages of ASP in under a week for a fully dynamic site using nothing other than Notepad.

Okay so I better add just in case I'm classed as a tedious zealot or anything. Our company has web sites outsourced. They were built before I got here but I was asked to look at how they could be improved. The first thing that was evident was the fact that the company producing them used Dreamweaver. The web site had a menu system that catered for every browser on the planet and was seriously OTT. The first page you need to download has a 34k js file. Hand coding I could get this to 7k for the same functionality. It may be W3C compliant our web site (or possibly not) but it's such a big load that it even takes up to 15 seconds on 128kbps to get on screen. That's too slow, way to slow. You lose 5% of customers per second of download time. That's why I don't use such software. Added to that it uses font tags a lot, and that isn't HTML4 is it?

Oh and if you look, it was about PHP originally the question and not HTML. I mean hardly anybody writes web apps with lots of HTML anymore because there's so much dynamic stuff. I mean, the thing I'm currently working on has about 100 pages and about 100 lines of HTML across the lot.

Last edited by binky : February 1st, 2002 at 11:07 AM.

Reply With Quote
  #15  
Old February 1st, 2002, 11:03 AM
soapvox soapvox is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Dec 2001
Location: Advertising Hell
Posts: 11 soapvox User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Send a message via AIM to soapvox Send a message via Yahoo to soapvox
It all comes back to preference

I work in the advertising world (I really am sorry for those 300k web pages the damn designers just wont listen ) and everything is done fast and yet we do a lot of dynamic crap as well, plus I feel ok letting some intern take a fireworks file slicing it up putting it in dreamweaver, I go clean up whatever little problems there are and integrate my php inside, this discussion could go on for ever there is no right answer, its all a matter of preference

Reply With Quote
Reply