|
0
Votes
vote
Unobtrusive JavaScriptJavaScript belongs in a separate file linked from the head of your page. There is no longer any need to clutter the body of your web page with event handlers attached to tags and scripts embedded in between content. By using a few simple coding techniques we can remove all of that from the bod... |
|
0
Votes
vote
Feature SensingTest if the browser supports a specific JavaScript Feature directly, do not whether the browser was one that did or didn't support that feature ten years ago. Right from day one JavaScript has provided a simple way to check whether the version of JavaScript currently being run supports a given... |
|
0
Votes
vote
Functions and Object ConstructorsJavaScript doesn't have classes but objects can inherit directly from other objects In JavaScript object constructors are defined the same way you define a function. What distinguishes one from the other is the way it is called. By testing how it was called inside your function you can make fu... |
|
0
Votes
vote
Character OrderCharacters don't have to be adjacent to be able to validate them with JavaScript It isn't just the characters that are next to one another in the input text that may need validating. Sometimes the order in which certain characters is important regardless of whether they are next to one another... |
|
0
Votes
vote
JavaScript SplitThe name of the method to call to split a string in JavaScript is rather obvious. JavaScript has some very powerful options for being able to split up a string of text and place the results into an array. JavaScript SplitJavaScript Split originally appeared on About.com Focus on JavaScript ... |
|
0
Votes
vote
JavaScript WindowsDo you really want to try to force your visitors to open a page in a new window? Modern browsers allow the browser owner to choose how they want new pages to be processed - that'w why the target attribute doesn't exist in HTML 4. You can still use a JavaScript window.open call to suggest that ... |
Details for About.com Focus...
368 on the rank from United States
806 indexed news
Keegybot at About.com Focus...
Updated every 24 hours
Last KeegyBot visit 6 hours
Traffic from About.com Focus...
0 Users sent from Keegy

