-
Notifications
You must be signed in to change notification settings - Fork 481
Import and freshen FAQ #71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
For me, the FAQ page has always been something of a 'Show me what I can do with jQuery' high-level summary that someone could read in 5-10 minutes. There are benefits to it being left in it's current form (very fast reference), however, splitting it out into separate pages has the advantage of more room to go into detail or expand on examples if we wanted. I also don't think it would be that much more effort to click to a link to view an answer so my vote goes for separation. |
My vote goes for keeping it in one file and adding to it judiciously. My observation has been that people really like having a quick reference that they can go to when "I know I must be doing something wrong but I don't know what it is." And it's really nice for people answering questions on IRC and whatnot to have a consolidated "go-to" page for the things that people ask millions of times a day. The beauty of rolling this FAQ page into the new site is that we don't have to go into great detail on any one answer. We can give the overview answer and then say "Still confused about why you're getting a parse error for your ajax response? Learn more in our super detailed article about JSON", or "Now that you know why your events 'stop working' after you insert new content into the DOM and you've learned how to avoid the problem using .delegate() or passing the selector argument with .on(), take your learning to the next level with these three articles on event delegation: 1, 2, 3." Or whatever. |
Hm. I don't think we lose the "quick reference" aspect if we divide it up into several pages. There's a lot of other things that come up a million times a day that aren't in the FAQ already, and people will be linked to atomic different pages on the learning site. I think we are still free to go into not that much detail and link on any given question, but breaking it apart frees us to go into as much detail as we like. Breaking it apart does complicate things from a redirect standpoint as well. |
I am going to work on this now at the Dev Summit. |
Added the 'How do I...' FAQs for issue #71
Added the 'How do I...' FAQs for issue jquery#71
Start with importing the very frequently linked http://docs.jquery.com/Frequently_Asked_Questions page
then clean it up
There are probably a lot of other FAQ's we could come up with just from brainstorming for a few more minutes. I think we should give some consideration to making the "How To" category become FAQs, and have FAQ answers on separate pages. There are advantages to the monolithic "FAQ page," so I'm curious for whether @kswedberg or @addyosmani or others think we should ditch it (for separate pages) or expand it.
The text was updated successfully, but these errors were encountered: