Inno -E Books
Posted: March 9th, 2007, 4:59pm CET

- Publisher: Verso
- Number Of Pages: 288
- Publication Date: 1995-01
- Sales Rank: 415449
- ISBN / ASIN: 1859840558
- EAN: 9781859840559
- Binding: Paperback
- Manufacturer: Verso
- Studio: Verso
Download
Full download
Posted: March 9th, 2007, 4:49pm CET
- Publisher: Apress
- Number Of Pages: 240
- Publication Date: 2004-09-13
- Sales Rank: 655560
- ISBN / ASIN: 1590594266
- EAN: 0689253152669
- Binding: Paperback
- Manufacturer: Apress
- Studio: Apress
- Average Rating: 3.5
- Total Reviews: 13
Book Description: )
Whether you are a new or experienced .NET programmer, this book offers data management methods that you might frequently miss in the rush to complete projects on time. Author Deborah Kurata writes a handy, complete guide to lead you through hidden features and tricks buried within Visual Studio.
The book focuses on daily code management, rather than deep .NET framework discussions. Kurata concentrates on efficiencies, presentation, controls, data management methods, and day-to-day code snags. So if you’ve developed inefficient habits or have been fighting the development environment, you will, mercifully, save hours in the team development cycle by putting the book's tips into practice.
Download
Full download
Posted: March 9th, 2007, 4:43pm CET
Barron's How to Prepare for the GRE (15th Edition) || 6.7 MB || RS.COM || ISBN: 0764178784
GRE Exam is an admissions requirement for many graduate schools in the United States and Canada. It is created and administered by the Educational Testing Service.
This is one of the best materials available to prepare for the GRE , I know it was already posted on avax , but links are no longer alive , and because this book is too important i decided re upload it
Download
Full download
Posted: March 9th, 2007, 4:34pm CET

- Publisher: McGraw-Hill Companies
- Number Of Pages: 579
- Publication Date: 1997-12
- Sales Rank: 892210
- ISBN / ASIN: 0079132480
- EAN: 9780079132482
- Binding: Paperback
- Manufacturer: McGraw-Hill Companies
- Studio: McGraw-Hill Companies
- Average Rating: 4
- Total Reviews: 20
Summary:
For the advanced Java developer,
Inside the Java 2 Virtual Machine offers a detailed guide to the inner workings of today's Java Virtual Machines (JVMs), plus a complete reference to all bytecodes (the "machine code" for the language). For those who want to understand how Java really works, this book definitely delivers the goods, with excellent technical detail and demos of JVMs in action on the companion CD-ROM.
This title provides a remarkably detailed tour of the internals of the Java platform, with plenty of technical information on the way virtual machines do business under the hood, from the way language statements are turned into bytecodes to in-depth coverage of loading and invoking classes, security, and garbage collection. The author demonstrates superior knowledge of Sun's Java Virtual Machine specification and explains the principles of its design and implementation, including a full explanation of how actual bytecodes are run on a VM. (Surprisingly, variables in Java are always processed on the stack, since there are no general CPU registers available, a very different architecture than most CPUs.) Each chapter includes applets that showcase Java in action (for example, adding two numbers or demonstrating garbage collection).
The later part of this text covers over 200 Java bytecodes (mnemonic instructions for the JVM) by groups, and the book closes with a full listing of these opcodes (with over 150 pages of material). In all,
Inside the Java 2 Virtual Machine serves as both a tutorial and reference to the architecture and inner operation of JVMs for any technically astute reader who wants to understand how Java really works.
--Richard DraganTopics covered: Java Virtual Machine (JVM) class architecture, the Java class loader, tips for platform independence, Java security, verifying class files, code-signing, network mobility, Jini basics, the organization of Java .class files, Java object lifetimes, the linking model, garbage collection basics and algorithms, stack operations, type conversions, integer and floating-point arithmetic, objects and arrays, control flow, exceptions and
finally clauses, method invocation, thread synchronization, Java opcode and quickcode reference, and JVM simulation demos.
Download
Full download
Posted: March 9th, 2007, 2:56pm CET

- Paperback: 478 pages
- Publisher: Wiley; Pap/Cdr edition (January 14, 2005)
- Language: English
- ISBN-10: 0470090537
- ISBN-13: 978-0470090534
- Product Dimensions: 9.1 x 7.4 x 1.1 inches
- Size:1.75
Book DescriptionThe only guide for developers and power users on how to build PC connectivity applications for Symbian OS. This unique handbook provides all the information that is needed for the job.
- Fully worked examples and a do's and don'ts section provide design recommendations and expose common pitfalls giving a highly practical focus.
- Explains the relevant parts of the protocols that need to be used
- Demonstrates how to create your own device side components to provide new services
- Shows how to handle custom servers and socket servers
Download DescriptionThe only guide for developers and power users on how to build PC connectivity applications for Symbian OS. This unique handbook provides all the information that is needed for the job. Fully worked examples and a do's and don'ts section provide design recommendations and expose common pitfalls giving a highly practical focus. Explains the relevant parts of the protocols that need to be used Demonstrates how to create your own device side components to provide new services Shows how to handle custom servers and socket servers.
Download
Full download
Posted: March 9th, 2007, 2:45pm CET

- Paperback: 392 pages
- Publisher: John Wiley & Sons (December 6, 2004)
- Language: English
- ISBN-10: 0470021306
- ISBN-13: 978-0470021309
- Product Dimensions: 9.1 x 7.5 x 0.9 inches
- Size:28MB
Download DescriptionThis book explains the key features of Symbian OS and will help you to write effective C++ code. It focuses on aspects of good C++ style that apply particularly to Symbian OS. 21 items are used to target particular aspects of the operating system and provide a simple and straightforward exploration of coding fundamentals. Using example code and descriptions of best practice to deconstruct Symbian OS, the items guide you to what you should and should not do (and why), pointing out commonly-made mistakes along the way. Technologies covered include: client-server architecture descriptors and dynamic containers active objects, threads and processes leaves, cleanup stack and 2-phase construction thin templates, good API design, memory optimization, debug and test macros the ECOM plug-in framework Symbian OS Explained can be read cover-to-cover or dipped into as a reference that will improve your code style when programming with Symbian OS.
Download
Full download
Posted: March 9th, 2007, 2:24pm CET

Programming Spiders, Bots, and Aggregators in Java by Jeff Heaton (Author)
Publisher: Sybex; (February 2002) | ISBN-10: 0782140408 | PDF | 2,9 Mb | 1088 pages
The content and services available on the web continue to be accessed mostly through direct human control. But this is changing. Increasingly, users rely on automated agents that save them time and effort by programmatically retrieving content, performing complex interactions, and aggregating data from diverse sources. Programming Spiders, Bots, and Aggregators in Java teaches you how to build and deploy a wide variety of these agents-from single-purpose bots to exploratory spiders to aggregators that present a unified view of information from multiple user accounts.
You will quickly build on your basic knowledge of Java to quickly master the techniques that are essential to this specialized world of programming, including parsing HTML, interpreting data, working with cookies, reading and writing XML, and managing high-volume workloads. You'll also learn about the ethical issues associated with bot use--and the limitations imposed by some websites.
This book offers two levels of instruction, both of which are focused on the library of routines provided on the companion CD. If your main concern is adding ready-made functionality to an application, you'll achieve your goals quickly thanks to step-by-step instructions and sample programs that illustrate effective implementations. If you're interested in the technologies underlying these routines, you'll find in-depth explanations of how they work and the techniques required for customization.
Download
Full download
Posted: March 9th, 2007, 2:21pm CET
- Publisher: Wiley
- Number Of Pages: 1104
- Publication Date: 2000-12-15
- Sales Rank: 586686
- ISBN / ASIN: 0764533479
- EAN: 0785555005792
- Binding: Paperback
- Manufacturer: Wiley
- Studio: Wiley
- Average Rating: 4.5
- Total Reviews: 10
Book Description: )
This is the comprehensive GoLive tutorial/reference, targeted to ambitious beginner to advanced users who want or need extensive coverage of GoLive features, as well as advanced tips and techniques. Real world examples included throughout the book provide added context and power for learning GoLive and making it do eye-popping cyber-acrobatics. A Mac-Windows CD-ROM included with the book is packed with usable artwork and templates, exclusive objects and JavaScripts, instructive tutorials, tryout versions of Adobe products, and much more.
Download
Full download
Posted: March 9th, 2007, 1:45pm CET

- Hardcover: 217 pages
- Publisher: Frederick Fell Publishers; Reissue edition (September 1989)
- Language: English
- ISBN-10: 0811901815
- ISBN-13: 978-0811901819
- Product Dimensions: 8.5 x 6.2 x 1 inches
Mark Twain is reported to have said that "everyone talks
about the weather, but no one does anything about it."
Similarly, everyone talks or brags about their bad memory,
but few people ever do anything about it. Let's face it, there
isn't much you can do about the weather, but there's a
great deal that you can do about your bad memory.
Read this book and develop a Super Power Memory so that u can be happy, successful & RICH
Descargar/Download: 2578 KB
Download
Full download
Posted: March 9th, 2007, 12:57pm CET

- Publisher: O'Reilly Media
- Number Of Pages: 827
- Publication Date: 2006-12-01
- Sales Rank: 566
- ISBN / ASIN: 0596528272
- EAN: 9780596528270
- Binding: Paperback
- Manufacturer: O'Reilly Media
- Studio: O'Reilly Media
From the Publisher
Early reports on Windows Vista are encouraging: Those who have seen it applaud Vista's gorgeous, glass-like visual overhaul; its superior searching and organization tools; its multimedia and collaboration suite; and above all, the massive, top-to-bottom security-shield overhaul. Developers are thumbs up on the flexible and powerful features that will let them build the next generation of Windows applications. Overall, there's scarcely a single corner of the traditional Windows that hasn't been tweaked, overhauled, or replaced entirely.
The bottom line is that when Windows Vista hits, there'll be a whole lotta head-scratching goin' on-starting with which of the five versions of Vista you've got (Home
Thankfully, Windows Vista: The Missing Manual will be right there when Vista hits the streets-a single book that offers coverage of all five Vista versions. Like its predecessors, this book from New York Times columnist, bestselling author, and Missing Manuals creator David Pogue illuminates its subject with technical insight, plenty of wit, and hardnosed objectivity for beginners, veteran standalone PC users, and those who know their way around a network. Readers will learn how to: Navigate the desktop, including the fast, powerful and fully integrated desktop search function Use the Media Center to record TV and radio, present photos, play music, and record any of the above to DVD Chat, videoconference, and breeze the Web with the vastly improved Internet Explorer 7 tabbed browser Build a network for file sharing, set up workgroups, and connect from the road And much more, including Vista's beefed up security
This jargon-free book explains Vista's features so clearly-revealing which work well and which don't - that it should have been in the box in the first place.
Download
Full download
Posted: March 9th, 2007, 9:58am CET
- Publisher: Microsoft Press
- Number Of Pages: 288
- Publication Date: 2007-02-14
- Sales Rank: 142043
- ISBN / ASIN: 0735623627
- EAN: 9780735623620
- Binding: Paperback
- Manufacturer: Microsoft Press
- Studio: Microsoft Press
- Book Description: )
Learn how to use the Microsoft Windows Vista features that interest you most with this full-colour guide that gives you the straight scoop. Packed with information in manageable-sized projects, you can jump right in to any topic that interests you. You'll discover everything from how to set up your new operating system, to accessing the Windows Vista Sidebar and customizing it with the gadgets you use most, to helping ensure a more secure setup. Plus, you can discover the media possibilities with Windows Vista: set up Media Center and watch and record live television; create, share, and organize your photos, music, and videos; be a director and make your own movies with Movie Maker. Discover the possibilities of what you can do with Windows Vista!
Download
Full download
Posted: March 9th, 2007, 9:45am CET
Publisher: Wrox; 5 edition
Language: English
ISBN: 0764568744
Paperback: 1512 pages
Data: December 31, 2004
Format: PDF
Description: This book is a comprehensive introduction to the Java programming language, updated thoroughly (more than 35ew and updated) for the latest SDK 1.5 release. This book shows readers how to build real-world Java applications using the Java SDK. No previous programming experience is required. The author uses numerous step-by-step programming examples to guide readers through the ins and outs of Java development. In addition to fully covering new features of SDK 1.5, such as generic types, the author has also added new chapters on Java database programming with JDBC and Java programming with XML.
Download
Full download
Posted: March 9th, 2007, 8:16am CET
Product Detailspages: 1992 pages
Publisher: Sams
ISBN: 0672328232
Format: CHM
Size: 23 Mb Approx
Supplier: Amazon
Summary:
ASP.NET 2.0 Unleashed is a revision of the best-selling ASP.NET Unleashed, by Microsoft Software Legend Stephen Walther. It covers virtually all features of ASP.NET 2.0 including more than 50 new controls, personalization, master pages, and web parts. All code samples are presented in VB and C#. Throughout the more than 2,000 pages, you will be shown how to develop state-of-the-art Web applications using Microsoft's latest development tools. This resource is guaranteed to be used as a reference guide over and over!
Source code [58.7 MB]:
http://www.samspublishing.com/content/images/0672328232/downloads/code.zip
Download
Full download
Posted: March 9th, 2007, 8:11am CET

- Publisher: Addison-Wesley Professional
- Number Of Pages: 768
- Publication Date: 2006-07-13
- Sales Rank: 5924
- ISBN / ASIN: 0321150775
- EAN: 9780321150776
- Binding: Paperback
- Manufacturer: Addison-Wesley Professional
- Studio: Addison-Wesley Professional
Summary:
Essential C# 2.0 is a clear, concise guide to C#�including the features new to C# 2.0. The book clearly presents material for beginners and experts and provides contrasts and comparisons between C# and other languages. The C# language is covered comprehensively and each important construct is illustrated with succinct code examples. Complete code examples are available online. Mark Michaelis has organized the material for quick access. Graphical “mind maps� at the beginning of each chapter show what material is covered and how each topic relates to the whole.
Following the C# introduction, readers will learn about
* C# primitive data types, value types, reference types, type conversions, and arrays
* Operators and control flow, loops, conditional logic, and sequential programming
* Methods, parameters, exception handling, and structured programming
* Classes, inheritance, structures, interfaces, and object-oriented programming
* Well-formed types, operator overloading, namespaces, and garbage collection
* Generics, collections, and iterators
* Reflection, attributes, and declarative programming
* Threading, synchronization, and multi-threaded patterns
* Interoperability and unsafe code
* The Common Language Infrastructure that underlies C#
C# 2.0 has a multitude of new features that make the language even more powerful, productive, and efficient. These new features are thoroughly covered in this book. A separate appendix on C# 2.0 topics helps readers quickly find new features of the language.
Whether you’re just starting out as a programmer, are an experienced developer looking to learn C#, or are a seasoned C# programmer interested in learning the new features of C# 2.0, Essential C# 2.0 gives you just what you need to quickly get up and running writing C# applications.
DownloadSource Code for this book
http://mark.michaelis.net/EssentialCSharp/EssentialCSharpSourceCode.zip
Full download
Posted: March 9th, 2007, 8:07am CET

ISBN: 0201702452
Author: Marshall Kirk McKusick / George V. Neville-Neil
Publisher: Addison-Wesley Professional
Edition: (August 2, 2004)
Hardcover: 720 pages
Summary:
From the Back Cover
As in earlier Addison-Wesley books on the UNIX-based BSD operating system, Kirk McKusick and George Neville-Neil deliver here the most comprehensive, up-to-date, and authoritative technical information on the internal structure of open source FreeBSD. Readers involved in technical and sales support can learn the capabilities and limitations of the system; applications developers can learn effectively and efficiently how to interface to the system; system administrators can learn how to maintain, tune, and configure the system; and systems programmers can learn how to extend, enhance, and interface to the system.
The authors provide a concise overview of FreeBSD's design and implementation. Then, while explaining key design decisions, they detail the concepts, data structures, and algorithms used in implementing the systems facilities. As a result, readers can use this book as both a practical reference and an in-depth study of a contemporary, portable, open source operating system.
This book:
* Details the many performance improvements in the virtual memory system
* Describes the new symmetric multiprocessor support
* Includes new sections on threads and their scheduling
* Introduces the new jail facility to ease the hosting of multiple domains
* Updates information on networking and interprocess communication
Already widely used for Internet services and firewalls, high-availability servers, and general timesharing systems, the lean quality of FreeBSD also suits the growing area of embedded systems. Unlike Linux, FreeBSD does not require users to publicize any changes they make to the source code.
About the Author
Marshall Kirk McKusick writes books and articles, consults, and teaches classes on UNIX- and BSD-related subjects. While at the University of California at Berkeley, he implemented the 4.2BSD fast file system, and was the research computer scientist at the Berkeley Computer Systems Research Group (CSRG) overseeing the development and release of 4.3BSD and 4.4BSD. He has twice served as the president of the board of the Usenix Association.
George V. Neville-Neil works on network and operating system code for fun and profit and teaches programming. He also serves on the editorial board of Queue magazine and is a member of the Usenix Association, ACM, and IEEE.
Download
Full download
Posted: March 9th, 2007, 7:47am CET
Sony Clie for Dummies by Denny Atkin (Author)
Publisher: For Dummies (June 25, 2004) | ISBN-10: 0764571990 | PDF | 10 Mb | 377 pages
Shows users how to make the most of Sony's popular Palm OS PDA, the CLIE; * Sony holds the second largest share of the U.S. PDA market-12.1 percent * Guides new and intermediate users through the all the latest CLIE; features and functions, from using Graffiti and working with Microsoft Office and PDF files to scheduling appointments, checking e-mail, and beaming data * Covers cool multimedia features such as taking digital photos, producing slide shows, recording and watching movies, transferring music, and creating reminders using the built-in voice recorder * Written in a friendly, accessible style by PDA guru Denny Atkin, Editorial Director of Handheld Computing magazine
Download
Full download
Posted: March 9th, 2007, 7:46am CET

ISBN: 0764569228
Author: Peter Weverka / Mark L. Chambers / Greg Harvey / Woody Leonhard / John R. Levine / Margaret Levine Young / Doug Lowe
Publisher: For Dummies
Summary:
Weighing in at over 900 pages and priced under $40, this new For Dummies omnibus guide delivers wide-ranging coverage of Windows XP, PC hardware, Microsoft Office, and Internet fundamentals, drawing on content from some of the best-known and bestselling authors in the For Dummies series.
This indispensable mega-reference covers the entire constellation of computer issues that average home users face, complete with timesaving techniques to help make using Windows simpler.
A Reference for the Rest of Us!(r)
* An all-new one-stop mega-reference for all of the most common Windows and PC topics
* Covers Windows XP (including basics, customizing, and multimedia tools), PC hardware (the PC and its components, printers and scanners, and digital cameras), the Internet (the Web, e-mail, instant messaging, creating Web pages, and commerce via eBay), and applications (Word, Excel, Outlook, PowerPoint, and Money)
* Features tips from the bestselling Windows XP Timesaving Techniques For Dummies
(0-7645-3748-2), designed to help readers simplify their Windows XP experiences
Download
Full download
Posted: March 9th, 2007, 7:43am CET

ISBN: 0321200985
Author: Harlan Carvey
Publisher: Addison-Wesley Professional
Edition: Bk&CD-Rom edition (July 21, 2004)
Paperback: 480 pages
Summary:
If you`e responsible for protecting Windows systems, firewalls and anti-virus aren`t enough. You also need to master incident response, recovery, and auditing. Leading Windows security expert and instructor Harlan Carvey offers a start-to-finish guide to the subject: everything administrators must know to recognize and respond to virtually any attack.
Download
Full download
Posted: March 9th, 2007, 7:41am CET

ISBN: 0764549987
Author: Curt Simmons
Publisher: John Wiley & Sons
Summary:
* Shows power users how to take Windows XP to the next level, focusing on functionality, networking, and overall performance
* Features to-the-point coverage that skips introductory explanations and focuses instead on the real-world tips and tricks power users need to become more productive
* Written in a friendly, approachable style by experienced XP author and power user Curt Simmons
* Topics covered include scripting, managing applications, making the most of digital media, power management, hardware management, the registry and file systems, security, auditing, backup and data storage, system performance, system recovery, Microsoft's popular download XP Power Toys, networking, and wireless
Download
Full download
Posted: March 9th, 2007, 7:38am CET

- Publisher: Sams
- Number Of Pages: 696
- Publication Date: 2003-01-14
- Sales Rank: 73100
- ISBN / ASIN: 0672324210
- EAN: 0752063324219
- Binding: Paperback
- Manufacturer: Sams
- Studio: Sams Review:
full of errors, theory is pretty good though
Although to me some of the errors were obvious but for a beginner they might not be that obvious and you could get stuck with an error screen for hours and hours thinking YOU are wrong and the book is right, before finally discovering you need to adjust cause the book is just wrong.
they add four menu items for example, while in the image you see it are five. then in the code they work with five so you have to make the fifth one yourself and discover its name etc. Also they tell you to rename the buttons but in their code you can't follow anymore cause they didnt rename their own buttons.
This was just in chapter 1, the third day, which is the first real code writing lesson.
I can't understand why someone would give this book a five star rating. It's very confusing for a beginner with all the errors. But if you have a decent basis and you can easily discover the errors it might still be ok, but not highly recommended.
Download
Full download
Posted: March 9th, 2007, 7:24am CET

- Publisher: Prentice Hall
- Number Of Pages: 656
- Publication Date: 2006-02-08
- Sales Rank: 686416
- ISBN / ASIN: 0131857487
- EAN: 9780131857483
- Binding: Paperback
- Manufacturer: Prentice Hall
- Studio: Prentice Hall
Linux for Programmers and Users
Summary:
Offering full coverage of Linux in one source, this book documents the most commonly needed topics for new and experienced Linux users and programmers - including over 100 utilities and their common options. Provides a good foundation of understanding for the most often-used Linux utilities. Devotes a chapter to helpful installation information for those who must install their own systems. Includes hundreds of command and code examples throughout. Provides approximately 50 diagrams throughout. Features FTP-able files; code used in the book will be made available on a website hosted by the publisher. A useful reference for anyone using a Linux platform, including programmers, system administrators, and any user who must understand the operating system outside of a specific application.
Download
Full download
Posted: March 9th, 2007, 6:53am CET

- Publisher: Manning Publications
- Number Of Pages: 350
- Publication Date: 2003-09-01
- Sales Rank: 600182
- ISBN / ASIN: 1930110987
- EAN: 9781930110984
- Binding: Paperback
- Manufacturer: Manning Publications
- Studio: Manning Publications
- Average Rating: 4
Book Description: )
Designed to help developers understand the new features of Windows Server 2003, this book demonstrates how to apply these features to new and existing .NET applications. A sample application and several different phases of the software development life cycle are followed. The new features of the .NET framework 1.1, Internet Information Services 6.0, and COM+ 1.5 are covered, as are the best practices of writing ASP.NET applications. The ways in which applications can take advantage of these features to improve performance and reliability are also discussed. Information on XML web services and how these services can use Windows Server 2003’s UDDI Services for an enterprise-wide implementation of web services is included. In addition, how to best secure applications by applying different techniques that are available both in Windows Server 2003 and the .NET Framework is discussed.
Download
Full download
Posted: March 9th, 2007, 6:32am CET

Building Research Tools with Google For Dummies (For Dummies (Computer/Tech)) by Harold Davis (Author)
Publisher: For Dummies (April 8, 2005) | ISBN-10: 076457809X | PDF | 11,4 Mb | 382 pages
� a funny name for a fabulous tool. You've already used it to look up all sorts of information on the Web almost instantly. Now what if you could use its amazing abilities to turbo-charge your research on a grand scale?
Building Research Tools With Google For Dummies can help you do just that. In plain English, it shows you easy ways to:
� � Ask Google exactly what you want to know � Determine whether what you need can actually be found through Google, and where to look if the answer is «no» � Improve your research results � Present your findings in a way that makes sense � Write your own specialized search applicationsa
� if you want to
To get the most from Google, you need to understand Google. Building Research Tools With Google For Dummies explains how Google works and how you can build more effective queries (hint: it's a lot more than just using the «Advanced Search» techniques!) It even shows you how to think like a researcher and how to package the results of your research so it means something to your audience. You'll be able to:
� � Understand Google research techniques and use the custom search-related syntax � Recognize Google's strengths
� and limitations � Target your search by using Google operators � Use Google to research photos, or even an entire industry � Improve the effectiveness of your results by understanding Google's comparative methodology � Build custom tools using WDSL and Web Services
You don't have to become a programmer to use Google, but if you know a little about software development and want to explore new, more focused search techniques, Building Research Tools With Google For Dummies has a section just for you. It introduces you to the Google API, shows you how to download a developer key, and leads you through building a C# .Net Google application. On the companion Web site, you'll find the source code and software discussed in the book as well as links to lots of other resources for researchers. Before you know it, you'll be Googling your way to research success!
Download
Full download
Posted: March 9th, 2007, 6:18am CET
Publisher: O'Reilly Media; 1 edition
Language: English
ISBN: 0596006470
Paperback: 328 pages
Data: March 1, 2004
Format: CHM
Description: One of the secrets to the ever-increasing popularity of Windows Server can be found in the simplicity its administration. The easy-to-use GUI, consistent set of tools, and wizards that walk you through complex tasks allow you to install, configure and maintain Windows servers without any knowledge of programming or scripting languages or learning complicated command-line syntax. It's possible, in fact, to accomplish about 90% of all Windows administration without ever opening a command prompt or running a script! But what about the other ten percent of the time? While it's true that most common, day-to-day tasks of Windows administration can be performed from the GUI, it's not always the best way, especially with complex or repetitive tasks Scripts and command-line tools often provide a faster, more flexible approach. Windows Server Hacks reveals techniques that go well beyond basic management tasks found in most handbooks to help busy system administrators master the more powerful features of Windows Server. Windows Server Hacks focuses on scripts and other tools that will make your life as an administrator much easier. These tools, or hacks--quick and dirty solutions to problems, or clever ways of doing things--were created by other professionals who've also had to struggle to find solutions to administering Windows environments. You'll save valuable time using their scripts, tools, tips, and advice. Plus, you can easily learn to customize the scripts to create even more powerful tools for your own, specific needs. The book includes secrets of the masters in such areas as Active Directory, User Management, Group Policy, DNS and DHCP, File and Print, IIS, performance and security. The hundred, industrial strength hacks in the book range from those that deal with general administration to more esoteric hacks in the areas of network deployment, patch management, and backup and recovery. No matter which Windows server you use--NT, IIS, 2000, or 2003--this book will put the knowledge and expertise of veteran system administrators and hackers to work for you. Windows Server Hacks will make your life easier while expanding your understanding of the capabilities of Windows Server.
Download
Full download
Posted: March 9th, 2007, 5:27am CET
Full download
Posted: March 9th, 2007, 5:18am CET
Publisher: Addison-Wesley Professional
Language: English
ISBN: 0321108949
Paperback: 352 pages
Data: May 2, 2003
Format: CHM
Description: 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.
The authors, drawing on their extensive professional experience, teach largely by example. To illustrate software techniques useful for any application, they develop a toolkit to solve the complex problem of digital image manipulation. By using a concrete, real-world problem and describing exact feature, performance, and extensibility requirements, the authors show you how to leverage existing software components and the tools inherent in C++ to speed development, promote reuse, and deliver successful software products.
Inside Applied C++, you will find:
* A C++ templates primer
* Workable coding guidelines and extensive coding examples
* Quick lists of need-to-know information about Exceptions, Assertions, and Standard Template Library components
* A technique for effectively using prototypes to move your design from an initial concept to a robust solution
* A technique for building debugging support into your software without a ton of overhead
* Thirteen specific techniques to improve the overall performance of your software
Download
Full download
Posted: March 9th, 2007, 4:31am CET
Publisher: Adobe Press
Language: English
ISBN: 0321356748
Paperback: 256 pages
Data: December 9, 2005
Format: CHM
Description: The fully updated Adobe Creative Suite 2 Premium software (which includes Photoshop, Illustrator, InDesign, GoLive, and Acrobat) is a unified design environment. The Creative Suite 2 enables you to realize your ideas anywhere-in print, on the Web, or on mobile devices, and this info-packed guide lets users get right down to doing just that by focusing on the Creative Suite 2 features they're most likely to use and showcasing each in a stand-alone tip--complete with a relevant hint or two and a graphic example. In this fashion, readers learn just what they need to know, exploring the programs in a way that makes sense to them.
Download
Full download
Posted: March 9th, 2007, 2:13am CET

ISBN: 190415123X
Author: John Colby / Inigo Surguy / Rudiger Voigt / Jeffrey Haas / Frank C. Pappas
Publisher: Wrox Press
Edition: (March, 2003)
Paperback: 368 pages
URL: /http://www.amazon.com/exec/obidos/redirect?tag=songstech-20&path=ASIN%2F190415123X
Summary:
You’d think that designing an intranet would be a web professional’s heaven. You know exactly what browsers and operating systems your audience are using. You can easily identify users for testing. What could be easier than that?
But then, few people ever get to see other companies’ intranets. How can you learn from your peers? Everyone and his dog needs to publish content on an intranet - how do you ensure that content stays current and relevant? How do you ensure that the temp who is uploading situations vacant ads doesn’t break it all? Is your intranet accessible? Or do you really need an extranet, for clients and suppliers? How about security?
AARGGH!
This book helps you frame the questions that you need to ask, sharing best practices from people who’ve lived through the nightmare, and survived to tell you the tale.
High speed download link no pass word
http://www.filefactory.com/file/dc9c2a/
www.innoebooks.tk
Full download
Posted: March 9th, 2007, 1:53am CET

- Publisher: Informa Healthcare
- Number Of Pages: 208
- Publication Date: 2005-11-12
- Sales Rank: 1229528
- ISBN / ASIN: 1841844063
- EAN: 9781841844060
- Binding: Paperback
- Manufacturer: Informa Healthcare
- Studio: Informa Healthcare
- Average Rating:
- Total Reviews:
Book Description: )
This impeccably researched text provides readers with a comprehensive overview of sexual health, exploring a range of topics such as sexually transmitted infections, contraception, urological conditions, genital dermatoses, sexual dysfunction, and novel therapeutic options. With a clear, symptom-based format, this is an ideal quick reference guide for the consulting room and the ward.
Download
Full download