background preloader

A frequently-updated compendium of web app first-run experiences

A frequently-updated compendium of web app first-run experiences

43 High Quality Tutorial Sites to Start Learning Web Design « Na If you want to start learning web design and development any time soon, you can start from these high quality resources. Most of the sites have been around for a while, have accumulated numerous tutorials on various topics on HTML/CSS, Photoshop, PHP/MySQL, Javascript/jQuery/AJAX and Flash. Start learning or polishing off your design skills now Add This Post to Your Delicious 1. At W3Schools, you can study everything you need to learn, in an accessible and handy format. 2. Yoobee Online now offer their introduction to HTML & CSS short course online. Introduction to HTML5 & CSS3 3. Quackit teaches beginners how to create websites. 7. HTMLlite will show you how to easily create web pages with your favorite text editor. 9. Tutorials on EchoEcho are structured into three sections. 10. Sergey Gribov‘s website offers a quick start on web technologies. 11. Jessett covers such topics as usability, graphic design, html, css, dhtml and more. 19. 20. 22. 25. HTML Tutorial 27. CSS Tutorial 28. 34. 41.

the mystery of css float property Advertisement Years ago, when developers first started to make the transition to HTML layouts without tables, one CSS property that suddenly took on a very important role was the float property. The reason that the float property became so common was that, by default, block-level elements will not line up beside one another in a column-based format. The CSS float property allows a developer to incorporate table-like columns in an HTML layout without the use of tables. In this article, we’ll discuss exactly what the float property is and how it affects elements in particular contexts. Definition and Syntax The purpose of the CSS float property is, generally speaking, to push a block-level element to the left or right, taking it out of the flow in relation to other block elements. Flickr photo by presentday The effectiveness of using floats in multi-columned layouts was explained by Douglas Bowman in 2004 in his classic presentation No More Tables: No More Tables Syntax Float in Practice

Related: