You should email me off list at [email protected] so we can discuss this further.
Follow me on twitter if you like random thoughts! wwww.twitter.com/kimsansong -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Jacob Kruger Sent: Sunday, February 07, 2010 10:54 PM To: [email protected] Subject: Re: [Blind-Computing] creating a website 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/
