Wanneer je met WordPress aan de slag gaat zul je merken dat er ook allerlei technische begrippen bij komen kijken. In de serie ‘techniek’ stippen we telkens een concept aan met genoeg handreikingen om er dan zelf verder mee aan de slag te gaan. Het eerste deel stipt de context rondom “HTML” aan.
Over HTML kunnen we kort zijn: web documenten worden geschreven in HTML.
Om het iets minder eng te maken begin ik met een verhaaltje…
Gedurende de geschiedenis werd de impact van nieuwe technologie op de uitslag van oorlogen steeds belangrijker. Door het gebruik van nieuwe technologie werden oorlogen ook steeds gruwelijker en de mogelijkheden steeds enger. Dat leidde er onder andere toe dat Henry Dunant in 1862 het boek ‘the horrors of war’ schreef waarop het Rode Kruis werd opgericht. Het leidde ook tot de conventies van Geneve waar humantaire afspraken werden gemaakt over mensen in tijd van oorlog.
Maar ook het gebruik van die technologie kwam onder discussie. Tijdens de Conventies in Den Haag in 1899 en 1907 werden ‘oorlogs regels’ vastgesteld op initiatief van Czar Nicholas II (die later vermoord werd door zijn volk).
We krijgen dan een turbulente serie van gebeurtenissen. Aan de ene kant de 1e wereld oorlog en ‘het volk dat aan de macht komt in Rusland’ aan de andere kant een berg aan nieuwe wetenschappelijke groei waarbij de basis voor ontdekkingen als het atoom, Laser en DNA voorbij komen.
Gedurende de 1e wereldoorlog wordt er de National Research Council opgericht dat wetenschappers en militairen nader tot elkaar brengt. Een Vannevar Bush is hier dan ook werkzaam.
Overal groeit het besef dat wetenschap en oorlog meer en meer vergroeit met elkaar zijn en zullen raken.
Vannevar Bush, die dit beseft en Franklin Delano Roosevelt weet te bewerken krijgt het voor elkaar om een nieuw samenwerkingsvoorstel te lanceren, het wetenschap-industry-militair samenwerkingsverband.
Vannevar Bush is in hoge mate betrokken bij de spinoffs van het zoeken naar de kleine deeltjes zoals de atoom bom maar bij talloze andere projecten. Een van zijn ideeen is de Memex waar hij het essay As We May Think over schrijft.. Waarop later Douglas Engelbart het idee uitwerkt van de muis, word processer en de hyperlink gelijk aan Ted Nelson. En wat basically het basis idee vormt voor het World Wide Web.
Many scientists, especially physicists, get new duties during the War. Now, after the war, they need new duties.
Section 1: The use of Science has improved tremendously in many ways for humans. The knowledge of science has grown considerably. However, the way we manage it still remains the same for centuries. We are no longer able to use what Science finds out. Alternatively, the technology has matured greatly and allows us to now produce complicated, yet cheap and dependable machines.
Section 2: Science is really useful. However, in order to have it to be very efficient and useful it should not only be stored but also be frequently consulted and enhanced. In the future we would probably be able to store human writings in a small room with the use of photography.
Section 3: Using the latest advances of speech recording and stenography, we will soon be able to make printing immediate. The advancement of photography is not going to stop. The thought process of repetition could be in relation to machine. Electrical machines will be the advancement of arithmetical computation.
Section 4: There is more to the scientific reasoning than just arithmetic. There are a few machines that are not used for arithmetic, partly due to the market’s needs. Solving higher mathematics require other repetitive processes of thought to be mechanized.
Section 5: A machine could be used anywhere where there is logical thought process. At this moment we do not have the necessary tools for the selection (the key to utilize science) of knowledge. One of the best forms of selection is illustrated by the automatic telephone exchange.
Section 6: There is a problem with selection. The main problem of it is the deficiency of the indexing systems. When data is recorded and put into storage, it is usually filed alphabetically or numerically. The human mind works differently. It works according to association. Instead of using selection by indexing, selection by association may be mechanized. Thus, improving the permanence and clarity of the items stored. The memex is a device that could store information and communication (large memory). Some things that can be entered are, newspaper and books. The user is also able to find a particular book as he or she taps on its code on the keyboard. The codes that are frequently used to call forth pages are mnemonic and its possible to browse these pages at different speeds.
Section 7: The main feature of the memex is the ability to tie two things together at will. In other words, to be able to associate two arbitrary items when wanted. The user is also able to build a trail, in which they name it, insert a name into the code book, and then taps it out on the keyboard. At any time, the user is able to view two items at the same time, parallel viewing. It is also possible to pass items to another memex.
Section 8: The trails made can be shared with others and can also be published, like an encyclopedia (many more new forms are to appear). Soon we will be able to establish some kind of direct connection with absorbing material of the record with one of our senses, tactilely, orally, and visually. It would be great for humans to be able analyze present issues. As of now, science has been applied to live better, as well as for destruction. Possibly we may be able to apply the record to become wiser.
Wat hij hier zegt is dat informatie gepresenteerd moet worden op een manier zoals mensen denken. Dat leidt tot het idee van het alom geinterlinkte World Wide Web. En door de toename van storage capaciteit zal het op een gegeven zover zijn dat we alle data op het Internet kunnen meedragen op ons mobieltje. Maar het is niet lineaire data maar data die door software op een menselijke manier te benaderen valt en zich representeert naargelang de situatie.
Rond 1980 werkte Tim Berners Lee bij CERN als contractor (dat als vervolg op het atoom zoekt naar nog kleinere deeltjes) waar hij werkte aan een systeem om documenten te delen. Zoals zo vaak komen mensen gedurende het maken van een systeem op nieuwe ideeen, zo ook Tim.
Rond 1989 maakte hij een memo waarin hij voorstelde om een op internet gebaseerd hypertext systeem te maken. En daarmee komen een aantal stromen weer bij elkaar. Hij stelt voor om documenten op te maken in “hypertext markup language”.
In 1991 schrijft hij een documentje dat hij noemt ‘HTML tags’ waarin hij 20 tags beschrijft voor het maken van een HTML document.
This is a list of tags used in the HTML language. Each tag starts with a tag opener (a less than sign) and ends with a tag closer (a greater than sign). Many tags have corresponding closing tags which identical except for a slash after the tag opener. (For example, the TITLE tag).
Some tags take parameters, called attributes. The attributes are given after the tag, separated by spaces. Certain attributes have an effect simply by their presence, others are followed by an equals sign and a value. (See the Anchor tag, for example). The names of tags and attributes are not case sensitive: they may be in lower, upper, or mixed case with exactly the same meaning. (In this document they are generally represented in upper case.)
En zo simpel is het… een HTML document is een simpel text document dat een paar tags bevat die altijd beginnen met <TAG> en altijd eindigen met </TAG> (met als uitzondering korte tags die direct eindigen zoals <TAG />.
Wanneer je bijvoorbeeld <TITLE> dit is de title </TITLE> in het document typt zal “dit is de title” verschijnen als titel in je browser.
Natuurlijk is er een programma nodig dat deze HTML pagina´s kan leveren aan andere computers, dit werd de Web Server genoemd. De 1e versie kende slechts 1 commando “GET”.
Er is dan ook een programma nodig waarmee je met die web server kan praten “GET HTML document” en dat werd de Web Browser genoemd.
Als je een voorbeeld wilt zien van een HTML document dan klik je op “view source / paginabron bekijken” in het menu van je browser op een willekeurige pagina zoals deze. De grote truuk is om te leren welke tags er bestaan, maar gelukkig is het lijstje kort.
Veel van wat volgt op het World Wide Web zijn uitbreidingen en verdere uitwerkingen van dit principe.
