5 Functions of the Console Object You Didn’t Know
If you’re debugging JavaScript you’ve probably heard of and used console.log()
, but there’s much more to the Console object. This article discusses 5 functions of the Console object that you may not have heard of, but you’ll want to start using from now.
JavaScript: Taking Off the Training Wheels
A good motivational article on getting to grips with coding JavaScript (without using libraries like jQuery).
If nothing else, learning JavaScript will improve your jQuery code; you’ll be comfortable writing jQuery from scratch and feel happy bending others’ code to your own purposes. Writing efficient, fast and bug-free jQuery is also made much easier when you have a good appreciation of JavaScript, because you can look at what jQuery is really doing.
jQuery and jQuery UI in Drupal 7
The inclusion of jQuery in a custom Drupal theme seems to cause a lot of confusion to people new to Drupal. There is, of course, a proper way of doing it and it's not that difficult once you know how.