Thursday, September 30, 2010
Tuesday, September 28, 2010
Meet The 2010 MacArthur 'Genius Grant' Winners
The famed MacArthur Fellows Program, which awards "Genius" grants to exceptional inventors, innovators and other creative types, has announced 23 new fellows for 2010.
Thursday, September 23, 2010
Most Amazing Web App Ever?
What do you get when you take words and doodle with them? The answer is a word cloud. At wordle.net you can create your own word clouds. Try it out with you next term paper or with your last month's worth of FB posts!
Wednesday, September 22, 2010
And the winner is...
You voted and your choice for the easiest to use website is...
WENDYS
I'd love to hear from those of you who voted for Wendy's over Chick-fil-A and Subway. Why Wendy's?
WENDYS
I'd love to hear from those of you who voted for Wendy's over Chick-fil-A and Subway. Why Wendy's?
Tuesday, September 21, 2010
Oh the horror!
Oxford English Dictionary 'will not be printed again'
The next edition of the Oxford English Dictionary, the world’s most definitive work on the language, will never be printed because of the impact of the internet on book sales.
Pardon me while I shed a tear...
The next edition of the Oxford English Dictionary, the world’s most definitive work on the language, will never be printed because of the impact of the internet on book sales.
Pardon me while I shed a tear...
Monday, September 20, 2010
Money, money, money
Amazing New Designs For The Dollar Bill (PHOTOS)
The American dollar is in bad need of a makeover. Thanks to the Dollar ReDe$ign Project, we may now have some options.
Organized by creative strategy consultant Richard Smith, the Dollar ReDe$ign Project is soliciting ideas for the dollar bill of the future. "Our great 'rival', the Euro, looks so spanky in comparison it seems the only clear way to revive this global recession is to rebrand and redesign," the project notes on its website.
The American dollar is in bad need of a makeover. Thanks to the Dollar ReDe$ign Project, we may now have some options.
Organized by creative strategy consultant Richard Smith, the Dollar ReDe$ign Project is soliciting ideas for the dollar bill of the future. "Our great 'rival', the Euro, looks so spanky in comparison it seems the only clear way to revive this global recession is to rebrand and redesign," the project notes on its website.
Thursday, September 16, 2010
What is HTML?
What is HTML?
HTML is a language for describing web pages.
- HTML stands for Hyper Text Markup Language
- HTML is not a programming language, it is a markup language
- A markup language is a set of markup tags
- HTML uses markup tags to describe web pages
HTML Tags
HTML markup tags are usually called HTML tags
- HTML tags are keywords surrounded by angle brackets like <html>
- HTML tags normally come in pairs like <b> and </b>
- The first tag in a pair is the start tag, the second tag is the end tag
- Start and end tags are also called opening tags and closing tags
HTML Documents = Web Pages
- HTML documents describe web pages
- HTML documents contain HTML tags and plain text
- HTML documents are also called web pages
The purpose of a web browser (like Internet Explorer or Firefox) is to read HTML documents and display them as web pages. The browser does not display the HTML tags, but uses the tags to interpret the content of the page:
| <html> <body> <h1>My First Heading</h1> <p>My first paragraph.</p> </body> </html> |
Example Explained
- The text between <html> and </html> describes the web page
- The text between <body> and </body> is the visible page content
- The text between <h1> and </h1> is displayed as a heading
- The text between <p> and </p> is displayed as a paragraph
Wednesday, September 15, 2010
Typographic pizzazz:
Coming to a Web near you
Coming to a Web near you
What could be finer?
Your favorite font could soon be coming to the Web. That's because of a new technology called Web Open Font Format, or WOFF, that has attracted support from all the right players: browser makers, standards groups, typography designers, and online services to ease licensing.
Read more: http://news.cnet.com/8301-30685_3-20013802-264.html#ixzz0zebJSFed
Read more: http://news.cnet.com/8301-30685_3-20013802-264.html#ixzz0zebJSFed
Tuesday, September 14, 2010
Subscribe to:
Posts (Atom)