From owner-freebsd-www@FreeBSD.ORG Thu Dec 30 15:45:40 2004 Return-Path: Delivered-To: freebsd-www@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F274216A4CE; Thu, 30 Dec 2004 15:45:39 +0000 (GMT) Received: from sccimhc92.asp.att.net (sccimhc92.asp.att.net [63.240.76.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B07243D3F; Thu, 30 Dec 2004 15:45:39 +0000 (GMT) (envelope-from freebsd@nbritton.org) Received: from [192.168.1.10] (12-223-129-46.client.insightbb.com[12.223.129.46]) by sccimhc92.asp.att.net (sccimhc92) with ESMTP id <20041230154538i92002adjde>; Thu, 30 Dec 2004 15:45:39 +0000 Message-ID: <41D4229D.5020302@nbritton.org> Date: Thu, 30 Dec 2004 09:45:33 -0600 From: Nikolas Britton User-Agent: Mozilla Thunderbird 1.0 (X11/20041219) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Josef El-Rayes References: <41D349F3.6020205@nbritton.org> <20041230140727.GD16248@daemon.li> <41D410BE.2010505@nbritton.org> <20041230143536.GF16248@daemon.li> In-Reply-To: <20041230143536.GF16248@daemon.li> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-www@FreeBSD.org Subject: Re: Tools of the trade on the *nix platform? X-BeenThere: freebsd-www@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: FreeBSD Project Webmasters List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Dec 2004 15:45:40 -0000 Josef El-Rayes wrote: >Nikolas Britton : > > >>I like perl, what's that tell you? :-) Most of the time I do use a >>programmers editor but for large amounts of code generation and >>layout (Like starting a brand new site or playing with layout >>ideas) you can't beat it! As far as bad code, the only code thats >>bad code is one that doesn't validate@W3C. did you read my whole >>post?, guess I should have started with the programmers editor and >>ended with the wysiwyg. >> >> > >its just my opinion. >validate code does not mean it is 'good code'. when i see >something like

its valid, but it unnecessariliy >blows up the html file. and wysiwyg editors tend to create >such things, at least when i used to have them in use >(5 years back). > If you do things right in dreamweaver like set it to produce XHTML code and Cross Browser support the code is fairly clean. Alot of the time I just use it to make complex table layouts etc. and then do everything else by hand or something of the sorts. >creating code out of clicking around >with the mouse is a non-trivial task and this is why >none of these kind of software creates code as good as >one you write manually with your hand. > > Anyone remember Microsoft's word HTML export :-O talk about bad code. >when i play with layout ideas i take a pencil and a sheet >of paper. and then i turn it into code, with my favourite >editor. thats the game. > > Yea, It's fast doing it like that.... after you do that then you open up the wysiwig and in 10mins you have your code and the only thing left to do is clean it up and fine tune it by hand. >but, there are wysiwig editors for freebsd. just take >a look in the ports collection (bluefish and quanta >i remember, but i am not sure). > > Thanks, and TMTOWTDI ;-)