Free Ebooks and Magazines
Posted: November 5th, 2007, 12:29pm CET

Do you search on Google every day? Did you know, if you were to master Google’s powerful search refinement operators and lesser-known features, over a year’s time you could save days scouring over irrelevant results. And you would strengthen your SEO expertise in the process. “Using Google as a Research Tool� will show you how to find anything quickly and with laser-like accuracy
If you’re like me, you use Google every day to find thingsâ€â€news, technical support, events, tips, research documents and more. Were you to master Google’s powerful search refinement operators and lesser-known features, over a year’s time you could save days scouring over irrelevant results.
About the Author:
Stephan M. Spencer, M.Sc., is the founder and president of Netconcepts, a full-service interactive agency with specialization in search engine optimization, Web redesign, ecommerce, email marketing, and Web site auditing. Clients include Verizon, REI, AOL, Gorton’s, Cabela’s, InfoSpace, The Sharper Image, Wella, Northern Tool, Sara Lee Direct, Midwest Airlines, Guild.com, and MP3.com.
For over ten years, Mr. Spencer has been implementing tools and techniques to create dynamic, personalized, community-building web sites. He is a frequent speaker at Internet conferences around the globe, and has made presentations at events in Berlin, London, Toronto, Santiago, Auckland, New York, Chicago, San Francisco, Los Angeles, and numerous other venues for organizations such as the DMA, the AMA, JupiterMedia, Internet World, and IIR. For several years in the mid 90’s, he taught Internet mini-courses at the University of Wisconsin-Madison. In 1998, Mr. Spencer was featured on the cover of In Business magazine.
Download
Full download
Posted: November 5th, 2007, 12:27pm CET

Add seamless, interactive, user-controlled delivery to your Flash applications. This book builds upon your understanding of basic ActionScript (AS) syntax with the foundational skills that you need to use XML in Flash applications and AS2 or AS3 to migrate your existing applications.
Beginning with an introduction to XML, XML parsing methods, and a short introduction to AS2 you learn how to create a universal XML load/onload Class as well as a universal XHTML parser. Then you learn how to use Components using XML as the data source, including the menu, menubar, datagrid and tree component. Finally, a tutorial projectthe design and development of a Real Estate Web site that contains an XML search enginepulls it all together with hands-on experience.
All the applications use XML as the data source and are written as class files. Select parts of the Real Estate Web site are redeveloped in AS3 for purposes of illustration. The new XML class is presented and specific code examples demonstrate techniques to apply methods and use properties. Particular attention is paid to the differences between AS2 and AS3 and how to effectively transition from one AS version to the other.
The companion CD contains code for all of the properties and methods of the AS2, AS3, and XML class examples. Components for the Real Estate Web site project are also provided.
* Build on basic ActionScript syntax skills
* Add seamless, interactive, user-controlled delivery
Download
or
http://mihd.net/vu4r09
Full download
Posted: November 5th, 2007, 12:25pm CET

The book gives an in-depth study of the principles of the spread spectrum techniques and their applications in mobile communications. It starts with solid foundations in the digital communications that are essential to unequivocal understanding of the CDMA technology, and guides the reader through the fundamentals and characteristics of cellular CDMA communications.
Features include:
* A very clear and thorough description of the principles and applications of spread spectrum techniques in multi-user mobile communications.
* Matlab-based worked examples, exercises and practical sessions to clearly explain the theoretical concepts.
* An easy-to-read explanation of the air interface standards used in IS-95 A/B, cdma2000, and 3G WCDMA.
* Clear presentations of the high speed downlink and uplink packet access (HSDPA/HSUPA) techniques used in 3G WCDMA.
The book is a very suitable introduction to the principles of CDMA communications for senior undergraduate and graduate students, as well researchers and engineers in industry who are looking to develop their expertise.
* A very clear and thorough description of the principles and applications of spread spectrum techniques in multi-user mobile communications.
* Matlab-based worked examples, exercises and practical sessions to clearly explain the theoretical concepts.
* An easy-to-read explanation of the air interface standards used in IS-95 A/B, cdma2000, and 3G WCDMA.
* Clear presentations of the high speed downlink and uplink packet access (HSDPA/HSUPA) techniques used in 3G WCDMA.
Download
Full download
Posted: November 5th, 2007, 12:24pm CET
Full download
Posted: November 5th, 2007, 12:22pm CET

Multi-core chips from Intel and AMD offer a dramatic boost in speed and responsiveness, and plenty of opportunities for multiprocessing on ordinary desktop computers. But they also present a challenge: More than ever, multithreading is a requirement for good performance. This guide explains how to maximize the benefits of these processors through a portable C++ library that works on Windows, Linux, Macintosh, and Unix systems. With it, you’ll learn how to use Intel Threading Building Blocks (TBB) effectively for parallel programming  without having to be a threading expert.
Written by James Reinders, Chief Evangelist of Intel Software Products, and based on the experience of Intel’s developers and customers, this book explains the key tasks in multithreading and how to accomplish them with TBB in a portable and robust manner. With plenty of examples and full reference material, the book lays out common patterns of uses, reveals the gotchas in TBB, and gives important guidelines for choosing among alternatives in order to get the best performance.
You’ll learn how Intel Threading Building Blocks:
Enables you to specify tasks instead of threads for better portability, easier programming, more understandable source code, and better performance and scalability in general
Focuses on the goal of parallelizing computationally intensive work to deliver high-level solutions
Is compatible with other threading packages, and doesn’t force you to pick one package for your entire program
Emphasizes scalable, data-parallel programming, which allows program performance to increase as you add processors
Relies on generic programming, which enables you to write the best possible algorithms with the fewest constraints
Any C++ programmer who wants to write an application to run on a multi-core system will benefit from this book. TBB is also very approachable for a C programmer or a C++ programmer without much experience with templates. Best of all, you don’t need experience with parallel programming or multi-core processors to use this book.
Download
or
http://rapidshare.com/files/65902333/0596514808.rar
Full download
Posted: November 5th, 2007, 12:21pm CET

In today’s Web 2.0 world, JavaScript and Dynamic HTML are at the center of the hot new approach to designing highly interactive pages on the client side. With this environment in mind, the new edition of this book offers bite-sized solutions to very specific scripting problems that web developers commonly face. Each recipe includes a focused piece of code that you can insert right into your application.
Why is JavaScript & DHTML Cookbook so popular? After reading thousands of forum threads over the years, author and scripting pioneer Danny Goodman has compiled a list of problems that frequently vex scripters of various experience levels. For every problem he addresses, Goodman not only offers code, but a discussion of how and why the solution works. Recipes range from simple tasks, such as manipulating strings and validating dates in JavaScript, to entire libraries that demonstrate complex tasks, such as cross-browser positioning of HTML elements, sorting tables, and implementing Ajax features on the client.
Ideal for novices as well as experienced scripters, this book contains more than 150 recipes for:
Working with interactive forms and style sheets
Presenting user-friendly page navigation
Creating dynamic content via Document Object Model scripting
Producing visual effects for stationary content
Positioning HTML elements
Working with XML data in the browser
Recipes in this Cookbook are compatible with the latest W3C standards and browsers, including Internet Explorer 7, Firefox 2, Safari, and Opera 9. Several new recipes provide client-side Ajax solutions, and many recipes from the previous edition have been revised to help you build extensible user interfaces for Web 2.0 applications. If you want to write your own scripts and understand how they work, rather than rely on a commercial web development framework, the JavaScript & DHTML Cookbook is a must.
Download
Full download
Posted: November 5th, 2007, 12:19pm CET
Full download
Posted: November 5th, 2007, 12:18pm CET

Cognitive networks can dynamically adapt their operational parameters in response to user needs or changing environmental conditions. They can learn from these adaptations and exploit knowledge to make future decisions.
Cognitive networks are the future, and they are needed simply because they enable users to focus on things other than configuring and managing networks. Without cognitive networks, the pervasive computing vision calls for every consumer to be a network technician. The applications of cognitive networks enable the vision of pervasive computing, seamless mobility, ad-hoc networks, and dynamic spectrum allocation, among others.
In detail, the authors describe the main features of cognitive networks clearly indicating that cognitive network design can be applied to any type of network, being fixed or wireless. They explain why cognitive networks promise better protection against security attacks and network intruders and how such networks will benefit the service operator as well as the consumer.
Cognitive Networks
Explores the state-of-the-art in cognitive networks, compiling a roadmap to future research.
Covers the topic of cognitive radio including semantic aspects.
Presents hot topics such as biologically-inspired networking, autonomic networking, and adaptive networking.
Introduces the applications of machine learning and distributed reasoning to cognitive networks.
Addresses cross-layer design and optimization.
Discusses security and intrusion detection in cognitive networks.
Cognitive Networks is essential reading for advanced students, researchers, as well as practitioners interested in cognitive & wireless networks, pervasive computing, distributed learning, seamless mobility, and self-governed networks.
With forewords by Joseph Mitola III as well as Sudhir Dixit.
Download
Full download
Posted: November 5th, 2007, 12:17pm CET
Full download
Posted: November 5th, 2007, 12:13pm CET

Fundamental Data Compression provides all the information students need to be able to use this essential technology in their future careers. A huge, active research field, and a part of many people’s everyday lives, compression technology is an essential part of today’s Computer Science and Electronic Engineering courses.
With the help of this book, students can gain a thorough understanding of the underlying theory and algorithms, as well as specific techniques used in a range of scenarios, including the application of compression techniques to text, still images, video and audio. Practical exercises, projects and exam questions reinforce learning, along with suggestions for further reading.
* Dedicated data compression textbook for use on undergraduate courses
* Provides essential knowledge for today’s web/multimedia applications
* Accessible, well structured text backed up by extensive exercises and sample exam questions
Download
or
http://mihd.net/qclwvh
Full download