Tagged Questions
The w3schools tag has no wiki summary.
120
votes
15answers
11k views
Where can I learn jQuery? Is it worth it?
I've had a lot of good experiences learning about web development on w3schools.com. It's hit or miss, I know, but the PHP and CSS sections specifically have proven very useful for reference.
Anyway, ...
13
votes
9answers
862 views
Online HTML/CSS/Javascript learning reference alternative to w3schools?
From my time on SO I've found w3schools may not be the best place to send people as an html/web programming reference. I started using them a loooong time ago and have been sending people there for ...
4
votes
1answer
765 views
W3Schools jQuery Quiz Question
There is a jQuery quiz posted on the W3Schools site here...
http://www.w3schools.com/quiztest/quiztest.asp?qtest=jQuery
Question #19 is as follows,
Look at the following jQuery selector: ...
3
votes
2answers
216 views
Why stackexchange users hate W3 Schools? [closed]
Why stack exchange users hate W3 Schools? Whenever I Recommended W3 Schools, stack exchange users always say try to avoid W3 Fools why? Any Specific Reason behind this?
Note: this Question related ...
2
votes
3answers
144 views
Rotate using ONLY javascript
I wanted to rotate a div. After a lot of research, there is no javascript to rotate a div without using the css transform, unless jquery library is used. The problem is I want to do a small rotation, ...
1
vote
3answers
191 views
none of the w3schools ajax examples work in firefox
None of the ajax examples on the w3schools site seems to work for me in firefox 3.0.19
For example: http://www.w3schools.com/ajax/ajax_database.asp
Any ideas how this should be fixed? I've got the ...
1
vote
2answers
517 views
Another questionable jQuery Quiz answer at W3Schools
There is a jQuery quiz posted on the W3Schools site here...
http://www.w3schools.com/quiztest/quiztest.asp?qtest=jQuery
Question #16 is as follows,
Which jQuery function is used to prevent code ...
1
vote
2answers
641 views
Is w3schools PHP certification have value in market(in india)? [closed]
Is w3schools PHP certification have value in market(in india)??
for getting job.
1
vote
4answers
786 views
w3schools AJAX example
What would I need to do to get this example running on my machine?
http://www.w3schools.com/ajax/tryit.asp?filename=tryajax%5Fhttprequest%5Fjs
I'm looking to access the XML file hosted on w3schools ...
0
votes
1answer
83 views
any api for w3schools,like youtube api
I Want access W3schools in my applications(like getting Videos From Youtube Api),getting whole W3schools in application using .net
0
votes
2answers
59 views
What's a good site to the Google css elements besides w3schools? [closed]
When I just google for css float, the first result is from w3schools. I was taught earlier today about W3Fools. What is a good site to search for basic web definitions besides w3school? (In other ...
0
votes
4answers
603 views
W3Schools tutorial example not working with Coda on Mac
I am following a JavaScript tutorial on the W3Schools website and I have the following code:
<html>
<head>
<title>Hello!</title>
</head>
<body>
<script ...