26th
JAN

Microsoft CRM 3 For Dummies

Posted by admin under Books/Magazines

Microsoft CRM 3 For Dummies (For Dummies (Computer/Tech)) by Joel Scott, David Lee
Publisher: For Dummies (May 22, 2006) | ISBN-10: 0471799459 | PDF | 9,7 Mb | 408 pages

Find out how to manage customer information to make your business more productive
Whether you’re completely new to customer relationship management (CRM) software or you just want the scoop on the newest version, this handy guide will get you going. Discover how to set up CRM 3, navigate and customize the system, use it to work with your accounts and contacts, collect leads, forecast sales, run reports, and much more.
Discover how to
— Develop and manage customer relationships
— Implement a sales process
— Set up security and access rights
— Generate quotes, orders, and invoices
— Manage leads and opportunities
— Create and use product catalogs

26th

Networking For Dummies, 7th Edition

Posted by admin under Books/Magazines


Networking For Dummies, 7th Edition
For Dummies; 7 edition | ISBN: 076457583X | November 5, 2004 | 424 pages | PDF

Networking for Dummies upholds the series’ proletarian tradition by entertainingly explaining local area networks (LAN) to the rest of us. Written with three different–but equally “clueless in technical matters;quot;–audiences in mind, Lowe’s book appeals to novice network users, novice network builder/administrators, and the managers who must finance the activities of the other two groups.
A large part of this book is devoted to user issues such as “Accessing a network drive from WordPerfect” and “What is a print job?” Other chapters explain the differences among the various network architectures and network operating systems. In addition, the book pays a lot of attention to troubleshooting, particularly for common problems.


For these reasons, Networking for Dummies makes a fine resource for people who are new to a networked environment. If you are a network administrator, you might want to get a copy (or three) of this book for the corporate library and refer it to all askers of brain-dead questions.


The book’s primary shortcoming is its ignorance of Microsoft Windows NT 4.0 and Novell IntranetWare. (Coverage of NT stops at version 3.51 and coverage of NetWare stops at version 4.1.) Still, lots of organizations still run these network operating systems, and if yours is one of them, this book may fit your needs admirably.



http://rapidshare.com/files/13445426/076457583X.rar

26th

Mastering Visual Basic .NET

Posted by admin under Books/Magazines


Mastering Visual Basic .NET
Sybex | ISBN: 0782128777 | December 5, 2001 | 1200 pages | PDF

With the introduction of Visual Basic .NET, VB transcends its traditional second-class status to become a full-fledged citizen of the object-oriented programming, letting you access the full power of the Windows platform for the first time. Written bythe author of the best-selling Mastering Visual Basic 6 this all-new edition is the resource you need to make a successful transition to .NET. Comprising in-depth explanations, practical examples, and handy reference information, its coverage includes:
* Mastering the new Windows Forms Designer and controls
* Building dynamic forms
* Using powerful Framework classes such as ArrayLists and HashTables
* Persisting objects to disk files
* Handling graphics and printing
* Achieving robustness via structured exception handling and debugging
* Developing your own classes and extending existing ones via inheritance
* Building custom Windows controls
* Building menus and list controls with custom-drawn items
* Using ADO.NET to build disconnected, distributed applications
* Using SQL queries and stored procedures with ADO.NET
* Facilitating database programming with the visual database tools
* Building web applications with ASP.NET and the rich web controls
* Designing web applications to access databases
* Using the DataGrid and DataList web controls
* Building XML web services to use with Windows and web applications
* Special topics like the Multiple Document Interface and powerful recursive programming techniques

18th
JAN

Macromedia Flash MX 2004 ActionScript: Training from the Source

Posted by admin under Books/Magazines


Macromedia Flash MX 2004 ActionScript: Training from the Source
Macromedia Press | ISBN: 0321213432 | November 19, 2003 | 776 pages | CHM

Sure, you can use Flash MX 2004 without being a master programmer, but as any Flash developer worth his or her salt will tell you, you’re not tapping all of its power unless you’re taking advantage of its scripting language “ActionScript 2.0″ which offers a more robust programming model and better object-oriented programming support than ever before. Here to take the fear factor out of learning it are Flash veterans and best-selling authors Derek Franklin and Jobe Makar, who demonstrate that scripting is an instinctual process you already know by translating real-life activities into ActionScript scripts. In these pages, you’ll find methodologies and techniques for building over 40 real-life Flash ActionScript projects, including sample games, — applications, Web sites, and more. New in this edition are coverage of ActionScript 2.0, Web services, Components, Printing, Video, and more.

18th

Flash 8 (Missing Manual) by Emily A VanderVeer

Posted by admin under Books/Magazines

Flash 8 (Missing Manual) by Emily A VanderVeer
Publisher: O’Reilly Media; 1 edition (March 1, 2006) | ISBN-10: 0596101376 | CHM | 9,9 Mb | 446 pages

Macromedia’s Flash 8 is the world’s premier program for adding animation to websites. And with the latest version, this popular program becomes more versatile, letting beginning webmasters and expert developers alike create sophisticated web content. But Flash isn’t intuitive. And it doesn’t come with a manual. Whether you want to learn the basics or unleash the program’s true power, Flash 8: The Missing Manual is the ideal instructor.
This hands-on guide to today’s hottest web design tool is aimed at nondevelopers, and it teaches you how to translate your ideas into great web content.
It begins with a solid primer on animation, which helps you get comfortable with the Flash interface. Once you have these basics under your belt, Flash 8: The Missing Manual moves on to advanced animations, including adding special effects and audio, video, and interactivity to your presentations. When you’re really feeling steady, the book shows how to use a dollop of ActionScript to customize your content. It then teaches you how to publish your Flash creations for web surfers everywhere to enjoy. Along the way, the book shows you good design principles and helps you avoid elements that can distract or annoy an audience.
Author Emily Vander Veer has more than a dozen books to her credit, including titles on web design and scripting–most written for non-technical readers. Her background makes her the perfect author for a straightforward book on a complex subject. She takes Flash 8: The Missing Manual from the basics to the advanced, yet avoids a hasty jump into tough topics that can leave readers confused.
Not only will Flash 8: The Missing Manual help you turn a concept into unique, dynamic content, but it will continue to serve as a reference as you develop your website.

18th

C# Threading Handbook by Tobin Titus

Posted by admin under Books/Magazines

C# Threading Handbook by Tobin Titus, Sandra Gopikrishna, Tejaswi Redkar, Srinivasa Sivakumar, Fabio Claudio Ferracchiati
Publisher: Wrox Press (February 2003) | ISBN-10: 1861008295 | CHM | 3 Mb | 300 pages

This book addresses the fundamental units of Windows and .NET programming - threads. A strong understanding of the role threads play in program execution, how multiple threads can interact in order to make efficient programs, and the pitfalls to beware of when developing multithreaded applications, are all core to a developer’s ability to develop effective C# programs. This book will cover how .NET applications are executed, the life cycle of a thread in .NET, how the .NET Framework uses threads, how threads work in an event-driven environment, how we can avoid race conditions and deadlocks, how the activity of multiple threads can be synchronized, and how to debug multithreaded applications. We finish it off by describing the creation of a multithreaded network application.
What is great about this book?
Threads are fundamental to the way GUI and server applications operate; if your code is running in a GUI, then you’re already writing code in a threaded environment. An ASP.NET page also runs in a threaded environment. This book aims to cover the tricky issues of threading in .NET, and particularly to do so from the perspective of C# developers. Threading is by nature not easy to grasp, but a necessary step towards mastery of programming for the .NET platform.