You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: page/about.md
+8-45Lines changed: 8 additions & 45 deletions
Original file line number
Diff line number
Diff line change
@@ -6,65 +6,28 @@ customFields:
6
6
value: 0
7
7
---
8
8
9
-
Learning how and when to use jQuery is a different process for each and every
10
-
web developer, depending largely on experience with the primary tools for
11
-
front-end development (HTML, CSS, and JavaScript) and knowledge of general
12
-
programming principles. Over the years developers of all stripes have come to
13
-
rely on our [API documentation](http://api.jquery.com) for help figuring out
14
-
how to do exactly what they need to do.
9
+
Learning how and when to use jQuery is a different process for each and every web developer, depending largely on experience with the primary tools for front-end development (HTML, CSS, and JavaScript) and knowledge of general programming principles. Over the years developers of all stripes have come to rely on our [API documentation](http://api.jquery.com) for help figuring out how to do exactly what they need to do.
15
10
16
-
However, API documentation alone cannot serve as a guide to solving problems
17
-
and fostering a true understanding of web development. Over the years, an
18
-
ecosystem of blog posts, books, support forums, and channels has grown to help
19
-
cover the **hows** and **whys** of developing with jQuery, as well as explaining
20
-
best practices, techniques, and workarounds for common problems. This type of
21
-
documentation has been invaluable resource for millions of people, but the
22
-
experience of navigating these waters can be frustrating as often as it is
23
-
fulfilling, as developers struggle to identify trustworthy resources, determine
24
-
whether what they're reading is actually up to date, and figure out those
25
-
magical search keywords that are _just right_!
11
+
However, API documentation alone cannot serve as a guide to solving problems and fostering a true understanding of web development. Over the years, an ecosystem of blog posts, books, support forums, and channels has grown to help cover the **hows** and **whys** of developing with jQuery, as well as explaining best practices, techniques, and workarounds for common problems. This type of documentation has been invaluable resource for millions of people, but the experience of navigating these waters can be frustrating as often as it is fulfilling, as developers struggle to identify trustworthy resources, determine whether what they're reading is actually up to date, and figure out those magical search keywords that are _just right_!
26
12
27
13
This site represents the jQuery Foundation's ongoing effort to consolidate and
28
14
curate this information in order to provide this crucial "narrative
29
15
documentation" to our community and serve the following goals:
30
16
31
17
1. Provide our **users** with a digestible reference on all aspects of using jQuery, from the basics of getting started and performing common tasks to more advanced topics like approaches to structuring code and where jQuery fits into modern web application development.
32
18
2. Provide our **contributors** a central, open place to collaborate and provide a dependable, highly sharable resource that will improve our users' support experiences.
33
-
3. Foster an environment by which users are encouraged to become contributors and build the skills to help them work on jQuery — or any other open source project!
19
+
3. Foster an environment by which users are encouraged to become contributors and build the skills to help them work on jQuery – or any other open source project!
34
20
35
-
In order to achieve these goals, all of [this site's content is maintained
36
-
publicly on GitHub](http://github.com/jquery/learn.jquery.com) and is licensed
To learn more about how the site works, take a look at our [contributing
40
-
guide](/contributing).
21
+
In order to achieve these goals, all of [this site's content is maintained publicly on GitHub](https://github.com/jquery/learn.jquery.com) and is licensed under the [MIT License](https://github.com/jquery/learn.jquery.com/blob/master/LICENSE-MIT.txt). To learn more about how the site works, take a look at our [contributing guide](/contributing/).
41
22
42
23
## History
43
24
44
25
The jQuery Learning site has its roots in two primary places.
45
26
46
-
The first is Rebecca Murphey's [jQuery Fundamentals](http://jqfundamentals.com/legacy),
47
-
a free, open source book on jQuery basics she originally released in 2010.
48
-
Seeking a better home where the information could be both maintained going
49
-
forward, and consumed in a more piecemeal fashion, Rebecca donated the content
50
-
to the jQuery Foundation to form the basis of what was then an abstract idea
51
-
for some sort of "learning center."
27
+
The first is Rebecca Murphey's [jQuery Fundamentals](http://jqfundamentals.com/legacy), a free, open source book on jQuery basics she originally released in 2010. Seeking a better home where the information could be both maintained going forward, and consumed in a more piecemeal fashion, Rebecca donated the content to the jQuery Foundation to form the basis of what was then an abstract idea for some sort of "learning center."
52
28
53
-
The second is [docs.jquery.com](http://docs.jquery.com), that erstwhile
54
-
chestnut still living out its final days before it will be shut down in early
55
-
2013. Since we've moved the API documentation for jQuery Core off that domain,
56
-
we needed a place that could serve a similar need — documentation (that anyone
57
-
can contribute to) that gets into the "how-to" and FAQs — without clumsy
58
-
barriers to entry like finding the right person to set you up with a special
59
-
wiki account and forcing all authoring into a `textarea`.
29
+
The second is [docs.jquery.com](http://docs.jquery.com), that erstwhile chestnut still living out its final days before it will be shut down in early 2013. Since we've moved the API documentation for jQuery Core off that domain, we needed a place that could serve a similar need – documentation (that anyone can contribute to) that gets into the "how-to" and FAQs – without clumsy barriers to entry like finding the right person to set you up with a special wiki account and forcing all authoring into a `<textarea>`.
60
30
61
-
<h2><aname="beta">About the Beta</a></h2>
31
+
<h2id="beta">About the Beta</h2>
62
32
63
-
Though this resource will never truly be "done," the current version of this
64
-
site should still be considered something of a preview. We still have a number
65
-
of improvements we want to make to the content, user experience, and site build
66
-
before we're ready to call it a "final release." At the same time, however,
67
-
it's important for us to open the doors now so we can begin providing better
68
-
docs to people who need them right away and spread the word about this effort.
69
-
If you're interested in helping us reach the finish line, we invite you to
70
-
please read more about how [you can get involved with contributing](/contributing)!
33
+
Though this resource will never truly be "done," the current version of this site should still be considered something of a preview. We still have a number of improvements we want to make to the content, user experience, and site build before we're ready to call it a "final release." At the same time, however, it's important for us to open the doors now so we can begin providing better docs to people who need them right away and spread the word about this effort. If you're interested in helping us reach the finish line, we invite you to please read more about how [you can get involved with contributing](/contributing/)!
0 commit comments