Mobile Commerce Application Development
ISBN: 9781591408062 / Angielski / Twarda Termin realizacji zamówienia: ok. 5-8 dni roboczych. As wireless and mobile technologies become more and more prevalent in businesses and our daily lives, organizations are starting to heavily invest in developing infrastructure and applications for mobile commerce. Wireless technologies allow users to overcome spatial and temporal constraints when communicating, computing, and conducting business transactions. Mobile Commerce Application Development provides in-depth coverage of the various tools and techniques for developing wireless and mobile applications. The coverage offers readers a working knowledge of the technologies that can be...
As wireless and mobile technologies become more and more prevalent in businesses and our daily lives, organizations are starting to heavily invest in ...
|
|
cena:
439,60 zł |
Write Great Code, Volume 1
ISBN: 9781593270032 / Angielski / Miękka / 466 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. If you've asked someone the secret to writing efficient, well-written software, the answer that you've probably gotten is "learn assembly language programming." By learning assembly language programming, you learn how the machine really operates and that knowledge will help you write better high-level language code. A dirty little secret assembly language programmers rarely admit to, however, is that what you really need to learn is machine organization, not assembly language programming. Write Great Code Vol I, the first in a series from assembly language expert Randall Hyde, dives right... If you've asked someone the secret to writing efficient, well-written software, the answer that you've probably gotten is "learn assembly language ... |
|
cena:
234,32 zł |
Write Great Code, Volume 2
ISBN: 9781593270650 / Angielski / Miękka / 642 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. The second volume in the Write Great Code series supplies the critical information that today's computer science students don't often get from college and university courses: How to carefully choose their high-level language statements to produce efficient code. Write Great Code, Volume 2: Thinking Low-Level, Writing High-Level, teaches software engineers how compilers translate high-level language statements and data structures into machine code. Armed with this knowledge, a software engineer can make an informed choice concerning the use of those high-level structures to help the... The second volume in the Write Great Code series supplies the critical information that today's computer science students don't often get from coll... |
|
cena:
263,64 zł |
Code Craft
ISBN: 9781593271190 / Angielski / Miękka / 624 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. Many programmers know how to write correct code - code that works. But not all know how to craft great code - code that is well written and easy to understand. Code Craft teaches programmers how to move beyond writing correct code to writing great code. The book covers code writing concerns, including code presentation style, variable naming, error handling, and security; and the wider issues of programming in the real world, such as good teamwork, development processes, and documentation. Code Craft presents language-agnostic advice that is relevant to all developers, from... Many programmers know how to write correct code - code that works. But not all know how to craft great code - code that is well written and easy to... |
|
cena:
263,64 zł |
Open Source Fuzzing Tools
ISBN: 9781597491952 / Angielski / Miękka / 199 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. Fuzzing is often described as a "black box" software testing technique. It works by automatically feeding a program multiple input iterations in an attempt to trigger an internal error indicative of a bug, and potentially crash it. Such program errors and crashes are indicative of the existence of a security vulnerability, which can later be researched and fixed. Fuzz testing is now making a transition from a hacker-grown tool to a commercial-grade product. There are many different types of applications that can be fuzzed, many different ways they can be fuzzed, and a variety of different...
Fuzzing is often described as a "black box" software testing technique. It works by automatically feeding a program multiple input iterations in an at...
|
|
cena:
237,49 zł |
The Best Damn Exchange, SQL and IIS Book Period
ISBN: 9781597492195 / Angielski / Miękka / 1189 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. Exchange, SQL and IIS are at the core of most Microsoft enterprise servers. The 2007 releases of these products, along with the release of Windows Vista and Windows 2008 Server, represents the biggest overhaul of Windows enterprise products since Windows 2000. The dramatic changes to security tools and the addition of features that support "anywhere access" present IT professionals with a steep learning curve. Making certain that these products are configured to meet regulatory compliance requirements adds addtionaly complexity to day-to-day management network management. The Best... Exchange, SQL and IIS are at the core of most Microsoft enterprise servers. The 2007 releases of these products, along with the release of Windows ... |
|
cena:
209,35 zł |
Design Patterns
ISBN: 9781598220315 / Angielski / Miękka / 286 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. Design Patterns Demonstrates How Software Developers Can Improve The Performance, Maintainability, Portability, And Scalability Of Their Code Through The Use Of The Gang Of Four Design Patterns. After A Discussion Of Patterns Methodology, Reasons For Using Design Patterns, The Book Delves Into Each Of The 23 Patterns. Each Pattern Section Gives A Detailed Description Of The Pattern, Refactored From Either Boolean Logic Or Simpler, Less-Maintainable Code That You Might Encounter In The Real World, And Shows Readers How To Use The Pattern In Their Code. The Text Walks Readers Through Making The...
Design Patterns Demonstrates How Software Developers Can Improve The Performance, Maintainability, Portability, And Scalability Of Their Code Through ...
|
|
cena:
252,96 zł |
Design Patterns Formalization Techniques
ISBN: 9781599042190 / Angielski / Twarda / 384 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. Many formal approaches for pattern specification are emerging as a means to cope with the inherent shortcomings of informal description. Design Pattern Formalization Techniques presents multiple mathematical, formal approaches for pattern specification, emphasizing on software development processes for engineering disciplines.Design Pattern Formalization Techniques focuses on formalizing the solution element of patterns, providing tangible benefits to pattern users, researchers, scholars, academicians, practitioners and students working in the field of design patterns and software reuse....
Many formal approaches for pattern specification are emerging as a means to cope with the inherent shortcomings of informal description. Design Patter...
|
|
cena:
586,24 zł |
PHP Web 2.0 Mashup Projects
ISBN: 9781847190888 / Angielski / Miękka / 304 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. This practical tutorial has detailed, carefully explained case studies using PHP to build new, effective mashup applications, which combine data from multiple external online sources into an integrated Web 2.0 experience. If you are confident with PHP programming and interested in mashing things up, this book is for you All you need to know about formats, protocols, web services, and web APIs is covered as you learn to write PHP code to remotely consume services like Google Maps, Flickr, Amazon, YouTube, MSN Search, Yahoo , Last.fm, the Internet UPC Database, and even the California Highway...
This practical tutorial has detailed, carefully explained case studies using PHP to build new, effective mashup applications, which combine data from ...
|
|
cena:
217,28 zł |
Learning PHP Data Objects
ISBN: 9781847192660 / Angielski / Miękka / 188 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. This book is for PHP developers who need to use PHP Data Objects (PDO) for data abstraction. Covering an overview of PDO, getting started, error handling, prepared statements, handling rowsets, advanced uses, and use in an MVC application, it first describes the topic, then gives step-by-step instructions for a particular example. A final appendix covers the object-oriented features of PHP 5. Readers should be familiar with PHP and aware of the basics of data abstraction. Lighter, faster, more powerful than existing data abstraction interfaces, PDO is an open-source query abstraction layer...
This book is for PHP developers who need to use PHP Data Objects (PDO) for data abstraction. Covering an overview of PDO, getting started, error handl...
|
|
cena:
217,28 zł |
PHP Oracle Web Development: Data Processing, Security, Caching, XML, Web Services, and Ajax
ISBN: 9781847193636 / Angielski / Miękka / 396 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. This practical book for PHP/Oracle developers is built around well explained, easy-to-follow example code to build robust, efficient, secure solutions covering popular current topics on using PHP with Oracle. Assuming no special skill level, experienced author Yuli Vasiliev shows how to install and configure PHP and Oracle; connect PHP to Oracle; move application business logic to Oracle; build transactional applications; use security features; improve performance with caching; employ XML features; implement SOAP web services; build Ajax-driven PHP/Oracle solutions. Building and deploying PHP...
This practical book for PHP/Oracle developers is built around well explained, easy-to-follow example code to build robust, efficient, secure solutions...
|
|
cena:
271,60 zł |
Specification in B: An Introduction Using the B Toolkit
ISBN: 9781860940088 / Angielski / Twarda / 252 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. This book gives a practical introduction to the B specification language and method, an approach to the development of high-quality software using rigorous CASE techniques.It is suitable for both undergraduate and postgraduate courses, in addition to being an introduction for industrial practitioners. Extensive examples of all development life-cycle stages are given, including animation, proof, design and code generation in C. Two large case studies and exercises with solutions are provided.The authors have extensive experience in teaching B and in its industrial application to high integrity...
This book gives a practical introduction to the B specification language and method, an approach to the development of high-quality software using rig...
|
|
cena:
362,61 zł |
How Computer Programming Works
ISBN: 9781893115231 / Angielski / Miękka / 226 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. This unique book uses full color illustrations to help readers understand the principles behind all computer programming. It is the book for beginners to read before they start learning computer programming. It offers non-programmers a basis for understanding what programmers do. The author Daniel Appleman is well-known for his bestselling books on VB.
This unique book uses full color illustrations to help readers understand the principles behind all computer programming. It is the book for beginners...
|
|
cena:
107,67 zł |
Interoperability of Enterprise Software and Applications: Workshops of the Interop-ESA International Conference (Ei2n, Wsi, Isidi, and Iehena2005)
ISBN: 9781905209491 / Angielski / Twarda / 366 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. This book features four workshops from the INTEROP-ESA international conference, organized by the INTEROP-NoE (Interoperability Research for Networked Enterprises Applications and Software Network of Excellence). It highlights key topics related to interoperability of enterprise applications and software. The workshops are related to the conference topics and will enable researchers to explore new research ideas for the future.
This book features four workshops from the INTEROP-ESA international conference, organized by the INTEROP-NoE (Interoperability Research for Networked...
|
|
cena:
924,40 zł |
El solar de Ado
ISBN: 9781930879379 / Hiszpański / Miękka / 216 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. |
|
cena:
86,26 zł |
Introduction to IBM Rational Application Developer
ISBN: 9781931182225 / Angielski / Miękka / 650 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. IBM Rational Application Developer is a very important tool for developers, but it is also a complex product. An Introduction to IBM Rational Application Developer, A Guided Tour is designed to jumpstart the learning process with its focus on interactive hands-on learning through a wide variety of useful, practical, end-to-end tutorials.
Hands-on exercises and in-depth explanations form chapter "modules" within the book, thereby providing a complete step-by-step guide to each specific topic while allowing readers to pick and choose which tutorials they want (or need) to study without... IBM Rational Application Developer is a very important tool for developers, but it is also a complex product. An Introduction to IBM Rational Applicat...
|
|
cena:
264,38 zł |
ESOP 86: European Symposium on Programming, Saarbrücken, Federal Republic of Germany, March 17-19, 1986. Proceedings
ISBN: 9783540164425 / Angielski / Miękka / 388 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. |
|
cena:
192,30 zł |
Current Trends in Concurrency: Overviews and Tutorials
ISBN: 9783540164883 / Angielski / Miękka / 732 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. |
|
cena:
384,63 zł |
Interactive Theorem Proving and Program Development: Coq'art: The Calculus of Inductive Constructions
ISBN: 9783540208549 / Angielski / Twarda / 472 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. A practical introduction to the development of proofs and certified programs using Coq. An invaluable tool for researchers, students, and engineers interested in formal methods and the development of zero-fault software. A practical introduction to the development of proofs and certified programs using Coq. An invaluable tool for researchers, students, and e... |
|
cena:
423,10 zł |
Computations in Algebraic Geometry with Macaulay 2
ISBN: 9783540422303 / Angielski / Twarda / 329 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. Systems of polynomial equations arise throughout mathematics, science, and engineering. Algebraic geometry provides powerful theoretical techniques for studying the qualitative and quantitative features of their solution sets. Re cently developed algorithms have made theoretical aspects of the subject accessible to a broad range of mathematicians and scientists. The algorith mic approach to the subject has two principal aims: developing new tools for research within mathematics, and providing new tools for modeling and solv ing problems that arise in the sciences and engineering. A healthy...
Systems of polynomial equations arise throughout mathematics, science, and engineering. Algebraic geometry provides powerful theoretical techniques fo...
|
|
cena:
192,30 zł |