Thank you all so much! I am so pround of this list! I am ready to write my own non-commercial webpage. I really appreciate the comments from you all! Best, BB Cao --- Guy Fraser <guy@xxxxxxxxxxxx> wrote: > On Fri, 2005-21-01 at 23:11 +0100, August wrote: > > On fre, 2005-01-21 at 18:31 +0100, Rolf Gerrits > wrote: > > > BB Cao wrote: > > > > > > >Hi Everyone, > > > > > > > >I am starting to write a webpage for my own, > just > > > >little curious in choosing softwares: > > > >What are you using to write webpages? > > > > > > > >Thanks! > > > > > > > >Best, > > > > BB Cao > > > > > > > > >__________________________________________________ > > > >Do You Yahoo!? > > > >Tired of spam? Yahoo! Mail has the best spam > protection around > > > >http://mail.yahoo.com > > > > > > > > > > > > > > > Mozilla (Composer) works nice. > > > > > > Rolf > > > > > > > I use GNU Emacs with Tidy > > (http://tidy.sourceforge.net/src/tidy_src.tgz). I > have the following > > lines in my .emacs file: > > > > (defcustom my-tidy-command "tidy -indent" "") > > > > (defun my-tidy-buffer () > > "(my-tidy-buffer) runs tidy on the current > buffer." > > (interactive) > > (let ((error-buffer "*tidy-errors*") > > (saved-point (point))) > > (when (get-buffer error-buffer) > > (kill-buffer error-buffer)) > > (shell-command-on-region (point-min) > (point-max) > > my-tidy-command nil t error-buffer) > > (deactivate-mark) ;seems like > `shell-command-on-region' > > ; modifies the mark > > (goto-char (min saved-point (point-max))) > > (set-buffer error-buffer) > > (compilation-mode) > > (goto-char (point-min)) > > (unless (looking-at "\\<line\\>") > > (delete-window (get-buffer-window > error-buffer)) > > (message "Tidy: No warnings or errors were > found.")))) > > > > (defun my-sgml-mode-hook () > > (local-set-key [f11] 'my-tidy-buffer)) > > > > -- > > August > Ooh, yum that looks tasty.;-[ > > How about vi. ;-) > Just kidding. > > I use nedit, vi or what ever I can get my hands on, > but > for someone who is just learning, Quanta or Mozilla > composer > would be a good place to start. I would also suggest > > looking at the generated code, to learn how things > work. > > > > -- > fedora-list mailing list > fedora-list@xxxxxxxxxx > To unsubscribe: > http://www.redhat.com/mailman/listinfo/fedora-list > __________________________________ Do you Yahoo!? Yahoo! Mail - You care about security. So do we. http://promotions.yahoo.com/new_mail