The JavaScript Source is an excellent JavaScript resource with tons of "cut and paste" JavaScript examples for your Web pages. All for free!

Latest Scripts from JavaScript Source

Recent Web Development Articles

  • Survey Shows Developers Fail to Track Open Source Code Usage
    Apr 30, 2012

    Bad record-keeping habits could lead to security vulnerabilities. Read More

  • HTML 5: AppCache by Example
    Apr 30, 2012

    Another new HTML 5 improvement for web developers is AppCache. While the name may not be intuitively obvious as to the role of AppCache, once you understand its purpose it makes perfect sense. With AppCache you can selectively cache in the web browser everything from pages to images to scripts to cascading style sheets. In the example and explanations to follow we will explore how AppCache works, what its limitations are, and the benefits of using it. Read More

  • Learn CSS3 From A - Z: Keyframe and Animations
    Apr 27, 2012

    Even though CSS3 is not supported on all browsers yet, many web developer have started to use some of the techniques that it provides. CSS3 has evolved into a technology which, when combined with HTML5 and JavaScript, may end up being a Flash-killer. In this series of articles, we will cover the key additions to CSS3. In the previous article, we learned about 3D transformations in CSS3; and today bring transitions to life by animating them. Read More

  • Optimizing Your Joomla Forum on Mobile Devices
    Apr 27, 2012

    Learn how to optimize your Kunena forum for Joomla for use on a mobile device. Read More

  • An Intro to Node.js
    Apr 25, 2012

    Node.js is part runtime environment and part library for building network applications using server-side JavaScript. It uses Chrome's JavaScript runtime engine to execute JS code directly without the need for the browser sandbox. This article will explain how to use node.js in order to help you decide whether or not it's a technology that you could see yourself embracing. Read More