The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> HTML code to web page help, HTML code to web page help
Bill
post Oct 27 2006, 04:30 PM
Post #1





Group: Members
Posts: 1
Joined: 27-October 06
Member No.: 595



Once I have written my HTML code, how do I transfer the date to become a web page?
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Oct 27 2006, 04:45 PM
Post #2


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,733
Joined: 9-August 06
Member No.: 6



It depends on what means your host offers. FTP is common. If it's a free host maybe they don't allow FTP and provide a web interface, an upload form, instead.

Here's a good and free FTP program for Windows if you need one.
http://filezilla.sourceforge.net/
.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Oct 27 2006, 04:47 PM
Post #3


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,733
Joined: 9-August 06
Member No.: 6



Maybe I should also say that the first thing you need is a host, i.e. a web server where you can put your files so they will be accessible from the web. There are free and there are paid. smile.gif
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Darin McGrew
post Oct 27 2006, 04:50 PM
Post #4


WDG Member
********

Group: Root Admin
Posts: 8,365
Joined: 4-August 06
From: Mountain View, CA
Member No.: 3



See also the FAQ entry Where can I put my newly created Web pages?
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
jimlongo
post Oct 27 2006, 04:52 PM
Post #5


This is My Life
*******

Group: Members
Posts: 1,128
Joined: 24-August 06
From: t-dot
Member No.: 16



You need a FTP application to upload your html document to a server.

http://htmlhelp.com/faq/html/publish.html#publish-howto

In the time it took me to type this message there were 3 other replies wub.gif gotta type faster

This post has been edited by jimlongo: Oct 27 2006, 04:53 PM
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Darin McGrew
post Oct 27 2006, 05:07 PM
Post #6


WDG Member
********

Group: Root Admin
Posts: 8,365
Joined: 4-August 06
From: Mountain View, CA
Member No.: 3



QUOTE
You need a FTP application to upload your html document to a server.
Just a quibble, but you may or may not need an FTP client. I have used FTP to upload content to web servers, but it's been a while. Lately, I've used various other technologies (depending on the server), and the web servers I work with don't even allow FTP.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Oct 27 2006, 05:08 PM
Post #7


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,733
Joined: 9-August 06
Member No.: 6



I've heard those Mac keyboards only have one key. rolleyes.gif
(You make me very happy, because usually it's me doing that. wub.gif)
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
jimlongo
post Oct 27 2006, 05:21 PM
Post #8


This is My Life
*******

Group: Members
Posts: 1,128
Joined: 24-August 06
From: t-dot
Member No.: 16



QUOTE(Darin McGrew @ Oct 27 2006, 06:07 PM) *

QUOTE
You need a FTP application to upload your html document to a server.
Just a quibble, but you may or may not need an FTP client. I have used FTP to upload content to web servers, but it's been a while. Lately, I've used various other technologies (depending on the server), and the web servers I work with don't even allow FTP.


What other methods do you use to upload content?
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Oct 27 2006, 07:11 PM
Post #9


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,733
Joined: 9-August 06
Member No.: 6



Bet it's da killa app - email upload! laugh.gif
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
jimlongo
post Oct 27 2006, 08:19 PM
Post #10


This is My Life
*******

Group: Members
Posts: 1,128
Joined: 24-August 06
From: t-dot
Member No.: 16



Maybe, but at any rate I doubt Darin is using a browser template that he fills in and submits. laugh.gif
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Oct 27 2006, 08:32 PM
Post #11


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,733
Joined: 9-August 06
Member No.: 6



If it's neither of those it must be SSH or Telnet. My bet's still on email upload though. cool.gif
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Christian J
post Oct 28 2006, 06:57 AM
Post #12


.
********

Group: WDG Moderators
Posts: 9,661
Joined: 10-August 06
Member No.: 7



Windows Explorer offers FTP too. But Darin would never admit using that. tongue.gif
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Peter1968
post Oct 28 2006, 11:35 AM
Post #13


Serious Coder
*****

Group: Members
Posts: 448
Joined: 23-September 06
Member No.: 213



Most web server management apps like Cpanel have a file manager app where you can upload/download and modify files directly on the server.

I imagine there'd be other browser-based solutions that can do this, or even terminal-based ones.

I doubt it'd be either SSH or telnet. It's fiddly to do any real file management with either, even with good tools like putty.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
jimlongo
post Oct 28 2006, 03:02 PM
Post #14


This is My Life
*******

Group: Members
Posts: 1,128
Joined: 24-August 06
From: t-dot
Member No.: 16



I use BBEdit to edit files directly on my server, but it still uses ftp to transfer the data back and forth. And my server does use Cpanel although I find that cumbersome since the editor doesn't have the features my editor does.

But i'm interested in hearing what Darin is alluding to, especially since the OP seemed to be talking about coding a document by hand then transferring it to a web server.

User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Darin McGrew
post Oct 30 2006, 04:08 PM
Post #15


WDG Member
********

Group: Root Admin
Posts: 8,365
Joined: 4-August 06
From: Mountain View, CA
Member No.: 3



QUOTE
What other methods do you use to upload content?
Right now, it's usually scp (ssh). According to our IT guys, telnet and ftp send your password (or other authentication data) in the clear, but ssh and scp send it encrypted. How the updates are packaged and copied via scp varies depending on the situation, but at the heart of the transfer is scp.

Although I do use form-based interfaces for our intraweb wikis, and years ago I used whatever proprietary protocol MS FrontPage uses to communicate with MS IIS (the only way anyone was allowed to update that intraweb site--ewww!).
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post

Reply to this topicStart new topic
2 User(s) are reading this topic (2 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 28th April 2024 - 01:46 PM