Muutke küpsiste eelistusi

JavaScript Quick Syntax Reference 1st ed. [Pehme köide]

  • Formaat: Paperback / softback, 73 pages, kõrgus x laius: 235x155 mm, kaal: 1533 g, 2 Illustrations, black and white; XV, 73 p. 2 illus., 1 Paperback / softback
  • Ilmumisaeg: 14-Sep-2015
  • Kirjastus: APress
  • ISBN-10: 1430264934
  • ISBN-13: 9781430264934
Teised raamatud teemal:
  • Pehme köide
  • Hind: 23,68 €*
  • * hind on lõplik, st. muud allahindlused enam ei rakendu
  • Tavahind: 27,86 €
  • Säästad 15%
  • Raamatu kohalejõudmiseks kirjastusest kulub orienteeruvalt 2-4 nädalat
  • Kogus:
  • Lisa ostukorvi
  • Tasuta tarne
  • Tellimisaeg 2-4 nädalat
  • Lisa soovinimekirja
  • Formaat: Paperback / softback, 73 pages, kõrgus x laius: 235x155 mm, kaal: 1533 g, 2 Illustrations, black and white; XV, 73 p. 2 illus., 1 Paperback / softback
  • Ilmumisaeg: 14-Sep-2015
  • Kirjastus: APress
  • ISBN-10: 1430264934
  • ISBN-13: 9781430264934
Teised raamatud teemal:

JavaScript Quick Syntax Reference is a condensed syntax reference to the JavaScript language. It presents the essentials of JavaScript in a well-organized format that can be used as a handy reference. This includes the latest ECMAScript 5, JSON (JavaScript Object Notation) and DOM (Document Object Model) specifications and implementations.

You won’t find any technical jargon, bloated samples, drawn out history lessons or witty stories in this book. What you will find is a JavaScript reference that is concise, to the point and highly accessible. The book is packed with useful information and is a must-have for any JavaScript programmer or Web developer.

In JavaScript Quick Syntax Reference, you will find a concise reference to JavaScript programming language syntax; has short, simple and focused code examples; and includes a well laid out table of contents and a comprehensive index allowing easy review.

About the Author xi
About the Technical Reviewer xiii
Introduction xv
Chapter 1 Using JavaScript 1(4)
Creating a Project
1(1)
Embedding JavaScript
2(1)
Displaying Text
2(1)
View Source
3(1)
Browser Compatibility
3(1)
Console Window
4(1)
Comments
4(1)
Code Hints
4(1)
Chapter 2 Variables 5(4)
Declaring Variables
5(1)
Dynamic Typing
6(1)
Number Type
6(1)
Bool Type
7(1)
Undefined Type
7(1)
Null Type
7(1)
Special Numeric Values
8(1)
Chapter 3 Operators 9(4)
Arithmetic Operators
9(1)
Assignment Operators
9(1)
Combined Assignment Operators
9(1)
Increment and Decrement Operators
10(1)
Comparison Operators
10(1)
Logical Operators
11(1)
Bitwise Operators
11(1)
Operator Precedence
12(1)
Chapter 4 Arrays 13(4)
Numeric Arrays
13(1)
Associative Arrays
14(1)
Multidimensional Arrays
15(1)
Array Object
15(2)
Chapter 5 Strings 17(4)
Escape Characters
17(1)
Strings and Numbers
18(1)
String Object
19(2)
Chapter 6 Conditionals 21(2)
If Statement
21(1)
Switch Statement
22(1)
Ternary Operator
22(1)
Chapter 7 Loops 23(4)
While Loop
23(1)
Do-While Loop
23(1)
For Loop
24(1)
For-in Loop
25(1)
Break and Continue
25(2)
Chapter 8 Functions 27(6)
Defining Functions
27(1)
Calling Functions
27(1)
Function Parameters
28(1)
Variable Parameter Lists
28(1)
Return Statement
29(1)
Argument Passing
29(1)
Function Expressions
30(1)
Scope and Lifetime
31(2)
Chapter 9 Objects 33(6)
Object Properties
33(1)
Object Methods
34(1)
Object Literals
34(1)
Constructor Functions
35(1)
Inheritance
36(1)
Type Checking
36(1)
Object Create
37(2)
Chapter 10 Document Object Model 39(6)
DOM Nodes
39(1)
Selecting Nodes
40(1)
Traversing DOM Tree
41(1)
Creating Nodes
42(1)
Removing Nodes
43(1)
Attribute Nodes
44(1)
Chapter 11 Events 45(6)
Event Handling
45(1)
Event Object
46(1)
Event Propagation
47(1)
DOM Events
48(3)
Chapter 12 Cookies 51(4)
Creating Cookies
51(1)
Encoding
52(1)
Expiration Date
52(1)
Path and Domain
53(2)
Chapter 13 Error Handling 55(4)
Try-Catch
56(1)
Catch Block
56(1)
Finally
57(1)
Throwing Exceptions
57(2)
Chapter 14 Ajax 59(2)
Exchanging Data
59(1)
Server Response
60(1)
Ajax Event
60(1)
Chapter 15 jQuery 61(10)
Including jQuery
61(1)
Using jQuery
61(1)
Element Selection
62(1)
Collection Traversal
63(1)
DOM Traversal
64(1)
Modifying Attributes
65(2)
Creating Elements
67(1)
Moving Elements
67(1)
Ready Method
68(1)
Event Handling
69(1)
Ajax
69(2)
Index 71
Mikael Olsson is a professional web entrepreneur, programmer, and author. He works for an R&D company in Finland where he specializes in software development. In his spare time he writes books and creates websites that summarize various fields of interest. The books he writes are focused on teaching their subject in the most efficient way possible, by explaining only what is relevant and practical without any unnecessary repetition or theory. The portal to his online businesses and other websites is Siforia.com.