Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What are some excellent HTML 5, CSS 3 and JavaScript blogs? [closed]

I'm following Ajaxian, but I'm wondering if there are other awesome blogs about HTML 5, CSS 3, JavaScript and such?

like image 472
Tower Avatar asked Jan 08 '10 12:01

Tower


People also ask

What is HTML CSS and JavaScript used for?

HTML provides the basic structure of sites, which is enhanced and modified by other technologies like CSS and JavaScript. CSS is used to control presentation, formatting, and layout. JavaScript is used to control the behavior of different elements.

How are HTML and CSS Different What do they do?

HTML is a markup language used to create static web pages and web applications. CSS is a style sheet language responsible for the presentation of documents written in a markup language. background-color: green; HTML cannot be used in a CSS file.


3 Answers

Some Javascript blogs from my Google Reader

  • http://www.davidflanagan.com/

  • http://dreaminginjavascript.wordpress.com

  • http://www.dustindiaz.com

  • http://www.stevesouders.com/blog

  • http://james.padolsey.com

  • http://ejohn.org

  • http://www.nczonline.net/blog

  • http://webreflection.blogspot.com/

like image 200
caltuntas Avatar answered Sep 27 '22 20:09

caltuntas


It is not specific to HTML5 and CSS3, but it is a very helpful blog :

http://perfectionkills.com/

It deals with good practices for the web in general and performance improvements of web apps.

like image 32
Fabien Ménager Avatar answered Sep 27 '22 21:09

Fabien Ménager


Dive into HTML5

24 ways (you'll have to wait until December for 24 more articles, but read the old ones): http://24ways.org/

like image 42
Adam Stegman Avatar answered Sep 27 '22 21:09

Adam Stegman