Tagged Questions
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
869 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 ...
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
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
4answers
604 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 ...