Potpourri
Image sliders / Page turners
wowslider
Design and more
interactive design - designinginteractions.com
mudtub - nextnature.net/2010/03/mud-tub/
wildernessdowntown - thewildernessdowntown.com/
processing
wefeelfine.org
Favicons
The small icon to the left of the URL address in a browser is called a favicon. The code for this can be create free with your own image on a website. A couple such websites include Dynamic Drive and Favicon. These sites will accept your image, create the code which is copied and pasted into the website.
The code look something like this:
<link rel="shortcut icon" type="image/x-icon" href="images/favicon.ico">
and will be placed under the <title> line in the <head> portion of the HTML document. The image called favicon.ico will be placed in the images folder.
QR Code
QR codes are coded images, typically black and white which when scanned by a mobile device such as an iPhone will open a webpage to upload a document. Two samples would lead you to www.saxowsky.com and the website of the courses taught by Denvy Saxowsky at Western Oregon University. One may generate QR Codes at any number of websites including http://www.qrstuff.com/ and http://qrcode.kaywa.com/
|