Cross-platform Development Books - Page 2

MagicBeanDip.com

Page 2 of 5 - Go to page: 1 2 3 4 5

Developer's Guide to Web Application Security

Matt Fisher

Developer's Guide to Web Application Security Matt Fisher Amazon Price: $42.30
List Price: $49.95
Usually ships in 24 hours
By: Syngress
Amazon Marketplace: 43 new & used starting at $27.89

Buy at Amazon.com

Browse similar items by category:
Subjects -> Computers & Internet -> Home Computing -> Internet -> General AAS
Subjects -> Computers & Internet -> Business & Culture -> Privacy
Subjects -> Computers & Internet -> Certification Central -> Exams -> Security+

Customer Reviews:
Total reviews: 3 Average rating: 4.0 of 5

Editorial Review:

75% of attacks targeted against specific systems are aimed against the web application itself; not the operating system or network. While current security technologies and practices are aimed for the operating system and network, the custom developed software that runs the web application is the most exposed portion of any website, and often the most vulnerable. This book defines Web application security, why it should be addressed earlier in the lifecycle in development and quality assurance, and how it differs from other types of Internet security. Additionally, the book examines the procedures and technologies that are essential to developing, penetration testing and releasing a secure Web application. Through a review of recent Web application breaches, the book will expose the prolific methods hackers use to execute Web attacks using common vulnerabilities such as SQL Injection, Cross-Site Scripting and Buffer Overflows in the application layer. By taking an in-depth look at the techniques hackers use to exploit Web applications, readers will be better equipped to protect confidential.

Crystal Reports XI for Developers

David McAmis

Crystal Reports XI for Developers David McAmis Amazon Price: $37.96
List Price: $49.95
Usually ships in 24 hours
By: Charles River Media
Amazon Marketplace: 35 new & used starting at $28.75

Buy at Amazon.com

Browse similar items by category:
Subjects -> Business & Investing -> Industries & Professions -> MIS
Subjects -> Business & Investing -> Skills -> Communications
Subjects -> Business & Investing -> General

Customer Reviews:
Total reviews: 7 Average rating: 3.5 of 5

Editorial Review:

Crystal Reports XI is a powerful software tool for turning raw data into corporate decision-making information. End-users and developers alike use Crystal Reports to extract and format information, and with over 9 million licenses shipped Crystal Reports is one of the most popular packages for corporate reporting. Crystal Reports XI for Developers provides a solid introduction for any report or application developer just getting started with Crystal Reports. Using this practical guide, they will learn to create presentation-quality reports from a variety of data sources, and how to add the advanced features developers need to analyze report data. Developers will learn to create simple and complex reports with the formatting and organization techniques presented in the book, and how to add filtering and summaries to crunch millions of rows of data into a concise and meaningful format. They will also learn to create their own formulas and SQL Expressions, as well as how to use advanced Crystal Reports features such as subreports, cross-tabs, charts, dynamic parameters, and more. Going beyond the sample reports that ship with the product, Crystal Reports XI for Developers is filled with step-by-step essentials and real-world examples, showing readers how to take full advantage of Crystal Reports key features so they can create information-rich, quality reports from their own data and integrate them into their own applications.

Cross-Platform .NET Development: Using Mono, Portable.NET, and Microsoft .NET

M.J. Easton, Jason King

Cross-Platform .NET Development: Using Mono, Portable.NET, and Microsoft .NET M.J. Easton, Jason King Amazon Price: $47.99
List Price: $59.99
Usually ships in 24 hours
By: Apress
Amazon Marketplace: 29 new & used starting at $18.31

Buy at Amazon.com

Browse similar items by category:
Subjects -> Computers & Internet -> Home Computing -> Internet -> General AAS
Subjects -> Computers & Internet -> Computer Science -> Software Engineering -> Information Systems
Subjects -> Computers & Internet -> Microsoft -> Development -> .NET

Customer Reviews:
Total reviews: 4 Average rating: 4.5 of 5

Editorial Review:

Well, I came home today to a pleasant surprise (Cross-Platform .NET Development: Using Mono, Portable.NET, and Microsoft .NET). So I can start freestyling, cross-platform style. An enthusiastically recommended resource especially for anyone pursuing, building, or studying for a career in the field.

— Midwest Book Review, Internet Bookwatch

.NET is not just for Windows anymore! And this unprecedented book examines the advantages of building portable, cross-platform.NET code. Even if you are only vaguely familiar with .NET, with the aid of this book, you'll quickly learn how to run .NET code on different platforms.

You may run code among the Linux, Unix, Mac OS X, and Windows platforms. And you'll get to choose among Mono (for Linux), Portable.NET (for Mac OS X), and of course, .NET for Windows. What's more, authors Mark Easton and Jason King pack the book with example code and wisdom, providing you a well-rounded skill set. Based on years of personal .NET experience, the authors share years of expertise&emdash;do's, dont's, pitfalls, gotchas, and insights&emdash;in the convenience of a single, handy book.

Requirements Modelling and Specification for Service Oriented Architecture

Ian Graham

Requirements Modelling and Specification for Service Oriented Architecture Ian Graham Amazon Price: $52.10
List Price: $60.00
Usually ships in 24 hours
By: Wiley
Amazon Marketplace: 2 new & used starting at $52.10

Buy at Amazon.com

Browse similar items by category:
Subjects -> Computers & Internet -> Business & Culture -> Culture
Subjects -> Computers & Internet -> Programming -> Cross-platform Development
Subjects -> Computers & Internet -> Programming -> General

Editorial Review:

Many software developers often confuse requirements engineering with software specification and, as a result, build unusable systems, despite meeting specifications. Bringing together all the techniques needed by the modern software developer, here is a practical handbook to requirements engineering and systems specification for developers building systems within a service oriented architecture. It introduces the concepts of SOA and relevant standards and technology, such as Web services and ESBs, and then presents a range of modern requirements engineering techniques.

Multithreading Programming Techniques (J. Ranade Workstation Series)

Shashi Prasad

Multithreading Programming Techniques (J. Ranade Workstation Series) Shashi Prasad List Price: $49.95
By: Mcgraw-Hill Osborne Media
Amazon Marketplace: 10 new & used starting at $32.94

Buy at Amazon.com

Browse similar items by category:
Subjects -> Computers & Internet -> Programming -> Software Design, Testing & Engineering -> Software Development
Subjects -> Computers & Internet -> Programming -> Cross-platform Development
Subjects -> Computers & Internet -> Programming -> General

Customer Reviews:
Total reviews: 2 Average rating: 4.0 of 5

Good survey, but sloppy specifics. 3 out of 5 stars.
3 of 3 people found this review helpful.

If what you are after is a survey of available mutli-threading support across several operating systems, then look no further. There is a great deal of information about how generic multithreading concepts map onto specific operating system features. In addition, the author details where different OS versions implement different behavior, and indicates OS's where some techniques are poorly suited.

However, if you want to learn the multi-threading support of any specific OS, this book is a poor choice. The examples are extremely sloppy; almost half of them are syntactially incorrect. For example, 7 is substituted for >, == is exchanged with =, and {} braces are missing. Many examples are incorrect even after fixing the syntax. Examples that might be correct contain techniques not explained in the prose.

I suggest using this book as cross-OS survey of multithreading support, and buy something else for the details.

Editorial Review:

The purpose of the book is to educate software professionals the techniques of multithreading programming, to show them how to use threads effectively to develop scaleable and parallel applications. Symmetric Multiprocessing machines (SMP) are becoming increasingly popular for many applications. Multithreading is the best technique available to developers to take advantage of the inherent parallelism of the SMP machines. The book starts with explaining SMP machines and discusses multithreading in general, and identifies the kinds of applications that can benefit from multithreading. This book explains in the clear and concise manner the techniques of multithreading programming on multiple platforms.

SOAP: Cross Platform Web Services Development Using XML

Scott Seely, Kent Sharkey

SOAP: Cross Platform Web Services Development Using XML Scott Seely, Kent Sharkey List Price: $39.99
By: Pearson Education
Amazon Marketplace: 20 new & used starting at $1.50

Buy at Amazon.com

Browse similar items by category:
Subjects -> Computers & Internet -> Home Computing -> Internet -> General AAS
Subjects -> Computers & Internet -> Computer Science -> General
Subjects -> Computers & Internet -> Computer Science -> General AAS

Customer Reviews:
Total reviews: 17 Average rating: 3.5 of 5

Editorial Review:

SOAP will be the universal "application glue" for tomorrow's widely distributed systems. It's simple, based on widely deployed standards such as XML and HTTP, and will enable virtually any business software to communicate across the Internet. SOAP: Cross Platform Internet Development Using XML offers a practical, hands-on introduction to SOAP that demonstrates how to leverage this technology on multiple platforms, using virtually every leading programming language. Seely begins by reviewing the history of distributed computing, and demonstrating how SOAP solves distributed computing problems that DCOM and CORBA failed to solve. He presents basic introductions to XML, and then to SOAP's syntax -- including SOAP's use of HTTP headers, the SOAP payload, error handling, data types, encoding structures, and more. You'll walk through building a simple SOAP server for Windows; then discover how SOAP can be extended to support multiple platforms and programming languages. SOAP: Cross Platform Internet Development Using XML contains detailed chapters on utilizing SOAP with each of five leading programming languages: C++, Perl, Python, Visual Basic, and Java. The book concludes by reviewing today's leading SOAP servers. For all developers and system integrators constructing Internet applications, applications written in multiple programming languages, or applications that integrate diverse enterprise systems; and for any IT professional evaluating SOAP.

OpenDoc Cookbook

OpenDoc Cookbook List Price: $24.95
By: Addison Wesley Publishing Company
Amazon Marketplace: 9 new & used starting at $0.01

Buy at Amazon.com

Browse similar items by category:
Subjects -> Computers & Internet -> Operating Systems -> General
Subjects -> Computers & Internet -> Operating Systems -> General AAS
Subjects -> Computers & Internet -> Programming -> APIs & Operating Environments -> OpenDOC

Editorial Review:

A companion volume to OpenDoc Programmer's Guide for the Mac OS is a hands-on guide to implementing OpenDoc that combines practical advice, tutorials, and lore of the development team at Apple. (Advanced).

Adobe Integrated Runtime (AIR) for JavaScript Developers Pocket Guide (Adobe Developer Library)

Mike Chambers, Daniel Dura, Kevin Hoyt

Adobe Integrated Runtime (AIR) for JavaScript Developers Pocket Guide (Adobe Developer Library) Mike Chambers, Daniel Dura, Kevin Hoyt Amazon Price: $11.69
List Price: $14.99
Usually ships in 24 hours
By: Adobe Dev Library
Amazon Marketplace: 59 new & used starting at $1.97

Buy at Amazon.com

Browse similar items by category:
Subjects -> Computers & Internet -> Home Computing -> Internet -> General AAS
Subjects -> Computers & Internet -> Programming -> Languages & Tools -> General
Subjects -> Computers & Internet -> Programming -> Languages & Tools -> General AAS

Customer Reviews:
Total reviews: 3 Average rating: 3.5 of 5

Editorial Review:

Written by members of the Adobe Integrated Runtime (AIR) product team, this is the official guide to the beta release of Adobe's new cross-platform desktop runtime, previously known by its code name Apollo.

This book explains how you can use AIR to build and deploy HTML and JavaScript-based web applications to the desktop, using all of the tools and technologies with which you are already familiar. Everything you need to know about this platform is right here, so you can start building applications with AIR right away.

Topics include:
  • What AIR is, and the problems this runtime aims to solve
  • How to set up your development environment
  • How to create your first app using HTML and JavaScript
  • The HTML and JavaScript environments within AIR
  • How to do common tasks, presented in the easy-to-use O'Reilly Cookbook format
Also included is a guide to AIR packages, classes and command line tools. Once you understand the basics of building an HTML- and JavaScript-based AIR applications, this pocket guide makes an ideal reference for tackling specific problems. Welcome to the revolution!

Adobe Developer Library is a co-publishing partnership between O'Reilly Media and Adobe Systems, Inc. and is designed to produce the number one information resources for developers who use Adobe technologies. Created in 2006, the Adobe Developer Library is the official source for comprehensive learning solutions to help developers create expressive and interactive web applications that can reach virtually anyone on any platform. With top-notch books and innovative online resources covering the latest in rich Internet application development, the Adobe Developer Library offers expert training and in-depth resources, straight from the source.

OpenDoc Programmer's Guide

OpenDoc Programmer's Guide List Price: $44.95
By: Addison Wesley Publishing Company
Amazon Marketplace: 9 new & used starting at $35.95

Buy at Amazon.com

Browse similar items by category:
Subjects -> Computers & Internet -> Operating Systems -> General
Subjects -> Computers & Internet -> Operating Systems -> General AAS
Subjects -> Computers & Internet -> Programming -> APIs & Operating Environments -> OpenDOC

Editorial Review:

OpenDoc is the new cross-platform technology being codeveloped by Apple, IBM, and Novell/WordPerfect. This guide provides definitive instruction and reference for programmers who want to design and implement their programs. The accompanying CD-ROM contains a complete reference to the classes and methods of the OpenDoc class libraries, methods of the OpenDoc class libraries, and more.

Applied SOAP: Implementing .NET XML Web Services (Kaleidoscope)

Kenn Scribner, Mark Stiver

Applied SOAP: Implementing .NET XML Web Services (Kaleidoscope) Kenn Scribner, Mark Stiver Amazon Price: $37.53
List Price: $54.99
Usually ships in 24 hours
By: Sams
Amazon Marketplace: 25 new & used starting at $3.07

Buy at Amazon.com

Browse similar items by category:
Subjects -> Computers & Internet -> Home Computing -> Internet -> General AAS
Subjects -> Computers & Internet -> Hardware -> PCs
Subjects -> Computers & Internet -> Microsoft -> Networking

Customer Reviews:
Total reviews: 3 Average rating: 3.5 of 5

Great book on .NET and SOAP 5 out of 5 stars.
14 of 14 people found this review helpful.

Here's what you get in the book: you will learn how to use .NET in order to shape your SOAP messages. There's a lot to know and understand: manipulating XML, creating custom attributes, debugging, reading messages. This book covers all of those items in detail and has the code to save you time. The book tells me exactly what I needed to know in order to make better use of SOAP in my .NET applications. Kenn teaches this stuff for Wintellect and developed the course on this. It's also pretty clear that the day jobs for both these guys involves writing Web Services. When you are done with the book, you will understand all you need in order to write your own Web Services.

I read the two other reviews and I don't understand why the readers are complaining. SOAP is one way to do Web Services and is the only thing that the authors talk about in the entire book. Perhaps this reader has a problem with the fact that, for the most part, SOAP == Web Services? As for the horrible waste of time review, I again think that the person didn't really look at the book. This is the best book I have seen to date which describes how to mold your SOAP messages, write custom attributes, etc. These guys explain pretty well what SOAP is for. Better for Web Page scraping? I think that reviewer simply picked up a copy in a book store, read 2 pages, and that's it.

Editorial Review:

This book takes the reader from the architecture of .NET to real-world techniques they can use in their own Internet applications. The reader is introduced to .NET and Web Services and explores (in detail) issues surrounding the fielding of successful Web Services. Practical guidelines as well as solutions are provided that the rader may use in their own projects. Some of the issues involve lack of specific guidance in the SOAP specification, while others transcend SOAP and involve issues Internet developers have grappled with since the inception of the World Wide Web. At this time, this book has no competition.


Page 2 of 5 - Go to page: 1 2 3 4 5

Return to MagicBeanDip.com

This page was created in 1.2833 seconds.