website

TwitterFacebook
Get flash to fully experience Pearltrees

DOCTYPE - The Show For People Who Make Websites. Video Tips, Tricks, and Tutorials for Web Design and Web Development.

http://doctype.tv/ What is Doctype? Doctype is the show for people who make websites. Whether you're a designer that wants to learn some coding or a developer that thinks everything they make looks like crap, Doctype is the show for you! Every episode, Nick and Jim break down the latest topics and trends in web design and web development, from CSS3 and iconography to jQuery and web security. Created by Done21 , the show was started to help web designers, web developers, freelancers, engineers, and creative professionals improve their skills and stay on top of their game.
Interview with Kevin Lynch at Web 2.0 conference in San Francisco. Covers Adobe, Flash, innovation, HTML 5, thoughts on the direction the web is moving, competition, and omniture. Highly recommended.

Kevin Lynch Interview at Web 2.0 at Mike Chambers

http://www.mikechambers.com/blog/2010/05/06/kevin-lynch-interview-at-web-2-0/
… Could have been the title of this post 3 months ago. Given the recent layoffs and announcements in the past few weeks, it may seem short sighted to be overly excited faced with this news today. This was, however, a part of the announcements recently by Adobe regarding Flex. They are committed to contributing Flex (and several complimentary projects) to the Apache Software Foundation (ASF). http://adamflater.blogspot.com/2007/03/static-code-blocks.html

static code blocks!

SoundManager 2: Javascript Sound For The Web

// where to find flash SWFs, if needed... soundManager.url = ' /path/to/swf-files/ '; soundManager.onready(function() { // SM2 is ready to play audio! }); http://www.schillmania.com/projects/soundmanager2/
HTML 5 experimentation and demos I've hacked together. Click on the browser support icon or the technology tag to filter the demos (the filter is an OR filter). Filter demos: canvas classlist contenteditable dataset dnd events file-api file geolocation getUserMedia hidden history manifest offline postMessage sql-database storage video websocket workers xhr2

HTML5 Demos and Examples

http://html5demos.com/

W3schools

Place for learning about the website. W3C is the satnd for world wide web concortium, they make the standard of the web. by arimpranata Jul 26

CSS Positioning

http://www.w3schools.com/Css/css_positioning.asp The CSS positioning properties allow you to position an element. It can also place an element behind another, and specify what should happen when an element's content is too big. Elements can be positioned using the top, bottom, left, and right properties. However, these properties will not work unless the position property is set first.