Average customer rating:
|
The Structure and Dynamics of Networks: (Princeton Studies in Complexity)
Mark Newman , Albert-Laszlo Barabasi , and Duncan J. Watts Manufacturer: Princeton University Press ProductGroup: Book Binding: Paperback Similar Items:
ASIN: 0691113572 |
Book Description
From the Internet to networks of friendship, disease transmission, and even terrorism, the concept--and the reality--of networks has come to pervade modern society. But what exactly is a network? What different types of networks are there? Why are they interesting, and what can they tell us? In recent years, scientists from a range of fields--including mathematics, physics, computer science, sociology, and biology--have been pursuing these questions and building a new "science of networks." This book brings together for the first time a set of seminal articles representing research from across these disciplines. It is an ideal sourcebook for the key research in this fast-growing field.
The book is organized into four sections, each preceded by an editors' introduction summarizing its contents and general theme. The first section sets the stage by discussing some of the historical antecedents of contemporary research in the area. From there the book moves to the empirical side of the science of networks before turning to the foundational modeling ideas that have been the focus of much subsequent activity. The book closes by taking the reader to the cutting edge of network science--the relationship between network structure and system dynamics. From network robustness to the spread of disease, this section offers a potpourri of topics on this rapidly expanding frontier of the new science.
Customer Reviews:
Vice President IT Global Business Initiavies.......2007-08-10
Average customer rating:
|
Dynamic HTML: The Definitive Reference
Danny Goodman Manufacturer: O'Reilly ProductGroup: Book Binding: Paperback Similar Items:
Accessories: ASIN: 1565924940 |
Amazon.com
Danny Goodman felt that he couldn't trust any of the documentation on Dynamic HTML (DHTML) that he read (too many contradictions), so he wrote this book as a reference for working with his own clients. After testing tags and techniques on multiple releases of the main browsers, Goodman came up with very practical information--some of which you may not find in any other resource.Goodman assumes a solid foundation, if not expertise, in basic HTML and an understanding of what DHTML is all about. From those assumptions, he presents a meaty, information-dense volume. The first of the book's four sections discusses industry standards and how to apply the basic principles of DHTML. He emphasizes the differences in Web browsers and discusses how to build pages so that they work well in both Netscape Navigator and Microsoft Internet Explorer. The second section is an extensive, quick reference of all the tags, objects, and properties of HTML, cascading style sheets, Document Object Model, and core JavaScript. A particularly handy cross-reference guide to this information follows, helping you locate it in alternate ways. The final section contains appendices, with useful tables of values and commands. --Elizabeth Lewis
Book Description
If you are a Web content developer these days, you have a lot of information to keep track of. You need to stay current on the relevant Web specifications, like HTML, CSS, DOM, and ECMAScript. You also need to know how the latest Web browsers from Netscape and Microsoft actually implement these standards, since browser implementations of the standards are less than perfect. Right now, you're forced to keep multiple reference books open on your desk (or multiple browser windows open on your screen), just to develop a simple dynamic Web page that works properly under both Navigator and Internet Explorer.Dynamic HTML: The Definitive Reference changes all that. This book is an indispensable compendium for Web content developers. It contains everything you need to create functional cross-platform Web applications, including:
If you have some experience with basic Web page creation, but are new to the world of dynamic content, Dynamic HTML: The Definitive Reference will jump-start your development efforts. If you are an experienced Web programmer, you'll find the browser-compatibility information invaluable. This book is the only DHTML reference that a Web developer needs.
Dynamic HTML: The Definitive Reference is designed to work in conjunction with HTML: The Definitive Guide and JavaScript: The Definitive Guide. HTML: The Definitive Guide teaches you about every element of HTML in detail, with explanations of how each element works and how it interacts with other elements, as well as numerous examples. JavaScript: The Definitive Guide provides a thorough description of the JavaScript language, complete with sophisticated examples that show you how to handle common Web application tasks. Together, these three books provide a complete library for Web content developers.
Download Description
If you are a Web content developer these days, you have a lot of information to keep track of. You need to stay current on the relevant Web specifications, like HTML, CSS, DOM, and ECMAScript. You also need to know how the latest Web browsers from Netscape and Microsoft actually implement these standards, since browser implementations of the standards are less than perfect. Right now, you're forced to keep multiple reference books open on your desk (or multiple browser windows open on your screen), just to develop a simple dynamic Web page that works properly under both Navigator and Internet Explorer. Dynamic HTML: The Definitive Reference changes all that. This book is an indispensable compendium for Web content developers. It contains everything you need to create functional cross-platform Web applications, including: o A complete reference for all of the HTML tags, CSS style attributes, browser document objects, and JavaScript objects supported by the various standards and the latest versions of Navigator and Internet Explorer. Browser compatibility is emphasized throughout; the reference pages clearly indicate browser support for every entity. o Handy cross-reference indexes that make it easy to find interrelated HTML tags, style attributes, and document objects. o An advanced introduction to creating dynamic Web content that addresses the cross-platform compromises inherent in Web page design today. If you have some experience with basic Web page creation, but are new to the world of dynamic content, Dynamic HTML : The Definitive Reference will jump-start your development efforts. If you are an experienced Web programmer, you'll find the browser-compatibility information invaluable. This book is the only DHTML reference that a Web developer needs.Customer Reviews:
The Bible, Third Edition.......2007-09-17
unfortunately Very Fat book ,but Not For Beginners.......2007-09-03
Dynamic HTML: The Definitive Reference.......2007-07-19
This book just keeps getting better.......2007-06-04
Excellent, Comprehensive Reference.......2007-04-24
Average customer rating: |
Structure and Influence: Statistical Models for the Dynamics of Actor Attributes, Network Structure, and Their Interdependence (Utrecht Studies in Air and Space Law)
Roger Th. A J Leenders Manufacturer: Purdue University Press ProductGroup: Book Binding: Paperback ASIN: 9051703295 |
Book Description
Average customer rating:
|
Writing Cross-Browser Dynamic HTML
Heather Williamson Manufacturer: Apress ProductGroup: Book Binding: Paperback ASIN: 1893115054 |
Book Description
Both Netscape and Microsoft have created their own versions of Dynamic HTML (DHTML). Incompatibilities between their browsers make it very difficult for web designers to use DHTML to add advanced user interface features to their sites. This is the first book that answers the question webmasters are asking more and more frequently: How can DHTML be used effectively, given the issue of incompatible browsers among users? Writing Cross-Browser Dynamic HTML focuses on answering this critical question without getting sidetracked into general HTML or XML issues. The result is a book that clearly and concisely addresses programmers' needs without overwhelming them with a cumbersome volume that tries to answer every possible question about DHTML.
Author Heather Williamson begins by introducing the fundamental concepts upon which DHTML programming is based: the Document Object Model, Cascading Style Sheets, and scripting languages. In each case, she cites the differences between the Netscape and Microsoft implementations of these features. You'll learn which features can be used safely, which must be avoided, and how to use scripting languages to overcome differences between DHTML implementations.
Williamson then moves into an in-depth discussion of how to use the knowledge of DHTML differences in real-world applicationsspecifically, as applied to a highly interactive professional website. She finishes the book by going beyond the purely technical issues to discuss how compatibility must be incorporated into the development process, especially when teams of developers are involved.
Download Description
This book is divided into three sections. The first is a detailed treatment of the technologies, concepts, and standards needed to use Dynamic HTML for users running all the popular late model browsers: Microsoft Internet Explorer 4.0 and higher and Netscape Navigator 4.0 and higher. This section also discusses the implementation and development of HTML, Cascading Style Sheets, competing models of the DOM (document object model), and the JavaScript/JScript/ECMAScript techniques needed to control the DOM. The second section teaches Web designers how to use DHTML to develop a dynamic site, focusing on implementation issues related to maintaining cross-platform compatibility. A tutorial in this section shows readers how to create a completely interactive Web site, ready to post on the Web. The third and final section shows the reader alternate ways to use functions and features similar to those used in the second section.Customer Reviews:
A good book for Beginners and Novices.......2002-01-08
Ouch!.......2001-07-21
I paid ... for this, too.
Nothing New, Nothing In Depth, Nothing Worthwhile.......2001-06-27
Apparently, the target audience for this book was the weekend web-hobbiests who want cute interactive graphics for thier homepages.
This book is not worth the paper it is written on.
Very Disappointing.......2001-05-09
Disappointing and obsolete - Update needed.......2001-04-19
Does Heather Williamsen book live up to my expections ? I'm afraid very far from... Heathers ambigition have been to support IE4-5, NS4.x and NS6. I guess this is allright as a MINIMUM, since it covers the browsers most people will use for some time. But at the time of writing the final version of Netscape 6 has clearly not been released yet, and wheather Heather hasn't done her homework good enough or if the specifikations of Netscape 6/Mozilla has changed during its development, I don't know, but it is a fact that none (or very little) of the DHTML-code pressented in the book will work in Netscape 6, Mozilla or other browsers based on the Gecko layout engine. The worst mistake is that Heather takes support of Netscape 4.x Layers for granted in Netscape 6. Layers is not part of the W3C standard, and this propritary Netscape 4.x feature is NOT supported in Netscape 6 or other Gecko-based browsers !
Off course you can learn something about generating DHTML that works in IE4-5.x and NS4.x in this book, but without (working) support of Netscape 6 I can never recommend this book to anyone taking webdevelopment seriously. I hope there will be some comprehensive corrections/updates to find on the Apress website soon, becourse if not this book has been a completely waste of money for me. Sorry about these hard words.
The day there is a good cross-browser DHTML book that lives up to my expectations mentioned first in this little review, please let me know ! (Why hasn't anybody written a review of "New Perspectives on Creating Web Pages with Dynamic HTML" [ISBN 0619019182] telling about its browser/standard support yet ? - No I'm not gonna buy it if I don't see somebody else reviewing it in a positive way. I aint gonna burn my fingers twice).
Average customer rating: |
Ecological Networks: Linking Structure to Dynamics in Food Webs (Santa Fe Institute Studies in the Sciences of Complexity Proceedings)
Manufacturer: Oxford University Press, USA ProductGroup: Book Binding: Hardcover Similar Items:
ASIN: 0195188160 |
Book Description
This book is based on proceedings from a February 2004 Santa Fe Institute workshop. Its contributing chapter authors treat the ecology of predator-prey interactions and food web theory, structure, and dynamics, joining researchers who also work on complex systems and on large nonlinear networks from the points of view of other sub-fields within ecology. Food webs play a central role in the debates on the role of complexity in stability, persistence, and resilience. Better empirical data and the exploding interest in the subject of networks across social, physical, and natural sciences prompted creation of this volume. The book explores the boundaries of what is known of the relationship between structure and dynamics in ecological networks and defines directions for future developments in this field.
Average customer rating: |
Coherent Structures in Complex Systems: Selected Papers of the XVII Sitges Conference on Statistical Mechanics. Held at Sitges, Barcelona, Spain, 5-9 June ... Version (Lecture Notes in Physics)
Manufacturer: Springer ProductGroup: Book Binding: Hardcover ASIN: 3540417052 |
Book Description
A rich variety of real-life physical problems which are still poorly understood are of a nonlinear nature. Examples include turbulence, granular flows, detonations and flame propagation, fracture dynamics, and a wealth of new biological and chemical phenomena which are being discovered. Particularly interesting among the manifestations of nonlinearity are coherent structures. This book contains reviews and contributions reporting on the state of the art regarding the role of coherent structures and patterns in nonlinear science.
Average customer rating:
|
Dreamweaver UltraDev 4: Dynamic Web Development
James L. Mohler , and Matthew E Mooney Manufacturer: OnWord Press (Acquired Titles) ProductGroup: Book Binding: Paperback ASIN: 076684871X |
Book Description
Macromedia's Dreamweaver UltraDev is one of the most essential web development tools on the market. Once developers get a taste of UltraDev's power and productivity, they quickly realize that they can't live without it. Dreamweaver UltraDev 4: Dynamic Web Development, highlighting the very latest feature set, is the ultimate source for learning everything developers need to know about this state-of-the-art web authoring tool. A tutorial-based learning format with step-by-step instruction guides learners through easily performing advanced web development strategies. Highly acclaimed Purdue professor James Mohler and co-author Matt Mooney provide numerous exercises and examples that they have found to be the most valuable for effectively learning UltraDev. The book highlights the use of ASP to create web applications and how to connect to ODBC databases. Without spending extra time telling users what they already know, the book also compares UltraDev to basic Dreamweaver and showcases the new features that comprise the true power of UltraDev.Customer Reviews:
brevity is both a feature and a shortcoming in this book.......2002-07-20
If you already know how to use Dreamweaver (which the authors assume you do), and if you already took a class, or played around a bit with Microsoft Access, this book can help you take your skills to a new level by helping you to start learning how to combine them.
Discussing databases and recordsets may seem superfluous to those who can't wait to get on with the designing the Web pages themselves. But, as someone who earns part of my living by cleaning up badly built databases in the first place, I am the first to appreciate a book that states the obvious when it comes to creating a database. So, even if you think you know how to build a database, I recommend you glance through this section. It will save you time and make your code leaner when you tget to wworking with your data on the Web page with UltraDev, which has its own limitations!
That said, I find it strange that the book, which concentrates on using Microsoft's Active Server Pages server model for building dynamic Web pages, displays 99 percent of its examples in a Mac environment. And yet, this may even turn out to be one of those bugs that is really a feature: let Mac users know that they, too, can build data-driven pages with Dreamweaver UltraDev 4, provided they have access to a server, which the authors discuss in adequate detail early in the book.
In general, I tend to buy several how-to computer books that deal with the same subject, using parts of one over parts of others when I learn ... I found that I frequently returned to consult this book on some detail as I was learning, precisely beacuse it keeps things fundamental, and, therefore, widely adaptable for different situations.
some good references for semi - advanced users.......2002-05-03
I am an advanced programmer, but fairly new to UltraDev - i create web applications where the Html/JSP/ASP side is just half of the picture and this book has helped in linking the two.
BUT, i did find that the author(s) tried to stuff too much into the book to make it to 300 pages - i already know how to do the basic stuff in Dream Weaver - bring on the advanced stuff. Half of it did seem to be copied from the Utradev tutorial help!
New To UltraDev: Clear and Useful Book.......2002-04-03
The reviewer below that said that this book reads like it was written by people who have experience teaching others was right on.
My only complaint is relatively minor but worth noting: The CD did not have the tables used for the exercises in enough different formats. Everything is in Access 2000 which I don't have. There are a few tables that are in Excel format, which was helpful because I could then import them into Access 97. But oddly enough the complete final table with all the data, that is used in exercises throughout the book was NOT in Excel format. This may have been a CD 'typo'. This was an inconvenience because I had to have someone with Access 2000 save the file down for me. After that it worked fine. The book itself is nicely done.
THE WORST BOOK EVER!.......2002-03-17
Not what I expected.......2002-03-11
Not only was there a lot of unessesary information in the book but I bought the book to learn "Dreamweaver Ultra Dev 4" and the book played all the components off that were in "Dreamweaver" to be learned from a "Dreamweaver" book and only covered things that pertained to UltraDev 4. Well I have Macromedia Dreamweaver Ultra Dev 4 and I don't have Dreamweaver itself... When I buy a book that says "Dreamweaver UltraDev 4" on it I expect that it will cover everything that is in the Dreamweaver UltrDev 4 program.
They don't tell you that in any of these reviews...
Who wrote these anyway? Friends, family and publishers...
The book has 306 pages of content and I think only 100 pages are usefull.
Sorry go with another book.
Average customer rating:
|
Dynamic Html Reference And Software Development Kit
Microsoft Corporation Manufacturer: Microsoft Press ProductGroup: Book Binding: Paperback Similar Items: ASIN: 0735606382 |
Amazon.com
This Microsoft title is a definitive reference guide to developing applications that take advantage of the dynamic HTML (DHTML) features of Microsoft Internet Explorer 5. It is short on tutorial material but offers a very detailed programmer's reference to DHTML. However, readers should be familiar with Microsoft VBScript and JScript to make the most of it.In the front of the book is an extremely brief 22-page overview of the benefits of DHTML. It covers the evolution of features through the releases of Internet Explorer and includes a table that illustrates the compatibility and features side by side. This section also points out the new IE5 features: DHTML behaviors, persistence, HTML Applications (HTAs), the ability to query client capabilities, and various other architectural features.
The meat of the book is the DHTML reference section. Here, DHTML objects, properties, events, methods, and collections are documented in separate sections. Short code examples accompany many of the entries, and the conventions closely follow other Microsoft documentation. Following this lengthy section is a reference to HTML Components, categorized into elements, events, methods, and objects. Appendices cover HTML Applications, tables, filters, and transitions.
A companion CD-ROM includes the complete IE5 Software Development Kit (SDK), code examples, technical articles, and a copy of IE5. If you're just starting out with DHTML, you should look elsewhere for a tutorial; if you're already coding it for IE5 and want horse's-mouth documentation, this is for you. --Stephen W Plain
Book Description
Here's official reference and software developer resources for Dynamic HTML (DHTML) as supported by the newest Microsoft Internet Explorer browser technology. The text provides A-Z documentation of the elements, objects, properties, events, and methods for the DHTML and CSS object models, along with an incisive overview of important new capabilities in Internet Explorer 5. This essential print reference, coupled with the Internet Explorer 5 Software Development Kit (SDK) on CD-ROM, makes this title the one-stop, must-have resource for developers looking to achieve dynamic new effects on the Web. The content in this book updates the DHTML information in the Microsoft Visual InterDev(r) Web Technologies Reference, updated for Internet Explorer 5.Customer Reviews:
Great reference tool.......2002-02-26
Amazing reference tool, but lacking Netscape coverage.......2001-09-20
The book is basically divided into 5 major sections:
(1) Objects
(2) Properties
(3) Methods
(4) Events
(5) Object Collections
Each section is thoroughly cross-referenced in exhaustive detail. You don't have to dig around four different places in the manual to answer a scripting or CSS question - everything is in one place at all times. This makes for a lot of duplication of information (its 1300+ pages give it quite a bit of heft) but frankly it's incredibly convenient.
Code examples are provided, and are generally good, but you basically need a certain level of existing understanding of JavaScript (or JScript) and the ideas behind CSS for many of them to be of significant value. If you're just getting into this stuff, this book may not be of much value - for now.
If, on the other hand, you're relatively experienced (or highly interested) in client-side scripting etc, this book will be a handy reference, especially for those who, like myself, still prefer to have paper references handy.
I have ONE major gripe - and it's a biggie. For such an exhaustive, complete resource, it completely ignores Netscape altogether.
This is a major mistake. I don't like Netscape, and I don't like developing for Netscape, but the simple fact of life in my business is that I must do so.
To be fair to Microsoft, the book is about Internet Explorer 5, and doesn't purport to be anything else. But it's such a cryin' shame to have to test every little thing on Netscape, when I have 90% of everything else right at my fingertips.
Despite this, I still give it 5 stars, though it really should be 4.5 for its lack of Netscape documentation.
Excellent Reference For IE 5 and DHTML!.......2000-07-10
good reference for IE5 - poorly explains other browsers.......1999-11-07
The only IE Reference Book Youll Ever Need.......1999-08-12
Average customer rating:
|
Dynamic Html: A Primer
Simon St. Laurent Manufacturer: Mis Pr ProductGroup: Book Binding: Paperback ASIN: 1558285695 |
Amazon.com
If the idea of generating HTML for either Netscape's or Microsoft's 4.0 Web browser fills you with apprehension--and perhaps it should--Dynamic HTML: A Primer can help. Rather than providing step-by-step information on a standard that doesn't exist yet, Simon St. Laurent explains the concepts behind Dynamic HTML or Document Object Model (a combination of scripting, style sheets, and HTML) and what you should know before you attempt to create pages and sites that use it. The title is potentially misleading in that Dynamic HTML is only one of many topics that the book covers. St. Laurent also details Java applets, ActiveX, and both companies' implementations of JavaScript and VBScript. Style sheets, layers, and absolute positioning are also described, but anyone who is serious about these subjects should consider more in-depth texts devoted to them. If you are already determined to leverage these features, you probably don't need to read Dynamic HTML: A Primer. However, you'll find plenty of valuable advice on how to avoid the myriad of problems involved in developing Web content for two browsers.Book Description
Dynamic HTML promises to be an incredibly powerful new scripting language for developers. An emerging standard under consideration by the W3 consortium, it will provide Web designers with the ability to create "deep" Web pages, capable of responding instantaneously to a user's actions. The advent of the document object model means the beginning of a new kind of document -- one that is infinitely programmable and capable of providing a complete user interface.Dynamic HTML: A Primer walks developers through one of the hottest areas in the browser wars, explaining the differences between the browser implementations and how to avoid getting caught in the middle. Readers will learn how to integrate ActiveX controls, Java applets, and scripts into their code to create truly robust and interactive Web pages.
Explores powerful ways to create animated pages Explains new techniques for binding Web data to corporate client-server databases Provides simple, clear examples to get you started with complex tools Uses both JavaScript and VBScript examples Covers the latest multimedia objects for Internet Explorer Explains Java applets, ActiveX objects, and their relationship to Dynamic HTML documents Describes Cascading Style Sheets and positioning techniques Covers layers, textRanges, and collections Explains the developing event models of both Netscape and Microsoft's browsers
Customer Reviews:
Not very useful as a reference.......2000-05-29
Don't Waste Your Money.......1999-06-04
This book stinks.......1999-02-15
Just Messy.......1999-01-30
Out of date.......1998-02-26
Average customer rating: |
Essential ASP .NET Fast: With VB.NET Examples
Simon Stobart Manufacturer: Springer ProductGroup: Book Binding: Paperback ASIN: 1852336838 |
Book Description
How to create dynamic web environments using the ASP .NET framework! The ASP .NET framework enables the development of dynamic web pages, which can interface to various database systems. Using the Visual Basic .NET language you will be able to begin to create your own web systems with ease. This quick and practical introduction explains: how to setup an ASP.NET development environment, and where to find the various software components.- the syntax and features of the language.- web-based user interaction using ASP .NET forms.- pre-defined ASP .NET objects.- how ASP .NET can interface with databases. Clearly written, this book provides you with all the essential information you need to create your own dynamic web environments using ASP .NET. Additional material is available from the Essential series web site: http://www.essential-series.comBooks:
Recommended Books