- 5 Risultati
prezzo più basso: € 3,63, prezzo più alto: € 100,94, prezzo medio: € 28,40
1
Beginning Ruby on Rails - Holzner, Steve
Ordina
da amazon.com
$ 12,99
(indicativi € 11,80)
Spedizione: € 3,621
OrdinaLink sponsorizzato
Holzner, Steve:

Beginning Ruby on Rails - Prima edizione

2006, ISBN: 9780470069158

edizione con copertina flessibile

Wrox, Paperback, Auflage: 1, 408 Seiten, Publiziert: 2006-11-29T00:00:01Z, Produktgruppe: Book, Hersteller-Nr.: 978-0-470-06915-8, 0.61 kg, Object-Oriented Design, Software Design, Testin… Altro …

Costi di spedizione:Real shipping costs can differ from the ones shown here. (EUR 3.62)
2
Beginning Ruby on Rails  1., Auflage - Holzner, Steve
Ordina
da buchfreund.de
€ 21,47
Spedizione: € 0,001
OrdinaLink sponsorizzato

Holzner, Steve:

Beginning Ruby on Rails 1., Auflage - libri usati

2006, ISBN: 9780470069158

1., Auflage Gepflegter, sauberer Zustand. Aus der Auflösung einer renommierten Bibliothek. Kann Stempel beinhalten. 3168625/202 Versandkostenfreie Lieferung Ruby on Rails,, [PU:John Wiley… Altro …

Costi di spedizione:Versandkostenfrei innerhalb der BRD. (EUR 0.00) Buchpark GmbH, 14959 Trebbin
3
Ordina
da Biblio.co.uk
$ 4,59
(indicativi € 4,17)
Spedizione: € 3,621
OrdinaLink sponsorizzato
Holzner, Steve:
Beginning Ruby on Rails - libri usati

ISBN: 9780470069158

Wrox. Used - Good. Good condition. A copy that has been read but remains intact. May contain markings such as bookplates, stamps, limited notes and highlighting, or a few light stains.,… Altro …

Costi di spedizione: EUR 3.62 Wonder Book
4
Ordina
da AbeBooks.com
$ 111,13
(indicativi € 100,94)
Spedizione: € 21,841
OrdinaLink sponsorizzato
Holzner, Steve:
Beginning Ruby on Rails - edizione con copertina flessibile

2006, ISBN: 0470069155

[EAN: 9780470069158], New book, [PU: Wrox], New, Books

NEW BOOK. Costi di spedizione: EUR 21.84 Mispah books, Redhill, SURRE, United Kingdom [82663586] [Rating: 4 (of 5)]
5
Ordina
da Biblio.co.uk
$ 3,99
(indicativi € 3,63)
Spedizione: € 17,361
OrdinaLink sponsorizzato
Holzner, Steve:
Beginning Ruby on Rails - libri usati

ISBN: 9780470069158

Wrox. Used - Good. Good condition., Wrox, 2.5

Costi di spedizione: EUR 17.36 Wonder Book

1Poiché alcune piattaforme non trasmettono le condizioni di spedizione e queste possono dipendere dal paese di consegna, dal prezzo di acquisto, dal peso e dalle dimensioni dell'articolo, dall'eventuale iscrizione alla piattaforma, dalla consegna diretta da parte della piattaforma o tramite un fornitore terzo (Marketplace), ecc. è possibile che le spese di spedizione indicate da eurolibro non corrispondano a quelle della piattaforma offerente.

Dati bibliografici del miglior libro corrispondente

Dettagli del libro
Beginning Ruby on Rails

Ruby on Rails is the revolutionary online programming tool that makes creating functional e-commerce web sites faster and easier than ever. With the intuitive, straightforward nature of Ruby and the development platform provided by Rails, you can put together full-fledged web applications quickly, even if you're new to web programming. You will find a thorough introduction to both Ruby and Rails in this book. You'll get the easy instructions for acquiring and installing both; understand the nature of conditionals, loops, methods, and blocks; and become familiar with Ruby's classes and objects. You'll learn to build Rails applications, connect to databases, perform necessary testing, and put the whole thing together to create real-world applications such as shopping carts and online catalogs--apps you can actually use right away. What you will learn from this book * How to install and use Ruby and Rails * Object-oriented programming with Ruby * Rails fundamentals and how to create basic online applications * How to work with HTML controls, use models in Rails applications, and work with sessions * Details on working with databases and creating, editing, and deleting database records * Methods for handling cookies and filters and for caching pages * How to connect Rails with Ajax Who this book is for This book is for anyone who wants to develop online applications using Ruby and Rails. A basic understanding of programming is helpful; some knowledge of HTML is necessary. Wrox Beginning guides are crafted to make learning programming languages and technologies easier than you think, providing a structured, tutorial format that will guide you through all the techniques involved.

Informazioni dettagliate del libro - Beginning Ruby on Rails


EAN (ISBN-13): 9780470069158
ISBN (ISBN-10): 0470069155
Copertina flessibile
Anno di pubblicazione: 2006
Editore: Wiley Core >1
380 Pagine
Peso: 0,581 kg
Lingua: eng/Englisch

Libro nella banca dati dal 2007-06-05T13:04:46+02:00 (Zurich)
Pagina di dettaglio ultima modifica in 2023-07-30T17:43:06+02:00 (Zurich)
ISBN/EAN: 0470069155

ISBN - Stili di scrittura alternativi:
0-470-06915-5, 978-0-470-06915-8
Stili di scrittura alternativi e concetti di ricerca simili:
Autore del libro : holz, holzner steven
Titolo del libro: beginning ruby rails, holzner


Dati dell'editore

Autore: Steve Holzner
Titolo: Beginning Ruby on Rails
Editore: John Wiley & Sons
408 Pagine
Anno di pubblicazione: 2006-11-24
Peso: 0,580 kg
Lingua: Inglese
30,90 € (DE)
Not available (reason unspecified)
185mm x 233mm x 20mm

BC; PB; Hardcover, Softcover / Informatik, EDV/Internet; Internet, allgemein; Ruby on Rails

Acknowledgments. Introduction. Chapter 1: Welcome to Ruby. Creating a First Web Application. Getting Started with Ruby. Checking the Ruby Documentation. Working with Numbers in Ruby. Working with Strings in Ruby. Storing Data in Variables. Creating Constants. Interpolating Variables in Double-Quoted Strings. Reading Text on the Command Line. Creating Symbols in Ruby. Working with Operators. Handling Operator Precedence. Working with Arrays. Using Two Array Indices. Working with Hashes. Working with Ranges. Chapter 2: Conditionals, Loops, Methods, and Blocks. It's All about Making Choices: the if Statement. Using the case Statement. Using Loops. Creating and Calling a Method. Making Use of Scope. Working with Blocks. Chapter 3: Classes and Objects. All about Encapsulation. Creating a Class. Creating an Object. Basing One Class on Another. Understanding Ruby's Object Access. Overriding Methods. Creating Class Variables. Creating Class Methods. Creating Modules. Creating Mixins. Chapter 4: Welcome to Rails. Putting Ruby on Rails. Introducing Model-View-Controller Architecture. Giving the View Something to Do. Mixing Ruby Code and HTML Inside the View. Passing Data from an Action to a View. Escaping Sensitive Text. Adding a Second Action. Chapter 5: Building Simple Rails Applications. Accessing Data the User Provides. Using Rails Shortcuts for HTML Controls. Working with Models. Tying Controls to Models. Initializing Data in Controls. Storing Data in Sessions. Chapter 6: Connecting to Databases. Tutorial on Databases. Creating a Data-Aware Rails Application. Creating the Database. Running the store Application. Adding Another Record. Beautifying the Display. Chapter 7: Working with Databases. Displaying Items to the Customer. Creating a Shopping Cart. Combining Purchases in the Cart. Clearing the Cart. Letting the User View the Cart Anytime. Chapter 8: Validating and Testing. Validating the Presence of Data. Validating if Data Is Numeric. Validating if Data Is Unique. Creating the Validator Application. Writing Your Own Validate Method. Testing Your Model. Testing Your Controller. Chapter 9: Controlling the Action with the Action Controller. Routing Refinements. Creating Cookies. Creating a Filter. Logging in with Filters. Using After Filters. Rendering Text Directly. Caching. Chapter 10: Getting the Big Picture with Views. Creating XML. Creating XML Attributes. Using View Helpers. Using View Pagination. Using Partial Templates. Passing Data to Partial Templates. Chapter 11: Ajax and Rails. Using Ajax. Getting Access to Ajax Data. Using XML and Ajax. Using HTML Controls and Ajax. Performing Ajax Searches. Performing Visual Effects. Appendix A: Answers to Exercises. Index.

< Per archiviare...