|
|
|
|
LEADER |
00000cam a2200000Ma 4500 |
001 |
OR_ocn854569180 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr cn||||||||| |
008 |
130716s2013 enka o 001 0 eng d |
040 |
|
|
|a E7B
|b eng
|e pn
|c E7B
|d OCLCQ
|d OCLCO
|d OCLCF
|d COO
|d EBLCP
|d IDEBK
|d MEAUC
|d UMI
|d DEBSZ
|d N$T
|d YDXCP
|d OCLCQ
|d D6H
|d AGLDB
|d MOR
|d CCO
|d PIFAG
|d ZCU
|d MERUC
|d OCLCQ
|d U3W
|d STF
|d WRM
|d OCLCQ
|d VTS
|d NRAMU
|d ICG
|d NLE
|d INT
|d VT2
|d OCLCQ
|d AU@
|d OCLCQ
|d UKMGB
|d OCLCQ
|d A6Q
|d DKC
|d OCLCQ
|d UKAHL
|d OCLCQ
|d AJS
|d OCLCO
|d OCLCQ
|d OCLCO
|
016 |
7 |
|
|a 018014397
|2 Uk
|
019 |
|
|
|a 852757350
|a 857504770
|a 961635829
|a 962648710
|a 974766522
|a 974861976
|a 981863139
|a 989447590
|a 1005639290
|a 1018000176
|a 1041908993
|a 1048749056
|a 1049121330
|a 1052110638
|a 1053604209
|a 1058138068
|a 1081185431
|a 1083550963
|a 1103275652
|a 1129341398
|
020 |
|
|
|a 9781849696555
|q (e-book)
|
020 |
|
|
|a 1849696551
|q (e-book)
|
020 |
|
|
|a 1849696543
|
020 |
|
|
|a 9781849696548
|
020 |
|
|
|z 9781849696548
|
029 |
1 |
|
|a AU@
|b 000052008077
|
029 |
1 |
|
|a AU@
|b 000053309278
|
029 |
1 |
|
|a AU@
|b 000062539549
|
029 |
1 |
|
|a DEBBG
|b BV041432059
|
029 |
1 |
|
|a DEBBG
|b BV043776814
|
029 |
1 |
|
|a DEBBG
|b BV044176398
|
029 |
1 |
|
|a DEBSZ
|b 397572662
|
029 |
1 |
|
|a DEBSZ
|b 398279497
|
029 |
1 |
|
|a DEBSZ
|b 472793977
|
029 |
1 |
|
|a NZ1
|b 15589153
|
029 |
1 |
|
|a UKMGB
|b 018014397
|
029 |
1 |
|
|a AU@
|b 000067111580
|
029 |
1 |
|
|a DKDLA
|b 820120-katalog:999937090205765
|
035 |
|
|
|a (OCoLC)854569180
|z (OCoLC)852757350
|z (OCoLC)857504770
|z (OCoLC)961635829
|z (OCoLC)962648710
|z (OCoLC)974766522
|z (OCoLC)974861976
|z (OCoLC)981863139
|z (OCoLC)989447590
|z (OCoLC)1005639290
|z (OCoLC)1018000176
|z (OCoLC)1041908993
|z (OCoLC)1048749056
|z (OCoLC)1049121330
|z (OCoLC)1052110638
|z (OCoLC)1053604209
|z (OCoLC)1058138068
|z (OCoLC)1081185431
|z (OCoLC)1083550963
|z (OCoLC)1103275652
|z (OCoLC)1129341398
|
037 |
|
|
|a CL0500000278
|b Safari Books Online
|
050 |
|
4 |
|a TK5105.888
|b .Y33 2013eb
|
072 |
|
7 |
|a COM
|x 000000
|2 bisacsh
|
082 |
0 |
4 |
|a 006.76
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Yaapa, Hage.
|
245 |
1 |
0 |
|a Express web application development :
|b learn how to develop web applications with the Express framework from scratch /
|c Hage Yaapa.
|
260 |
|
|
|a Birmingham :
|b Packt Pub.,
|c 2013.
|
300 |
|
|
|a 1 online resource (v, 217 pages) :
|b illustrations (chiefly color)
|
336 |
|
|
|a text
|b txt
|2 rdacontent
|
337 |
|
|
|a computer
|b c
|2 rdamedia
|
338 |
|
|
|a online resource
|b cr
|2 rdacarrier
|
490 |
1 |
|
|a Community experience distilled
|
505 |
0 |
|
|a Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: What is Express?; What is Express?; The story of Express; Installing Express; The stuff that makes up Express; The application object; The request object; The response object; Concepts used in Express; Asynchronous JavaScript; Node modules; Express apps are Node modules; Middlewares; Request flow; Node HTTP/HTTPS API; Summary; Chapter 2: Your First Express App; Your first Express app; The Express manifest file; A very basic Express app; Starting and stopping the app.
|
505 |
8 |
|
|a Analyzing the outputExpress app with views; A public directory for the app; Auto-generating an Express app; Empowering Express with middlewares; Empowering Express with Node modules; Logging requests to the App; Using a configuration file; Setting and getting application options; Express in different environments; Summary; Chapter 3: Understanding Express Routes; What are Routes?; A quick introduction to HTTP verbs; Revisiting the router middleware; Defining routes for the app; Route identifiers; Order of route precedence; How to handle routes; How to organize routes; Using Node modules.
|
505 |
8 |
|
|a Namespaced routingResourceful routing; Making a choice; Summary; Chapter 4: Response From the Server; A primer on HTTP response; HTTP status codes; 1xx; 2xx; 3xx; 4xx; 5xx; HTTP response headers; Media types; HTTP response in Express; Setting the HTTP status code; Setting HTTP headers; Sending data; Plain text; HTML; JSON; JSONP; Serving static files; Serving files programmatically; Serving error pages; Content negotiation; Redirecting a request; Summary; Chapter 5: The Jade Templating Language; What is Jade?; Generating HTML tags; Hierarchy of HTML elements; Assigning IDs; Assigning classes.
|
505 |
8 |
|
|a Specifying HTML attributesCreating text content; Filters; Declaring the document's Doctype; Programmability in Jade; Variables; Interpolation; Control structures; JavaScript constructs; Jade constructs; Modularization; Includes; Template inheritance; Mixins; Escaping; Comments; Summary; Chapter 6: The Stylus CSS Preprocessor; Introduction; Enabling Stylus in Express; Selectors; Selector blocks; Hierarchy; Rules; @import; @media; @font-face; @keyframes; @extend; @css; Programmability; Variables; Literals; Lists; Tuples; Mixins; Functions; Comments; Operators; Conditionals.
|
505 |
8 |
|
|a If, else if, and elseunless; Built-in functions; Summary; Chapter 7: Forms, Cookies, and Sessions; Using forms to submit data; Handling GET submissions; Reading form data; Reading URL query parameters; Handling multiple options; Handling POST submissions; Enabling POST data parsing; Reading form data; Handling text-only forms; Handling file uploads; More about file uploads; Submission via simulated methods; Data in named segments; Reading data; Using cookies to store data; Creating cookies; Reading cookies; Updating cookies; Session cookies; Signed cookies; Deleting cookies.
|
520 |
|
|
|a Express Web Application Development is a practical introduction to learning about Express. Each chapter introduces you to a different area of Express, using screenshots and examples to get you up and running as quickly as possible. If you are looking to use Express to build your next web application, ""Express Web Application Development"" will help you get started and take you right through to Express' advanced features. You will need to have an intermediate knowledge of JavaScript to get the most out of this book.
|
590 |
|
|
|a eBooks on EBSCOhost
|b EBSCO eBook Subscription Academic Collection - Worldwide
|
590 |
|
|
|a O'Reilly
|b O'Reilly Online Learning: Academic/Public Library Edition
|
650 |
|
0 |
|a Web site development.
|
650 |
|
0 |
|a Application software
|x Development.
|
650 |
|
6 |
|a Sites Web
|x Développement.
|
650 |
|
6 |
|a Logiciels d'application
|x Développement.
|
650 |
|
7 |
|a COMPUTERS
|x General.
|2 bisacsh
|
650 |
|
7 |
|a Application software
|x Development
|2 fast
|
650 |
|
7 |
|a Web site development
|2 fast
|
776 |
0 |
8 |
|i Print version:
|a Yaapa, Hage.
|t Express Web Application Development.
|d Birmingham : Packt Publishing, ©2013
|z 9781849696548
|
830 |
|
0 |
|a Community experience distilled.
|
856 |
4 |
0 |
|u https://learning.oreilly.com/library/view/~/9781849696548/?ar
|z Texto completo (Requiere registro previo con correo institucional)
|
938 |
|
|
|a Askews and Holts Library Services
|b ASKH
|n AH26851212
|
938 |
|
|
|a EBL - Ebook Library
|b EBLB
|n EBL1220932
|
938 |
|
|
|a ebrary
|b EBRY
|n ebr10728435
|
938 |
|
|
|a EBSCOhost
|b EBSC
|n 604070
|
938 |
|
|
|a ProQuest MyiLibrary Digital eBook Collection
|b IDEB
|n cis26003896
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 10861462
|
994 |
|
|
|a 92
|b IZTAP
|