Frequently Asked Questions
Results 1 - 5 of 5
JavaScript Tips, Tricks, and Techniques - Beginner to Advanced
Often hard-to-find JavaScript tips, tricks, and techniques that every webmaster should know for day-to-day problem solving. Window control, sizing, and management; page refreshes, rules for naming JavaScript variables, scrollbar control, redirects, page...
(show more)
JavaScript primer
So what is JavaScript? Is it Java? What does it do? Is it difficult to learn? These questions will all be answered in this tutorial, and more. Jump start your JavaScript endeavor here.
How to Close Browser Window
If you want to close any browser window then you can use window.close() method. The method window.close() will attempt to close the window in which the script is executing.See simple script ...
JavaScript (And Other) Tips & Tricks
Basic, simple tips and tricks, with code samples, on frequently asked JavaScript questions, like window sizing and positioning, window focus control, calling multiple functions from event handlers, watermarking (making static) background images,...
(show more)
JavaScript Tips & Articles
Contains JavaScript Tips for beginners and full articles about more advanced topics
