web design

TwitterFacebook
Get flash to fully experience Pearltrees
http://html5advent.com/#day01

HTML5 ADVENTURE CALENDAR

Inspired by @webreakstuff and @grahamlicence who have some nice snow globes ( here , and here ), we decided to create our own model for you all for the final Advent(ure): Snow Globe 5-oh . Sure it isn't the flashiest pirate, ninja, 3d dimensional, socket powered demo but it is our hand crafted HTML5 present to you to bring some open Web cheese to your friends (or enemies).
So I haven't programmed anything in 8 or 9 years now. I took an introduction class in high school to C++ then followed up with a class in Java, but I don't recall anything. I'm looking to get back into programming for fun and teach myself a language. With that said, where should I start? http://www.reddit.com/r/learnprogramming/comments/ekff6/havent_coded_in_8_years_what_language_should_i/

Haven't coded in ~8 years. What language should I pick? : learnprogramming

http://www.reddit.com/r/learnprogramming/comments/elxgu/does_anyone_have_a_link_to_a_decent_set_of_html5/ If a post does not appear, please message the moderators so we can rescue it from the spam filter. Welcome to Learn Programming. All questions are welcome here. Please read the FAQ before getting started.

Does anyone have a link to a decent set of HTML5 Canvas tutorials? Specifically regarding animation. : learnprogramming

HTML5 fundamentals, Part 1: Getting your feet wet

HTML5 is a language designed to organize web content. It is intended to make web design and development easier by creating a standardized and intuitive UI markup language. HTML5 provides the means to dissect and compartmentalize your pages, and it allows you to create discrete components that are not only designed to organize your site logically but are also created to give your site syndication capabilities. HTML5 could be called the "information mapping approach to website design" because it incorporates the essence of information mapping, dividing and labeling information to make it easy to use and understand. This is the foundation of HTML5's dramatic semantic and aesthetic utility. http://www.ibm.com/developerworks/web/library/wa-html5fundamentals/