Category:JavaScript
hamishwillee
(Talk | contribs) m (Automated change of category from Browsing to Browser. (Ontology Change)) |
m (Jasfox - Added Nokia Maps API link.) |
||
| (4 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
| + | [[Category:Web]][[Category:Scripting]] | ||
JavaScript is, one of the most used, scripting language which are utilized on the web development. It's also well known client side scripting language, but can also be used on the server side scripting. | JavaScript is, one of the most used, scripting language which are utilized on the web development. It's also well known client side scripting language, but can also be used on the server side scripting. | ||
| Line 17: | Line 18: | ||
End user has possibility to choose on the browser settings that is the scripting functionality supported. | End user has possibility to choose on the browser settings that is the scripting functionality supported. | ||
| − | [ | + | |
| − | + | ||
| + | ==Nokia Maps API == | ||
| + | The [http://api.maps.nokia.com/ Nokia Maps API] is a JavaScript API that enables you to present any custom content on top of Nokia Maps within a browser. | ||
| + | {| | ||
| + | |style="width:50%;"| | ||
| + | '''Recently Edited:''' | ||
| + | {{ListRecentlyEdited|crop=60|andcategory=JavaScript|Nokia Maps}} | ||
| + | |style="width:50%;"| | ||
| + | '''Most Viewed:''' | ||
| + | {{ListMostViewed|crop=60|andcategory=JavaScript|Nokia Maps}} | ||
| + | |} | ||
Revision as of 12:57, 3 February 2012
JavaScript is, one of the most used, scripting language which are utilized on the web development. It's also well known client side scripting language, but can also be used on the server side scripting.
JavaScript can be used example to, detect incoming browser, validate forms data, make mathematical calculations, react the user activities on the page.
JavaScript can added directly into HTML pages
<script type="text/javascript">
….code….
</script>
or can be created the link to the external file
<script type="text/javascript" src="script.js"></script>End user has possibility to choose on the browser settings that is the scripting functionality supported.
Nokia Maps API
The Nokia Maps API is a JavaScript API that enables you to present any custom content on top of Nokia Maps within a browser.
|
Recently Edited: None |
Most Viewed: None |
Pages in category "JavaScript"
The following 128 pages are in this category, out of 128 total.
Media in category "JavaScript"
The following 17 files are in this category, out of 17 total.

