ASCII stands for American Standard Code for Information Interchange.
Computers can only understand numbers, so an ASCII code is the numerical
representation of a character such as 'a' or '@' or an action of some sort.
ASCII was developed a long time ago and now the non-printing characters are
rarely used for their original purpose. Below is the ASCII character table
and this includes descriptions of the first 32 non-printing characters.
ASCII was actually designed for use with teletypes and so the descriptions
are somewhat obscure. If someone says they want your CV however in ASCII format, all
this means is they want 'plain' text with no formatting such as tabs, bold or
underscoring - the raw format that any computer can understand. This is usually
so they can easily import the file into their own applications without issues.
Notepad.exe creates ASCII text, or in MS Word you can save a file as 'text only'
by Ray Harris
20 chapters, 764 pages, 337 illustrations
ISBN: 978-1-890774-55-4
Today, web users expect web sites to provide advanced features,
dynamic user interfaces, and fast response times. To deliver that, you
need to know the JavaScript language. Beyond that, though, you need to
know how to use JavaScript to script the Document Object Model (or DOM).
Now, at last, you can learn both JavaScript and DOM scripting in this one great book.
In fact, by the end of chapter 3, you'll be able to develop and debug
significant JavaScript applications. By the end of section 2, you'll
know the complete JavaScript language and some elementary DOM scripting.
And by end of section 3, you will have raised your DOM scripting skills
to an expert level.
Comments
Post a Comment