JavaScript.com Latest JavaScriptsJavaScript.com is your gateway to all things JavaScript. Featuring JavaScript tutorials, free scripts, tools, and links and more! This channel features content from JavaScriptSource.com.End of Week Date Lookup- (Found July 2, 2008 ) Use this script to display the date of the end of the week for any given period during the year. Fully customizable and easy to use.http://javascriptsource.com/time-date/end-of-week-date-lookup.html Credit Card Debt Calculator- (Found July 2, 2008 ) This script will calculate how long it will take to pay off credit card debt. It will also calculate the total interest that will be paid over that same period.http://javascriptsource.com/math-related/credit-card-debt-calculator.html Developing a Simple Validation Library in JavaScript- (Found July 2, 2008 ) This tutorial teaches some of the most commonly used JavaScript functions for client side validation of HTML forms. You can reuse these scripts to inject into server side controls.http://www.devarticles.com/c/a/JavaScript/Developing-a-simple-validation-library-in-JavaSc... Cookie Monsters Inc- (Found July 2, 2008 ) One of the most powerful tools available to the Web developer are HTTP cookies. Here's the 411 on how cookies work, complete with public domain JavaScript functions.http://www.hunlock.com/blogs/Cookie_Monsters_Inc Page Glossary- (Found July 2, 2008 ) This script collects all of the abbreviations, acronyms, and definitions on a page and builds a definition list of the terms, which is appended to a specified container. The script checks for duplicate terms and also alphabetizes the terms.http://javascriptsource.com/miscellaneous/page-glossary.html JQuery- (Found July 2, 2008 ) A fast, concise, JavaScript Library that simplifies how you traverse HTML documents, handle events, perform animations, and add Ajax interactions to your Web pageshttp://javascriptsource.com/miscellaneous/jquery.html Quartic Equation Solver- (Found July 2, 2008 ) This script can solve quartic equations in the form of ax4 + bx+3 + cx2 + dx + e = 0.http://javascriptsource.com/math-related/quartic-equation-solver.html Datejs- (Found July 2, 2008 ) An open-source JavaScript date library. This library will simplify and enhance the creation of dates in your scripts.http://javascriptsource.com/miscellaneous/datejs.html Calling an ActionScript Function from JavaScript- (Found July 2, 2008 ) This tutorial will show you how to use the FlashProxy JavaScript class to proxy function calls between Flash and JavaScript.http://osflash.org/projects/flashjs/tutorials/astojs JsTetris- (Found July 2, 2008 ) A Tetris-clone game. Does not require images. Keeps tracks of high game scores, using a cookie.http://javascriptsource.com/games/jstetris.html |