Author Topic: HTML/Web Page  (Read 2293 times)

0 Members and 1 Guest are viewing this topic.

Offline Liberator

  • Poe's Law In Action
  • 210
Does anybody know of a easy to learn Web Page editor like front page that is free or extremely cheap?
So as through a glass, and darkly
The age long strife I see
Where I fought in many guises,
Many names, but always me.

There are only 10 types of people in the world , those that understand binary and those that don't.

 

Offline ZylonBane

  • The Infamous
  • 29
ZylonBane's opinions do not represent those of the management.

 

Offline Stealth

  • Braiiins...
  • 211
Quote
Originally posted by ZylonBane
Notepad.


yeah, OK... but too bad he said an "easy to learn Web Page editor like front page "... Notepad is hardly like Front Page, nor is it easy to learn plain HTML with no experience or help :rolleyes:

I'd recommend Dreamweaver... it may take a little getting used to, but the opportunities are endless, and its features will last you a lifetime :)

 

Offline karajorma

  • King Louie - Jungle VIP
  • Administrator
  • 214
    • Karajorma's Freespace FAQ
Yeah but DreamWeaver isn't cheap either so that's not much better.
Karajorma's Freespace FAQ. It's almost like asking me yourself.

[ Diaspora ] - [ Seeds Of Rebellion ] - [ Mind Games ]

 

Offline ZylonBane

  • The Infamous
  • 29
Quote
Originally posted by Stealth
nor is it easy to learn plain HTML with no experience or help :rolleyes:
He didn't say he needed to learn HTML. He said he needed to learn an HTML editor. Can't get much easier to learn than Notepad!

Now, if the goal is something like using FrontPage, I recommend "sticking your face in a fan", or "pouring hot grease down your pants".
ZylonBane's opinions do not represent those of the management.

 

Offline Hunter

  • 27
  • Ross128, Freespace 2 Sector, Freespace Files
    • Sectorgame
Ah, Zylon doesn't change on his standings.. ;)  Notepad created all my websites, and shall continue to do so.
FreeSpace Files | Overload | Sectorgame Forums - For those times when HLP is down (or because you want to keep me company)

Volition BB Survivor - Nov 1999 to April 2002 / Yes I know *some* folks in Hollywood, and no I can't get you on TV.

 

Offline Stealth

  • Braiiins...
  • 211
Quote
Originally posted by ZylonBane
He didn't say he needed to learn HTML. He said he needed to learn an HTML editor.


wrong, he said he needed a WEB PAGE EDITOR.

for a beginner, i think using a program, like Front Page, or Dreamweaver is good.  you can get a demo version, and create/edit fully functional websites without paying a cent.  (and you can do a basic website very easily in Dreamweaver too).  for an intermediate, who's familiar with HTML's functions, i'd say switch (slowly) to notepad... but not straight off, because that's just too hard.  i, too, haven't used an editor since late 1999... my websites are either 100% Flash, 100% Notepad, or a bit of both.

 

Offline Fineus

  • ...But you *have* heard of me.
  • Administrator
  • 212
    • Hard Light Productions
Lets not have a pissing contest guys, just help the man out or keep it to yourself.

Liberator, the best What You See Is What You Get editors are Frontpage (because it's chunky and writes poor code, but is easy to pick up and use from the word go) and Dreamweaver (because it write goods code, and is fairly straight forward to use - I recommend this one). Notepad is good for editing a page that already exists, and you can easily look at other sites and copy / paste / fiddle with thier code. I try to use this but often write the code in FP or Dreamweaver and see what it looks like, then write a neater version in Notepad afterwards.

Try Notepad, it's free with Windows so no worries there - if it's not your brand of vodka, look elsewhere.

 

Offline Kamikaze

  • A Complacent Wind
  • 29
    • http://www.nodewar.com
Amaya, the W3C's WYSIWYG editor/browser, free (open source).

http://www.w3.org/Amaya/User/BinDist.html
Science alone of all the subjects contains within itself the lesson of the danger of belief in the infallibility of the greatest teachers in the preceding generation . . .Learn from science that you must doubt the experts. As a matter of fact, I can also define science another way: Science is the belief in the ignorance of experts. - Richard Feynman

 

Offline Liberator

  • Poe's Law In Action
  • 210
I think that that will work.  Thank you Kamekazi.  I'm going to try uploading a few practice pages.  They will be ugly because as far as I can tell Amaya doesn't support frames but there ya go,  you get what you pay for.
So as through a glass, and darkly
The age long strife I see
Where I fought in many guises,
Many names, but always me.

There are only 10 types of people in the world , those that understand binary and those that don't.

 

Offline Stealth

  • Braiiins...
  • 211
good description Kalfireth :D

 

Offline Sandwich

  • Got Screen?
  • 213
    • Skype
    • Steam
    • Twitter
    • Brainzipper
Quote
Originally posted by Liberator
I think that that will work.  Thank you Kamekazi.  I'm going to try uploading a few practice pages.  They will be ugly because as far as I can tell Amaya doesn't support frames but there ya go,  you get what you pay for.


Frames are generally frowned upon, since they are rarely used correctly (if such a usage exists when talking about frames). Count your blessings.
SERIOUSLY...! | {The Sandvich Bar} - Rhino-FS2 Tutorial | CapShip Turret Upgrade | The Complete FS2 Ship List | System Background Package

"...The quintessential quality of our age is that of dreams coming true. Just think of it. For centuries we have dreamt of flying; recently we made that come true: we have always hankered for speed; now we have speeds greater than we can stand: we wanted to speak to far parts of the Earth; we can: we wanted to explore the sea bottom; we have: and so  on, and so on: and, too, we wanted the power to smash our enemies utterly; we have it. If we had truly wanted peace, we should have had that as well. But true peace has never been one of the genuine dreams - we have got little further than preaching against war in order to appease our consciences. The truly wishful dreams, the many-minded dreams are now irresistible - they become facts." - 'The Outward Urge' by John Wyndham

"The very essence of tolerance rests on the fact that we have to be intolerant of intolerance. Stretching right back to Kant, through the Frankfurt School and up to today, liberalism means that we can do anything we like as long as we don't hurt others. This means that if we are tolerant of others' intolerance - especially when that intolerance is a call for genocide - then all we are doing is allowing that intolerance to flourish, and allowing the violence that will spring from that intolerance to continue unabated." - Bren Carlill

 

Offline WMCoolmon

  • Purveyor of space crack
  • 213
It's very useful to know how to program in HTML, and not all that hard either. There are some good tutorials at Webmonkey, and you can grab a syntax-colored editor for free at http://www.crimsoneditor.com.

Here's an example of a basic HTML page source. Copy it into notepad, save it as a file ending with ".html", and open it to see what it looks like when you use a web browser.


     This is what appears in your browser's title bar


     Put your page here



Oh, a good alternative to frames are tables. :nod:
« Last Edit: September 18, 2003, 02:01:46 am by 374 »
-C

 

Offline Kamikaze

  • A Complacent Wind
  • 29
    • http://www.nodewar.com
If you get around to editing html markup manually I recommend you read about xhtml and css at W3C's website as well. (see csszengarden.com for why css is so great)
Science alone of all the subjects contains within itself the lesson of the danger of belief in the infallibility of the greatest teachers in the preceding generation . . .Learn from science that you must doubt the experts. As a matter of fact, I can also define science another way: Science is the belief in the ignorance of experts. - Richard Feynman

 

Offline Liberator

  • Poe's Law In Action
  • 210
Well I've got the practice 1st gen pages up.  Only a couple of the links work and it's not pretty, but it's a start.

www.swooh.com/peon/liberator

I'll get the 2nd gen up when I get some time.  Probably next weekend.

Also, if someone has an idea for a better title, PLEASE drop me a line.  That one is not good at all, but it's all I could think of.
So as through a glass, and darkly
The age long strife I see
Where I fought in many guises,
Many names, but always me.

There are only 10 types of people in the world , those that understand binary and those that don't.

 

Offline Liberator

  • Poe's Law In Action
  • 210
Anybody have any thoughts/suggestions/ideas for the above?Take a look please.
So as through a glass, and darkly
The age long strife I see
Where I fought in many guises,
Many names, but always me.

There are only 10 types of people in the world , those that understand binary and those that don't.

 

Offline Stealth

  • Braiiins...
  • 211
don't try CSS or XML or anything else yet.  just learn basic HTML, everything else will fit in

  

Offline Kamikaze

  • A Complacent Wind
  • 29
    • http://www.nodewar.com
I disagree, you can put on better habits from the start by using xhtml, xhtml is barely (if at all) harder than html.

Liberator, make the site more exciting I say, even a few colours help. I recommend you start with tables, as they can look rather good without too much effort (and you can organize data much better). Just don't use bright/plain colours, try various borders (I prefer no borders, simple line borders, or dashed borders), as for a title, an informative title is recommended. (Or at least, an attention getting title, followed by an explanation) It took me a bit to realize that was a homeworld related tc.

About colour scheme, I think it's easier to make a good looking colour scheme if you stick to similar colours. For example, lots of blues together look good, as do greens together and reds together (not red+green, that sucks). Just be careful with using colours that are too similar.
« Last Edit: September 18, 2003, 10:17:02 pm by 179 »
Science alone of all the subjects contains within itself the lesson of the danger of belief in the infallibility of the greatest teachers in the preceding generation . . .Learn from science that you must doubt the experts. As a matter of fact, I can also define science another way: Science is the belief in the ignorance of experts. - Richard Feynman

 

Offline ZylonBane

  • The Infamous
  • 29
Quote
Originally posted by Kamikaze
For example, lots of blues together look good, as do greens and reds.
I'm going to have to kill you now.
ZylonBane's opinions do not represent those of the management.

 

Offline YodaSean

  • 27
  • i am so special
    • http://www.geocities.com/radioactiveyeti
Quote
Originally posted by Sandwich


Frames are generally frowned upon, since they are rarely used correctly (if such a usage exists when talking about frames). Count your blessings.


When I made my own weird website  I found them pretty useful for making a sort of side menu(and not have to retype it for every page).  I guess there are other ways to do that, but not with notepad.  They look fine as long as they blend with the website(no borders) and scroll with the rest of the site(which mine don't becaue I forget how :p )
« Last Edit: September 18, 2003, 09:07:10 pm by 244 »