This is a great example of augmented reality. Educational and interesting.
via Creative Review.
May 24, 20105:24pm
This is a great example of augmented reality. Educational and interesting.
via Creative Review.
7:02am
Within this document, references will be made to elements and attributes. It’s important to understand the difference, so consider this sample code:
<a href="index.php">Home</a>
The base HTML element is the a in this case. The attribute is any additional information about that element within the initial < > pair, or the href value in this case.
To view the example usage for any item within this document, please view its source.
This guide has been unashamedly copied from Dave Shea @ mezzoblue.com
The main page header of this guide is an h1 element. Please reserve h1 for individual page titles only. Any header elements may include links, as depicted in the example.
The secondary header above is an h2 element, which may be used for any form of important page-level header. More than one may be used per page. Consider using an h2 unless you need a header level of less importance, or as a sub-header to an existing h2 element. Any header level may include links, as depicted in the example.
The header above is an h3 element, which may be used for any form of page-level header which falls below the h2 header in a document hierarchy. More than one may be used per page.
For all headers below third-level, follow the guidelines listed above. Only use lower header levels when necessary.
For all headers below third-level, follow the guidelines listed above. Only use lower header levels when necessary.
For all headers below third-level, follow the guidelines listed above. Only use lower header levels when necessary.
All paragraphs are wrapped in p tags. Additionally, p elements can be wrapped with a blockquote element if the p element is indeed a quote. Historically, blockquote has been used purely to force indents, but this is now achieved using CSS. Reserve blockquote for quotes. Here’s an example of correct usage:
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Cras euismod fringilla arcu. Integer posuere. Aliquam ipsum. Donec eget massa ac orci tempus euismod. Donec quis neque nec neque consequat sollicitudin. Donec commodo tempor nulla. Suspendisse venenatis. Ut ut leo. Nunc placerat urna at libero. Nunc suscipit lacus.
Additionally, you might wish to cite the source, as in the above example. (The correct method involves the cite attribute directly applied to the blockquote element, but since no browser makes any use of that information whatsoever, it’s useful to also specify the standalone cite element.)
You might have noticed all the monospaced text in this guide. There are a number of inline HTML elements you may use anywhere within other elements, including abbr, acronym, cite, code, del, em, ins, kbd, strong, and var.
title attribute will appear when the user’s mouse hovers the abbreviation (although notably, this does not work in Internet Explorer for Windows). Example abbreviations and usage: NASA, HTML, and Mass.abbr, any text in the title attribute will appear when the user’s mouse hovers the acronym (unlike abbr, however, this does work in Internet Explorer for Windows.) According to Mirriam Webster, acronyms are:
…a word (as NATO, radar […] ) formed from the initial letter or letters of each of the successive parts or major parts of a compound term; also : an abbreviation (as FBI) formed from initial letters.
If you think the difference between acronym and abbr is esoteric, you’re probably right.
codefunction getJello() {
echo $aDeliciousSnack;
}
Inline usage: just like elsewhere in this document, HTML elements like em or code can be considered code, and marked up as such.
s element. The del element also has a datetime attribute which allows you to include a timestamp directly in the element. Example deleted text and usage: She bought i or otherwise) you should use the em element instead. Notable exceptions are stylistic italicizing of proper titles, foreign languages, etc. where italicizing is used for differentiation instead of emphasis. In those cases, no proper HTML elements exist, so an i element or a span element with a custom class may be preferable. Example emphasized text and usage: You simply must try the negitoro maki!del element. Like del, ins has a datetime attribute which allows you to include a timestamp directly in the element. Example inserted text and usage: She bought em element. In most instances where you’d want to bold text (using the HTML element b or otherwise) you should use the strong element instead. Notable exceptions are stylistic bolding of examples, first occurences of names in an article, etc. where bolding is used for differentiation instead of emphasis. In those cases, no proper HTML elements exist, so b element or a span element with a custom class may be preferable. Example strong text and usage: Don’t stick nails in the electrical outlet.Then there are the lists. ul denotes an unordered list (ie. a list of loose items that don’t require numbering, or a bulleted list). ol denotes an ordered list, and various numbering schemes are available through the CSS (including 1,2,3… a,b,c… i,ii,iii… and so on). Each item within the ul or ol requires a surrounding <li> and </li> tag, to denote individual items within the list (as you may have guessed, li stands for list item).
Additionally, dl is another list type called a definition list. Instead of list items, the content of a dl consists of dt (Definition Term) and dd (Definition description) pairs. Though it may be called a “definition list”, dl can apply to other scenarios where a parent/child relationship is applicable. For example, it may be used for marking up dialogues, with each dt naming a speaker, and each dd containing his or her words.
Example lists and usage:
dl.dt terms may stand on their own without an accompanying dd, but in that case they share descriptions with the next available dt. You may not have a dd without a parent dt.May 23, 20103:35pm
I chose Processing as the visualisation tool of choice although there are plenty of alternative tools out there. I wanted the control that Processing lends the user. It is also very powerful. It is for me, as a front end developer, a steep learning curve. Here are three books that have helped me start to make my own visualisations:
If you are completely new to programming this book is by far the simplest to follow and I found best written for the complete newcomer. It guides you through the basics of Java, in plain English without Jargon. Definitely the place to start if you’ve not touched code before.
Buy Daniel Shiffman Learning Processing on Amazon

Another book for beginners, Greenberg guides you through the basics of the Java language. It is very thorough and it’s page length is daunting however very little is missing. Greenberg speaks from experience and writes at length about the background to computational art. He comes from the perspective of a graphic artist venturing into programming and it was comforting to know he made it through.
Buy Ira Greenberg Processing on Amazon

Fry’s O’Reilly edition assumes at least some programming experience, if not a good understanding of Processing, from the reader. He guides the user through several real world examples of using Processing for Data Visualization. YThis is of particular interest to me. Many concepts are quite advanced so I will certainly be dipping into this more as I learn.
Buy Ben Fry Visualizing Data on Amazon
Here are a few essential books for the shelf of any self respecting Data Visualisation creator. I’ll be adding to these
Edward Tufte The Visual Display of Quantitative Information
Edward Tufte Beautiful Evidence
Buy on Amazon
David McCandless Information is Beautiful
Buy on Amazon
8:42am

Information Architect’s Web Trend Map is in final beta. It visualises the 140 most influential people on twitter, sorted by #name #handle #category #influence #activity and can be bought as an AO poster.
via iA.
May 19, 201011:57am

Takes a little while to work out what’s going on but, if you want to plan the best time to grow your own potatoes, it’s all there
via EagerEyes
May 17, 20107:51pm
People divide into those who’d rather dine on a sandwich but overnight in a great hotel, or have a sumptuous meal and sleep in a hostel.
May 15, 20107:55am
People who think that small things don’t matter have never slept in a room with a mosquito.
Rob Stokes
May 6, 20106:22pm
May 1, 20101:23pm

My brothers’ families are coming round for a Mexican so I made this warning to stick on the hot chilli sauce jar.
Oh, this sauce really is dangerous!
10:24am
This recipe was given to me by my brother who obtained it from a 90 year old Indian woman, the grand-mother of a friend.
3 cups of plain flour
1 teaspoon of salt
1 dessertspoon of sugar
The yolk of one egg
Sift the flour into a bowl. Add the salt, sugar, yolk and enough water to make an elastic dough. Kneed well. Make into eight balls. Grease each ball with ghee (or melted butter) until soft and elastic. Roll out each ball, sprinkle with a little flour and spread with ghee. Cut one side of the circle (the radius) and roll into a conical shape. Stand on it’s fat base and push the dough down into the middle. Roll out this ball into an approximately 4 inch disc and fry a in pan which has been wiped with melted butter until brown.