From owner-freebsd-questions@FreeBSD.ORG Thu May 29 20:26:53 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 85C0A106568A for ; Thu, 29 May 2008 20:26:53 +0000 (UTC) (envelope-from dave.list@pixelhammer.com) Received: from smtp1.tls.net (smtp1.tls.net [65.196.224.82]) by mx1.freebsd.org (Postfix) with ESMTP id 277948FC4B for ; Thu, 29 May 2008 20:26:52 +0000 (UTC) (envelope-from dave.list@pixelhammer.com) Received: (qmail 59789 invoked from network); 29 May 2008 20:26:51 -0000 Received: by simscan 1.2.3 ppid: 59738, pid: 59785, t: 1.5089s scanners: attach: 1.2.3 clamav: 0.91.1/m:45/d:6125 spam: 3.2.1 X-Spam-Checker-Version: SpamAssassin 3.2.1 (2007-05-02) on smtp1.tls.net X-Spam-Level: X-Spam-Status: No, score=0.2 required=20.0 tests=ALL_TRUSTED,TVD_RCVD_IP autolearn=disabled version=3.2.1 Received: from 64-184-9-72.bb.hrtc.net (HELO ?192.168.1.42?) (ldg%tls.net@64.184.9.72) by auth-smtp1.tls.net with ESMTPA; 29 May 2008 20:26:49 -0000 Message-ID: <483F1183.6060006@pixelhammer.com> Date: Thu, 29 May 2008 16:26:43 -0400 From: DAve User-Agent: Thunderbird 2.0.0.12 (Windows/20080213) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <20080529065732.GA36261@thought.org> <4a89d1190805290039k1f2dedb1he342b4a83d7453a6@mail.gmail.com> <200805291305.22567.kline@thought.org> In-Reply-To: <200805291305.22567.kline@thought.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Stumped:: web HTML. Caution, may be OT. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 May 2008 20:26:53 -0000 Gary Kline wrote: > On Thu May 29 2008 00:39:06 Christian Zachariasen wrote: >> On Thu, May 29, 2008 at 8:57 AM, Gary Kline wrote: >>> Several weeks ago a friend asked why my www.thought.org page >>> was so hard to read. She said that part of my text was black >>> on the deep-blue bg on my RHS. I stopped and checked with >>> firefox; things looked fine. I've done all markup by hand since >>> '94, very carefully, with only browsers in the ports tree-- >>> mozilla, firefox, a couple others. >>> >>> About a week ago I viewed my homepage with KDE Konq and almost >>> flipped out. One "free" commercial historical calender event >>> feature was glued to the bottom of my blue bar (
) >>> on the RHS of the page. And yep, the new text and other things >>> were centered in the middle of the long blue rectangle. >>> >>> Since I have a few weeks now to work on things beside research, >>> it's time to update my main web page. My friend was using IE; >>> it may be that Konqueror uses a similar parser to position >>> things on a .php or .html page. >>> >>> Other than beginning from Zero and trying to determine exactly >>> what causes firefox and konq to diverge, do any of you have any >>> other ideas? I've never learned an HTML editors because of the >>> learning curve. But:: if/when I come up with a better design for >>> my home page, I'm willing to try again:: any best (simple) HTML >>> editors in ports? >>> >>> I'd be much obliged for any help here. >>> >> I say keep using the technique you're using now. That's what I'd do. >> Instead of finding a HTML Editor >> just find a simple text editor and write all your HTML in a clean manner. >> >> I don't know where Ted got his statistics from, but most people I know use >> simple text editors for writing their HTML, CSS >> and JavaScript. Personally I stick to vi or diakonos on BSD and Notepad2 on >> Windows. >> > /* > * strange:: the way that mutt queues [ and orders ] its replies and theads is > * different from kmail. I only use a GUI when there is a URL embedded, but > * it must be down-queue. .... > */ > > I would *rather* use vi and HTML-by-hand. And produce very simple, readable, > uncluttered pages. I don't use many graphics, e.g., I use the strength of > HTML, php, blah ** 3. > > I'm ready to learn this "CMS" that Ted mentioned if I knew what it was! And > if its in ports. AFAIK, the only pages that look bizarre are my > initial "www" (and one other based on it). I'll google around to find out > what CMS is... I still prefer html by hand. I use VIM though all our designers and developers use Dreamweaver, funny few if any can fix the HTML if the tool munges it. Many have no idea how HTML works. As far as CMS tools go some create nice pages but at a cost. We have several clients who insist on CMS tools. The joke around our Office is [Joomla|Rails|other] is the only tool known to man to require 1GB server memory to load all the required libs in displaying "Hello World". Some of the CMS tools are very very heavy. Straight static HTML can be blisteringly fast in comparison unless you have low traffic or a fairly hefty server. Static HTML also doesn't show up in my CERT emails every month with security issues. My 2 cents worth... DAve -- In 50 years, our descendants will look back on the early years of the internet, and much like we now look back on men with rockets on their back and feathers glued to their arms, marvel that we had the intelligence to wipe the drool from our chins.