- PVSM.RU - https://www.pvsm.ru -

Веб-разработка / Самый большой в мире класс по изучению jQuery

Доброго времени суток!

Не так давно я опубликовал [1] статью о наборе учеников для ознакомления с прекрасным скринкастом под названием Learn jQuery in 30 Days [2], который недавно удачно преодолел отметку в 40000 учеников [3].
Если вы по какой-либо причине (например, отсутствие свободного времени) не смогли ознакомиться со скринкастом, то не стоит волноваться, так как после того, как будет опубликован последний урок, курс продолжит своё существование и вы сможете начать обучение в удобное для вас время.
На данный момент количество учеников составляет 41358 человек. Спешите к ним присоединиться. Чтобы сделать это, вам необходимо оставить адрес своей электронной почты на странице курса Learn jQuery in 30 Days [2].

Для тех, кто жаждет обучения в количестве нескольких уроков за один день, то вы можете перейти по ссылке необходимого вам урока. Итак, вот они:

Introduction

  1. Welcome [4]

The Basics

  1. Hello jQuery [5]
  2. Not So Fast, jQuery [6]
  3. The Basics of Querying the DOM [7]
  4. Events 101 [8]
  5. Events 201 [9]
  6. Quiz #1 — The Basics [10]
  7. Bind… Live… Delegate… Huh? [11]
  8. Creating and Appending Content [12]

Effects

  1. Slides and Structure [13]
  2. The this Keyword [14]
  3. Modifying Effects Speeds [15]
  4. Creating Custom Effect Methods [16]
  5. Full Control With animate [17]
  6. Homework Solutions [18]
  7. The Obligatory Slider (First Stab) [19]
  8. Prototypal Inheritance and Refactoring the Slider [20]
  9. Your Questions Answered [21]
  10. Quiz #2 — Effects [22]

Utilities

  1. $.each and Templating [23]
  2. Say Hello to Handlebars [24]
  3. The Twitter API [25]
  4. Filtering with jQuery.grep [26]

Custom Events

  1. Custom Events and the Observer Pattern [27]

AJAX

  1. Loading Pages Asynchronously [28]

Если же вы не желаете бродить по различным страницам, то вы можете скачать курс здесь [29].

Немного об авторе курса

Автором данного курса является Джефри Вэй. Да, да, тот самый. Именно он является создателем Prefixr [30], а также автором некоторых интересных книг, скринкастов и подкастов. И вот некоторые из них:

Интервью с Джефри

На днях я написал Джефри о том, что я опубликовал на хабре (огромное сообщество веб, и не только, программистов) предложение присоединиться к его курсу по изучению jQuery. Я попросил его дать интервью (по традиции, ответить на некоторое количество вопросов в текстовом формате), которые можете задать и вы, дорогие читатели.
Вопросы будут направлены Джефри в среду (в 16.00 по МСК), а пока задавайте вопросы.
По сложившейся традиции, авторы лучших и наиболее интересных вопросов получат плюсы в карму и, собственно, ответы на свои вопросы.

До скорых встреч!

Автор: krovatti


Сайт-источник PVSM.RU: https://www.pvsm.ru

Путь до страницы источника: https://www.pvsm.ru/getting-started/2408

Ссылки в тексте:

[1] опубликовал: http://habrahabr.ru/blogs/webdev/138006/

[2] Learn jQuery in 30 Days: http://learnjquery.tutsplus.com/

[3] преодолел отметку в 40000 учеников: http://net.tutsplus.com/articles/news/the-largest-jquery-class-in-the-world/

[4] Welcome: http://tutsplus.com/lesson/welcome-3/

[5] Hello jQuery: http://tutsplus.com/lesson/hello-jquery/

[6] Not So Fast, jQuery: http://tutsplus.com/lesson/not-so-fast-jquery/

[7] The Basics of Querying the DOM: http://tutsplus.com/lesson/the-basics-of-querying-the-dom/

[8] Events 101: http://tutsplus.com/lesson/events-101/

[9] Events 201: http://tutsplus.com/lesson/events-201/

[10] Quiz #1 — The Basics: http://tutsplus.com/lesson/jquery-30-days-quiz-1/

[11] Bind… Live… Delegate… Huh?: http://tutsplus.com/lesson/bind-live-delegate-huh/

[12] Creating and Appending Content: http://tutsplus.com/lesson/creating-and-appending-content/

[13] Slides and Structure: http://tutsplus.com/lesson/slides-and-structure/

[14] The this Keyword: http://tutsplus.com/lesson/the-this-keyword/

[15] Modifying Effects Speeds: http://tutsplus.com/lesson/modifying-effect-speeds/

[16] Creating Custom Effect Methods: http://tutsplus.com/lesson/creating-custom-effect-methods/

[17] Full Control With animate: http://tutsplus.com/lesson/full-control-with-animate/

[18] Homework Solutions: http://tutsplus.com/lesson/jquery-animate-homework-solutions/

[19] The Obligatory Slider (First Stab): http://tutsplus.com/lesson/the-obligatory-slider/

[20] Prototypal Inheritance and Refactoring the Slider: http://tutsplus.com/lesson/prototypal-inheritance-and-refactoring-the-slider/

[21] Your Questions Answered: http://tutsplus.com/lesson/your-questions-answered/

[22] Quiz #2 — Effects: http://tutsplus.com/lesson/jquery-30-days-quiz-2/

[23] $.each and Templating: http://tutsplus.com/lesson/each-and-templating/

[24] Say Hello to Handlebars: http://tutsplus.com/lesson/say-hello-to-handlebars/

[25] The Twitter API: http://tutsplus.com/lesson/the-twitter-api/

[26] Filtering with jQuery.grep: http://tutsplus.com/lesson/filtering-with-jquery-grep/

[27] Custom Events and the Observer Pattern: http://tutsplus.com/lesson/custom-events-and-the-observer-pattern/

[28] Loading Pages Asynchronously: http://tutsplus.com/lesson/loading-pages-asynchronously/

[29] здесь: http://rutracker.org/forum/viewtopic.php?t=3927335

[30] Prefixr: http://prefixr.com/

[31] Regular Expressions: Up and Running: http://tutsplus.com/course/regular-expressions-up-and-running/

[32] CSS3 Essentials: http://tutsplus.com/course/css3-essentials/

[33] 30 Days to Learn HTML and CSS: http://tutsplus.com/course/30-days-to-learn-html-and-css/

[34] jQuery Podcast: http://podcast.jquery.com/2010/04/02/episode-18-jeffery-way-nettuts/