Z
Z
Zhbert2012-10-29 11:32:48
Programming
Zhbert, 2012-10-29 11:32:48

What to read about modern web technologies?

All the way I was engaged in systems science, application studies and other coding not related to the web. My experience in it is limited to creating a simple site a la slakware.org.

In this regard, the question is - what to read to catch up with the modern world of web coding? To learn how to make the same whistles and farts that the Internet is now filled with?

I decided to try myself in a different path, and there is an idea for one site, but there is still not enough knowledge =)

Answer the question

In order to leave comments, you need to log in

5 answer(s)
E
egorinsk, 2012-10-29
@egorinsk

Unfortunately, there are few good materials in Russian. Here's what you need to learn for web development:
- HTML, CSS, layout, positioning and floats are here: htmlbook.ru/ softwaremaniacs.org/blog/category/primer/ chikuyonok.ru/
- Round necks. CSS3 shadows, gradients, transformations and animations
- Design slicing, photoshop basics
- Design and typography basics
- Javascript: learn.javascript.ru/
- DOM interfaces: I don't know where, probably in MDN (Mozilla Developer Network) you can read
- Browser Compatibility Tables : www.quirksmode.org/compatibility.html caniuse.com/
- Learn some server-side PL
- Learn databases: MySQL or Postgres or some other
- NoSQL: Mongo, Memcache
- Learn OOP and MVC
- Enterprise Application Development Patterns (there is a book by Martin Fowler)
- Features of highload
applications ready-made themes, the Internet is full of examples and articles, don’t listen to it - with this approach, you will only learn to copy the code you see somewhere and install plugins, but you won’t be able to create anything yourself. All these tutorials are only suitable for educating monkeys, who then make sites for food on Drupal with a stolen design.
If you know English, everything is much better. Here is an article from Habr with a bunch of tutorials: habrahabr.ru/post/156241/
And, read the book from 37 signals during the break, I forgot what it's called, it's small, but wildly smart.

I
Igor, 2012-10-29
@igoravr

smashingmagazine.com
net.tutsplus.com

I
Ilya Shabanov, 2012-10-29
@ishaba

In my opinion, modern web technologies need to be followed, and the most convenient way to do this is on Twitter.
developer.mozilla.org/ru/ dev.opera.com web-standards.ru css-tricks.com
Here is some of what I visit regularly, but it so happened that I rarely go directly to them, it is much more convenient through , read about the new tweet.

A
Alexey Rytikov, 2013-07-02
@chlp

Book by 37 signals - Getting Real

P
Pavel Tyslyatsky, 2012-11-30
@tbicr

And what is this ?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question