Vous en avez un à vendre?

Flash et XML : A Developers Guide - Livre de poche par Jacobson, Dov - BON

État :
Bon
Prix :
10,12 $US
Environ13,94 $C
Ayez l'esprit tranquille. Expédition et renvois gratuits.
Expédition :
Sans frais Expédition au tarif économique. En savoir plussur l'expédition
Lieu : Montgomery, Illinois, États-Unis
Livraison :
Livraison prévue entre le mar. 18 juin et le lun. 24 juin à 43230
Les dates de livraison approximatives – s'ouvre dans une nouvelle fenêtre ou un nouvel onglet tiennent compte du délai de manutention du vendeur, du code postal de l'expéditeur, du code postal du destinataire et de l'heure de l'acceptation et dépendent du service d'expédition sélectionné et de la réception du paiementréception du paiement - s'ouvre dans une nouvelle fenêtre ou un nouvel onglet. Les délais de livraison peuvent varier, particulièrement lors de périodes achalandées.
Renvois :
Renvoi sous 30jours. Le vendeur paie les frais de renvoi. En savoir plus- pour en savoir plus sur les renvois
Paiements :
     

Magasinez en toute confiance

Garantie de remboursement eBay
Recevez l'objet commandé ou obtenez un remboursement. 

Informations sur le vendeur

Inscrit comme vendeur professionnel
Le vendeur assume l'entière responsabilité de cette annonce.
Numéro de l'objet eBay :276215241174
Dernière mise à jour : juin 02, 2024 10:30:27 HAEAfficher toutes les modificationsAfficher toutes les modifications

Caractéristiques de l'objet

État
Bon: Un livre qui a été lu, mais qui est en bon état. La couverture présente des dommages infimes, ...
Brand
Unbranded
Book Title
Flash and XML: A Developers Guide
MPN
Does not apply
ISBN
9780201729207
Subject Area
Computers
Publication Name
Flash and Xml : a Developer's Guide
Item Length
9.1 in
Publisher
Addison Wesley Professional
Subject
Web / Web Services & APIs, Programming Languages / Xml, Web / Design
Publication Year
2001
Type
Textbook
Format
Trade Paperback
Language
English
Item Height
0.8 in
Author
Jesse Jacobson, Dov Jacobson, Mary Mary O'brien
Item Width
7.3 in
Item Weight
29.6 Oz
Number of Pages
368 Pages

À propos de ce produit

Product Information

Flash and XML is a tutorial that brings readers up to speed on both technologies, offering clear and concise explanations. In addition, this book presents a number of important web technologies, including PHP, MySQL, and sockets. It shows how to work with these technologies to create n-tier, interactive systems that access the full resources of the Internet. Sample projects (trivia game, XML browser, simple chat) showcase the capabilities of Flash and XML together and demonstrate important concepts, approaches, and techniques. The companion web site at http://www.FlashandXML.com contains all of the source code referenced in the book, as well as updates, discussion groups, and links to other resources.

Product Identifiers

Publisher
Addison Wesley Professional
ISBN-10
0201729202
ISBN-13
9780201729207
eBay Product ID (ePID)
1945032

Product Key Features

Author
Jesse Jacobson, Dov Jacobson, Mary Mary O'brien
Publication Name
Flash and Xml : a Developer's Guide
Format
Trade Paperback
Language
English
Subject
Web / Web Services & APIs, Programming Languages / Xml, Web / Design
Publication Year
2001
Type
Textbook
Subject Area
Computers
Number of Pages
368 Pages

Dimensions

Item Length
9.1 in
Item Height
0.8 in
Item Width
7.3 in
Item Weight
29.6 Oz

Additional Product Features

LCCN
2001-045738
Lc Classification Number
Qa76.76.H94j334 2002
Table of Content
Preface. Why this book, who should read it. Acknowledgments. 1. Flash Basics. Starting out: Buttons, graphics, text, sound, script. The Background of Flash. Practical Flash. Event-Driven Graphics. Building a Button. Constructing a Round. Making Keyframes. Constructing the Responses. Finishing Features. Conclusion--and Beyond. 2. FlashActionScript: Objects and Events. Core concepts: Object orientation, event handlers, dynamic text. Object Orientation Concepts. Object-Oriented Theory vs. ActionScript Reality. Flash Objects. Programmable Button. Data Encapsulation. Conclusion. 3. More ActionScript: Data-Driven Interfaces. Practical work: Thin client, smart graphic elements, exposing data structure. Data-Driven Decisions. Data-Driven Everything. Isolating the Data. Dynamic Creation of Graphics. Multiple Questions. Conclusion. 4. XML Fundamentals. Big picture: Inspiration, evolution, esthetic, promise. XML Background. How XML Works. Designing the Data. Conclusion. 5. XML Structure. Definitions: Elements, names, tags, attributes, content, markup, etc. Element. Name. Start Tag. End Tag. Attributes. Text (Character Data). Entity References. Comments. Processor Instructions. Conclusion. 6. XML Validation: DTD. Declaration: Entities, parameters, notations, namespaces. Purpose of DTD. Valid XML and Well-Formed XML. DTD Declarations. Entities. Namespace. Conclusion. 7. HTTP Connection. Transaction: Request/response, GET, POST, load, variable scope. Characteristics of HTTP. Structure of HTTP. Loading Data from a File. Making a Self-Loading High Score Display. Object-Oriented Implementation. Data File. Flash Download Security. Conclusion. 8. XML Connection. Download: XML files, ActionScript parser, debugger, DOM. Downloading XML. XML.load. Debugging Flash. Event-Driven Functionality. Conclusion. 9. Recursive Approach. Recursion: See Chapter 9. Event-Driven Code. Recursive Design. Recursion. Recursion in Practice. Graphic XML Browser. Interactive Node Viewer. Conclusion. 10. XML Server. Two tier: Server-side options, PHP, HTTP header variables. XML Online. Dedicated XML Server. Middle-Tier Solutions. PHP Basics. PHP and XML. XML-Driven Flash Client. Conclusion. 11. Database Fundamentals. DBMS 101: Purpose, technology options, relational, rows, columns, keys, joins. Background. Advantages of a DBMS. Advantages of SQL. Keys. Conclusion. 12. SQL Syntax. Practical DB: Building tables, data types, designing queries, getting records. Varieties of SQL. Prompt Tables. Guidelines for Building a Table. Types of Data. Adding Data to Tables. Reading Records from the Table. Conclusion. 13. Serving from SQL. Middle tier: PHP and MySQL, MySQL/functions, results tables. Connecting to a Database. Interaction with a Database. Parsing Commands. Fetching a Row. Trial-and-Error Approach. Scalable Alternative. Conclusion. 14. XML Upload. Upload: ActionScript and PHP, HTTP, XML as HTML, XML in browser. Flash Client. Uploading to PHP. Conclusion. 15. Two-Way XML. Roundtrip: Object exchange, PHP parsing, expat, event-based parser, packet sniffing. Event-Driven Parsing. Building the PHP Parser. Conclusion. 16. Cookies. Persistence: ActionScript parsing, DOM-based parser, setting cookies, reading cookies. ActionScript XML Objects. Stateless Persistence. Conclusion. 17. Three Tiers. Three tier: Database, application, client; a flexible system. Database. Flexible Middle Tier. Client Tier. Conclusion. 18. Flash to the World. Proxies: Domain perimeter, security, escape, RSS, newsfeeds, content browsing. Domain Perimeter. PHP Proxy. Client. RSS File. RSS Browser. Conclusion. 19. XML Sockets. Realtime: Socket programming, ports, streaming XML, single-user communications. Advanced Socket Programming. XMLSocket. Simple Socket System. Simple Socket Server. Conclusion. 20. Multiplexed XML Sockets. Multisockets: Scalable, stream servers, multi-user environments, live peer Connections. Chat. Client with History. Multiclient Server. Beyond PHP. Conclusion. End Note.</div
Copyright Date
2002
Target Audience
Scholarly & Professional
Dewey Decimal
005.7/2
Dewey Edition
21
Illustrated
Yes

Description de l'objet du vendeur

SecondSalecom

SecondSalecom

98,2% d'évaluations positives
24,9M objets vendus
Visiter la BoutiqueContacter

Évaluations détaillées du vendeur

Moyenne au cours des 12 derniers mois

Qualité de la description
4.9
Justesse des frais d'expédition
5.0
Rapidité de l'expédition
5.0
Communication
5.0

Catégories populaires de cette Boutique

Évaluations comme vendeur (5 975 161)

3***b (1330)- Évaluation laissée par l'acheteur.
Dernier mois
Achat vérifié
A+++ seller!
3***b (1330)- Évaluation laissée par l'acheteur.
Dernier mois
Achat vérifié
Brand new!
e***e (84)- Évaluation laissée par l'acheteur.
Dernier mois
Achat vérifié
Fast shipping, good to buy from.

Évaluations et avis sur le produit

5.0
1 évaluations du produit
  • 1 utilisateurs ont attribué une note de 5 étoiles sur 5
  • 0 utilisateurs ont attribué une note de 4 étoiles sur 5
  • 0 utilisateurs ont attribué une note de 3 étoiles sur 5
  • 0 utilisateurs ont attribué une note de 2 étoiles sur 5
  • 0 utilisateurs ont attribué une note de 1 étoiles sur 5

Avis les plus pertinents

  • Great resource on Flash and XML

    I was looking for a good resource about Flash and it's interaction with XML when I cam across this book. All I have to say is it's great. Though the copy that I have has been published on 2002 but it still kept it's value. It's like the books about cutting edge technologies that you find out dated after a while. It starts to teach you about XML structure, XML connection, Database fundamentals and it takes the reader up to SQL syntax and two way XML structure. I really like this book and I totally recommend it to any Flash developer who like to go beyond and above XML technology in Flash.