Full stack web development with Backbone.js: [scalable application design with 100% JavaScript]
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Buch |
Sprache: | English |
Veröffentlicht: |
Beijing [u.a.]
O'Reilly
2014
|
Ausgabe: | 1. ed. |
Schlagworte: | |
Online-Zugang: | Inhaltstext Inhaltsverzeichnis |
Beschreibung: | Vor Erscheinen vom Verl. auch angekündigt u.d.T.: Developing web applications with Backbone.js |
Beschreibung: | XVI, 171 S. Ill. |
ISBN: | 9781449370985 |
Internformat
MARC
LEADER | 00000nam a2200000 c 4500 | ||
---|---|---|---|
001 | BV042009575 | ||
003 | DE-604 | ||
005 | 20141021 | ||
007 | t | ||
008 | 140805s2014 a||| |||| 00||| eng d | ||
015 | |a 14N17 |2 dnb | ||
016 | 7 | |a 1049950410 |2 DE-101 | |
020 | |a 9781449370985 |c Pb. : EUR 20.00 (DE), USD 29.99 |9 978-1-449-37098-5 | ||
035 | |a (OCoLC)895550330 | ||
035 | |a (DE-599)DNB1049950410 | ||
040 | |a DE-604 |b ger | ||
041 | 0 | |a eng | |
049 | |a DE-83 |a DE-11 |a DE-573 | ||
084 | |a ST 250 |0 (DE-625)143626: |2 rvk | ||
100 | 1 | |a Mulder, Paul |e Verfasser |4 aut | |
245 | 1 | 0 | |a Full stack web development with Backbone.js |b [scalable application design with 100% JavaScript] |c Patrick Mulder |
246 | 1 | 0 | |a Backbone-js |
250 | |a 1. ed. | ||
264 | 1 | |a Beijing [u.a.] |b O'Reilly |c 2014 | |
300 | |a XVI, 171 S. |b Ill. | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
500 | |a Vor Erscheinen vom Verl. auch angekündigt u.d.T.: Developing web applications with Backbone.js | ||
650 | 0 | 7 | |a JavaScript |0 (DE-588)4420180-1 |2 gnd |9 rswk-swf |
689 | 0 | 0 | |a JavaScript |0 (DE-588)4420180-1 |D s |
689 | 0 | |5 DE-604 | |
856 | 4 | |q text/html |u http://deposit.dnb.de/cgi-bin/dokserv?id=4634885&prov=M&dok_var=1&dok_ext=htm |3 Inhaltstext | |
856 | 4 | 2 | |m HBZ Datenaustausch |q application/pdf |u http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=027451462&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
943 | 1 | |a oai:aleph.bib-bvb.de:BVB01-027451462 |
Datensatz im Suchindex
_version_ | 1806328719940255744 |
---|---|
adam_text |
Titel: Full stack web development with Backbone.js
Autor: Mulder, Patrick
Jahr: 2014
Table
of
Contents
Preface.vii
1.
The
Bigger
Picture.
1
Before
You
Get
Started
1
Backbonify
Your
Stack
2
Using
npm
2
Local
Backbone.js
4
Backbone.js
via
Content
Delivery
Networks
5
Modules,
Packages,
and
Servers
6
CommonJS
Modules
8
Beyond
index.html
9
Browserify
10
Combining
Expresses
and
Stitch
13
When
Things
Go
Wrong
15
Conclusion
16
2.
Kick-Starting
Application
Development.17
Creating
a
Wireframe
18
Decoupling
State
from
the
UI
19
Models
and
Collections
21
Views
22
Backbone.js
and
MVC
22
Preparing
a
Click
Dummy
24
Basic
HTML
and
Style
24
Building
a
Data
Layer
26
Basic
Events
31
Conclusion
34
3.
Building
the
User
Interface.
35
iii
Referencing
jQuery
35
Interfacing
the
DOM
36
Basic
Rendering
37
Bindings
to
Data
Changes
39
Basic
View
Templates
41
Rendering
a
Collection
42
Handling
UI
Events
43
DRYer
Views
and
ViewModels
46
Conclusion
47
4.
Router
Basics.
.
49
Addressing
State
49
Preparing
50
Defining
Routes
51
Navigating
54
Orchestrating
Views
55
Preparing
for
a
Layout
View
55
Parent
and
Child
Views
56
Conclusion
60
5.
Transforming
Collections.
.
61
Functional
Enhancements
61
Sorting
62
Filtering
66
Backbone.
Obscura
68
Conclusion
71
6.
Advanced
View
Templates.
.
73
Views
and
Templates
73
JST
74
ECO
75
Handlebars
76
React
and
Others
76
Build
Automation
77
Grunt
77
Conclusion
82
7.
Synchronizing
State.
.
83
Fetching
Remote
Movies
84
RESTful
Web
Services
84
Mocking
an
API
85
Basic
Sync
and
Fetch
88
iv
1
Table
of
Contents
Asynchronous
Effects
Firebase
Conclusion
92
94
96
Basic
API
Concerns.
.97
Backend
Services
98
Proxies
98
Building
a
Movies
Service
100
Wrapping
a
Data
Store
101
Persistence
108
Conclusion
111
Authentication.
.113
Security
in
Browsers
113
Cookies
114
Signup
116
Managing
Sessions
118
Sessions
with
Backbone
123
A
Navbar
View
123
A
Modal
View
for
Sign
Up
125
The
Login
Dialog
129
The
Session
Logic
131
A
New
Session
131
State
of
a
Session
131
Logout
132
Conclusion
132
Automated
Workflows.
.
135
Improving
Productivity
135
Dependencies
with
Bower
136
Say
Hello
to
Yeoman
138
Require
JS
140
Main.js
141
Adding
Modules
142
Scaffolding
Components
143
Conclusion
143
From
Backbone
To
Thorax.
.
145
The
Role
of
Frameworks
145
Getting
Started
147
Prepare
Mock
Data
149
Initializing
the
Application
150
Table
of
Contents
|
v
A
Router
Setup
152
Thorax.Collection
152
Rendering
154
Conclusion
156
A.
Developing
with
JavaScript.
157
Index.
165
Vi
j
Table
of
Contents |
any_adam_object | 1 |
author | Mulder, Paul |
author_facet | Mulder, Paul |
author_role | aut |
author_sort | Mulder, Paul |
author_variant | p m pm |
building | Verbundindex |
bvnumber | BV042009575 |
classification_rvk | ST 250 |
ctrlnum | (OCoLC)895550330 (DE-599)DNB1049950410 |
discipline | Informatik |
edition | 1. ed. |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>00000nam a2200000 c 4500</leader><controlfield tag="001">BV042009575</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">20141021</controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">140805s2014 a||| |||| 00||| eng d</controlfield><datafield tag="015" ind1=" " ind2=" "><subfield code="a">14N17</subfield><subfield code="2">dnb</subfield></datafield><datafield tag="016" ind1="7" ind2=" "><subfield code="a">1049950410</subfield><subfield code="2">DE-101</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781449370985</subfield><subfield code="c">Pb. : EUR 20.00 (DE), USD 29.99</subfield><subfield code="9">978-1-449-37098-5</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)895550330</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)DNB1049950410</subfield></datafield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">DE-604</subfield><subfield code="b">ger</subfield></datafield><datafield tag="041" ind1="0" ind2=" "><subfield code="a">eng</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-83</subfield><subfield code="a">DE-11</subfield><subfield code="a">DE-573</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">ST 250</subfield><subfield code="0">(DE-625)143626:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Mulder, Paul</subfield><subfield code="e">Verfasser</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Full stack web development with Backbone.js</subfield><subfield code="b">[scalable application design with 100% JavaScript]</subfield><subfield code="c">Patrick Mulder</subfield></datafield><datafield tag="246" ind1="1" ind2="0"><subfield code="a">Backbone-js</subfield></datafield><datafield tag="250" ind1=" " ind2=" "><subfield code="a">1. ed.</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Beijing [u.a.]</subfield><subfield code="b">O'Reilly</subfield><subfield code="c">2014</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">XVI, 171 S.</subfield><subfield code="b">Ill.</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="b">n</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="b">nc</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="500" ind1=" " ind2=" "><subfield code="a">Vor Erscheinen vom Verl. auch angekündigt u.d.T.: Developing web applications with Backbone.js</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">JavaScript</subfield><subfield code="0">(DE-588)4420180-1</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="689" ind1="0" ind2="0"><subfield code="a">JavaScript</subfield><subfield code="0">(DE-588)4420180-1</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="856" ind1="4" ind2=" "><subfield code="q">text/html</subfield><subfield code="u">http://deposit.dnb.de/cgi-bin/dokserv?id=4634885&prov=M&dok_var=1&dok_ext=htm</subfield><subfield code="3">Inhaltstext</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="m">HBZ Datenaustausch</subfield><subfield code="q">application/pdf</subfield><subfield code="u">http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=027451462&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA</subfield><subfield code="3">Inhaltsverzeichnis</subfield></datafield><datafield tag="943" ind1="1" ind2=" "><subfield code="a">oai:aleph.bib-bvb.de:BVB01-027451462</subfield></datafield></record></collection> |
id | DE-604.BV042009575 |
illustrated | Illustrated |
indexdate | 2024-08-03T01:41:46Z |
institution | BVB |
isbn | 9781449370985 |
language | English |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-027451462 |
oclc_num | 895550330 |
open_access_boolean | |
owner | DE-83 DE-11 DE-573 |
owner_facet | DE-83 DE-11 DE-573 |
physical | XVI, 171 S. Ill. |
publishDate | 2014 |
publishDateSearch | 2014 |
publishDateSort | 2014 |
publisher | O'Reilly |
record_format | marc |
spelling | Mulder, Paul Verfasser aut Full stack web development with Backbone.js [scalable application design with 100% JavaScript] Patrick Mulder Backbone-js 1. ed. Beijing [u.a.] O'Reilly 2014 XVI, 171 S. Ill. txt rdacontent n rdamedia nc rdacarrier Vor Erscheinen vom Verl. auch angekündigt u.d.T.: Developing web applications with Backbone.js JavaScript (DE-588)4420180-1 gnd rswk-swf JavaScript (DE-588)4420180-1 s DE-604 text/html http://deposit.dnb.de/cgi-bin/dokserv?id=4634885&prov=M&dok_var=1&dok_ext=htm Inhaltstext HBZ Datenaustausch application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=027451462&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA Inhaltsverzeichnis |
spellingShingle | Mulder, Paul Full stack web development with Backbone.js [scalable application design with 100% JavaScript] JavaScript (DE-588)4420180-1 gnd |
subject_GND | (DE-588)4420180-1 |
title | Full stack web development with Backbone.js [scalable application design with 100% JavaScript] |
title_alt | Backbone-js |
title_auth | Full stack web development with Backbone.js [scalable application design with 100% JavaScript] |
title_exact_search | Full stack web development with Backbone.js [scalable application design with 100% JavaScript] |
title_full | Full stack web development with Backbone.js [scalable application design with 100% JavaScript] Patrick Mulder |
title_fullStr | Full stack web development with Backbone.js [scalable application design with 100% JavaScript] Patrick Mulder |
title_full_unstemmed | Full stack web development with Backbone.js [scalable application design with 100% JavaScript] Patrick Mulder |
title_short | Full stack web development with Backbone.js |
title_sort | full stack web development with backbone js scalable application design with 100 javascript |
title_sub | [scalable application design with 100% JavaScript] |
topic | JavaScript (DE-588)4420180-1 gnd |
topic_facet | JavaScript |
url | http://deposit.dnb.de/cgi-bin/dokserv?id=4634885&prov=M&dok_var=1&dok_ext=htm http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=027451462&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
work_keys_str_mv | AT mulderpaul fullstackwebdevelopmentwithbackbonejsscalableapplicationdesignwith100javascript AT mulderpaul backbonejs |