Re: [Nolug] I have a lot to contribute to the world.

From: Jerry Wilborn <jerrywilborn_at_gmail.com>
Date: Mon, 23 Aug 2010 15:28:17 -0500
Message-ID: <AANLkTimPHb8BJsA_Q382qbNPTj1Vw_rF0uDhnGWxu485@mail.gmail.com>

Between http://www.w3schools.com and
http://www.javascriptkit.com/jsref/index.shtml you can learn (and practice)
a lot.

Jerry Wilborn
jerrywilborn@gmail.com

On Mon, Aug 23, 2010 at 1:53 PM, Mark A. Hershberger <mah@everybody.org>wrote:

> Ben Bullard <benbullard79@gmail.com> writes:
>
> > Where to go to learn about web page design in Linux?
>
> There really isn't much too it. Do you already know web design? I'll
> assume you don't know anything about HTML at all, so we'll start there.
>
> First, find a simple website. A good example is
> <http://www.pagetutor.com/html_tutor/>. Next, view source. On Firefox,
> this is Ctl-U. A new window will pop up with the source code for
> that page.
>
> Copy the text you see there and paste it into a text editor (gedit under
> Ubuntu will do, for example) and save it as a file on your desktop as a
> file with the “.html” extension.
>
> Double clicking on the file you just saved should bring it up in your
> web browser, but if it has images or styles in it, it probably won't
> load correctly.
>
> So, in your text editor, find the line that has <head> and add
>
> <base href="http://www.pagetutor.com/html_tutor/">
>
> after it. Click reload on your web browser and you should see
> everything pop into place.
>
> To find out what the <base> tag is doing, search for “base html
> element”. The first hit or two will give you a good understanding or,
> at least, a place to start.
>
> Next do things like removing the pop-under code or adding arbitrary
> text. Reload the page in the browser after you make changes in your
> text editor and you'll see the page update before your eyes.
>
> Get stuck? Ask a question here or search the web. Poke arund, explore,
> ask questions, solve problems.
>
> Thats about all there is to it.
>
> Mark.
>
> --
> http://hexmode.com/
>
> Embrace Ignorance. Just don't get too attached.
> ___________________
> Nolug mailing list
> nolug@nolug.org
>

___________________
Nolug mailing list
nolug@nolug.org
Received on 08/23/10

This archive was generated by hypermail 2.2.0 : 08/24/10 EDT