LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 11-30-2004, 03:25 PM   #1
Pipedream
Member
 
Registered: Nov 2004
Distribution: gentoo
Posts: 38

Rep: Reputation: 15
Question build a webpage how to's


Hi there!
I'm a newbie in the linux world!
And i' also i have no knowledge about how to build a personal webpage, but I'd like to make one!
is there any tutorial or documentation about how to make webpages using linux?

Thank you

Pipedream
 
Old 11-30-2004, 03:36 PM   #2
looseCannon
Member
 
Registered: Dec 2003
Location: Little Rock, AR
Distribution: Fedora Core 2, AIX, HP-UX, Solaris, Whitebox
Posts: 193

Rep: Reputation: 31
The OS is fairly irrelevant. HTML is HTML no matter the OS. What you need is a guide to "Editors that Rock!". Which there isn't one, that I know of. But there are plenty of people that will share their favorite editor.

My Two Cents
vi is a good editor. Command line based, takes some getting used to. Does syntax highlighting. Probably not the ideal editor for someone who doesn't like the command line.

Kate is also a good editor in KDE. Nice GUI, fairly easy to learn. Also works with Perl, Shell scripts, PHP, and various other languages.

Quanta is the best editor in KDE I've used yet. Great GUI, easy to learn. Has some bug checkers in it. Nice attribute tree pane. Highly recommended.


Now if you want to get into running a web server in linux, that's a whole other thing. There are several servers out there, but the most popular is Apache. There are lots of sites around to help you install and configure it.
 
Old 11-30-2004, 06:19 PM   #3
bigrigdriver
LQ Addict
 
Registered: Jul 2002
Location: East Centra Illinois, USA
Distribution: Debian stable
Posts: 5,908

Rep: Reputation: 356Reputation: 356Reputation: 356Reputation: 356
You can get some web tips and tricks here . And here you can find many html links.
Or, just use google to search for html tutorials, books, etc.
 
Old 11-30-2004, 09:55 PM   #4
chii-chan
Member
 
Registered: Sep 2003
Location: chikyuu (E103N6)
Distribution: Redhat 8.0 (2.4.25-custom), Fedora Core 1 (2.4.30-custom)
Posts: 357

Rep: Reputation: 30
Bluefish:

http://bluefish.openoffice.nl/

Mozilla Editor.

Gedit is the best.

PHPedit is also good.
 
Old 11-30-2004, 11:42 PM   #5
Poetics
Senior Member
 
Registered: Jun 2003
Location: California
Distribution: Slackware
Posts: 1,181

Rep: Reputation: 49
<HTML>
Hello world!
</HTML>

> hello.html

Making a webpage is that easy; it's making things look pretty that's the artistic bit
 
Old 11-30-2004, 11:51 PM   #6
linux_terror
Member
 
Registered: Aug 2004
Location: Northbrook, Illinois
Distribution: CentOS-5
Posts: 311

Rep: Reputation: 30
Quanta + and Screem are also excellent web-editors, I'm partial to bluefish tho.

linux_terror
 
Old 12-01-2004, 02:11 AM   #7
Pipedream
Member
 
Registered: Nov 2004
Distribution: gentoo
Posts: 38

Original Poster
Rep: Reputation: 15
Thanks a lot i'll take a look around!
 
Old 12-01-2004, 07:31 AM   #8
Optimistic
Member
 
Registered: Jun 2004
Location: Germany
Distribution: Debian (testing)
Posts: 276

Rep: Reputation: 33
You might also look at nvu if you like a WYSIWYG html editor. I reccomend actually learning to code however, it make debugging so much easier.


This is how it all starts:
Code:
<html>
<head><title> Your Title </title>
<body>

Content here

</body>
</html>
 
Old 12-02-2004, 11:00 AM   #9
vinaymudgil007
LQ Newbie
 
Registered: Sep 2004
Location: india
Distribution: pcqlinux
Posts: 10

Rep: Reputation: 1
Lightbulb just wanna add a bit 2 da code presented 2 u.

i wanna draw ur attention dat building a web page in the above HTML code presented 2 u is not dependent on the OS u r using.

i.e. whthr it's WINDOWS or LINUX.
don't worry N just go on 2 write ur code.
 
Old 12-02-2004, 11:16 AM   #10
jonr
Senior Member
 
Registered: Jan 2003
Location: Kansas City, Missouri, USA
Distribution: Ubuntu
Posts: 1,040

Rep: Reputation: 47
I would vote for gedit or nedit. I have used nedit a lot in creating my own web pages. You can create very useful macros in it and once you get used to its operation it is very flexible and almost (!) fun to use.

I have never yet found a WYSIWYG HTML editor that I could stand for more than a few minutes because every one I've tried (probably half a dozen) have been so SLOOOOW. And also, what I saw was NOT what I got! So what use were they?

I put nedit on the same workspace as the browser, and then all I have to do is save my HTML file, ALT+TAB to the browser, hit "refresh" on my webpage (local copy, that is), and voilą, there's my result in my browser. It becomes reflexive after a bit, and a fast way to create a page.
 
Old 12-14-2004, 05:14 PM   #11
privateprimate
LQ Newbie
 
Registered: May 2004
Location: DC METRO
Distribution: suse 9.1
Posts: 12

Rep: Reputation: 0
nvu is a good wysiwyg editor. Open Office also does ok at making basic web pages.

It is good to know basic HTML if you want to work with it , but if you are building a web page for fun, there is no need to spend hours mastering the code unless you really have that burning desire.

There is nothing wrong with a GUI and a WYSIWYG editor. As a linux newbie, many will try and shame you into learning how to code and script.

If you WANT to learn these things, it is good and more power to you. However , it's not necessary. Linux is about choices. If you choose fluffy GUI's and nice WYSIWYG HTML editors, that's cool too.
 
  


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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
how-to's vs tutorials obnascar Linux - Newbie 2 09-06-2005 11:22 AM
sendmail how to's emailssent Linux - Newbie 2 09-27-2004 03:00 AM
How to's zWaR Linux - Newbie 2 02-22-2004 09:51 AM
mplayer HOW-TO's air_vin General 1 09-11-2003 06:40 AM
How to read how to's... sramelyk Slackware 20 08-24-2003 03:01 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 01:54 PM.

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