Free Ebook Video Training

Friday, July 17, 2009

Threads Primer: A Guide to Multithreaded Programming




Bil Lewis,&nbspDaniel J. Berg, "Threads Primer: A Guide to Multithreaded Programming "
Publisher: Prentice Hall PTR | ISBN: 0134436989 | edition: 1995 | PDF | 352 Pages | 1,5 Mb

Providing an overview of the Solaris and POSIX multithreading architectures, this book explains threads at a level that is completely accessible to programmers and system architects with no previous knowledge of threads. Covers the business and technical benefits of threaded programs, along with discussions of third party software that is threaded, pointing out the benefits. For programmers, system architects, and technical programmer managers.


D0wn10ad
http://uploading.com/files/LSUS86YZ/booktraining.net_threadsprimer.rar.html

http://rapidshare.com/files/256981878/booktraining.net_threadsprimer.rar
Applied C++: Practical Techniques for Building Better Software
Applied C++: Practical Techniques for Building Better Software

Philip Romanik, Amy Muntz, «Applied C++: Practical Techniques for Building Better Software»
Addison Wesley | ISBN: 0321108949 | 2003 | CHM | 352 pages | 2.13 MB

Applied C++ is a practical, straightforward guide to developing high-quality, maintainable software. It reflects the power of C++, templates, and the Standard Template Library for industrial-strength programming. Whether you are a single developer or work in a large team, the tips and techniques presented in this book will help you improve your language and design skills and show you how to solve substantial problems more effectively.


D0wn10ad
http://uploading.com/files/WNL80X5N/booktraining.net_3827259800.rar.html

http://rapidshare.com/files/256959628/booktraining.net_3827259800.rar

Trends in Functional Programming V. 6



Trends in Functional Programming V. 6
Intellect | 2007 | ISBN: 184150176X | Pages: 240 | PDF | 1.75 MB

Compiler writers often face a choice between implementing a simple, non-optimizing
transformation pass that generates poor code which will require subsequent
optimization, and implementing a complex, optimizing transformation pass
that avoids generating poor code in the first place. A two-pass strategy is compelling
because it is simpler to implement correctly, but its disadvantage is that
the intermediate data structures can be large and traversing them unnecessarily
can be costly. In a system performing just-in-time compilation or run-time code
generation, the costs associated with a two-pass compilation strategy can render
it impractical. A one-pass optimizing transformation is compelling because it
avoids generating intermediate data structures requiring further optimization, but
its disadvantage is that the transformation is more difficult to implement.


D0wn10ad
http://uploading.com/files/OZ6AWCW6/booktraining.net_b10.rar.html

http://rapidshare.com/files/256959516/booktraining.net_b10.rar

Alan Simpson - Access VBA Programming For Dummies



Alan Simpson - Access VBA Programming For Dummies
For Dummies | 2004 | ISBN: 0764574116 | Pages: 408 | PDF | 5.70 MB

* This friendly, easy-to-use guide shows experienced Access users how to use
* VBA (Visual Basic for Applications) to build Access databases and applications, but also covers programming fundamentals for nonprogrammers
* Includes practical, ready-to-use VBA code examples that readers can type or copy and paste from the Web into their own database projects
* Explains basic VBA skills and concepts for nonprogrammers, such as procedures, variables, and loops
* Covers more advanced topics, such as record sets and other programming activities that are unique to Access programming
* Author has written more than ninety computer books and has been working with databases since the early 1980s

D0wn10ad
http://uploading.com/files/8GPW86TX/booktraining.net_b11.rar.html

http://rapidshare.com/files/256959520/booktraining.net_b11.rar

Steven M. Schafer - Apache, MySQL, and PHP Weekend Crash Course



Steven M. Schafer - Apache, MySQL, and PHP Weekend Crash Course
Wiley | 2003 | ISBN: 0764543202 | Pages: 480 | PDF | 5.32 MB

Get up to speed on Apache, MySQL, and PHP - in a weekend!

The big day is Monday. The day you get to show off what you know about Apache Web server, MySQL database, and PHP scripting. The problem is, you're not really up to speed. Maybe it's been a while since you installed all three of these technologies. Perhaps you've never used Apache, MySQL, and PHP together. Or maybe you just like a challenge. In any event, we've got a solution for you - Apache, MySQL, and PHP Weekend Crash Course. Open the book Friday evening and on Sunday afternoon, after completing 30 fast, focused sessions, you'll be able to dive right in and begin building dynamic, data-driven sites on either Windows or Linux with all three integrated technologies.

D0wn10ad
http://uploading.com/files/3XTYF1A4/booktraining.net_b12.rar.html

http://rapidshare.com/files/256959575/booktraining.net_b12.rar

Bill Hatfield - ASP.NET 2 For Dummies



Bill Hatfield - ASP.NET 2 For Dummies
For Dummies | 2005 | ISBN: 076457907X | Pages: 432 | PDF | 6.52 MB

* More than one million developers now use ASP.NET, the Microsoft technology for creating dynamic, data-driven Web sites
* Published day and date with the new Visual Studio 2005 release, this revision of our bestselling book covers new language features as well as the much-anticipated Visual Web Developer tool
* Requiring no previous Visual Basic or C# experience, the author walks complete beginners through ASP.NET 2 basics, from working with objects, building user interfaces, and killing bugs to accessing databases and handling user input
* The CD-ROM includes all code and bonus content

D0wn10ad
http://uploading.com/files/ZBG4Q57C/booktraining.net_b13.rar.html

http://rapidshare.com/files/256959699/booktraining.net_b13.rar

Clayton Walnum - Direct3D Programming Kick Start



Clayton Walnum - Direct3D Programming Kick Start
Sams | 2003 | ISBN: 0672324989 | Pages: 456 | PDF | 2.09 MB

DirectX 9, a brand-new version of Microsoft's multimedia libraries, features the latest 3D graphics technology in the form of Direct3D 9. Direct3D Programming will cover everything a C++ programmer needs to know in order to use Direct3D 9 to create interactive 3D worlds. The book begins with an overview of basic Windows and 3D programming techniques and works its way through the library, starting with getting Direct3D up-and-running all the way to more advanced topics such as textures, lighting, and fog. All concepts and programming techniques are demonstrated in example programs that the reader can build himself using detailed step-by-step instructions.


D0wn10ad
http://uploading.com/files/16V91798/booktraining.net_b14.rar.html

http://rapidshare.com/files/256959559/booktraining.net_b14.rar

Alexander J. Vincent - JavaScript Developer's Dictionary



Alexander J. Vincent - JavaScript Developer's Dictionary
Sams | 2002 | ISBN: 0672322013 | Pages: 1200 | PDF | 2.70 MB

JavaScript Developer's Dictionary covers all the essential functions, methods, and objects of JavaScript in an easy-to-find, logical order.

JavaScript, and each different version of JavaScript, interacts very differently with each variety of Web browser, leaving Web developers scrambling to write code that will work in all the major browsers. JavaScript Developer's Dictionary brings all these variants into one volume, breaking down every object in the JavaScript language and how it applies to each browser.

Wherever possible, the book also provides workarounds for earlier versions of JavaScript and for direct inconsistencies. The emphasis throughout this book is on compatibility across many versions of Netscape and Internet Explorer.

D0wn10ad
http://uploading.com/files/LEJFPA65/booktraining.net_b15.rar.html

http://rapidshare.com/files/256959604/booktraining.net_b15.rar

Richard Wagner - Building Facebook Applications For Dummies



Richard Wagner - Building Facebook Applications For Dummies
For Dummies | 2008 | ISBN: 0470277955 | Pages: 342 | PDF | 5.02 MB

There’s no doubt about it — Facebook is cool. Along with users who want to interact with friends, businesses are using Facebook as a marketing and networking tool. And if you’re a Web developer, you probably know there’s a demand for Facebook applications. If you have some basic knowledge of Web client technology, such as HTML, JavaScript, or CSS, and know how to use a Web programming language, Building Facebook Applications For Dummies is just what you need to start building apps for Facebook.

This friendly guide helps you create applications to reach Facebook’s huge audience, so you can enlarge your list of friends, introduce people to your product or service, or network with other business professionals. You’ll find out how to:

* Work with the Facebook API
* Build applications that take advantage of Facebook’s News Feed and Wall
* Migrate existing Web applications to Facebook
* Create mobile apps for Facebook
* Use Facebook’s markup and query languages
* Get your app noticed by Facebook users

A handy companion Web site includes code samples, starter applications, and other useful information about building Facebook apps. Whether you want to create applications for business purposes or just for fun, Building Facebook Applications For Dummies is the fun and easy way to get started.

D0wn10ad
http://uploading.com/files/FASHBKLD/booktraining.net_b16.rar.html

http://rapidshare.com/files/256959558/booktraining.net_b16.rar

William Panek, Tylor Wentworth - MCTS: Windows Server 2008 Network Infrastructure Configuration: Exam 70-642



William Panek, Tylor Wentworth - MCTS: Windows Server 2008 Network Infrastructure Configuration: Exam 70-642
Sybex | 2008 | ISBN: 0470261692 | Pages: 600 | PDF | 8.23 MB

Get ready for the new Windows Server 2008 certification track.

With Microsoft's release of Windows Server 2008 and a new generation of certification exams, network administrators have more reason than ever to certify their expertise in the world's leading server software. Inside, find the full coverage you need to prepare for Exam 70-642: Windows Server 2008 Network Infrastructure, Configuring, one of three specializations in the Microsoft Certified Technology Specialist (MCTS) certification track and a prerequisite for the MCITP certifications in Windows Server 2008. Look for:

* Full coverage of all exam objectives in a systematic approach, so you can be confident you're getting the instruction you need for the exam.
* Practical hands-on exercises to reinforce critical skills.
* Real-world scenarios that put what you've learned in the context of actual job roles.
* Challenging review questions in each chapter to prepare you for exam day.
* Exam Essentials, a key feature in each chapter that identifies critical areas you must become proficient in before taking the exam<.
* A handy tear card that maps every official exam objective to the corresponding chapter in the book, so you can track your exam prep objective by objective.


D0wn10ad
http://uploading.com/files/NV7KRNTF/booktraining.net_b20.rar.html

http://rapidshare.com/files/256959664/booktraining.net_b20.rar

Handbook of Research on Digital Information Technologies: Innovations, Methods, and Ethical Issues




Thomas Hansson - Handbook of Research on Digital Information Technologies: Innovations, Methods, and Ethical Issues
Information Science Reference | 2008 | ISBN: 1599049708 | Pages: 574 | PDF | 5.24 MB

In today's networked societies, a key factor of the social and economic success is the capability to exchange, transfer, and share knowledge. In the wide-ranging area of knowledge management, the issue of knowledge exchange in networked environments emerges in several application fields, and is treated with different approaches.

Building the Knowledge Society on the Internet: Sharing and Exchanging Knowledge in Networked Environments proposes a vast panorama of research on the topic while presenting a variety of viewpoints, approaches, and indications of the shared elements intended as the foundations of an emerging and fascinating multidisciplinary field.

D0wn10ad
http://uploading.com/files/U10UYAF0/booktraining.net_b21.rar.html

http://rapidshare.com/files/256959546/booktraining.net_b21.rar

Joe Celko's SQL Programming Style (The Morgan Kaufmann Series in Data Management Systems)


Joe Celko's SQL Programming Style (The Morgan Kaufmann Series in Data Management Systems)
Morgan Kaufmann | ISBN: 0120887975 | 272 pages | April 11, 2005 | PDF | 0.7 Mb

Are you an SQL programmer that, like many, came to SQL after learning and writing procedural or object-oriented code? Or have switched jobs to where a different brand of SQL is being used, or maybe even been told to learn SQL yourself?

If even one answer is yes, then you need this book. A "Manual of Style" for the SQL programmer, this book is a collection of heuristics and rules, tips, and tricks that will help you improve SQL programming style and proficiency, and for formatting and writing portable, readable, maintainable SQL code. Based on many years of experience consulting in SQL shops, and gathering questions and resolving his students SQL style issues, Joe Celko can help you become an even better SQL programmer.

* Help you write Standard SQL without an accent or a dialect that is used in another programming language or a specific flavor of SQL, code that can be maintained and used by other people.
* Enable you to give your group a coding standard for internal use, to enable programmers to use a consistent style.
* Give you the mental tools to approach a new problem with SQL as your tool, rather than another programming language one that someone else might not know!

D0wn10ad

Beginning VB.NET 2003




Beginning VB.NET 2003
Wrox; 3 Sub edition | ISBN: 0764556584 | 840 pages | April 9, 2004 | CHM | 32 Mb

In Beginning VB.NET 2003, three expert authors guide you through the basics of building working applications, creating windows and boxes, handling unexpected events, using object-oriented programming, and more. You’ll learn to use menus, toolbars, dialog boxes, and other controls in Windows applications, and how loops and branching structures function in decision-making. You get a thorough overview of object-oriented programming concepts and theory.

After mastering these levels, you’ll be able to explore database programming, look into creating ASP.NET applications for the Web using Web forms, and get a basic introduction to XML. Finally, you can discover how functionality offered online can be integrated seamlessly into your applications with Web services.

What does this book cover?

Here just a few of the things you'll learn in this book:
* Programming basics, how VB.NET functions, and the principles of the .NET Framework
* How to work with data structures and build and deploy Windows applications
* Object-oriented programming concepts and theory
* Debugging and error-handling techniques
* What you need to know about Web services and .NET remoting
* How to build class libraries, create your own custom controls, and program custom graphics
* Database programming with SQL Server and ADO.NET
* A basic understanding of mobile applications and how to build them

D0wn10ad
http://uploading.com/files/P022ZZ00/booktraining.net_0764556584.rar.html

http://rapidshare.com/files/256959556/booktraining.net_0764556584.rar

JavaScript Pocket Reference (2nd Edition)




JavaScript Pocket Reference (2nd Edition)
O'Reilly Media, Inc.; 2nd edition | ISBN:0596004117 | 136 pages | October 29, 2002 | CHM | 0.1 Mb

JavaScript--the powerful, object-based scripting language that can be embedded directly into HTML pages--has earned its place in the web developer's toolkit, to the extent that it's now considered required knowledge for web developers. You can use JavaScript to create dynamic, interactive applications that run completely within a web browser. JavaScript is also the language of choice for developing Dynamic HTML content. Because its syntax is based on the popular programming languages C, C++, and Java, JavaScript is familiar and easy to learn for experienced programmers. At the same time, it's an interpreted scripting language, providing a flexible, forgiving programming environment for new programmers.
The JavaScript Pocket Reference, 2nd Edition, provides a complete overview of the core JavaScript language and client-side scripting environment, as well as quick-reference material on core and client-side objects, methods, and properties. The new edition has been revised to cover JavaScript 1.5, and is particularly useful for developers working with the standards-compliant web browsers, such as Internet Explorer 6, Netscape 7, and Mozilla. Ideal as an introduction for beginners and a quick reference for advanced developers, this pocket-sized book is easy to take anywhere and serves as the perfect companion volume to the bestselling javascript: The Definitive Guide, 4th Edition.

O'Reilly's Pocket References have become a favorite among developers everywhere. By providing a wealth of important details in a concise, well-organized format, these handy books deliver just what you need to complete the task at hand. When you've reached a sticking point and need to get to the answer quickly, the new JavaScript Pocket Reference is the book you'll want close at hand.

D0wn10ad
http://uploading.com/files/Y6YS5TEF/booktraining.net_0596004117.rar.html

http://rapidshare.com/files/256959581/booktraining.net_0596004117.rar

Special Edition Using Asp.Net




Special Edition Using Asp.Net
Que; 1st edition | ISBN: 0789725606 | 900 pages | March 5, 2002 | CHM | 3 Mb

Though ASP has been used for years in Web development, the new version provides users with better and faster operability. Because ASP guru Richard Leinecker has written this book the information will be immediately applicable. Special Edition Using ASP.NET will also serve as a comprehensive reference to both experienced and new developers. This book provides real-world examples and troubleshooting with tips on how to integrate the technology with the other programs of Visual Studio.NET and content developed in previous versions of ASP.

D0wn10ad
http://uploading.com/files/ZVQU4FMV/booktraining.net_0789725606.rar.html

http://rapidshare.com/files/255603519/0789725606.rar

Database Modeling with Microsoft® Visio for Enterprise Architects (The Morgan Kaufmann Series in Data Management Systems)


Database Modeling with Microsoft® Visio for Enterprise Architects
(The Morgan Kaufmann Series in Data Management Systems)

Morgan Kaufmann; 1 edition | ISBN:1558609199 | 425 pages | August 14, 2003 | CHM | 39 Mb

This book is for database designers and database administrators using Visio, which is the database component of Microsoft's Visual Studio .NET for Enterprise Architects suite, also included in MSDN subscriptions. This is the only guide to this product that tells DBAs how to get their job done. Although primarily focused on tool features, the book also provides an introduction to data modeling, and includes practical advice on managing database projects. The principal author was the program manager of VEA's database modeling solutions.

· Explains how to model databases with Microsoft® Visio for Enterprise Architects (VEA), focusing on tool features.
· Provides a platform-independent introduction to data modeling using both Object Role Modeling (ORM) and Entity Relationship Modeling (ERM), and includes practical advice on managing database projects.
· Additional ORM models, course notes, and add-ins available online.

D0wn10ad
http://uploading.com/files/8OO3ZOLR/booktraining.net_1558609199.rar.html

http://rapidshare.com/files/255605715/1558609199.rar

Sams Teach Yourself J2EE in 21 Days




Sams Teach Yourself J2EE in 21 Days
Sams | ISBN: 0672323842 | 1100 pages | April 15, 2002 | PDF | 10 Mb

J2EE has become required knowledge for any serious Java developer, but learning this large and complex specification requires a substantial investment of time and energy. Sams Teach Yourself J2EE in 21 Days presents the enterprise Java architecture in accessible, easy-to-comprehend lessons, describing how each J2EE tool solves the challenges of n-Tier development. Using the architecture as a roadmap, following chapters describe Enterprise JavaBeans (EJB), JavaServer Pages (JSP), servlets, and more, giving readers a full understanding of J2EE development.

Further chapters cover the role of XML, custom JSP tags, and how Java Connectors allow J2EE applications to interact with legacy and non-Java systems. The book finishes with sample applications that put all the pieces together, including an example using J2EE to create Web Services. Along the way, every concept is illustrated with practical, real-world examples to ensure understanding by Java students as well as experts.


D0wn10ad
http://uploading.com/files/WL0RWDLU/booktraining.net_0672323842.rar.html

http://rapidshare.com/files/256959605/booktraining.net_0672323842.rar

Maximum Accessibility: Making Your Web Site More Usable for Everyone


Maximum Accessibility: Making Your Web Site More Usable for Everyone

John M. Slatin, Sharron Rush, «Maximum Accessibility: Making Your Web Site More Usable for Everyone»
Addison Wesley | ISBN: 0201774224 | 2002 | CHM | 640 pages | 6.22 MB

Maximum Accessibility is a comprehensive resource for creating Web sites that comply with new U.S. accessibility standards and conform to the World Wide Web Consortium's Web Content Accessibility Guidelines 1.0. This book offers an overview of key issues, discusses the standards in depth, and presents practical design techniques, up-to-date technologies, and testing methods to implement these standards for maximum accessibility.


D0wn10ad
http://uploading.com/files/FEBE02PE/booktraining.net_maximum-accessibility-making-your-web-site-more-usable-for-ever...chm.html

http://rapidshare.com/files/256959755/booktraining.net_maximum-accessibility-making-your-web-site-more-usable-for-everyone.9780201774221.2

Building Web Applications with UML Second Edition



Building Web Applications with UML Second Edition

Jim Conallen, «Building Web Applications with UML Second Edition»
Addison Wesley | ISBN: 0201730383 | 2002 | CHM | 496 pages | 6.38 MB

This is a new edition of the widely acclaimed Building Web Applications with UML. Based on the author's extensive experience as a Web developer, it incorporates helpful reader feedback, identifies and addresses modeling problems unique to page-based Web applications, and offers practical advice and straightforward solutions.


D0wn10ad
http://uploading.com/files/JSSLR9PT/booktraining.net_building-web-applications-with-uml-second-edition.9780201730388...chm.html

http://rapidshare.com/files/256959719/booktraining.net_building-web-applications-with-uml-second-edition.9780201730388.457.chm

Java Look and Feel Design Guidelines: Advanced Topics


Java Look and Feel Design Guidelines: Advanced Topics

Sun Microsystems Inc., «Java Look and Feel Design Guidelines: Advanced Topics»
Addison Wesley | ISBN: 0201775824 | 2001 | PDF | 200 pages | 3.63 MB

Java Look and Feel Design Guidelines Advanced Topics provides advanced design guidelines for user interfaces based on the Java Foundation Classes (JFC) with the Java look and feel. This book augments the award-winning Java Look and Feel Design Guidelines, 2nd ed.


D0wn10ad
http://uploading.com/files/V6G7J3K7/booktraining.net_java-look-and-feel-design-guidelines-advanced-topics.9780201775...pdf.html

http://rapidshare.com/files/256959580/booktraining.net_java-look-and-feel-design-guidelines-advanced-topics.9780201775822.19084.pdf

CMMI Distilled: A Practical Introduction to Integrated Process Improvement, Second Edition

CMMI Distilled: A Practical Introduction to Integrated Process Improvement, Second Edition
CMMI Distilled: A Practical Introduction to Integrated Process Improvement, Second Edition

Dennis M. Ahern, Aaron Clouse, Richard Turner, «CMMI Distilled: A Practical Introduction to Integrated Process Improvement, Second Edition»
Addison Wesley | ISBN: 0321186133 | 2003 | CHM | 336 pages | 1.9 MB

This new edition of CMMI Distilled, updated for CMMI version 1.1, includes more material in layman's language to meet a wider variety of reader's needs, but has not lost any of the technical content that made the first edition so successful. Written for those new to model-based process improvement, it also offers insights that can help even battle-scarred process improvement veterans and experienced systems, software and quality engineers perform better. CMMI Distilled, Second Edition is especially appropriate for executives and managers who need to understand why process improvement is valuable, why CMMI is a tool of choice, and how to maximize the return on their efforts and investments.


D0wn10ad
http://uploading.com/files/GUA419OP/booktraining.net_cmmi-distilled-a-practical-introduction-to-integrated-process-i...chm.html

http://rapidshare.com/files/256959659/booktraining.net_cmmi-distilled-a-practical-introduction-to-integrated-process-improvement-second-ed

Microsoft SQL Server 2000



Microsoft SQL Server 2000

Dusan Petkovic, «Microsoft SQL Server 2000»
Addison Wesley | ISBN: 3827317231 | 2001 | PDF | 648 pages | 5.23 MB

Standarddatenbanksprache SQL usw. Eines der herausragendsten relationalen Datenbanksysteme heutzutage stellt der SQL Server der Firma Microsoft dar. Der SQL Server gilt als am weitesten entwickeltes relationales Datenbanksystem in bezug auf mindestens folgende drei Themen: die benutzerfreundliche graphische Schnittstelle, die optimale Unterstützung der Rechner mit eng gekoppelten Prozessoren und die Untersützung der sehr großen Datenbanken bzw.


D0wn10ad
http://uploading.com/files/CKUFAS6X/booktraining.net_microsoft-sql-server-2000.9783827317230.1152.pdf.htm

http://rapidshare.com/files/256959640/booktraining.net_microsoft-sql-server-2000.9783827317230.1152.pdf
l

Performance Analysis of Communications Networks and Systems 2006-03


Performance Analysis of Communications Networks and Systems 2006-03
Piet Van Mieghem | Cambridge University Press | 2006-03-09 | ISBN: 0521855152 | 542 Pages | 4.48MB

This rigorous and self-contained book describes mathematical and, in particular, stochastic methods to assess the performance of networked systems. It consists of three parts. Part one is a review of probability theory. Part two covers the classical theory of stochastic processes (Poisson, renewal, Markov, and queuing theory), which are considered to be the basic building blocks for performance evaluation studies. Part three focuses on the relatively new field of the physics of networks. This part deals with the recently obtained insights that many very different large complex networks - such as the Internet, World Wide Web, proteins, utility infrastructures, social networks - evolve and behave according to more general common scaling laws. This understanding is useful when assessing the end-to-end quality of communications services, for example, in Internet telephony, real-time video, and interacting games. Containing problems and solutions, this book is ideal for graduate students taking courses in performance analysis.


Programming Scala: Tackle Multi-Core Complexity on the Java Virtual Machine


Venkat Subramaniam, "Programming Scala: Tackle Multi-Core Complexity on the Java Virtual Machine"
Pragmatic Bookshelf | 2009 | ISBN: 193435631X | 250 pages | PDF | 3,6 MB

The increasing popularity and availability of multicore processors is creating a whole new set of challenges--although you can enjoy true concurrency, you're now faced with higher contention and synchronization issues. Deploying an existing application on a multicore processor may bring out previously hidden concurrency issues. Java's multi-threading facility by itself isn't enough---it's a very low level abstraction. Instead, you need a paradigm that provides a higher level of abstraction to deal with concurrency. It's time to embrace Functional Programming.

Scala is a hybrid Object-Oriented/Functional Programming language on the JVM. Using Scala, you can create traditional imperative programs, intermix them with Java code, and at the same time take advantage of higher levels of abstraction. You can use features that lead to concise, highly expressive code that remove the pain of dealing with concurrency.

Programming Scala will show you the fundamentals of functional programming using Scala. Very quickly, you'll learn how this statically typed language can give you dynamic capabilities to create concise, scalable, highly capable concurrent code.

Pragmatic programmers always use the right tool for the job. For concurrent programming on the Java VM, Scala is the tool, and Programming Scala by award-winning author Venkat Subramaniam is your guide.

Enterprise Rails


Dan Chak, "Enterprise Rails"
O'Reilly Media, Inc. | 2008-10-15 | ISBN: 0596515200 | 350 pages | PDF | 4,6 MB

What does it take to develop an enterprise application with Rails? Enterprise Rails introduces several time-tested software engineering principles to prepare you for the challenge of building a high-performance, scalable website with global reach. You'll learn how to design a solid architecture that ties the many parts of an enterprise website together, including the database, your servers and clients, and other services as well.

Many Rails developers think that planning for scale is unnecessary. But there's nothing worse than an application that fails because it can't handle sudden success. Throughout this book, you'll work on an example enterprise project to learn first-hand what's involved in architecting serious web applications.

With this book, you will:


# Tour an ideal enterprise systems layout: how Rails fits in, and which elements don't rely on Rails

# Learn to structure a Rails 2.0 application for complex websites

# Discover how plugins can support reusable code and improve application clarity

# Build a solid data model--a fortress--that protects your data from corruption

# Base an ActiveRecord model on a database view, and build support for multiple table inheritance

# Explore service-oriented architecture and web services with XML-RPC and REST

# See how caching can be a dependable way to improve performance

Building for scale requires more work up front, but you'll have a flexible website that can be extended easily when your needs change. Enterprise Rails teaches you how to architect scalable Rails applications from the ground up.

Enjoy this great book! Brought to you by SMIRK




Seam Framework: Experience the Evolution of Java EE


Michael Juntao Yuan, Jacob Orshalick, Thomas Heute, "Seam Framework: Experience the Evolution of Java EE"
Prentice Hall PTR | 2009 | ISBN: 0137129394 | 504 pages | PDF | 8 MB

Fully Updated to Cover Major Enhancements to Seam 2.x


In Seam Framework, Second Edition, the authors of the leading guide to Seam programming have systematically updated their text to reflect the major improvements introduced with Seam 2.x. This author team–all key Seam project contributors–teach Seam 2.x through detailed example applications that reveal how Seam simplifies many tasks that were previously difficult or impractical. Their robust descriptions are complemented by in-depth feature discussions that demonstrate how to use Seam’s power to the fullest. Whether you’re new to Seam programming or a seasoned Seam developer who wants to achieve deeper mastery of Seam 2.x, this book will be an indispensable resource.


Coverage includes
Using improvements to Seam’s conversation model, transaction management, and other features
Enhancing security, performing end-to-end validation, and providing custom exception pages
Using Quartz to execute timer jobs in your application
Generating bookmarkable RESTful Web pages the easy way
Developing highly scalable applications with Seam 2.x’s new multilayer caching
Simplifying development with Groovy, the scripting language that runs directly on the JVM
Using jBPM business processes to improve page flow
Previewing Web Beans (JSR-299), the future core of Seam that will transform Java EE Web development

D0wnl0ad


Build Your Own Database Driven Web Site Using PHP & MySQL, 4th Edition


Kevin Yank, "Build Your Own Database Driven Web Site Using PHP & MySQL, 4th Edition"
SitePoint | 2009-06-15 | ISBN: 0980576814 | 360 pages | PDF | 6,4 MB

Build Your own Database Driven Web Site Using PHP & MySQL is a practical hands-on guide to learning all the tools, principles and techniques needed to build a fully functional database-driven web site using PHP & MySQL.

This book covers everything from installing PHP & MySQL under Windows, Linux, and Mac through to building a live web-based content management system.

While this is essentially a beginners book, it also covers more advanced topics such as the storage of binary data in MySQL, and cookies and sessions in PHP. It comes complete with a set of handy reference guides for PHP & MySQL that include:
MySQL syntax MySQL functions MysQL column types PHP functions for working with MySQL

Enjoy this great book! Brought to you by SMIRK

D0wnl0ad


JavaFX: Developing Rich Internet Applications


Jim Clarke, Jim Connors, Eric J. Bruno, "JavaFX: Developing Rich Internet Applications"
Prentice Hall PTR | 2009 | ISBN: 013701287X | 384 pages | PDF | 6,8 MB

Build Rich Applications that Run on the Desktop, the Web, Mobile Devices...Anywhere!


Using JavaFX, developers and graphic designers can work together to build robust, immersive applications and deploy them anywhere: on the desktop, on the Web, and on millions of Java-enabled mobile devices. JavaFX lets you maintain your existing graphics and seamlessly integrate them into Java applications. Plus, JavaFX Script is a declarative language that allows you to preserve your investment in the Java platform while allowing more creativity with JavaFX’s Rich Internet Application environment.


JavaFX™: Developing Rich Internet Applications brings together all the knowledge, techniques, and reusable code you need to quickly deliver production-quality solutions. Writing for both developers and designers, the authors explain how JavaFX simplifies and improves the RIA development process, and they show how to make the most of its ready-built components and frameworks.


JavaFX™ covers everything from data integration to multimedia, special effects to REST. The authors present a full chapter of code recipes and a complete case study application. This book’s wide-ranging content includes

Building and running JavaFX programs
Understanding the role of graphics designers in creating JavaFX Graphical Assets
Writing fast, efficient JavaFX Script programs
Using data binding to simplify Model-View-Controller application design
Creating rich user experiences with JavaFX visual components
Bringing user interfaces to life with lighting, reflection, and other special effects
Adding motion with the JavaFX animation framework
Incorporating pictures, sound, and videos in your applications
Creating RESTful applications with JSON and XML
Writing JavaFX applications that make the most of the underlying Java platform


The Java™ Series is supported, endorsed, and authored by the creators of the Java technology at Sun Microsystems, Inc. It is the official place to go for complete, expert, and definitive information on Java technology. The books in this Series provide the inside information you need to build effective, robust, and portable applications and applets. The Series is an indispensable resource for anyone targeting the Java platform.

D0wnl0ad

PHP Cookbook


PHP Cookbook
O'Reilly Media, Inc. | ISBN:1565926811 | 624 pages | November 20, 2002 | PDF | 2 Mb

PHP is a simple yet powerful open source scripting language that has become a big player in web development. Over a million web sites, from large corporate sites to small personal sites, are using PHP to serve dynamic web content. PHP's broad feature set, approachable syntax, and support for different operating systems and web servers make it an ideal language for rapid web development. The PHP Cookbook is a collection of problems, solutions, and practical examples for PHP programmers. The book contains a unique and extensive collection of best practices for everyday PHP programming dilemmas. For every problem addressed in the book, there's a worked-out solution or "recipe" -- short, focused pieces of code that you can insert directly into your applications. But this book offers more than cut-and-paste code. You also get explanations of how and why the code works, so you can learn to adapt the problem-solving techniques to similar situations. The recipes in the PHP Cookbook range from simple tasks, such as sending a database query and fetching URLs, to entire programs that demonstrate complex tasks, such as printing HTML tables and generating bar charts. This book contains over 250 recipes on the following topics:
* Working with basic data types, including strings, numbers, dates and times, and arrays
* PHP building blocks, such as variables, functions, classes, and objects
* Web programming, including forms, database access, and XML
* Useful features like regular expressions, encryption and security, graphics, internationalization and localization, and Internet services
* Working with files and directories
* Command-line PHP and PHP-GTK
* PEAR, the PHP Extension and Application Repository

This book contains an impressive collection of useful code for PHP programmers, from novices to advanced practitioners. Instead of poking around mailing lists, online documentation, and other sources, you can rely on the PHP Cookbook to provide quick solutions to common problems, so you can spend your time on those out-of-the-ordinary problems specific to your application.

D0wnl0ad


Making Use of PHP


Making Use of PHP
Wiley; 1st edition | ISBN: 0471219738 | 352 pages | July 15, 2002 | PDF | 2 Mb

PHP has an edge over locked-in solutions such as JSP and ASP for most Web development work because it is a cross-platform technology. Surveys indicate that PHP is rapidly becoming the most widely used Web scripting language and PHP skills are now considered essential for many Web developers.
* Explains why PHP is easier to learn than Perl or JavaScript and how it is useful in server-side development and administration tasks
* Offers guidance to fully utilizing the possibilities of PHP
* Enables Web designers and others with HTML skills to quickly gain essential abilities for site administration and content development


D0wnl0ad

Software Testing Fundamentals: Methods and Metrics

Software Testing Fundamentals: Methods and Metrics
Posted By : Ice Zero | Date : 17 Jul 2009 12:18 | Comments : 0

Software Testing Fundamentals: Methods and Metrics
Wiley; 1st edition | ISBN: 047143020X | 432 pages | April 11, 2003 | CHM | 13 Mb

“…a good book. Recommended...” (Cvu—The Journal of the ACCU, Vol.16, No.6, December 2004)
“I would recommend this to both beginners and established practitioners.” (Software Testing Verification and Reliability Journal, March 2004)

“…thought-provoking and refreshing…” (Professional tester, October 2003)



D0wnl0ad


Test Driven Development: By Example (The Addison-Wesley Signature Series)


Test Driven Development: By Example (The Addison-Wesley Signature Series)
Addison-Wesley Professional | ISBN: 0321146530 | 240 pages | November 18, 2002 | CHM | 0.3 Mb

Clean code that works--now. This is the seeming contradiction that lies behind much of the pain of programming. Test-driven development replies to this contradiction with a paradox--test the program before you write it. A new idea? Not at all. Since the dawn of computing, programmers have been specifying the inputs and outputs before programming precisely. Test-driven development takes this age-old idea, mixes it with modern languages and programming environments, and cooks up a tasty stew guaranteed to satisfy your appetite for clean code that works--now.

Developers face complex programming challenges every day, yet they are not always readily prepared to determine the best solution. More often than not, such difficult projects generate a great deal of stress and bad code. To garner the strength and courage needed to surmount seemingly Herculean tasks, programmers should look to test-driven development (TDD), a proven set of techniques that encourage simple designs and test suites that inspire confidence.

By driving development with automated tests and then eliminating duplication, any developer can write reliable, bug-free code no matter what its level of complexity. Moreover, TDD encourages programmers to learn quickly, communicate more clearly, and seek out constructive feedback.

D0wnl0ad


Mirr0r

The Web Testing Companion: The Insider's Guide to Efficient and Effective Tests


The Web Testing Companion: The Insider's Guide to Efficient and Effective Tests
Wiley; 1st edition | ISBN: 0471430218 | 600 pages | May 2, 2003 | CHM | 8 Mb

* Written by one of Microsoft's key testing trainers, this hands-on tutorial and reference explains why, when, what, and how to test
* Teaches new and experienced testers how to analyze and properly test Web applications
* Filled with practical advice that can be immediately applied to any Web-testing task, on any browser running on any platform
* Concentrates on proven solutions and presents the material in a way that will help develop a professional skill set in novice testers and will improve the productivity of all testers
* Companion Web site includes dozens of valuable templates and test patterns that will allow readers to rapidly conduct tests in multiple languages against all browser and operating-system combinations


D0wnl0ad



Mirr0r

Mastering SQL Server 2008 (repost)


Michael Lee, Gentry Bieker "Mastering SQL Server 2008"
Sybex | English | 2009-01-20 | ISBN: 047028904X | 792 pages | PDF | 7,8 MB


As Microsoft’s bestselling database manager, SQL Server is highly flexible and customizable, and has excellent support—the 2008 version offers several significant new capabilities. This book offers accurate and expert coverage on the updates to SQL Server 2008 such as its enhanced security; the ability to encrypt an entire database, data files, and log files without the need for application changes; a scalable infrastructure that can manage reports and analysis of any size and complexity; and its extensive performance data collection.

D0wnl0ad


Mirr0r

Gunnar Thies "PHP 5.3 und MySQL 5.1: Grundlagen, Anwendung, Praxiswissen, Objektorientierung, MVC, Sichere Webanwendungen, PHP-Frameworks, Performance


Gunnar Thies "PHP 5.3 und MySQL 5.1: Grundlagen, Anwendung, Praxiswissen, Objektorientierung, MVC, Sichere Webanwendungen, PHP-Frameworks, Performancesteigerungen"
Galileo Press | 2009-02 | ISBN: 383621377X | 1051 pages | PDF | 143 MB


PHP und MySQL sind so etwas wie das All-Star-Dream-Team des Webs: kaum eine moderne, dynamische Website kann heute noch ohne Datenbankhintergrund funktionieren und das Informations-Transportgespann PHP/MySQL ist bei dieser Arbeit fast immer an vorderster Front: Dank Gunnar Thies und Stefan Reimers ist für den engagierten Webbastler nun ein professioneller Einstieg und für den erfahrenen Webprofi ein umfassendes Nachschlagewerk auf dem aktuellen Stand von PHP 5.3 und MySQL 5.1 auf dem Markt - da heißt es zugreifen, solange es noch welche gibt ;-)

Die aktuelle Ausgabe (2009) ist die 2. Auflage ihres PHP/mySQL-Standardwerks, das sie komplett aktualisiert und etwa um CakePHP erweitert haben. Thies und Reimers haben ihr Buch in 3 Hauptteile gegliedert, denen sie ein kurzes Einsteigerkapitel vorangestellt haben, das Webneulingen die ersten Schritte im WWW erleichtern soll. Los geht es dann mit den Grundlagen, also dem nötigen Rüstzeug für die PHP/MySQL-Arbeit: die Installation (alles dafür auf der beiliegenden CD) und ein erster Einstieg in Funktionen und Syntax von PHP und MySQL bis hin zu Objektorientierung und SQL-Kommandos. Im zweiten Hauptteil dann ab in die Tiefe: Datenbankschnittstelle, Datenbankabstraktion, SQL, Benutzerverwaltung und Storage Engines bis hin zur Applikation der verschiedenen Aspekte der Webentwicklung wie Datenbankschema-Entwurf und Sicherheitsfragen. Abschließend dann das Überkapitel zur praktischen Umsetzung/Anwendung: Datenbankschnittstellen, Loggin-Mechanismen, Debuggin-Hilfsmittel und HTML-Grundfunktionalitäten und die jeweils benötigen Module, die Programmierung größerer Projekte wie zum Beispiel Mehrbenutzersysteme, aktuelle Webtechnologien (Web 2.0), Blogs, Wikis und Bildergalerien, fortgeschrittene Webprogrammierthemen wie die dauerhafte Objektspeicherung und zuletzt noch das Model-View-Controller-Paradigma.

Mit haben es Thies und Reimers tatsächlich wieder geschafft, das von ihnen nach eigenen Aussagen versprochene "Von den Grundlagen bis zur professionellen Programmierung"-Buch zu PHP und MySQL zu schreiben. Umfassend auf den Punkt gebracht, übersichtlich und konkret.


Das Buch richtet sich an ambitionierte Einsteiger und fortgeschrittene Entwickler, die umfangreiches Grundwissen in der Datenbankentwicklung und Programmierung mit PHP erhalten möchten. Der Autor bietet Ihnen eine praxisorientierte Einführung in Techniken, Arbeitsweisen und Werkzeuge für Ihre datenbankgestützte Webseite mit PHP und MySQL.

Mirr0r

Accelerated DOM Scripting with Ajax, APIs, and Libraries (repost)


Accelerated DOM Scripting with Ajax, APIs, and Libraries
Publisher: Apress | ISBN: 1590597648 | edition 2007 | PDF | 221 pages | 3,39 mb

If you're a web developer with previous JavaScript and DOM scripting experience, Accelerated DOM Scripting with Ajax, APIs, and Libraries is perfect for you to take your knowledge up to the next level.
This book is about JavaScript and using the document object model—the conduit to the HTML document. This book is not about learning how to program JavaScript from scratch. It starts with the assumption that you have done some JavaScript development before and understand the JavaScript syntax. This book builds on top of that knowledge to give you a deeper understanding of DOM Scripting and how to apply that to your projects. It uses this new understanding to describe what JavaScript libraries are and show you how they can be applied to your project. The book will also explain Ajax and how best to plan and apply it to your projects. It explains how to build simple animation objects for adding movement to elements on the page. There are straightforward examples that demonstrate the techniques used throughout the book.
JavaScript has seen a resurgence in popularity over the past few years, and with it has come an exploration of the power of the language as well as what it can do within the browser. This book will explain techniques new and old—such as closures, encapsulation, and inheritance—that many are using and how you can best apply them to your own projects.
By reading this book, you should have a greater understanding of how JavaScript works and be able to use advanced concepts such as closures and event delegation to build more flexible applications for the Web. You'll walk away with a greater appreciation for JavaScript libraries and how they can simplify and speed up your development. You'll also be able to implement Ajax effectively into your site, create special effects, use JavaScript libraries, and know how best to apply these libraries to your projects.

Download


Mirror

Pro PHP: Patterns, Frameworks, Testing and More


Pro PHP: Patterns, Frameworks, Testing and More
Publisher: Apress | ISBN: 1590598199 | edition 2008 | PDF | 340 pages | 5,82 mb

Taking care to focus solely on those topics that will have the most impact on experienced PHP developers, Pro PHP is written for readers seeking to take their understanding of both PHP and sound software development practices to the next level. Advanced object–oriented features, documentation, debugging, software patterns, and the Standard PHP Library are just a few of the topics covered in extensive detail.
Author and noted PHP expert Kevin McArthur also examines emerging practices and trends such as the MVC architecture as applied to PHP, with special emphasis placed upon the increasingly popular Zend Framework.
With Ajax and web services crucial to the success of todays web applications, the book concludes with several chapters covering JSON, the SOAP extension, and advanced web services topics.
If youre seeking to go beyond the basics, Pro PHP is the book for you.


D0wnl0ad


Mirr0r

Beginning PHP and MySQL E-Commerce: From Novice to Professional, Second Edition (repost)


Beginning PHP and MySQL E-Commerce: From Novice to Professional, Second Edition (Beginning: From Novice to Professional)
Publisher: Apress | ISBN: 1590598644 | edition 2008 | PDF | 707 pages | 11,9 mb

Beginning PHP and MySQL E-Commerce: From Novice to Professional, Second Edition covers every step of the design and building process involved in creating powerful, extendable e–commerce web sites. Based around a real–world example involving a web site selling t–shirts, you’ll learn how to create and manage a product catalog, build and integrate a shopping cart, and process customer accounts and PayPal/credit card transactions.
With the e–commerce framework in place, authors Emilian Balanescu and Cristian Darie show you how to integrate advanced features sure to set your web site apart from the competition. You’ll learn how to expand your catalog using Amazon Web Services, optimize the web site for the search engines, and take advantage of Ajax to build an even more user–friendly shopping cart.
Other highlights:
* The authors show you how to build a complex, extendable e–commerce web site using sound development practices.
* This second edition has been updated to take advantage of a more flexible templating system, and new chapters cover Ajax integration and search engine optimization.
* The text goes beyond basic product and customer management, showing you how to integrate product reviews, process payments using both credit cards and PayPal, and expand your web site catalog using third–party services such as Amazons affiliate program.
What you’ll learn
* Build an extensible e–commerce web site using sound development techniques.
* Increase sales through proven techniques such as cross–selling, upselling, and enhancing customer service offerings.
* Expand your product and service offerings by integrating with reseller programs such as Amazon Affiliates via XML web services.
* Take advantage of search engine optimization techniques to make your web site more easy to find.
Who is this book for?
This book was written for individuals seeking to build e–commerce web sites using the PHP language and MySQL database.
About the Apress Beginning Series
The Beginning series from Apress is the right choice to get the information you need to land that crucial entry–level job. These books will teach you a standard and important technology from the ground up because they are explicitly designed to take you from “novice to professional.” You’ll start your journey by seeing what you need to know—but without needless theory and filler. You’ll build your skill set by learning how to put together real–world projects step by step. So whether your goal is your next career challenge or a new learning opportunity, the Beginning series from Apress will take you there—it is your trusted guide through unfamiliar territory!


D0wnl0ad



Mirr0r

Professional Microsoft SQL Server 2008 Reporting Services

Professional Microsoft SQL Server 2008 Reporting Services

Professional Microsoft SQL Server 2008 Reporting Services (Wrox Programmer to Programmer)
Wrox | ISBN: 0470242019 | December 22, 2008 | PDF | 15 Mb | 816 Pages

* Teaches solution architects, designers, and developers how to use Microsoft's reporting platform to create reporting and business intelligence (BI) solutions
* Updated with new information about holistic BI solutions, comprehensive OLAP/Analysis Services reporting, and complete production deployment scenarios
* Includes programming examples focused on specific, scenario-based solutions
* Explains reporting services architecture and business intelligence, teaches the fundamentals of designing reports through the use of careful planning considerations, and covers advanced report design and filtering techniques



From the Back Cover
Professional Microsoft SQL Server 2008 Reporting Services

SQL Server Reporting Services makes reporting faster and easier than ever. This hands-on guide will show you how to harness the full power of Reporting Services to create reporting and business intelligence solutions that meet your company's needs. It walks you step-by-step through the fundamentals of designing the most effective reports by following careful planning considerations.

The authors progress from beginning to advanced report design and filtering techniques, showing you the conditions where reports could be more efficient. They also explore holistic business intelligence solutions, comprehensive OLAP/Analysis Services reporting, and complete production-deployment scenarios.

You'll learn how to write custom expressions and program functions to meet specific reporting needs. This will help you design, build, and deploy reports with capabilities far greater than any other reporting tools you may have used in the past. The techniques covered in the book will also enable you to take reporting further than you have before and provide your users with real business intelligence.

What you will learn from this book

*

Using reports to visualize important business-decision metrics
*

Building the presentation layer for an enterprise business intelligence solution
*

Reporting from OLAP cubes and relational database systems
*

Enabling information workers to easily create their own self-service reports
*

Real-world report design patterns and recipes
*

Designing and deploying reports for enterprise portals and dashboards, including SharePoint technologies
*

Advanced object-oriented programming techniques for extending and adding functionality to Reporting Services

Who this book is for
This book is for report designers, developers, administrators, and business professionals interested in learning the advanced functionality, reporting, server administration, and security issues of SQL Server 2008 Reporting Services.

Wrox Professional guides are planned and written by working programmers to meet the real-world needs of programmers, developers, and IT professionals. Focused and relevant, they address the issues technology professionals face every day. They provide examples, practical solutions, and expert education in new technologies, all designed to help programmers do a better job.


D0wnl0ad



Mirr0r

Adobe Photoshop Elements 4 and Premiere Elements 2 All in One




Chuck Engels, "Adobe Photoshop Elements 4 and Premiere Elements 2 All in One"
Sams | 2006 | ISBN: 0672328763 | 704 pages | PDF | 18,9 MB

Adobe Photoshop Elements 4 and Premiere Elements 2 All in One is an effective guide to getting things done quickly in these two Adobe digital media applications. Organized into a series of well-organized, bite-sized tasks, this book covers key techniques that will quickly improve your editing skills in both programs. The best feature of this book is the combined coverage of the applications with tasks designed to help you integrate the two products, which is exactly where you're most likely to get confused. Get the most out of both of these applications with Adobe Photoshop Elements 4 and Premiere Elements 2 All in One.


D0wn10ad
http://uploading.com/files/Y8POS1CI/booktraining.net_AdobePhotoshop_Elements_4.rar.html

http://rapidshare.com/files/256919024/booktraining.net_AdobePhotoshop_Elements_4.rar


http://uploading.com/files/ZS8S7PIP/booktraining.net_AdobePhotoshop_Elements_4.rar.html

http://rapidshare.com/files/257088185/booktraining.net_AdobePhotoshop_Elements_4.rar

Glenn Rowe - From Java to C#




Glenn Rowe - From Java to C#
Addison Wesley | 2004 | ISBN: 0321155726 | Pages: 688 | PDF | 21.84 MB

This book introduces programmers, already familiar with object-oriented programming, to the C# programming language. It reviews basic object-oriented concepts when C# implementations are discussed. The book begins by discussing the nuts and bolts of C# before delving into the area of the .Net libraries of code. It then moves on to show how GUI programs are created, and how to populate them with graphics. Advanced topics such as networking, using C# to interface with databases, and using C# with ASP to produce interactive Web pages, are covered at the end of the book. This book is designed for programmers, experienced with object-oriented concepts, who are transitioning to C# or are interested in learning a new programming language.

Thanks to original uploader!

D0wn10ad
http://uploading.com/files/TQA6BZL1/booktraining.net_cc35.rar.html
http://rapidshare.com/files/256706536/booktraining.net_cc35.rar

Developing Series 60 Applications: A Guide for Symbian OS C++ Developers



Developing Series 60 Applications: A Guide for Symbian OS C++ Developers

Leigh Edwards, «Developing Series 60 Applications: A Guide for Symbian OS C++ Developers»
Addison Wesley | ISBN: 0321227220 | 2004 | CHM | 800 pages | 3.52 MB

The first official book on Series 60 Platform development—from design to deployment. Series 60 smartphone developers are deploying the next wave of mobile services. With more than 60% of all mobile phone manufacturers licensing Series 60 Platform, Series 60 represents the smartphone market with the largest user base for mobile application developers.

D0wn10ad
http://uploading.com/files/YAL6Z8S9/booktraining.net_developing-series-60-applications-a-guide-for-symbian-os-c-deve...rar.html
http://rapidshare.com/files/256706531/booktraining.net_developing-series-60-applications-a-guide-for-symbian-os-c-developers.9780321227225

Schaum's Outline of Programming with C++




Schaum's Outline of Programming with C++
McGraw-Hill; 2nd edition | ISBN: 0071353461 | 422 pages | May 16, 2000 | PDF | 3 Mb

Programming with C++, Second Edition, is an update of the highly successful first edition­­a bestseller in Schaum's computer science line­­and reflects the new ISO standard for C++, rendering previous C++ guides obsolete. Essential for programmers, 280,000 computer science students taking first-level classes, and thousands of advanced placement students, this book is the perfect supplement to the leading textbooks in introductory and higher-level programming courses.


D0wn10ad
http://uploading.com/files/40BU8N4G/booktraining.net_0071353461.rar.html

Practical Formal Software Engineering: Wanting the Software You Get




Practical Formal Software Engineering: Wanting the Software You Get By Bruce Mills
Publisher: Cambridge University Press 2009-01-19 | 374 Pages | ISBN: 0521879035 | PDF | 1.6 MB

Practical Formal Software Engineering is a textbook aimed at final year undergraduate and graduate students, emphasizing formal methods in writing robust code quickly. Engineering is an informal process using formal logics as tools and components to obtain timely practical solutions. This book takes an engineering approach to illuminate the creation and verification of large software systems in which theorems and axioms are intuited as the formalism materializes through practice. Where other textbooks discuss business practices through generic project management techniques or detailed rigid logic systems, this book examines the interaction between code in a physical machine and the logic applied in creating the software. These elements create an informal and rigorous study of logic, algebra, and geometry through software. Assuming prior experience with C, C++, or Java programming languages, chapters introduce UML, OCL, and Z from scratch. Based around a theme of the construction of a game engine, extensive worked examples motivate readers to learn the languages through the technical side of software science.

D0wn10ad
http://uploading.com/files/L0ZBA5ZU/booktraining.net_0521879035.rar.html
http://rapidshare.com/files/256706528/booktraining.net_0521879035.rar

CBT Nuggets Exam Pack 70-433 Microsoft SQL Server 2008 Database Development Training


CBT Nuggets Exam Pack 70-433 Microsoft SQL Server 2008 Database Development Training | 460 MB

Every database administrator dreams about zero downtime. With SQL Server 2008 that dream can be yours. SQL's self-management features eliminate much of your database busy work, giving you the time you need to keep your databases secure and running smoothly.

Get the most from SQL Server 2008 while you're becoming become a database star. Regardless of whether you're brand new to SQL or already experienced with SQL Server 2005, this video series delivers the training you need. Database expert Julie Johnson thoroughly prepares you for database administration by carefully walking you through SQL Server 2008's powerful features and capabilities.

SQL Server 2008's storage capabilities cover many different data types -- including XML, email, files and documents -- as well as a wide variety of search, query and analysis functions. Really cool features include:

- Variable parameters
- MERGE statement
- Change data capture
- Full-text search integration



D0wn10ad
http://www.easy-share.com/1906773363/CBT70.433.part1.rar
http://www.easy-share.com/1906773406/CBT70.433.part2.rar
http://www.easy-share.com/1906773410/CBT70.433.part3.rar
http://www.easy-share.com/1906773412/CBT70.433.part4.rar
http://www.easy-share.com/1906773390/CBT70.433.part5.rar
Mirror
http://uploading.com/files/3TLRD2GC/CBT70.433.part1.rar.html
http://uploading.com/files/OS8CZA7L/CBT70.433.part2.rar.html
http://uploading.com/files/3IZC8XPS/CBT70.433.part3.rar.html
http://uploading.com/files/02J0RA7C/CBT70.433.part4.rar.html
http://uploading.com/files/HHQ3H7LI/CBT70.433.part5.rar.html
Mirr0r
http://rapidshare.com/files/256360313/CBT70.433.part1.rar
http://rapidshare.com/files/256360636/CBT70.433.part2.rar
http://rapidshare.com/files/256359770/CBT70.433.part3.rar
http://rapidshare.com/files/256359301/CBT70.433.part4.rar
http://rapidshare.com/files/256360581/CBT70.433.part5.rar

MOC 6416B Microsoft Updating Your Network Infrastucture And Active Directory Technology Skills To Windows Server 2008 DVD2


MOC 6416B Microsoft Updating Your Network Infrastucture And Active Directory Technology Skills To Windows Server 2008 DVD2 | 4.4 GB

This five-day instructor-led course provides students with the knowledge and skills to work with Network Infrastructure and Active Directory technologies in Windows Server 2008. This course is intended for individuals who already have experience with Network Infrastructure and Active Directory technologies in Windows Server 2000 or Windows Server 2003 to upgrade their skills to Windows Server 2008.



D0wn10ad
http://www.easy-share.com/f/1326013304/MOC6416B
Mirror
http://uploading.com/files/RYG24BOT/MOC6416B.part01.rar.html
http://uploading.com/files/BX9EKBVK/MOC6416B.part02.rar.html
http://uploading.com/files/19CME8IB/MOC6416B.part03.rar.html
http://uploading.com/files/B8STV2LR/MOC6416B.part04.rar.html
http://uploading.com/files/WPGQ464N/MOC6416B.part05.rar.html
http://uploading.com/files/ZRD2F2GD/MOC6416B.part06.rar.html
http://uploading.com/files/4IVFP37L/MOC6416B.part07.rar.html
http://uploading.com/files/DYF9N1SP/MOC6416B.part08.rar.html
http://uploading.com/files/OF4BZPPQ/MOC6416B.part09.rar.html
http://uploading.com/files/BHCO6STW/MOC6416B.part10.rar.html
http://uploading.com/files/K7F3971Q/MOC6416B.part11.rar.html
http://uploading.com/files/4SYWQ32Y/MOC6416B.part12.rar.html
http://uploading.com/files/GKKW8HE0/MOC6416B.part13.rar.html
http://uploading.com/files/2M3ZLOV0/MOC6416B.part14.rar.html
http://uploading.com/files/9TJONPYP/MOC6416B.part15.rar.html
http://uploading.com/files/H6R4R48K/MOC6416B.part16.rar.html
http://uploading.com/files/5AOSDFNF/MOC6416B.part17.rar.html
http://uploading.com/files/12B4FX6X/MOC6416B.part18.rar.html
http://uploading.com/files/O9364X9V/MOC6416B.part19.rar.html
http://uploading.com/files/DXWJCETR/MOC6416B.part20.rar.html
http://uploading.com/files/PPOFRHA9/MOC6416B.part21.rar.html
http://uploading.com/files/2W3XTN2D/MOC6416B.part22.rar.html
http://uploading.com/files/JGHMIJP5/MOC6416B.part23.rar.html
http://uploading.com/files/E9GPZISK/MOC6416B.part24.rar.html
http://uploading.com/files/15YM73TS/MOC6416B.part25.rar.html
http://uploading.com/files/1CTCW338/MOC6416B.part26.rar.html
http://uploading.com/files/YA7I11XY/MOC6416B.part27.rar.html
http://uploading.com/files/C59HVQ9B/MOC6416B.part28.rar.html
http://uploading.com/files/ESVYPMMI/MOC6416B.part29.rar.html
http://uploading.com/files/FB9DYSP9/MOC6416B.part30.rar.html
http://uploading.com/files/IHVQKCD8/MOC6416B.part31.rar.html
http://uploading.com/files/CGO1B3XM/MOC6416B.part32.rar.html
http://uploading.com/files/6S0JRHBW/MOC6416B.part33.rar.html
http://uploading.com/files/MPLQXL6Y/MOC6416B.part34.rar.html
http://uploading.com/files/D0T4Q3KW/MOC6416B.part35.rar.html
http://uploading.com/files/DV8FAUQU/MOC6416B.part36.rar.html
http://uploading.com/files/X000VFR5/MOC6416B.part37.rar.html
http://uploading.com/files/BKB6F0M9/MOC6416B.part38.rar.html
http://uploading.com/files/WNSLHZO1/MOC6416B.part39.rar.html
http://uploading.com/files/HDW85838/MOC6416B.part40.rar.html
http://uploading.com/files/U8CZBOGV/MOC6416B.part41.rar.html
http://uploading.com/files/TRXSDIB4/MOC6416B.part42.rar.html
http://uploading.com/files/7ACDOKSX/MOC6416B.part44.rar.html
Mirr0r
http://rapidshare.com/files/256359502/MOC6416B.part01.rar
http://rapidshare.com/files/256360213/MOC6416B.part02.rar
http://rapidshare.com/files/256360743/MOC6416B.part03.rar
http://rapidshare.com/files/256360271/MOC6416B.part04.rar
http://rapidshare.com/files/256359685/MOC6416B.part05.rar
http://rapidshare.com/files/256359489/MOC6416B.part06.rar
http://rapidshare.com/files/256359744/MOC6416B.part07.rar
http://rapidshare.com/files/256360682/MOC6416B.part08.rar
http://rapidshare.com/files/256359546/MOC6416B.part09.rar
http://rapidshare.com/files/256359108/MOC6416B.part10.rar
http://rapidshare.com/files/256360489/MOC6416B.part11.rar
http://rapidshare.com/files/256360225/MOC6416B.part12.rar
http://rapidshare.com/files/256360949/MOC6416B.part13.rar
http://rapidshare.com/files/256359083/MOC6416B.part14.rar
http://rapidshare.com/files/256360617/MOC6416B.part15.rar
http://rapidshare.com/files/256360477/MOC6416B.part16.rar
http://rapidshare.com/files/256360145/MOC6416B.part17.rar
http://rapidshare.com/files/256359781/MOC6416B.part18.rar
http://rapidshare.com/files/256360914/MOC6416B.part19.rar
http://rapidshare.com/files/256589352/MOC6416B.part20.rar
http://rapidshare.com/files/256589399/MOC6416B.part21.rar
http://rapidshare.com/files/256588791/MOC6416B.part22.rar
http://rapidshare.com/files/256589610/MOC6416B.part23.rar
http://rapidshare.com/files/256588962/MOC6416B.part24.rar
http://rapidshare.com/files/256587127/MOC6416B.part25.rar
http://rapidshare.com/files/256586348/MOC6416B.part26.rar
http://rapidshare.com/files/256586379/MOC6416B.part27.rar
http://rapidshare.com/files/256586418/MOC6416B.part28.rar
http://rapidshare.com/files/256584666/MOC6416B.part29.rar
http://rapidshare.com/files/256586791/MOC6416B.part30.rar
http://rapidshare.com/files/256587411/MOC6416B.part31.rar
http://rapidshare.com/files/256587476/MOC6416B.part32.rar
http://rapidshare.com/files/256584687/MOC6416B.part33.rar
http://rapidshare.com/files/256589475/MOC6416B.part34.rar
http://rapidshare.com/files/256586439/MOC6416B.part35.rar
http://rapidshare.com/files/256588673/MOC6416B.part36.rar
http://rapidshare.com/files/256588753/MOC6416B.part37.rar
http://rapidshare.com/files/256587714/MOC6416B.part38.rar
http://rapidshare.com/files/256586288/MOC6416B.part39.rar
http://rapidshare.com/files/256586746/MOC6416B.part40.rar
http://rapidshare.com/files/256589396/MOC6416B.part41.rar
http://rapidshare.com/files/256586756/MOC6416B.part42.rar
http://rapidshare.com/files/255642463/MOC6416B.part43.rar
http://rapidshare.com/files/256587649/MOC6416B.part44.rar
This site does not store any files on its server.We only index and link to content provided by other sites. In case of any query/objection regarding copyright or piracy, please inform us at youzhny197@gmail.com, we will immediately respond to you.