Javascript

JavaScript is the scripting language of the Web! JavaScript is used in millions of Web pages to improve the design, validate forms, detect browsers, create cookies, and much more. JavaScript is the most popular scripting language on the internet. Here you'll find all sorts of Javascript, from absolute beginner stuff to more advanced material. If you are a new web author looking for some "Plain English" Javascript tutorials, then you've come to the right place. Here you will quickly learn how to make a page quickly and easily, completely from scratch with no special software at all. If you wish, you can go straight to the beginner tutorial. If you find out that the tutorial wans't on your needs, send us an email and discuss with us. 

Categories in section: Articles Reviews
4D Database (5) Actionscript (14) Ajax (30)
Apple (25) ASP (20) C++ (22)
CGI (10) Coldfusion (22) Content Management (12)
CSS (53) DHTML (16) Domain Names (14)
Hardware (31) HTML (39) Java (31)
Javascript (39) JSP (10) Linux (81)
Microsoft Access (17) Microsoft Windows (88) Mysql (21)
Networking & Communication (8) Oracle (15) Perl (19)
PHP (47) PostgreSQL (9) Python (18)
Ruby (51) SAP (2) Search Engine (28)
Structured Query Language (29) Visual Basic (15) Web Hosting (15)
XHTML (9) XML (21)

Ordering   Advanced search

Monday, 31 December 2007 |  Written by Jeff Wilson  | 
User rating: Rate it first |  Hits: 748
For most PC users around the world, JavaScript is a formidable term. As Brian Kemp, a 28-year-old accountant from New York, says, "I've been using a PC for the past 18 years and the Internet for 10 years, and in all this time, I never felt the need to acquaint myself with JavaScript." That was until his web browsing grew increasingly fraught with JavaScript errors cropping up every now and then. "Once I began reading up on JavaScript basics, I realized that it was not the exclusively technical territory that I had taken it to be," admits Brian.
Saturday, 17 November 2007 |  Written by shiriru  | 
User rating: Rate it first |  Hits: 928
{mos_sb_discuss:23} Because scope in javascript can be the source of very hard to track bugs, we will see how work the variable scoping in javascript. Depending on your programming languages background (block level scoping or not), you may have some surprises.
Tuesday, 30 October 2007 |  Written by James  | 
User rating: Rate it first |  Hits: 832
For this post, I’m going to be using jQuery, because it’s the closest well-known thing to the library I’m currently working on at my new job. (It’s a wrapper for YUI with lots of syntax niceties.) Programming asynchronous actions is a pain in the head. Why can’t I do setTimeout($(’#myNode’).hide, 2000)? I need to bind the hide function to the $(’#myNode’) object for starters, and jQuery doesn’t give you a bind method, and besides, binding and execution scope gives lots of JavaScript novices a headache. Wouldn’t this be nice:
Saturday, 01 September 2007 |  Written by Mugur  | 
User rating: Rate it first |  Hits: 993
{mos_sb_discuss:23}  The various client-side technologies differ in many ways, starting with the way they get loaded and executed by the web client. JavaScript is a scripting language, whose code is written in plain text and can be embedded into HTML pages to empower them. When a client requests an HTML page, that HTML page can contain JavaScript. JavaScript is supported by all modern web browsers without requiring users to install new components on the system.
Friday, 01 June 2007 |  Written by Adi Bach  | 
User rating: Rate it first |  Hits: 1331
I see a lot of person talking about how ajax is cool and it helps you doing things that you couldn’t do before it was “invented”. What most of these people don’t know is that most of the coolest features are not ajax. Ajax is just a way to communicate between a client and a server without reloading the whole page. The rest of it is javascript, DHtml (dynamic Html) and CSS (cascading style-sheet).
Friday, 01 June 2007 |  Written by Dan Simard  | 
User rating: Rate it first |  Hits: 1136
{mos_sb_discuss:23} Picture yourself on a beautiful beach on a warm day. The sounds of the waves is music to your hears. You’re on a comfortable chair with a laptop on your knees connected via an incredible WiFi. You’re using a brand new web2.0 application that must be the gratest web site on the web. Then, you see an infamous alert from javascript… 
Wednesday, 18 April 2007 |  Written by Will Bontrager  | 
User rating: Rate it first |  Hits: 1444
{mos_sb_discuss:23} You've seen images on web sites that putting your cursor over an image causes the image to roll over into another image. This article shows you a method that also tells the browser to preload the second image. A preloaded image bypasses the pause that would otherwise be present the first time a rollover is called for.
Wednesday, 18 April 2007 |  Written by Will Bontrager  | 
User rating: Rate it first |  Hits: 1578
{mos_sb_discuss:23} The concept is deceptively simple. Yet, the protection is as good as having hidden file names on the server. The site visitor types a password in a form.
Wednesday, 18 April 2007 |  Written by Will Bontrager  | 
User rating: Rate it first |  Hits: 1850
{mos_sb_discuss:23} JavaScript can be embedded within the source code of a web page. Or, it can be in a file somewhere else and a special JavaScript tag used to insert the file when the web page is loaded into a browser.
Monday, 02 April 2007 |  Written by Adi Bach  | 
User rating: Rate it first |  Hits: 1529
{mos_sb_discuss:23} JavaScript can be used to create an image object (an area in computer memory that holds the details the browser will need to display an image). No HTML code is needed.
Results 1 - 10 of 39 << Start < Prev 1 2 3 4 Next > End >>

Powered by jReviews