To learn the technologies required for web development, like HTML, CSS, and so on, I like to go to:
http://www.w3schools.com/

Note that both HTML and CSS can be done in a simple text editor like notepad. CSS is Cascading Style Sheets. It is the preferred manner in which to define how you want the page to look. It allows you to separately set the styles used on one or more pages to look throughout the page and site. It allows you to quickly change the style without editing the content.

Note this is also the best place to learn what is coming with HTML 5 and CSS3. These new open standards may make audio and video material to be non-propriatary, require no extentions / plug-ins to the browser, lower resources, and accessible!

Thanks, Marek, for the link to style guidelines for web pages for the blind. Like recently pointed out on this list recently, blue text on a black background might not be the best combination. I will research these guidelines so I can make better color choices in the future.

Don Marang

--------------------------------------------------
From: "Kimsan Song" <[email protected]>
Sent: Monday, February 08, 2010 3:59 PM
To: <[email protected]>
Subject: Re: [Blind-Computing] creating a website

If I use notepad how would I save it as an html and how do I put headings, links, etc in notepad?

Follow me on twitter if you like random thoughts!
wwww.twitter.com/kimsansong

-----Original Message-----
From: [email protected] [mailto:[email protected]] On Behalf Of Marek Durila
Sent: Monday, February 08, 2010 12:56 PM
To: [email protected]
Subject: Re: [Blind-Computing] creating a website

Hi,
For creating web is the best notepad, but you must know HTML, PHP, SQL :D.
And PS-PAD is great tool.
Never use Microsoft Word and save as HTML, it's fu.. code :D.
With best regards,
  Marek Durila

IBM Global Services Delivery Center Czech Republic, s.r.o., Sídlo: Brno,
Technická 2995/21, PSC 61600
IC: 26244535, Zapsaná v obchodním rejstríku, vedeném Krajským soudem v Brne
oddíl C, vložka 39922
IBM Global Services Delivery Center Czech Republic, s.r.o., Registered
address: Brno, Technicka 2995/21, Zip code: 61600
Company ID: 26244535, Entered in the Commercial Register maintained by the
Regional Court in Brno (Part C, Entry 39922)




            "Jacob Kruger"
            <jac...@mailzone.
            co.za>                                                     To
            Sent by:                  <[email protected]>
            blind-computing-b                                          cc
            oun...@jaws-users
            .com                                                  Subject
                                      Re: [Blind-Computing] creating a
                                      website
            08/02/2010 07:54


            Please respond to
            blind-comput...@j
              aws-users.com






It is, since, for example, I work in the backend HTML markup, which comes
down to text editing, so the following would be around the simplest webpage

source:
<html>
<head>
<title>Simple page</title>
</head>
<body>
<h2 align="center">Heading on page</h2>
<p>
Hellow world...
</p>
</body>
</html>

Fact is that you can also use various other bits of software to handle
layout, but they just generate bits of markup, like
the ...align="center"...
bit of the markup above to handle layout etc, and while quite a few of them

might make it quicker and easier to generate web content, it really depends

on what/how much you want to do therewith, and while I have my own website,

primarily due to wanting to keep the domain registration as a form of email

address backup - hard to explain off hand - I also maintain the website for

my bike/motorcycle club, and that's a website for fully sighted guys where
I
maintain backend things using PHP scripting, image galleries, etc. etc.

There is also a mailing list specifically for blind web developers etc.,
but
can't remember where found it previously.

Stay well

Jacob Kruger
Blind Biker
Skype: BlindZA
'...fate had broken his body, but not his spirit...'

----- Original Message -----
From: "Kimsan Song" <[email protected]>
To: <[email protected]>
Sent: Saturday, February 06, 2010 11:02 PM
Subject: [Blind-Computing] creating a website


Well, I read some info from threeschools.com (or whatever the site was)
and
some text books concerning webpages and how to create them and I just
don't
get it!Is web design duable for a blind person orwhat?



Follow me on twitter if you like random thoughts!

wwww.twitter.com/kimsansong



For answers to frequently asked questions about this list visit:
http://www.jaws-users.com/help/

__________ Information from ESET NOD32 Antivirus, version of virus
signature database 4845 (20100207) __________

The message was checked by ESET NOD32 Antivirus.

http://www.eset.com





__________ Information from ESET NOD32 Antivirus, version of virus
signature database 4846 (20100208) __________

The message was checked by ESET NOD32 Antivirus.

http://www.eset.com




For answers to frequently asked questions about this list visit:
http://www.jaws-users.com/help/
For answers to frequently asked questions about this list visit:
http://www.jaws-users.com/help/


For answers to frequently asked questions about this list visit:
http://www.jaws-users.com/help/


For answers to frequently asked questions about this list visit:
http://www.jaws-users.com/help/

Reply via email to