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

  • BetterCalculator7 by Jim Anderson
    Jim Anderson May 23, 2012

    BetterCalculator 7 Freeware updated 5/21/2012 This Calculator was first developed in 2005 out of neccessity. Many, many hours of coding have gone into it's development. At that time, it was the best looking and most practical Calculator available on any computer. As new operating systems have developed, I've tried to keep pace. As of this update, it works fine on my Windows7 system. This is my contribution to mankind. Please feel free to use it and make it available for others to enjoy. No, I'm not a computer geek... -Jim Anderson- Read More

  • Calendar by Anup Khandelwal
    Anup Khandelwal May 22, 2012

    If you need a simple, elegant calendar to display the current days of the month, Basic Calendar is an excellent script for the purpose. Uses CSS to allow easy changing to its appearance, everything from calendar dimensions, colors, down to the font used to highlight the current day. Read More

  • Validating an email address in HTML5 by Brad Jones
    Brad Jones May 17, 2012

    Validating an email address in HTML5 is very simple. Read More

  • Warcraft2 by Feng.Chun
    Feng.Chun Apr 15, 2012

    A warcraft game demo was written with JSGF(JavaScript Game Framework). Read More

  • Triangular Numbers by Upali Jinatissa
    Upali Jinatissa Apr 15, 2012

    Triangular Numbers Read More

Recent Web Development Articles

  • Implement a Dynamic Tomcat Cluster with Mod_Cluster
    May 1, 2012

    Mod_cluster and a dynamic Tomcat cluster can help ensure that your Web applications utilize resources efficiently. Read More

  • Oracle Rolls Out Java, JavaFX Updates
    Apr 30, 2012

    The release includes the first JavaFX Software Development Kit for Mac OS X. Read More

  • Report: UDID Restrictions Cost iOS Developers 24% of Ad Revenues
    Apr 30, 2012

    MoPub calls for Apple to create an alternative way to track users. 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