LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 09-30-2008, 12:09 PM   #1
justmovedtolinux
Member
 
Registered: Sep 2008
Posts: 41

Rep: Reputation: 15
FrontPage Clone.


Hiya buddy ...

As a part-time activity I develop websites for customers. I used to do this using MS Frontpage. Thanks to my move to Linux recently, my part-time working is on hold.

Anyone know any kick ass website designers similar to Frontpage. I've heard one can run Windows exe files using Wine. But, someone advised me that, for MS Frontpage - that approach doesn't work.


Thanks in advance mate!

Linux Archive

Last edited by justmovedtolinux; 10-03-2008 at 02:10 PM.
 
Old 09-30-2008, 01:05 PM   #2
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,634

Rep: Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965
Quote:
Originally Posted by justmovedtolinux View Post
Hiya buddy ...

As a part-time activity I develop websites for customers. I used to do this using MS Frontpage. Thanks to my move to Linux recently, my part-time working is on hold.

Anyone know any kick ass website designers similar to Frontpage. I've heard one can run Windows exe files using Wine. But, someone advised me that, for MS Frontpage - that approach doesn't work.


Thanks in advance mate!
From a brief Google search for "linux" and "frontpage":

http://linux.wikia.com/wiki/Nvu

For what it's worth, I'd never use Frontpage or anything similar. Coding it by hand with an IDE is better, and gives you tighter code.
 
Old 09-30-2008, 01:20 PM   #3
AuroraCA
Member
 
Registered: Jul 2008
Location: Northern CA USA
Distribution: Ubuntu, Slackware, Gentoo, Fedora, Red Hat, Puppy Linux
Posts: 370

Rep: Reputation: 35
NVU is a defunct project and is no longer updated. KompoZer was released to replace NVU and has fixed bugs in the old NVU project. I would recommend downloading and using KompoZer since it seems to have a future.

Last edited by AuroraCA; 09-30-2008 at 01:23 PM.
 
Old 09-30-2008, 01:53 PM   #4
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,634

Rep: Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965
Quote:
Originally Posted by AuroraCA View Post
NVU is a defunct project and is no longer updated. KompoZer was released to replace NVU and has fixed bugs in the old NVU project. I would recommend downloading and using KompoZer since it seems to have a future.
Good catch...I only came across it from Google, don't use such things myself.
 
Old 09-30-2008, 02:39 PM   #5
jasohl
Member
 
Registered: Oct 2006
Location: Seattle, Washington
Distribution: Gentoo, LinuxMint, Arch Linux
Posts: 99

Rep: Reputation: 18
one that i have used is Quanta Plus. http://quanta.kdewebdev.org/
its designed to work with KDE. i code by hand so i don't know how the wysiwyg design is. but it's good for organizing project files. it supports syntax highlighting and auto-complete and a number of other things. php, css, javascript, and it integrates HTML tidy. i haven't used all its features. but it's worked for what i've needed.
 
Old 09-30-2008, 02:59 PM   #6
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
In my limited reading, I found a substantial consensus that FrontPage is one of the worst development tools out there--I really hope there is never a Linux clone.

I favor the "smart editor" approach---eg Bluefish. You are much more in control, get better code, but you don't have to remember all the syntax.

Things like Dreamweaver are reported to run well under WINE.
 
Old 10-02-2008, 03:09 AM   #7
justmovedtolinux
Member
 
Registered: Sep 2008
Posts: 41

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by pixellany View Post
In my limited reading, I found a substantial consensus that FrontPage is one of the worst development tools out there--I really hope there is never a Linux clone.

I favor the "smart editor" approach---eg Bluefish. You are much more in control, get better code, but you don't have to remember all the syntax.

Things like Dreamweaver are reported to run well under WINE.

I dont know what makes you think Front Page is the worst tool ever. I've been using it for close to 2 yrs now, and so far - it's been bliss!
 
Old 10-02-2008, 05:28 AM   #8
Total-MAdMaN
Member
 
Registered: May 2008
Distribution: Gentoo
Posts: 306

Rep: Reputation: 34
Quote:
Originally Posted by justmovedtolinux View Post
I dont know what makes you think Front Page is the worst tool ever. I've been using it for close to 2 yrs now, and so far - it's been bliss!
If all you do with it is create a webpage using the graphical tools it seems fine. When you actually look at the code it creates it's a mess.
 
Old 10-02-2008, 10:43 PM   #9
pwalden
Member
 
Registered: Jun 2003
Location: Washington
Distribution: Raspbian, Ubuntu, Chrome/Crouton
Posts: 374

Rep: Reputation: 50
Quote:
Originally Posted by Total-MAdMaN View Post
If all you do with it is create a webpage using the graphical tools it seems fine. When you actually look at the code it creates it's a mess.
With respect to FrontPage output, any resemblance to html is entirely coincidental.
 
Old 10-03-2008, 05:16 PM   #10
nny0000
Member
 
Registered: Aug 2003
Distribution: Slackware, Ubuntu
Posts: 158

Rep: Reputation: 30
I have always been a fan of double checking the output any WYSIWYG html editors. For small projects I will just use a simple text editor (like Gedit or Kate). Larger projects I like using KompoZer.

It's all personal preference. Although my personal experience with using Frontpage is that it is OK. Not the best but not the worst either.

I do like Kate for its simplicity, syntax highlighting of XHTML, CSS, Javascript and PHP.
 
Old 10-03-2008, 06:33 PM   #11
pinniped
Senior Member
 
Registered: May 2008
Location: planet earth
Distribution: Debian
Posts: 1,732

Rep: Reputation: 50
How well 'FrontPage' works depends on your version:

http://appdb.winehq.org/objectManage...ication&iId=15
http://appdb.winehq.org/objectManage...rsion&iId=7208

So - read the special install instructions and try it out since you already have a copy.

The reasons people complain about FrontPage are numerous, but the top complaints are:
1. It generates awful code - don't ever try to edit with a text editor. This is especially true of the older versions which would waste many KB of storage space (and bandwidth!) by filling each page with unnecessary nested fonts/colors and other nested instructions. None but Microsoft could waste 11KB to create a plain web page with the words "Hello World".

2. MS does as it pleases. W3C conformance? Bah, what does the WWW Consortium know about standards.
 
Old 10-04-2008, 02:08 AM   #12
mia_tech
Member
 
Registered: Dec 2007
Location: FL, USA
Distribution: CentOS 5.3, Ubuntu 9.04
Posts: 245

Rep: Reputation: 16
Quote:
Originally Posted by justmovedtolinux View Post
I dont know what makes you think Front Page is the worst tool ever. I've been using it for close to 2 yrs now, and so far - it's been bliss!
I used frontpage for a long time too, and I used to think it was the best until I run into dreamweaver, and that's for WYSIWYG, like someone here pointed out, if you want a clean code use some sort of html editor, gedit is pretty good for coding, Gvim also very good
 
Old 11-11-2008, 10:15 AM   #13
texas.chef94
LQ Newbie
 
Registered: Nov 2008
Location: Texas
Distribution: Ubuntu 10.04 & dream linux 3.5
Posts: 28

Rep: Reputation: 1
Web Page design in Linux

Ok I have read this thread all way through. I realize the HTML or what passes for HTML on front page is poor from a source code perspective. However that being said what package(s) and dependencies are available in linux that come close to emulating front page good bad or indifferent.

Thanks in advance
 
Old 11-11-2008, 10:45 AM   #14
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,634

Rep: Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965
Quote:
Originally Posted by texas.chef94 View Post
Ok I have read this thread all way through. I realize the HTML or what passes for HTML on front page is poor from a source code perspective. However that being said what package(s) and dependencies are available in linux that come close to emulating front page good bad or indifferent.

Thanks in advance
As it says above, Kompozer and Quanta Plus....
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Frontpage Scratchit Linux - Software 5 09-30-2008 02:00 PM
bugzilla: to clone, or not to clone? The00Dustin Linux - Newbie 1 05-24-2008 05:19 AM
Dreamweaver/Frontpage clone? JROCK1980 Linux - Software 13 02-19-2004 10:37 AM
Something instead of Frontpage safrout Linux - Software 1 07-16-2003 08:05 PM
FrontPage and Linux jkrauss Linux - Newbie 8 12-11-2002 05:41 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 01:29 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration