Cargando…

CoffeeScript Programming with jQuery, Rails, and Node.js.

3. CoffeeScript and jQuery; Finding and changing elements; The function; Utility functions; Ajax methods; Using jQuery; Using CoffeeScript and jQuery in the browser; Compiling CoffeeScript; jQuery and CoffeeScript; Testing it all; Running a local web server; Our application; TodoMVC; Our initial HTM...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Erasmus, Michael
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham : Packt Pub., 2012.
Temas:
Acceso en línea:Texto completo

MARC

LEADER 00000cam a2200000Mu 4500
001 EBSCO_ocn823719300
003 OCoLC
005 20231017213018.0
006 m o d
007 cr |n|||||||||
008 130109s2012 enk o 000 0 eng d
040 |a EBLCP  |b eng  |e pn  |c EBLCP  |d OCLCQ  |d UMI  |d OCLCO  |d N$T  |d COO  |d YDXCP  |d OCLCQ  |d OCLCO  |d DEBSZ  |d OCLCQ  |d FEM  |d JBG  |d AGLDB  |d MERUC  |d OCLCQ  |d ZCU  |d OCLCF  |d VTS  |d CEF  |d ICG  |d OCLCQ  |d DKC  |d AU@  |d OCLCQ  |d M8D  |d UKAHL  |d OCLCQ  |d K6U  |d VLY  |d OCLCQ  |d OCLCO  |d OCLCQ 
019 |a 825071229  |a 968032326  |a 969016010  |a 1086959570  |a 1162494088  |a 1241861047  |a 1264743099  |a 1290049611  |a 1297224150  |a 1297552822  |a 1300495114 
020 |a 9781849519595  |q (electronic bk.) 
020 |a 1849519595  |q (electronic bk.) 
020 |z 9781849519588 
020 |z 1849519587 
020 |a 1283901854 
020 |a 9781283901857 
029 1 |a AU@  |b 000050492553 
029 1 |a AU@  |b 000053044732 
029 1 |a DEBBG  |b BV041121038 
029 1 |a DEBBG  |b BV043085958 
029 1 |a DEBBG  |b BV044171903 
029 1 |a DEBSZ  |b 396759599 
029 1 |a DEBSZ  |b 397460120 
029 1 |a DEBSZ  |b 421303204 
035 |a (OCoLC)823719300  |z (OCoLC)825071229  |z (OCoLC)968032326  |z (OCoLC)969016010  |z (OCoLC)1086959570  |z (OCoLC)1162494088  |z (OCoLC)1241861047  |z (OCoLC)1264743099  |z (OCoLC)1290049611  |z (OCoLC)1297224150  |z (OCoLC)1297552822  |z (OCoLC)1300495114 
037 |a CL0500000186  |b Safari Books Online 
050 4 |a QA76.73 .C58 
072 7 |a COM  |x 051260  |2 bisacsh 
072 7 |a COM  |x 051420  |2 bisacsh 
082 0 4 |a 005.2  |a 005.2762 
049 |a UAMI 
100 1 |a Erasmus, Michael. 
245 1 0 |a CoffeeScript Programming with jQuery, Rails, and Node.js. 
260 |a Birmingham :  |b Packt Pub.,  |c 2012. 
300 |a 1 online resource (293 pages) 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
347 |a text file  |2 rda 
505 0 |a Table of Contents; CoffeeScript Programming with jQuery, Rails, and Node.js; CoffeeScript Programming with jQuery, Rails, and Node.js; Credits; About the Author; About the Reviewers; www.PacktPub.com; Support files, eBooks, discount offers and more; Why Subscribe?; Free Access for Packt account holders; Preface; What this book covers; What you need for this book; Who this book is for; Conventions; Reader feedback; Customer support; Downloading the example code; Errata; Piracy; Questions; 1. Why CoffeeScript?; CoffeeScript syntax; Semicolons and braces; Whitespace; Parenthesis. 
505 8 |a CoffeeScript has great function syntaxReturn isn't required; Function arguments; Where did the var keyword go?; CoffeeScript handles scope better; Top level var keywords; CoffeeScript has better object syntax; Inheritance; Overwhelmed?; Extending prototypes; A few other things CoffeeScript fixes; Reserved words and object syntax; String concatenation; Equality; The existential operator; List comprehensions; The while loop; Conditional clauses and logical aliases; Array slicing and splicing; Destructuring or pattern matching; => and @; Switch statements; Chained comparisons. 
505 8 |a Block strings, block comments, and stringsSummary; 2. Running CoffeeScript; The CoffeeScript stack; Node.js and npm; Node.js, npm, and CoffeeScript on Windows; Installing CoffeeScript on a Mac; Using the Apple installer; Using Homebrew; Installing CoffeeScript with npm; Installing CoffeeScript on Linux; Ubuntu and MintOS; Debian; Other distributions; Installing CoffeeScript with npm; Building Node.js from source; Building on Linux or Unix; Building on Windows; Using CoffeeScript; The coffee command; The REPL; Running .coffee files; Compiling to JavaScript; Watching; Putting it all together. 
520 |a 3. CoffeeScript and jQuery; Finding and changing elements; The function; Utility functions; Ajax methods; Using jQuery; Using CoffeeScript and jQuery in the browser; Compiling CoffeeScript; jQuery and CoffeeScript; Testing it all; Running a local web server; Our application; TodoMVC; Our initial HTML; Initializing our app; Adding a to-do item; Using localStorage; Displaying the to-do items; Showing the to-do items; Removing and completing items; Now, it's your turn!; Summary; 4. CoffeeScript and Rails; What makes Rails special?; Convention over configuration. 
505 8 |a Don't repeat yourself (DRY)Rails and JavaScript; Rails and CoffeeScript; Installing Rails; Installing Rails using RailsInstaller; Installing Rails using RVM; Got Rails installed?; Developing our Rails application; MVC; Running our application; Our todo_items resource; routes.rb; The controller; The view; The CSS; Our model; Migrations; The Rails console; Displaying the items in our view using ERB; Creating a partial; Adding new items; Let's try and add a to-do item; Adding a CoffeeScript view; CoffeeScript in the asset pipeline; Completing the to-do items; Removing tasks; Now, it's your turn. 
520 |a It's a quick guide for programming CoffeeScript and then diving into programming with Rails, jQuery, and Node.js. This book is for web developers who would like to learn programming with CoffeScript. It is also for developers who have some experience in JavaScript and are curious to learn CoffeScript and build applications with it. 
588 0 |a Print version record. 
546 |a English. 
590 |a eBooks on EBSCOhost  |b EBSCO eBook Subscription Academic Collection - Worldwide 
650 0 |a CoffeeScript (Computer program language) 
650 0 |a Web applications  |x Development. 
650 6 |a CoffeeScript (Langage de programmation) 
650 6 |a Applications Web  |x Développement. 
650 7 |a COMPUTERS  |x Programming Languages  |x JavaScript.  |2 bisacsh 
650 7 |a COMPUTERS  |x Programming Languages  |x VBScript.  |2 bisacsh 
650 7 |a CoffeeScript (Computer program language)  |2 fast  |0 (OCoLC)fst01893292 
776 0 8 |i Print version:  |a Erasmus, Michael.  |t CoffeeScript Programming with jQuery, Rails, and Node.js.  |d Birmingham : Packt Publishing, ©2012  |z 9781849519588 
856 4 0 |u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=513350  |z Texto completo 
938 |a Askews and Holts Library Services  |b ASKH  |n AH26943889 
938 |a EBSCOhost  |b EBSC  |n 513350 
938 |a YBP Library Services  |b YANK  |n 9959034 
994 |a 92  |b IZTAP