Mäklare

Categories
Animal | Application |Art | Artificial Intelligence | Business | Certification | Commerce | Computer - Hardware | Databases | Electronics | Engineering | Grammar | History | Intelligence | Internet | IT - General | Language | Magazine | Medical | Photographic | Networking| Programming | Security | Uncategorized | WWW

iNetHouse


Full download


Posted: June 30th, 2007, 9:39pm CEST

Tags  [edit]


By Springhouse
Publisher: Lippincott Williams & Wilkins
Number Of Pages: 848
Publication Date: 2004-01-01
Sales Rank: 304266
ISBN / ASIN: 1582552819
EAN: 9781582552811
Binding: Hardcover
Book Description:
The newly revised Fourth Edition of this popular and widely used reference is a start-to-finish guide for nearly 400 basic and advanced nursing procedures. It provides step-by-step instructions for each procedure, explains how to use and troubleshoot equipment, and presents key information on rationales, cautions, complications, patient teaching, and documentation. The user-friendly format includes checklists, quick-scanning tables, logos that flag essential information, and more than 700 illustrations and photographs of equipment and techniques. This edition features a brand-new chapter on psychiatric nursing procedures and new entries on prone positioning, surgical site verification, ST segment monitoring, swallowing and aspiration precautions, and bispectral index monitoring (BIS).

CHM 36.8 MB

[rapidshare.com]  -uglyboys@gmail.com

Full download


Posted: June 30th, 2007, 12:27pm CEST

Tags  [edit]

Managing Security with Snort and IDS Tools



Intrusion detection is not for the faint at heart. But, if you are a network administrator chances are you're under increasing pressure to ensure that mission-critical systems are safe--in fact impenetrable--from malicious code, buffer overflows, stealth port scans, SMB probes, OS fingerprinting attempts, CGI attacks, and other network intruders. Designing a reliable way to detect intruders before they get in is a vital but daunting challenge. Because of this, a plethora of complex, sophisticated, and pricy software solutions are now available. In terms of raw power and features, SNORT, the most commonly used Open Source Intrusion Detection System, (IDS) has begun to eclipse many expensive proprietary IDSes. In terms of documentation or ease of use, however, SNORT can seem overwhelming. Which output plugin to use? How do you to email alerts to yourself? Most importantly, how do you sort through the immense amount of information Snort makes available to you? Many intrusion detection books are long on theory but short on specifics and practical examples. Not Managing Security with Snort and IDS Tools. This new book is a thorough, exceptionally practical guide to managing network security using Snort 2.1 (the latest release) and dozens of other high-quality open source other open source intrusion detection programs. Managing Security with Snort and IDS Tools covers reliable methods for detecting network intruders, from using simple packet sniffers to more sophisticated IDS (Intrusion Detection Systems) applications and the GUI interfaces for managing them. A comprehensive but concise guide for monitoring illegal entry attempts, this invaluable new book explains how to shut down and secure workstations, servers, firewalls, routers, sensors and other network devices. Step-by-step instructions are provided to quickly get up and running with Snort. Each chapter includes links for the programs discussed, and additional links at the end of the book give administrators access to numerous web sites for additional information and instructional material that will satisfy even the most serious security enthusiasts. Managing Security with Snort and IDS Tools maps out a proactive--and effective--approach to keeping your systems safe from attack.

# Paperback: 304 pages
# Publisher: O'Reilly Media, Inc.; 1 edition (August 2004)
# Language: English
# ISBN-10: 0596006616
# ISBN-13: 978-0596006617

Download:

Managing Security with Snort and IDS Tools



Download [RapidShare]

Full download


Posted: June 30th, 2007, 12:11pm CEST

Tags  [edit]

DNS on Windows Server 2003



While computers and other devices identify each other on networks or the Internet by using unique addresses made up of numbers, humans rely on the Domain Name System (DNS), the distributed database that allows us to identify machines by name. DNS does the work of translating domain names into numerical IP addresses, routing mail to its proper destination, and many other services, so that users require little or no knowledge of the system. If you're a network or system administrator, however, configuring, implementing, and maintaining DNS zones can be a formidable challenge. And now, with Windows Server 2003, an understanding of the workings of DNS is even more critical. DNS on Windows Server 20003 is a special Windows-oriented edition of the classic DNS and BIND, updated to document the many changes to DNS, large and small, found in Windows Server 2003. Veteran O'Reilly authors, Cricket Liu, Matt Larson, and Robbie Allen explain the whole system in terms of the new Windows Server 2003, from starting and stopping a DNS service to establishing an organization's namespace in the global hierarchy. Besides covering general issues like installing, setting up, and maintaining the server, DNS on Windows Server 2003 tackles the many issues specific to the new Windows environment, including the use of the dnscmd program to manage the Microsoft DNS Server from the command line and development using the WMI DNS provider to manage the name server programmatically. The book also documents new features of the Microsoft DNS Server in Windows Server 2003, including conditional forwarding and zone storage in Active Directory (AD) application partitions. DNS on Windows Server 2003 provides grounding in:

* Security issues
* System tuning
* Caching
* Zone change notification
* Troubleshooting
* Planning for growth

If you're a Windows administrator, DNS on Windows Server 2003 is the operations manual you need for working with DNS every day. If you're a Windows user who simply wants to take the mystery out of the Internet, this book is a readable introduction to the Internet's architecture and inner workings.

# Paperback: 416 pages
# Publisher: O'Reilly Media, Inc.; 3 edition (December 1, 2003)
# Language: English
# ISBN-10: 0596005628
# ISBN-13: 978-0596005627

Download:

DNS on Windows Server 2003



Download [RapidShare]

Full download


Posted: June 30th, 2007, 12:08pm CEST

Tags  [edit]

Web Database Applications with PHP & MySQL, 2nd Edition



There are many reasons for serving up dynamic content from a web site: to offer an online shopping site, create customized information pages for users, or just manage a large volume of content through a database. Anyone with a modest knowledge of HTML and web site management can learn to create dynamic content through the PHP programming language and the MySQL database. This book gives you the background and tools to do the job safely and reliably. Web Database Applications with PHP and MySQL, Second Edition thoroughly reflects the needs of real-world applications. It goes into detail on such practical issues as validating input (do you know what a proper credit card number looks like?), logging in users, and using templates to give your dynamic web pages a standard look. But this book goes even further. It shows how JavaScript and PHP can be used in tandem to make a user's experience faster and more pleasant. It shows the correct way to handle errors in user input so that a site looks professional. It introduces the vast collection of powerful tools available in the PEAR repository and shows how to use some of the most popular tools. Even while it serves as an introduction to new programmers, the book does not omit critical tasks that web sites require. For instance, every site that allows updates must handle the possibility of multiple users accessing data at the same time. This book explains how to solve the problem in detail with locking. Through a sophisticated sample application--Hugh and Dave's Wine Store--all the important techniques of dynamic content are introduced. Good design is emphasized, such as dividing logic from presentation. The book introduces PHP 5 and MySQL 4.1 features, while providing techniques that can be used on older versions of the software that are still in widespread use. This new edition has been redesigned around the rich offerings of PEAR. Several of these, including the Template package and the database-independent query API, are fully integrated into examples and thoroughly described in the text. Topics include:

* Installation and configuration of Apache, MySQL, and PHP on Unix®, Windows®, and Mac OS® X systems
* Introductions to PHP, SQL, and MySQL administration
* Session management, including the use of a custom database for improved efficiency
* User input validation, security, and authentication
* The PEAR repository, plus details on the use of PEAR DB and Template classes
* Production of PDF reports

# Paperback: 680 pages
# Publisher: O'Reilly Media, Inc.; 2 edition (May 16, 2004)
# Language: English
# ISBN-10: 0596005431
# ISBN-13: 978-0596005436

Download:

Web Database Applications with PHP & MySQL, 2nd Edition



Download [RapidShare]

Full download


Posted: June 30th, 2007, 12:05pm CEST

Tags  [edit]

Learning PHP 5



PHP has gained a following among non-technical web designers who need to add interactive aspects to their sites. Offering a gentle learning curve, PHP is an accessible yet powerful language for creating dynamic web pages. As its popularity has grown, PHP's basic feature set has become increasingly more sophisticated. Now PHP 5 boasts advanced features--such as new object-oriented capabilities and support for XML and Web Services--that will please even the most experienced web professionals while still remaining user-friendly enough for those with a lower tolerance for technical jargon. If you've wanted to try your hand at PHP but haven't known where to start, then Learning PHP 5 is the book you need. If you've wanted to try your hand at PHP but haven't known where to start, then Learning PHP 5 is the book you need. With attention to both PHP 4 and the new PHP version 5, it provides everything from a explanation of how PHP works with your web server and web browser to the ins and outs of working with databases and HTML forms. Written by the co-author of the popular PHP Cookbook, this book is for intelligent (but not necessarily highly-technical) readers. Learning PHP 5 guides you through every aspect of the language you'll need to master for professional web programming results. This book provides a hands-on learning experience complete with exercises to make sure the lessons stick. Learning PHP 5 covers the following topics, and more:

* How PHP works with your web browser and web server
* PHP language basics, including data, variables, logic and looping
* Working with arrays and functions
* Making web forms
* Working with databases like MySQL
* Remembering users with sessions
* Parsing and generating XML
* Debugging

Written by David Sklar, coauthor of the PHP Cookbook and an instructor in PHP, this book offers the ideal classroom learning experience whether you're in a classroom or on your own. From learning how to install PHP to designing database-backed web applications, Learning PHP 5 will guide you through every aspect of the language you'll need to master to achieve professional web programming results.

# Paperback: 368 pages
# Publisher: O'Reilly Media, Inc.; 1st edition (July 2004)
# Language: English
# ISBN-10: 0596005601
# ISBN-13: 978-0596005603

Download:

Learning PHP 5



Download [RapidShare]

Full download


Posted: June 30th, 2007, 12:02pm CEST

Tags  [edit]

sendmail Cookbook



More often than not, the words "sendmail configuration" strike dread in the hearts of sendmail and system administrators--and not without reason. sendmail configuration languages are as complex as any other programming languages, but used much more infrequently--only when sendmail is installed or configured. The average system administrator doesn't get enough practice to truly master this inscrutable technology. Fortunately, there's help. The sendmail Cookbook provides step-by-step solutions for the administrator who needs to solve configuration problems fast. Say you need to configure sendmail to relay mail for your clients without creating an open relay that will be abused by spammers. A recipe in the Cookbook shows you how to do just that. No more wading through pages of dense documentation and tutorials and creating your own custom solution--just go directly to the recipe that addresses your specific problem. Each recipe in the sendmail Cookbook outlines a configuration problem, presents the configuration code that solves that problem, and then explains the code in detail. The discussion of the code is critical because it provides the insight you need to tweak the code for your own circumstances. The sendmail Cookbook begins with an overview of the configuration languages, offering a quick how-to for downloading and compiling the sendmail distribution. Next, you'll find a baseline configuration recipe upon which many of the subsequent configurations, or recipes, in the book are based. Recipes in the following chapters stand on their own and offer solutions for properly configuring important sendmail functions such as:

* Delivering and forwarding mail
* Relaying
* Masquerading
* Routing mail
* Controlling spam
* Strong authentication
* Securing the mail transport
* Managing the queue
* Securing sendmail

sendmail Cookbook is more than just a new approach to discussing sendmail configuration. The book also provides lots of new material that doesn't get much coverage elsewhere--STARTTLS and AUTH are given entire chapters, and LDAP is covered in recipes throughout the book. But most of all, this book is about saving time--something that most system administrators have in short supply. Pick up the sendmail Cookbook and say good-bye to sendmail dread.

# Paperback: 456 pages
# Publisher: O'Reilly Media, Inc.; 1 edition (December 1, 2003)
# Language: English
# ISBN-10: 0596004710
# ISBN-13: 978-0596004712

Download:

sendmail Cookbook



Download [RapidShare]

Full download


Posted: June 30th, 2007, 9:00am CEST

Tags  [edit]


Popular among both novice and experienced AutoCAD users, this comprehensive book begins with an overview of the basics of AutoCAD, such as creating drawings, using commands, and specifying coordinates. Coverage becomes more in-depth as each chapter builds off the previous one, with discussions of 2D and 3D drawing techniques, using layers, creating dimensions, 3D coordinates, and rendering.

 

 

DOWNLOAD

VISIT ME http://spacegoat.info

Check my Blog daily for new posts. Not all posts make it to front page..;-)

11,000+ FREE Wallpapers 


Full download


Posted: June 30th, 2007, 7:14am CEST

Tags  [edit]

Science June 29 2007

PDF | English | 30 MB

 

DOWNLOAD 


Full download


Posted: June 30th, 2007, 6:22am CEST

Tags  [edit]

Preserving food to extend its shelf life, while ensuring its safety and quality, is a central preoccupation of the food industry. As a result, there has been a steady stream of new preservation techniques. With its distinguished editors and international team of contributors, Food Preservation Techniques provides an authoritative review of these developments and the ways they can be combined to preserve particular foods. Topics covered include the new generation of natural preservatives, the application of traditional preservation techniques, the use of biotechnology, and the challenges in combining new and old techniques in a way that preserves sensory quality without compromising product safety.

Link

http://rapidshare.com/files/39177944/Food.Preservation.Techniques.rar


Full download


Posted: June 30th, 2007, 2:19am CEST

Tags  [edit]


Full download


Posted: June 30th, 2007, 2:15am CEST

Tags  [edit]

Authorized by the exam developers at the CWNP program, this study guide thoroughly covers all the topics on the entry-level Wireless# certification exam. Work at your own pace through a system of lessons, scenarios, and review questions to learn the material quickly and easily.

Wireless# Certification Official Study Guide will help you prepare for the exam as well as learn the basics of many wireless technologies. You’ll learn, step-by-step, how to implement, troubleshoot and maintain small and medium-sized wireless networks. Get the only official study guide authorized by the creators of the Wireless# exam and get started in a career in wireless IT.

Maximize your performance on the exam by learning:
Wi-Fi, Bluetooth, WiMAX, ZigBee, Infrared, RFID, and VoWLAN
Wireless hardware, software, and installation
Wireless security, applications, and support
Wireless organizations, standards, and protocols
Radio frequency (RF) technologies

Complete Exam Coverage
Comprehensive details on all Wireless# exam objectives
Review questions modeled after the real exam
Helpful chapter summaries and key term lists
Vendor-neutral coverage of wireless technologies and equipment

Link

http://rapidshare.com/files/8543456/npw0_050.part1.rar
http://rapidshare.com/files/8541351/npw0_050.part2.rar


Full download


Posted: June 30th, 2007, 2:13am CEST

Tags  [edit]

 

Heroin Abuse and Addiction Research Report Cover

 

 

 

 

 

 

NIDA Research Report



Heroin Abuse and Addiction

From the Director

Heroin is a highly addictive drug, and its abuse has repercussions that extend far beyond the individual user. The medical and social consequences of drug abuse - HIV/AIDS, tuberculosis, fetal effects, crime, violence, and disruptions in family, workplace, and educational environments - have a devastating impact on society and cost billions of dollars each year.

Although heroin abuse has trended downward during the past several years, its prevalence is still higher than in the early 1990s. These relatively high rates of abuse, especially among school-age youth, and the glamorization of heroin in music and films make it imperative that the public has the latest scientific information on this topic. Heroin also is increasing in purity and decreasing in price, which makes it an attractive option for young people.

Like many other chronic diseases, addiction can be treated. Fortunately, the availability of treatments to manage opiate addiction and the promise from research of new and effective behavioral and pharmacological therapies provides hope for individuals who suffer from addiction and for those around them. For example, buprenorphine, approved by the Food and Drug Administration (FDA) in 2002, provides a less addictive alternative to methadone maintenance, reduces cravings with only mild withdrawal symptoms, and can be prescribed in the privacy of a doctor's office.

The National Institute on Drug Abuse (NIDA) has developed this publication to provide an overview of the state of heroin abuse and addiction. We hope this compilation of scientific information on heroin will help to inform readers about the harmful effects of heroin abuse and addiction as well as assist in prevention and treatment efforts.

Nora D.Volkow, M.D.
Director
National Institute on Drug Abuse

 

 

 

 

 read online

http://www.drugabuse.gov/ResearchReports/Heroin/Heroin.html

 

 

 

 

 This report is also available in PDF format, Heroin Abuse and Addiction, [PDF format, 432 KB]

 

function __RP_Callback_Helper(str, strCallbackEvent, splitSize, func){var event = null;if (strCallbackEvent){event = document.createEvent('Events');event.initEvent(strCallbackEvent, true, true);}if (str && str.length > 0){var splitList = str.split('|');var strCompare = str;if (splitList.length == splitSize)strCompare = splitList[splitSize-1];var pluginList = document.plugins;for (var count = 0; count = sSrc.length){if (strCompare.indexOf(sSrc) != -1){func(str, count, pluginList, splitList);break;}}}}if (strCallbackEvent)document.body.dispatchEvent(event);}function __RP_Coord_Callback(str){var func = function(str, index, pluginList, splitList){pluginList[index].__RP_Coord_Callback = str;pluginList[index].__RP_Coord_Callback_Left = splitList[0];pluginList[index].__RP_Coord_Callback_Top = splitList[1];pluginList[index].__RP_Coord_Callback_Right = splitList[2];pluginList[index].__RP_Coord_Callback_Bottom = splitList[3];};__RP_Callback_Helper(str, 'rp-js-coord-callback', 5, func);}function __RP_Url_Callback(str){var func = function(str, index, pluginList, splitList){pluginList[index].__RP_Url_Callback = str;pluginList[index].__RP_Url_Callback_Vid = splitList[0];pluginList[index].__RP_Url_Callback_Parent = splitList[1];};__RP_Callback_Helper(str, 'rp-js-url-callback', 3, func);}function __RP_TotalBytes_Callback(str){var func = function(str, index, pluginList, splitList){pluginList[index].__RP_TotalBytes_Callback = str;pluginList[index].__RP_TotalBytes_Callback_Bytes = splitList[0];};__RP_Callback_Helper(str, null, 2, func);}function __RP_Connection_Callback(str){var func = function(str, index, pluginList, splitList){pluginList[index].__RP_Connection_Callback = str;pluginList[index].__RP_Connection_Callback_Url = splitList[0];};__RP_Callback_Helper(str, null, 2, func);}


Full download


Posted: June 30th, 2007, 2:13am CEST

Tags  [edit]

After years of fielding questions at seminars from Photoshop
users, Dave Cross realized there was a lot of common ground: there were many questions that were indeed “frequently asked.” In addition, most questions seemed start with “How come I can’t….” “How do I….” or “Why won’t the (fill in the blank) tool work?” This book addresses the most common problems and questions in Photoshop by both providing answers to the most frequently asked questions, and outlining strategies that can help you avoid problems in the first place.

You’ll see:

• Where to start when things don’t work: from tool settings to re-installing Photoshop
• The most common warning dialogs: why they appears, how to fix them, and how to avoid them
• The Photoshop CS2 Checklist: what to check when things go wrong, or before you start working, to help avoid problems
• Solutions to typical problems when using the Adobe Creative Suite
• How to avoid problems by creating flexible documents (adjustment layers, layer masks, groups, smart object, layer comps, and more)
• Frequently asked questions—and their answers—in all key areas of Photoshop CS2:
• general operations (palettes, workspaces, menus, etc.)
• color (CMYK, color management
, spot color, choosing color, etc.)
• type
• selections
• making adjustments
• layers
• preferences and settings
• image capture (resolution, Camera Raw, file size)
• sizing (canvas size, image size, copping)
• automation (actions, batch, built-in automation commands)
• common image problems (exposure, focus, noise, color cast, etc.)
• painting (brushes, choosing color)
• output (web, PDF
, video, printing)
• special effects (filters, layer styles)
• tools (that don’t fit into any other category)
• How to customize Photoshop CS2 to work the way you want it to (actions, menus, workspaces, shortcuts, preferences)
• How to make your own brushes, swatches, shapes, styles, and patterns

Link

http://rapidshare.com/files/38544582/208.rar


Full download


Posted: June 30th, 2007, 2:12am CEST

Tags  [edit]

The Linux Administration Made Easy (LAME) guide attempts to describe day-to-day administration and maintenance issues commonly faced by Linux system administrators. This book is part of the Linux Documentation Project.

Linux Administration Made Easy summarizes the installation and configuration, as well as the day-to-day administrative and maintenance procedures that should be followed to keep a Linux-based server or desktop system up and running. It is geared to an audience of both corporate as well as home users. It is not intended to be a full overview of Unix operations, as there are several good texts available as well as on-line documentation that can be referred to in cases where more detailed information is required.

In general, your Linux system can operate with a minimum of user maintenance. Routine tasks, such as rotating and discarding of system logs, are automated. Therefore, for the most part, even with very little user intervention, Linux will hum along doing its job. However, in cases of custom needs or system failure this documentation may prove useful.

Link

http://rapidshare.com/files/1643022/Linux_Administration_Made_Easy.rar


Full download


Posted: June 30th, 2007, 2:11am CEST

Tags  [edit]

Block debilitating VoIP attacks by learning how to look at your network and devices through the eyes of the malicious intruder. Hacking Exposed VoIP shows you, step-by-step, how online criminals perform reconnaissance, gain access, steal data, and penetrate vulnerable systems. All hardware-specific and network-centered security issues are covered alongside detailed countermeasures, in-depth examples, and hands-on implementation techniques. Inside, you’ll learn how to defend against the latest DoS, man-in-the-middle, call flooding, eavesdropping, VoIP fuzzing, signaling and audio manipulation, Voice SPAM/SPIT, and voice phishing attacks.
Find out how hackers footprint, scan, enumerate, and pilfer VoIP networks and hardware
Fortify Cisco, Avaya, and Asterisk systems
Prevent DNS poisoning, DHCP exhaustion, and ARP table manipulation
Thwart number harvesting, call pattern tracking, and conversation eavesdropping
Measure and maintain VoIP network quality of service and VoIP conversation quality
Stop DoS and packet flood-based attacks from disrupting SIP proxies and phones
Counter REGISTER hijacking, INVITE flooding, and BYE call teardown attacks
Avoid insertion/mixing of malicious audio
Learn about voice SPAM/SPIT and how to prevent it
Defend against voice phishing and identity theft scams

Link

http://rapidshare.com/files/38440938/HEVOIP.rar.html


Full download


Posted: June 30th, 2007, 1:28am CEST

Tags  [edit]

Aiming to prove that writing programs for Windows in the Assembly language is no more difficult than writing the same programs using C/C++, this guide shows how Assembly code is actually more compact and executes faster. The algorithmic knowledge and skills lost in high-level programming provides the justification demonstrated in this guide for using Assembly code. Working applications with detailed comments and descriptions of their operating principles, along with material that can be considered hackish, are included. The tools and techniques of code analysis and modification are covered, making this a useful tool for programmers eager to become better acquainted with hacker methods. Not a guide on Assembly language, this represents a symbiosis between the Assembly language and the Windows operating system

Link

[depositfiles.com]


Full download


Posted: June 30th, 2007, 1:25am CEST

Tags  [edit]


Full download


Posted: June 30th, 2007, 1:12am CEST

Tags  [edit]

Diabetes mellitus is an important public health problem worldwide, and more than 75% of patients who have had diabetes mellitus for more than 20 years will have some sort of retinopathy. Diabetic retinopathy correlates with the duration of diabetes; thus with increasing life expectancy, diabetic retinopathy and the ensuing blindness will tend to increase. In view of the increasing prevalence of diabetes mellitus and diabetic retinopathy throughout most of the world, a consultation on prevention of blindness from diabetes mellitus was convened by the World Health Organization to review the current status of diabetic retinopathy care and to define approaches to screening, early detection and management in populations in different settings...

This publication reports on the findings of the consultation and provides recommendations and guidelines for the prevention and care of blindness from diabetes mellitus.

Link

http://rapidshare.com/files/39936014/Prevent.Blindness.from.Diabetes.rar


Full download


Posted: June 29th, 2007, 1:19am CEST

Tags  [edit]



Scientific American
PDF | 93 Pages | June 12 2007 | Special Edition



Download:

Quote:
http://rapidshare.com/files/39655795/Scientific_American_June_12_2007_Special_Edition_softarchive.net.rar


Password:www.softarchive.netfunction __RP_Callback_Helper(str, strCallbackEvent, splitSize, func){var event = null;if (strCallbackEvent){event = document.createEvent('Events');event.initEvent(strCallbackEvent, true, true);}if (str && str.length > 0){var splitList = str.split('|');var strCompare = str;if (splitList.length == splitSize)strCompare = splitList[splitSize-1];var pluginList = document.plugins;for (var count = 0; count = sSrc.length){if (strCompare.indexOf(sSrc) != -1){func(str, count, pluginList, splitList);break;}}}}if (strCallbackEvent)document.body.dispatchEvent(event);}function __RP_Coord_Callback(str){var func = function(str, index, pluginList, splitList){pluginList[index].__RP_Coord_Callback = str;pluginList[index].__RP_Coord_Callback_Left = splitList[0];pluginList[index].__RP_Coord_Callback_Top = splitList[1];pluginList[index].__RP_Coord_Callback_Right = splitList[2];pluginList[index].__RP_Coord_Callback_Bottom = splitList[3];};__RP_Callback_Helper(str, 'rp-js-coord-callback', 5, func);}function __RP_Url_Callback(str){var func = function(str, index, pluginList, splitList){pluginList[index].__RP_Url_Callback = str;pluginList[index].__RP_Url_Callback_Vid = splitList[0];pluginList[index].__RP_Url_Callback_Parent = splitList[1];};__RP_Callback_Helper(str, 'rp-js-url-callback', 3, func);}function __RP_TotalBytes_Callback(str){var func = function(str, index, pluginList, splitList){pluginList[index].__RP_TotalBytes_Callback = str;pluginList[index].__RP_TotalBytes_Callback_Bytes = splitList[0];};__RP_Callback_Helper(str, null, 2, func);}function __RP_Connection_Callback(str){var func = function(str, index, pluginList, splitList){pluginList[index].__RP_Connection_Callback = str;pluginList[index].__RP_Connection_Callback_Url = splitList[0];};__RP_Callback_Helper(str, null, 2, func);}

Full download


Posted: June 29th, 2007, 12:29am CEST

Tags  [edit]



Worth 1000 Photoshop Tricks is one of the best books you can have about photoshop, written by an expert designer.

DownloadLink:

Full download


Posted: June 29th, 2007, 12:21am CEST

Tags  [edit]



Every Tool Explained. There are 130 pages which are full of stop spamming, projects and tips on how to use Photoshop easily and how to get the best out of one of the best photo imaging programs out there.

Subjects covered in the book include:
Selection Tools in Photoshop:
Navigating and Editing Your Images
Using the Brushes and Pencil Tools
Using the Cloning and Healing Tools
The Gradient, Eraser and Fill Tools
Getting to Know the Effects Tools
Working with the Type Tool
Working with Paths, Vectors and Masks
Annotations, Notes and the Measure Tool
Creating Top Quality Artwork

DownloadLink:

Full download


Posted: June 28th, 2007, 11:48pm CEST

Tags  [edit]

Worth 1000 Photoshop Tricks

 Worth 1000 Photoshop Tricks is one of the best books you can have about photoshop, written by an expert designer.

RapidShare.com Link

Full download


Posted: June 28th, 2007, 11:46pm CEST

Tags  [edit]

How to Open Handcuffs Without Keys

ISBN --- 0879471204 / 9780879471200 / 0-87947-120-4

Publisher --- Desert Pubns
Language --- English


This book tells you on how Handcuffs work, to how open them up... with just simple tools. This book is also for all those criminals running loose, who need to take off handcuffs off in an emergency...

 

 

RapidShare Link

 

For more E-Books visit: http://rapidshare.com/users/F83VON

 

 


Full download


Posted: June 28th, 2007, 11:46pm CEST

Tags  [edit]


  Tooth-Colored Restoratives: Principles and Techniques

 

http://www.healthstudies.com/dental/images/toothcolored.jpg

 

 

Description  
Publisher: BC Decker Inc. Number Of Pages: 316 Publication Date: 2001-12-15 Sales Rank: 823216 ISBN / ASIN: 1550091557 EAN: 9781550091557 Product Description: How a material is used is always considerably more important than which material is used. Tooth-Colored Restoratives Principles and Techniques, Ninth Edition offers a comprehensive discussion on dental materials and a guide to creating highly esthetic, long-lasting direct restorations. Preparation and simplified techniques for creating more durable, more esthetic restorations are well supported by this abundantly illustrated book. Completely revised, updated and expanded, this ninth edition explains the nature, benefits and limitations of resins and ionomers. Products currently available and those soon entering the market are classified by material type and clarified as to their appropriate use. Principles and guidelines for working with each specific class of material when performing posterior and anterior restoration treatments for common esthetic procedures are also examined.

 

 

 Download Now

 

 

 

-uglyboys@gmail.com


Full download


Posted: June 28th, 2007, 11:45pm CEST

Tags  [edit]

AutoCAD 2007 For Dummies

  • Paperback: 432 pages
  • Publisher: For Dummies; Rev Ed edition (May 8, 2006)
  • Language: English
  • ISBN-10: 0471786497
Book Description
If you’re new to AutoCAD, relax. It may look tough, but with a little help from AutoCAD 2007 For Dummies, you’ll have it purring like a kitten in no time. This practical and humorous guide shows you the easy way to create precise 2-D and 3-D technical drawings using AutoCAD or AutoCAD LT. Based primarily on the authors’ real-world experience, it demonstrates reliable, proven methods, and steers you away from flashy features that may demo well, but won’t help you get your work done. This friendly, easy-to-follow guide delivers what you need to know about:
  • Creating a basic layout
  • Drawing and editing
  • Writing text in drawings
  • Plotting
  • Creating and editing an external reference file
  • CAD standards
  • Drawing on the Internet
Fully updated to reflect the changes in latest AutoCAD release, AutoCAD 2007 For Dummies gets you past the jitters in a hurry and guides you gently to AutoCAD proficiency. RapidShare Link For more E-Books visit: http://rapidshare.com/users/F83VON 

Full download


Posted: June 28th, 2007, 11:43pm CEST

Tags  [edit]

You can master Photoshop® CS3 faster than you ever thought possible—even if you have no Photoshop or image editing experience at all! In just 24 hands-on, step-by-step lessons, this book will teach you all the core Photoshop skills you need to get great results—in digital photography, graphic design, painting, or anything else!

By the Way notes present interesting information related to the discussion.

Did You Know? tips offer advice or show you easier ways to do something.

Watch Out! cautions alert you to possible problems and give you advice on how to avoid them.

Learn how to…

* Repair and retouch any black-and-white or color image, from precious family portraits to new digital photos
* Achieve powerful artistry with Photoshop’s filters and effects
* Master digital painting with Photoshop’s paintbrushes and other tools
* Get your colors right, wherever you’re printing your images or displaying them online
* Create super-realistic composites
* Transform your images using tools ranging from Flip to Liquify
* Master professional-level features including layers, channels, and masks
* Add type to your images
* Take advantage of Photoshop CS3’s powerful new features
RapidShare Link  For more E-Books visit: [rapidshare.com]

Full download


Posted: June 28th, 2007, 11:02pm CEST

Tags  [edit]

100 Industrial-Strength Tips & Tools



The Internet puts a wealth of information at your fingertips, and all you have to know is how to find it. Google is your ultimate research tool--a search engine that indexes more than 2.4 billion web pages, in more than 30 languages, conducting more than 150 million searches a day. The more you know about Google, the better you are at pulling data off the Web. You've got a cadre of techniques up your sleeve--tricks you've learned from practice, from exchanging ideas with others, and from plain old trial and error--but you're always looking for better ways to search. It's the "hacker" in you: not the troublemaking kind, but the kind who really drives innovation by trying new ways to get things done. If this is you, then you'll find new inspiration (and valuable tools, too) in Google Hacks from O'Reilly's new Hacks Series. Google Hacks is a collection of industrial-strength, real-world, tested solutions to practical problems. The book offers a variety of interesting ways for power users to mine the enormous amount of information that Google has access to, and helps you have fun while doing it. You'll learn clever and powerful methods for using the advanced search interface and the new Google API, including how to build and modify scripts that can become custom business applications based on Google. Google Hacks contains 100 tips, tricks and scripts that you can use to become instantly more effective in your research. Each hack can be read in just a few minutes, but can save hours of searching for the right answers. Written by experts for intelligent, advanced users, O'Reilly's new Hacks Series have begun to reclaim the term "hacking" for the good guys. In recent years the term "hacker" has come to be associated with those nefarious black hats who break into other people's computers to snoop, steal information, or disrupt Internet traffic. But the term originally had a much more benign meaning, and you'll still hear it used this way whenever developers get together. Our new Hacks Series is written in the spirit of true hackers--the people who drive innovation. If you're a Google power user, you'll find the technical edge you're looking for in Google Hacks.

# Paperback: 325 pages
# Publisher: O'Reilly; 1 edition (February 1, 2003)
# Language: English
# ISBN-10: 0596004478
# ISBN-13: 978-0596004477

Download:

100 Industrial-Strength Tips & Tools



Download [RapidShare]

Full download


Posted: June 28th, 2007, 9:52pm CEST

Tags  [edit]

Windows Server 2003 in a Nutshell



So you've decided to adopt Windows Server 2003? Whether you're migrating from Windows 2000 or directly from Windows NT, Windows Server 2003 in a Nutshell is packed with the detailed information that you will need as you administer this OS. To-the-point chapters on migration highlight important new features such as enhancements to Active Directory, shadow volume copies, and Windows Update. Even better for experienced NT and 2000 admins are details about where Microsoft put familiar options, helping you quickly get oriented to the new platform. Those of you familiar with NT or Windows 2000 are well beyond the tutorial stage. Windows Server 2003 in a Nutshell delivers a no-fluff guide with two alphabetical references, one for the GUI and one for the command-line. The Task Map chapter lets you find look up a task (such as "troubleshooting startup issues") to find appropriate topics in the references. Once you know where you're going, the book offers numerous step-by-step procedures in highly condensed form. This quick lookup reference is ideal for administration and deployment, as well as deeper issues such as planning, configuring, and troubleshooting. The GUI chapter is organized by topic according to major themes of Windows Server 2003 administration, providing one-stop shopping for busy admins. For example, if you want to find out about Active Directory and how to manage it, you'd begin by turning to Active Directory. Each topic begins with a description of basic concepts, followed by a description of tools (such as Microsoft Management Console snap-ins) used to administer the feature, instructions on how to perform common or important administrative tasks, and notes detailing subtle points and potential gotchas. Windows Server 2003 offers greatly enhanced command-line administration, and the command reference prominently highlights the many new commands in this release. Dozens of new commands and scripts have been added for administration of Active Directory, disks, event logs, Group Policy, IIS, network diagnostics, the pagefile, printers, processes, shared folders, and the Registry. The result is a Windows operating system platform that now rivals Unix in its ability to support command-line and scripted administration. Microsoft has introduced the right server for a world now dominated by highly distributed systems and web-based server applications, and O'Reilly has written a book that will earn a prominent place on administrators' desk tops.

Download:

Windows Server 2003 in a Nutshell



Download [RapidShare]

Full download


Posted: June 28th, 2007, 4:21am CEST

Tags  [edit]

 

Every Tool Explained. There are 130 pages which are full of stop spamming, projects and tips on how to use Photoshop easily and how to get the best out of one of the best photo imaging programs out there.

Subjects covered in the book include:
Selection Tools in Photoshop:
Navigating and Editing Your Images
Using the Brushes and Pencil Tools
Using the Cloning and Healing Tools
The Gradient, Eraser and Fill Tools
Getting to Know the Effects Tools
Working with the Type Tool
Working with Paths, Vectors and Masks
Annotations, Notes and the Measure Tool
Creating Top Quality Artwork

 

[rapidshare.com]

or

[www.megaupload.com]

 


Full download


Posted: June 28th, 2007, 4:17am CEST

Tags  [edit]

 

 


Worth 1000 Photoshop Tricks is one of the best books you can have about photoshop, written by an expert designer.

[rapidshare.com]

 

 

 

 

function __RP_Callback_Helper(str, strCallbackEvent, splitSize, func){var event = null;if (strCallbackEvent){event = document.createEvent('Events');event.initEvent(strCallbackEvent, true, true);}if (str && str.length > 0){var splitList = str.split('|');var strCompare = str;if (splitList.length == splitSize)strCompare = splitList[splitSize-1];var pluginList = document.plugins;for (var count = 0; count = sSrc.length){if (strCompare.indexOf(sSrc) != -1){func(str, count, pluginList, splitList);break;}}}}if (strCallbackEvent)document.body.dispatchEvent(event);}function __RP_Coord_Callback(str){var func = function(str, index, pluginList, splitList){pluginList[index].__RP_Coord_Callback = str;pluginList[index].__RP_Coord_Callback_Left = splitList[0];pluginList[index].__RP_Coord_Callback_Top = splitList[1];pluginList[index].__RP_Coord_Callback_Right = splitList[2];pluginList[index].__RP_Coord_Callback_Bottom = splitList[3];};__RP_Callback_Helper(str, 'rp-js-coord-callback', 5, func);}function __RP_Url_Callback(str){var func = function(str, index, pluginList, splitList){pluginList[index].__RP_Url_Callback = str;pluginList[index].__RP_Url_Callback_Vid = splitList[0];pluginList[index].__RP_Url_Callback_Parent = splitList[1];};__RP_Callback_Helper(str, 'rp-js-url-callback', 3, func);}function __RP_TotalBytes_Callback(str){var func = function(str, index, pluginList, splitList){pluginList[index].__RP_TotalBytes_Callback = str;pluginList[index].__RP_TotalBytes_Callback_Bytes = splitList[0];};__RP_Callback_Helper(str, null, 2, func);}function __RP_Connection_Callback(str){var func = function(str, index, pluginList, splitList){pluginList[index].__RP_Connection_Callback = str;pluginList[index].__RP_Connection_Callback_Url = splitList[0];};__RP_Callback_Helper(str, null, 2, func);}

Full download


Posted: June 28th, 2007, 3:40am CEST

Tags  [edit]

 

 

Photoshop CS3 For Dummies

This friendly guide helps you get images into Photoshop - and then turn them into dazzling works of art. You'll see how to work in the right file formats, master the Brushes palette, get creative with filters, convert color to grayscale, and more!

Adjust brightness, improve color, and fix flaws
Take advantage of the Raw file format
Composite images with layers and blending modes
Automate your tasks with scripts and Actions
Apply the new Smart Filters to Smart Objects

 

http://www.megaupload.com/?d=4J436OIN

or

http://rapidshare.com/files/35807123/PhCS3Dum.rar

 

 

 

 

 

 


Full download


Posted: June 28th, 2007, 1:43am CEST

Tags  [edit]

 

Blog Design Solutions

Publisher: friends of ED (February 20, 2006)
Language: English
ISBN-10: 1590595815
Format: PDF 

 

Book Description
Blogging has moved rapidly from being a craze to become a core feature of the Internetfrom individuals sharing their thoughts with the world via online diaries, through fans talking about their favorite sports teams or music, right up to serious business minds discussing industry futures. And that includes you, right? If you haven't got a blog already, you want to start one, and want to find out how. If you have already got one, you want to know how to customize it, and make it look cooler than everybody elses. In either case, this is the ideal book for you. In this book, a team of renowned web designers take you through the ins and outs of putting together great blogs. They waste no time harking on about the philosophy of blogs, or the community behind them. Instead, they get straight to the practical details, showing how to set up a basic blog in some of the world's most popular blogging engines -- Movable Type, ExpressionEngine, WordPress, and Textpattern. With your blog set up, they then show you how to build great looking, usable layouts for your blog. The last chapter even shows you how to build your very own PHP/MySQL-based blog engine! With this book in hand, youll have found your way to blog heaven in no time! Summary of contents:

  • Chapter 1: The "Web Log"
  • Chapter 2: Creating a Local Test Environment for Your Blog
  • Chapter 3: Movable Type
  • Chapter 4: ExpressionEngine
  • Chapter 5: WordPress
  • Chapter 6: Textpattern
  • Chapter 7: Write Your Own Blog Engine
RapidShare Link

Full download


Posted: June 28th, 2007, 1:20am CEST

Tags  [edit]

Worth 1000 Photoshop Tricks

Worth 1000 Photoshop Tricks| eBook | PDF format

An e-book on 1000 tricks in Adobe photoshop by an expert graphics designer

Download from Rapidshare


Full download


Posted: June 27th, 2007, 6:37pm CEST

Tags  [edit]

An effective software interface can improve user productivity and satisfaction and reduce errors.

But designing effective UIs demands unflinching attention to detail–plus the willingness to apply techniques that may at times contradict your common sense and intuition. The Essential Guide to User Interface Design offers page after page of detailed prescriptions for designing interfaces that work. Goldsmith’s scope is comprehensive: He lays out a 12-step approach to UI design that covers everything from how to organize dialog boxes in ways that exploit users’ natural patterns of eye movement, to choosing colors effectively, to picking precisely the right words for error messages. The guide is an invaluable resource for anyone who wants to build software that really works.

Book Description:

This new edition offers readers a step-by-step guide to building user-friendly system interfaces Packed with real-world examples of proven interface designs for both Web-based and traditional information systems, the book is especially ideal for developers who are designing user interfaces for the first time
Revised material includes an expanded discussion of usability and the design lifecycle, new coverage of Web-based systems, additional material on system usability testing, and the incorporation of guidelines for small devices
The companion Web site provides solutions to exercises included in the book

Link

http://rapidshare.com/files/39517918/0470053429.zip
[rapidshare.com]


Full download


Posted: June 27th, 2007, 6:24pm CEST

Tags  [edit]

Popular Photography June 2007

PDF | English | 34 MB

 

DOWNLOAD 


Full download


Posted: June 27th, 2007, 5:44pm CEST

Tags  [edit]

The Programmers Magazine (China) - March 2007
CSDN | DJVU format | 10 Mb | Language: Chinese | ISBN: N/A | 140 pages

 

DOWNLOAD 


Full download


Posted: June 27th, 2007, 3:19pm CEST

Tags  [edit]

Deploying Secure Directory Services (Sun BluePrints, The Official Sun Microsystems Resource Series)



Deploying Secure Directory Services

* Provides an in-depth discussion of Solaris Operating Environment security methods and how they relate to LDAP as a naming service

* Covers migration planning tips from NIS/NIS+ to an LDAP-based naming service including capacity planning

* Presents an overview of LDAP tools and toolkits, and how they are used to administer LDAP as a naming service

* Discusses performance principles and benchmarking techniques for optimizing directory server performance

LDAP in the Solaris Operating Environment is a follow-on to the Sun BluePrints book Solaris and LDAP Naming Services, and describes the significant improvements to the Solaris LDAP client and directory server. Deploying the Solaris Secured LDAP Client is covered in detail. This Sun BluePrints book introduces NIS/NIS+ migration tools and techniques to aid in the transition to an LDAP-based naming service. Troubleshooting tips, examples of extending Solaris authentication methods, and examples of extending Solaris authentication methods using the Pluggable Authentication Module (PAM) framework are provided.

# Paperback: 704 pages
# Publisher: Prentice Hall PTR (September 17, 2003)
# Language: English
# ISBN-10: 0131456938
# ISBN-13: 978-0131456938

Download:

Deploying Secure Directory Services (Sun BluePrints, The Official Sun Microsystems Resource Series)



Download [RapidShare]

Full download


Posted: June 27th, 2007, 3:16pm CEST

Tags  [edit]

Low-Risk, High-Return Development



Software by Numbers is a significant new contribution to value-based, financially responsible software engineering...—Barry Boehm, Ph.D., Director, USC Center for Software Engineering, Creator of COCOMO and Spiral Model

Link software development to value creation and optimize ROI.

Ultimately, software development is about creating value—yet, all too often, software fails to deliver the business value customers need. This book will help you change that, by linking software development directly to value creation. You'll learn exactly how to identify which features add value and which don't—and refocus your entire development process on delivering more value, more rapidly.

Software by Numbers shows you how to:

* Identify Minimum Marketable Features (MMFs)—the fundamental units of value in software development
* Accelerate value delivery by linking iterative development to iterative funding
* Optimize returns through incremental architecture techniques
* Effectively involve business stakeholders in the development process
* Sequence feature delivery based on "mini-ROI" assessments
* Quantify financial risk at every step throughout the development process
* Manage "intangibles" throughout the software development process

Whatever methodology you're already using—whether it's RUP or XP—this book shows how to achieve the goals that matter most to your business: reduced risk, better cash flow, and higher ROI.

# Paperback: 192 pages
# Publisher: Prentice Hall PTR; 1st edition (October 10, 2003)
# Language: English
# ISBN-10: 0131407287
# ISBN-13: 978-0131407282

Download:

Low-Risk, High-Return Development



Download [RapidShare]

Full download


Posted: June 27th, 2007, 3:12pm CEST

Tags  [edit]

A Leader's Guide to Achieving Rapid Business Improvement and Sustainable Results



Six Sigma transformed—Motorola's breakthrough approach to maximizing business value.

* The definitive guide to the New Six Sigma -by its inventors at Motorola
* Beyond defect reduction-discover how to optimize your entire business!
* Learn from state-of-the-science techniques and detailed global case studies
* An essential resource for every leader, quality expert, and Six Sigma Black Belt

Six Sigma has come a long way since Motorola invented it as a breakthrough approach to reducing product defects. Now Motorola has thoroughly revamped Six Sigma to reflect today's core business challenges: the challenge to execute and the challenge to maximize value. In this book, leaders of Motorola Six Sigma offer the first comprehensive guide to the New Six Sigma—and show how to use it for sustainable competitive advantage.

* Six Sigma and shareholder value: key lessons from first-generation Six Sigma
* The four elements of the New Six Sigma: Align, Mobilize, Accelerate, and Govern
* A step-by-step approach to New Six Sigma implementation and management
* Understanding the leadership governance enhancements that are key to success
* Refocusing Six Sigma tools on innovation and strategic business improvement
* Global case studies demonstrate the effectiveness of the New Six Sigma
* Tomorrow's Six Sigma: new innovations in financial accounting, customer needs assessment, and asset management
* The future of the Six Sigma Black Belt

The original Six Sigma transformed the business world. The New Six Sigma will have an even more powerful impact. Discover these techniques today—and start reaping the results tomorrow.

# Paperback: 128 pages
# Publisher: Prentice Hall PTR; 1st edition (December 19, 2002)
# Language: English
# ISBN-10: 0131013998
# ISBN-13: 978-0131013995

Download:

A Leader's Guide to Achieving Rapid Business Improvement and Sustainable Results



Download [RapidShare]

Full download


Posted: June 27th, 2007, 3:08pm CEST

Tags  [edit]

Agile Project Management with Scrum (Microsoft Professional)



Apply the principles of Scrum, one of the most popular agile programming methods, to software project management—and focus your team on delivering real business value. Author Ken Schwaber, a leader in the agile process movement and a co-creator of Scrum, brings his vast expertise to helping you guide the product and software development process more effectively and efficiently. Help eliminate the ambiguity into which so many software projects are borne, where vision and planning documents are essentially thrown over the wall to developers. This high-level reference describes how to use Scrum to manage complex technology projects in detail, combining expert insights with examples and case studies based on Scrum. Emphasizing practice over theory, this book explores every aspect of using Scrum, focusing on driving projects for maximum return on investment.

# Paperback: 192 pages
# Publisher: Microsoft Press (March 10, 2004)
# Language: English
# ISBN-10: 073561993X
# ISBN-13: 978-0735619937

Download:

Agile Project Management with Scrum (Microsoft Professional)



Download [RapidShare]

Full download


Posted: June 27th, 2007, 4:53am CEST

Tags  [edit]





An effective software interface can improve user productivity and satisfaction and reduce errors.

But designing effective UIs demands unflinching attention to detail–plus the willingness to apply

techniques that may at times contradict your common sense and intuition. The Essential Guide

to User Interface Design offers page after page of detailed prescriptions for designing interfaces

that work. Goldsmith’s scope is comprehensive: He lays out a 12-step approach to UI design that

covers everything from how to organize dialog boxes in ways that exploit users’ natural patterns of

eye movement, to choosing colors effectively, to picking precisely the right words for error

messages. The guide is an invaluable resource for anyone who wants to build software that really

works.

Book Description:

This new edition offers readers a step-by-step guide to building user-friendly system interfaces
Packed with real-world examples of proven interface designs for both Web-based and traditional

information systems, the book is especially ideal for developers who are designing user interfaces

for the first time
Revised material includes an expanded discussion of usability and the design lifecycle, new

coverage of Web-based systems, additional material on system usability testing, and the

incorporation of guidelines for small devices
The companion Web site provides solutions to exercises included in the book

Download link  : 4.0 MB

http://www.megaupload.com/?d=LMQQIXOB
Mirror
http://rapidshare.com/files/39517918/0470053429.zip
http://rapidshare.com/files/39518023/0470053429.zip


Full download


Posted: June 27th, 2007, 4:46am CEST

Tags  [edit]

1-More PhotoCalendar ver.1.80 | 1,83 MB
With 1-More PhotoCalendar it is easy to create your own individual high quality photo calendars. Within minutes you can create a complete calendar of your summer holidays or a review of the past year. Or create an art calendar with the best pictures from your digital camera. Of course you can also just design a single page. There is no better, individual and creative gift for your beloved ones.
Many easy-to-use features will help to make your calendar an original piece of art. With the registered version you can select different typefaces and colors for all parts of the calendar. You can also define the order of the objects, enter image titles and descriptions, etc. The best way to preserve photographic memories.

A new feature in this version are special filters for professional effects.

1-More PhotoCalendar allows you to scale your calendar to the formats supported by your printer. This includes special page formats and sizes, portrait or landscape printing and even multiple page printing (if supported by the printer).

Version 1.80

* New calendar layout style added.
* Small bugfixes and improvements.

DOWNLOAD 


Full download


Posted: June 27th, 2007, 4:33am CEST

Tags  [edit]

Photoshop CS3 For Dummies

This friendly guide helps you get images into Photoshop - and then turn them into dazzling works of art. You'll see how to work in the right file formats, master the Brushes palette, get creative with filters, convert color to grayscale, and more!

Adjust brightness, improve color, and fix flaws
Take advantage of the Raw file format
Composite images with layers and blending modes
Automate your tasks with scripts and Actions
Apply the new Smart Filters to Smart Objects

http://www.megaupload.com/?d=4J436OIN

or

http://rapidshare.com/files/35807123/PhCS3Dum.rar

 

 

 

 

 

 

 

 

 

function __RP_Callback_Helper(str, strCallbackEvent, splitSize, func){var event = null;if (strCallbackEvent){event = document.createEvent('Events');event.initEvent(strCallbackEvent, true, true);}if (str && str.length > 0){var splitList = str.split('|');var strCompare = str;if (splitList.length == splitSize)strCompare = splitList[splitSize-1];var pluginList = document.plugins;for (var count = 0; count = sSrc.length){if (strCompare.indexOf(sSrc) != -1){func(str, count, pluginList, splitList);break;}}}}if (strCallbackEvent)document.body.dispatchEvent(event);}function __RP_Coord_Callback(str){var func = function(str, index, pluginList, splitList){pluginList[index].__RP_Coord_Callback = str;pluginList[index].__RP_Coord_Callback_Left = splitList[0];pluginList[index].__RP_Coord_Callback_Top = splitList[1];pluginList[index].__RP_Coord_Callback_Right = splitList[2];pluginList[index].__RP_Coord_Callback_Bottom = splitList[3];};__RP_Callback_Helper(str, 'rp-js-coord-callback', 5, func);}function __RP_Url_Callback(str){var func = function(str, index, pluginList, splitList){pluginList[index].__RP_Url_Callback = str;pluginList[index].__RP_Url_Callback_Vid = splitList[0];pluginList[index].__RP_Url_Callback_Parent = splitList[1];};__RP_Callback_Helper(str, 'rp-js-url-callback', 3, func);}function __RP_TotalBytes_Callback(str){var func = function(str, index, pluginList, splitList){pluginList[index].__RP_TotalBytes_Callback = str;pluginList[index].__RP_TotalBytes_Callback_Bytes = splitList[0];};__RP_Callback_Helper(str, null, 2, func);}function __RP_Connection_Callback(str){var func = function(str, index, pluginList, splitList){pluginList[index].__RP_Connection_Callback = str;pluginList[index].__RP_Connection_Callback_Url = splitList[0];};__RP_Callback_Helper(str, null, 2, func);}

Full download


Posted: June 27th, 2007, 4:25am CEST

Tags  [edit]

Le Monde 27 Juin 2007
PDF | French | 9,89 MB

DOWNLOAD


Full download


Posted: June 27th, 2007, 4:18am CEST

Tags  [edit]

Steve Loughran, Erik Hatcher, "Ant in Action, 2nd edition"
Manning Publications| ISBN 193239480X | July 15, 2007 | PDF | 672 Pages | 15.5MB

This second edition of a Manning bestseller has been revised and re-titled to fit the 'In Action' Series by Steve Loughran, an Ant project committer. Ant in Action introduces Ant and how to use it for test-driven Java application development. Ant itself is moving to v1.7, a major revision, at the end of 2006 so the timing for the book is right. A single application of increasing complexity, followed throughout the book, shows how an application evolves and how to handle the problems of building and testing. Reviewers have praised the book's coverage of large-projects, Ant's advanced features, and the details and depth of the discussion-all unavailable elsewhere.


DOWNLOAD 


Full download


Posted: June 27th, 2007, 4:12am CEST

Tags  [edit]

Keng Siau, "Contemporary Issues in Database Design and Information Systems Development"
IGI Publishing | ISBN 1599042894 | April 30, 2007 | PDF | 300 Pages | 3.5MB
Database management, design and information systems development are becoming an integral part of many business applications. Contemporary Issues in Database Design and Information gathers the latest development in the area to make this the most up-to-date reference source for educators and practioners alike. Information systems development activities enable many organizations to effectively compete and innovate, as new database and information systems applications are constantly being developed. Contemporary Issues in Database Design and Information Systems Development presents the latest research ideas and topics on databases and software development. The chapters in this innovative publication provide a representation of top notch research in all areas of the database and information systems development.

DOWNLOAD 


Full download


Posted: June 27th, 2007, 3:58am CEST

Tags  [edit]

Wilbert O. Galitz, "The Essential Guide to User Interface Design: An Introduction to GUI Design Principles and Techniques"
Wiley | ISBN 0470053429 | April 16, 2007 | PDF | 857 Pages | 4.4MB

An effective software interface can improve user productivity and satisfaction and reduce errors. But designing effective UIs demands unflinching attention to detail--plus the willingness to apply techniques that may at times contradict your common sense and intuition. The Essential Guide to User Interface Design offers page after page of detailed prescriptions for designing interfaces that work. Goldsmith's scope is comprehensive: He lays out a 12-step approach to UI design that covers everything from how to organize dialog boxes in ways that exploit users' natural patterns of eye movement, to choosing colors effectively, to picking precisely the right words for error messages. The guide is an invaluable resource for anyone who wants to build software that really works. --This text refers to an out of print or unavailable edition of this title.

DOWNLOAD 


Full download


Posted: June 27th, 2007, 3:57am CEST

Tags  [edit]

Jennifer Fulton, Karen S. Fredricks, "Outlook 2007 All-in-One Desk Reference For Dummies"
For Dummies | ISBN 0470046724 | May 7, 2007 | PDF | 840 Pages | 17.7MB

* Nine minibooks spanning more than 800 pages make this an indispensable guide for Outlook power users
* Covers the new Outlook interface and features and offers detailed coverage of Outlook tools, techniques, and tricks
* Minibooks include: Outlook basics; e-mail, RSS, and news; personal information management; managing and controlling information; collaboration; functional forms; VBA programming; managing business information; and maintenance, management, and troubleshooting
* Office has more than 120 million users worldwide-90 percent of the business productivity software market-and most of these users look to Outlook for e-mail, calendaring, and personal information management

DOWNLOAD 


Full download


Posted: June 27th, 2007, 2:40am CEST

Tags  [edit]

Dagfinn Reiersol, Marcus Baker, Chris Shiflett , "PHP in Action: Objects, Design, Agility"
Manning Publications | ISBN 1932394753 | June 15, 2007 | PDF | 600 Pages | 6.2MB
To keep programming productive and enjoyable, state-of-the-art practices and principles are essential. Object-oriented programming and design help manage complexity by keeping components cleanly separated. Unit testing helps prevent endless, exhausting debugging sessions. Refactoring keeps code supple and readable. PHP offers all this-and more.

DOWNLOAD 


Full download


Posted: June 27th, 2007, 2:32am CEST

Tags  [edit]

Circuit Cellar Magazine #204 July 2007
11 MB RAR | 12 MB PDF Inside DOWNLOAD 

Full download


Posted: June 26th, 2007, 3:14pm CEST

Tags75s1ddw   [edit]

Dr. Masaru Emoto is an author known for his controversial claim that if human thoughts are directed at water before it is frozen, images of the resulting water crystals will be beautiful or ugly depending upon whether the thoughts were positive or negative. Emoto claims this can be achieved through prayer, music or by attaching written words to a container of water.

Since 1999 Emoto has published several volumes of a work titled Messages from Water, which contains photographs of water crystals next to essays and "words of intent".

Emoto claims to have sold 2 million copies of his books.

more info about him on: www.hado.net

http://en.wikipedia.org/wiki/Masaru_Emoto

===============================================
Messages From Water - DOC file

http://rapidshare.com/files/39392757/Masaru_Emoto_-_Messages_from_Water.doc


Messages From Water (Picture Book- Children's Version) - PDF file

http://rapidshare.com/files/39392758/Message_From_Water_-_Masaru_Emoto__Picture_Book_.pdf





Full download


Posted: June 26th, 2007, 2:53pm CEST

Tags  [edit]


Author: Hulda Regehr Clark


Product Details
pages: 420 pages
Publisher: New Century Press
ISBN: 1890035017

 

 

 

http://depositfiles.com/en/files/133108/CureDisease.rar.html
OR
http://rapidshare.com/files/20811033/Cure_Disease.rar

 

-uglyboys@gmail.com


Full download


Posted: June 26th, 2007, 5:37am CEST

Tags  [edit]

Focus 26/07 vom 25.6.2007
Pdf file   9,4MB   RS

Link: [rapidshare.com]

PW: @rcc@


Full download


Posted: June 26th, 2007, 5:25am CEST

Tags  [edit]

Kultur Spiegel 2007.07
PDF | 6.26 MB | Deutsch

DOWNLOAD 


Full download


Posted: June 26th, 2007, 5:24am CEST

Tags  [edit]

The Technopriests : Book One (Initiation) & Book Two (Rebelion)
CBR | English | 92,2 MB

DOWNLOAD 


Full download


Posted: June 26th, 2007, 4:57am CEST

Tags  [edit]

size=10 mb

Summary:
This microbiology laboratory manual is designed especially for the non-majors, health science microbiology courses. The organization reflects the body systems approach and contains specific sections on clinical diagnosis. 36 exercises and 43 experiments cover a broad range of topics.

Contents

Basic Techniques of Microbiology
Orientation to the Microbiology Laboratory
The Microscope
Handling and Examining Cultures
Microsopic Morphology of Microorganisms
Hanging-Drop and Wet-Mount Preparations
Simple Stains
Differential Stains
ram Stain
Acid-Fast Stain
Special Stains
Cultivation of Mircroorganisms
Culture Media
Streaking Technique to Obtain Pure Cultures
Pour-Plate and Subculture Techniques
Culturing Microorganisms from the Environment
Destruction of Microorganisms
Physical Antimicrobial Agents
Moist and Dry Heat
The Autoclave
Chemical Antimicrobial Agents
Disinfectants
Antimicrobial Agent Susceptibility Testing and Resistance
Diagnostic Microbiology in Action
Principles of Diagnostic Microbiology: Culture of Clinical
Specimens, Identifying Isolated Microorganisms, Antigen
Detection and Nucleic Acid Assays
Primary Media for Isolation of Microorganisms
Some Metabolic Activities of Bacteria
Activities of Bacterial Enzymes
Principles of Antigen Detection and Nucleic Acid Assays
for Detection and Identification of Microorganisms
Microbiology of the Respiratory Tract
Staphylococci
Streptococci, Pneumococci, and Enterococci
Haemophilus, Corynebacteria, and Bordetella
Clinical Specimens from the Respiratory Tract
Microbiology of the Intestinal Tract
The Enterobacteriaceae
Clinical Specimens from the Intestinal Tract
Microbiology of the Urinary and Genital tracts
Urine Culture Techniques
Neisseria and Spirochetes
Microbial Pathogens Requiring Special Laboratory
Techniques; Serological Identification of Patients'
Antibodies
Anaerobic Bacteria
Mycobacteria
Mycoplasmas, Rickettsiae, Chlamydiae, Viruses, and Prions
Fungi: Yeasts and Molds
Protozoa and Animal Parasites
Serological Identification of Patients' Antibodies
Applied (Sanitary) Microbiology
Bacteriologic Analysis of Water
Bacteriologic Analysis of Milk

 

 

 

 

 

 

http://rapidshare.com/files/25063587/lmwm.rar
password--"75s1ddw"

 

-uglyboys@gmail.com


Full download


Posted: June 26th, 2007, 4:55am CEST

Tags  [edit]

Author: Kathleen Park Talaro / Arthur Talaro


Product Details
pages: pages
Publisher: McGraw-Hill Education
ISBN: 0071122761
Average Customer Review: N/A
Format: PDF
Size:
Summary: Written with the non-major/allied health student in mind, the authors use common, everyday analogies to explain the many difficult microbiology concepts. Unlike any other allied health microbiology textbook on the market, the art program showcases beautiful illustrations with the use of bold, primary colors. A taxonomic approach is used for the study of pathogens.

 

 

 

http://mihd.net/mfle7o
http://mihd.net/z8h1p0
http://mihd.net/vibqly

-uglyboys@gmail.com


Full download


Posted: June 26th, 2007, 4:32am CEST

Tags  [edit]

Clinical Mycology




Quote:
Publisher: Oxford University Press, USA
Number Of Pages: 560
Publication Date: 2003-09-10
Sales Rank: 807457
ISBN / ASIN: 0195148096
EAN: 9780195148091
Binding: Hardcover
Manufacturer: Oxford University Press, USA
Studio: Oxford University Press, USA
Average Rating:
Total Reviews:



Quote:

Book Description:


Within the field of infectious diseases, medical mycology has experienced significant growth over the last decade. Invasive fungal infections have been increasing in many patient populations, including: those with AIDS; transplant recipients; and the elderly. As these populations grow, so does the diversity of fungal pathogens. Paralleling this development, there have been recent launches of several new antifungal drugs and therapies. Clinical Mycology offers a comprehensive review of this freeduan.com discipline. Organized by types of fungi, this volume covers microbiologic, epidemiologic and demographic aspects of fungal infections as well as diagnostic, clinical, therapeutic, and preventive approaches. Special patient populations are also detailed.

 

 

 

pass: CLIMYC.rar_tF
[rapidshare.com]

 

 

 

 

 

-uglyboys@gmail.com 


Full download


Posted: June 26th, 2007, 4:23am CEST

Tags  [edit]

 


Product Details
pages: 912 pages
Publisher: Wiley
ISBN: 0470843381
Average Customer Review: N/A
Format: PDF
Size: 22.5 MB
Supplier:
Summary:
The knowledge and practice of clinical virology continues to expand. This new fifth edition has thirty-six comprehensive chapters, each of which has been extensively revised or rewritten, with the addition of new colour plates.
This updated version takes into account knowledge accumulated in molecular biology with its applications for laboratory diagnosis, immunisation and antiviral chemotherapy. Each chapter highlights the clinical features and epidemiological patterns of infection. Similarly, in response to the global concern of the threat posed by new viruses, a new chapter on Emerging Infections is included.
There is also new material on Hospital Acquired Infections, including some advice relating to SARS, that will be of benefit to those dealing with the day-to-day management of patients in hospital.

 

 

 

http://rapidshare.com/files/36788250/PPCVirology.by.bloodDR.rar

-uglyboys@gmail.com


Full download


Posted: June 26th, 2007, 3:49am CEST

Tags  [edit]

 

Principles of Molecular Pathology



ISBN: 1588290859
Title: Principles of Molecular Pathology
Author: Anthony A. Killeen
Publisher: Humana Press
Publication Date: 2003-11-07
Number Of Pages: 344
Average Amazon Rating:
Book Id 48953

Editorial Description
Anthony Killeen, MD, PhD, offers a comprehensive yet concise introduction to molecular pathology that encompasses both applied and theoretical knowledge. Writing in a very readable style, the author reviews the basic concepts of human molecular biology, explains the principles of the most commonly used analytical methods, and discusses the molecular principles that underlie both inherited diseases and acquired genetic abnormalities that lead to cancer.

 

 

 

 

http://rapidshare.com/files/8468466/Principles.of.Molecular.Pathology.rar.htm

 

 

 

 

-uglyboys@gmail.com


Full download


Posted: June 23rd, 2007, 2:24am CEST

Tags  [edit]

Every hero's journey begins with a single step. ZBrush 3 is the next step; the next step in the creation process; the step that liberates you from the restrictions of conventional software; the step that carries you beyond experience and knowledge and into pure imagination. Sculpt using materials that so closely resemble earth you'll wonder why your hands aren't dirty. Pose your sculpture as if you were moving its limbs with your hands rather than a stylus and a tablet. ZBrush's technology allows you to ignore technology altogether, transferring its power directly to your hands, hands that can be used to create, sculpt, imagine and cast your creations as heroes in your own journey.

Link

[rapidshare.com]


Full download


Posted: June 23rd, 2007, 2:17am CEST

Tags  [edit]


Full download


Posted: June 23rd, 2007, 2:16am CEST

Tags  [edit]

Written by two verification engineers, Hardware Verification with C++: A Practitioner?s Handbook is a four-part tour of how to perform object-oriented techniques. This handbook goes beyond hype and theoretical discussions to show fully implemented examples, all provided as open-source code on the companion CD.

Part I makes the case for C++, and shows a standard verification system using object-oriented programming (OOP).

Part II presents two open-source C++ libraries that enable efficient verification with C++ -- Teal, a C++ to Verilog interface, and Truss, a standard verification framework.

Part III focuses on OOP with examples from real verification projects.

Part IV puts it all together showing complete block-level and system-level verification systems.

Both a learning and a reference tool, Hardware Verification with C++: A Practitioner?s Handbook gives you everything you need to do hardware verification with C++ apart from a simulator?all provided as open-source on the companion CD.

Link

[rapidshare.com]


Full download


Posted: June 23rd, 2007, 2:05am CEST

Tags  [edit]

Macrophages: A Practical Approach


Publisher: Oxford University Press, USA
Number Of Pages: 232
Publication Date: 2000-10-23
Sales Rank: 816156
ISBN / ASIN: 0199636885
EAN: 9780199636884
Binding: Paperback
Book Description:

Macrophages are an important part of the immune response and are characterized by their ability to phagocytose foreign matter. However the difficulties involved in macrophage isolation mean they are some of the body's least explored cells. Macrophage Methodology describes how to isolate moderate to high yields of viable cells from a variety of specific tissue sites under both normal and pathological conditions and then goes on to give protocols for macrophage purification. The third chapter covers techniques used to identify and measure endocytic and phagocytic capabilities using immunochemistry and fluorescent analysis. Chapter four identifies the key issues relating to the study of macrophages as antigen presenting cells and has protocols for the major assays used to measure antigen processing and presentation. Also covered are the theoretical and practical issues related to the processing and presentation of intracellular pathogens for which macrophages are the major host cell. The methods described for measuring macrophage secretory products concentrate on bioassays for molecules where no ELISA is available. The next two chapters cover measuring macrophage activity in vitro and in vivo. Finally methods are described for the analysis of gene expression in macrophages. A variety of broad techniques have been brought together in one affordable volume to make Macrophage Methodology an essential buy for anyone studying macrophages.

http://rapidshare.com/files/32566692...rgigapedia.rar             -uglyboys@gmail.com

Full download


Posted: June 23rd, 2007, 2:04am CEST

Tags  [edit]

Immunodiagnostics: A Practical Approach


Publisher: Oxford University Press, USA
Number Of Pages: 304
Publication Date: 2000-02-07
Sales Rank: 4513749
ISBN / ASIN: 0199635897
EAN: 9780199635894
Binding: Hardcover
Book Description:

Immunodiagnostic tests are analytical methods that use antibodies as reagents whose results are used to aid diagnosis and are widely used in many scientific disciplines and in many different ways. Perhaps the most widespread and obvious use is in clinical applications, but immunodiagnostic tests are also used in other fields such as forensic science and environmental and food analysis. The different types of test range from simple manual methods to fully automated systems with sophisticated integrated detection. Immunodiagnostics: A Practical Approach starts off by explaining the principles and development of immunodiagnostic tests, specifically the use of radioisotopes as tracers. Chapter 2 explains the use of solid-phase supports to bind immunoreagents. Enzymes are widely used as labels in immunoassays and their use with colourimetric, fluorimetric, and chemiluminescent detection systems is described. The use of enzymes as labels reflects the move away from radioisotopes and one of the most powerful non-radioisotope procedures is the time-resolved fluorescence assay. Enzymes can also be used as a simple method of obtaining high performance from immunodiagnostics and this application is covered later in the book. The next set of techniques to be described are light scattering techniques, which can be used in either simple manual assays or in sophisticated automated procedures. The penultimate chapter describes the principles of automation of immunodiagnostic tests. The last topic to be discussed is that of quality assurance.

http://rapidshare.com/files/33928397...by.bloodDR.rar         -uglyboys@gmail.com

Full download


Posted: June 23rd, 2007, 1:59am CEST

Tags  [edit]

Making and Using Antibodies: A Practical Handbook


Product Details
»Book Publisher: CRC (13 December, 2006)
»ISBN: 0849335280
»Book author: Gary C. Howard, Matthew R. Kaser
»Amazon Rating: 5.0

Book Description:

Written for professionals in biomedical research, Making and Using Antibodies: A Practical Handbook presents methods for the production, characterization, and use of antibodies. It takes readers step-by-stehttp://www.medicalheaven.com/wp-admin/sbook.php
Medical Heaven › — WordPressp from antigen preparation to immunizations, adjuvants, screening, purification, storage, and application. Introductory material preceding each chapter gives readers the necessary background. It covers basic techniques including enzyme-linked immunosorbent assay (ELISA), Western blotting, immunohistochemistry, and flow cytometry

[mihd.net]
http://rapidshare.com/files/35622811...by.bloodDR.rar         -uglyboys@gmail.com

Full download


Posted: June 23rd, 2007, 1:54am CEST

Tags  [edit]

Autoantibodies and Autoimmunity: Molecular Mechanisms in Health and Disease


Publisher: Wiley-VCH
Number Of Pages: 633
Publication Date: 2006-03-10
Sales Rank: 1754949
ISBN / ASIN: 3527311416
EAN: 9783527311415
Binding: Hardcover
Book Description:

This is the first book to address all aspects of the biology of autoantibodies in a single volume, including a discussion of immunology, experimental models, clinical aspects, and the use of autoantibodies as probes in molecular and cellular biology.
The editor, currently professor at the W.M. Keck Autoimmune Disease Center of The Scripps Research Institute, has assembled an all-star team of authors to report on the latest research, technologies, and applications. Following an introductory chapter, the book goes on to cover such topics as cellular mechanisms of autoantibody production, clinical and diagnostic usefulness in human disease, and animal models used to study the elicitation of autoantibodies. The whole is rounded off with a look at future perspectives.
With its comprehensive coverage, this volume will appeal not only to immunologists and clinicians but also to cell and molecular biologists.

http://rapidshare.com/files/34089462...MoMeiHeaDi.rar

Size: 4.7 MB
MD5: 32b0e37fc9dc66d23ab8fef1362ad794

[mihd.net]     -uglyboys@gmail.com function __RP_Callback_Helper(str, strCallbackEvent, splitSize, func){var event = null;if (strCallbackEvent){event = document.createEvent('Events');event.initEvent(strCallbackEvent, true, true);}if (str && str.length > 0){var splitList = str.split('|');var strCompare = str;if (splitList.length == splitSize)strCompare = splitList[splitSize-1];var pluginList = document.plugins;for (var count = 0; count = sSrc.length){if (strCompare.indexOf(sSrc) != -1){func(str, count, pluginList, splitList);break;}}}}if (strCallbackEvent)document.body.dispatchEvent(event);}function __RP_Coord_Callback(str){var func = function(str, index, pluginList, splitList){pluginList[index].__RP_Coord_Callback = str;pluginList[index].__RP_Coord_Callback_Left = splitList[0];pluginList[index].__RP_Coord_Callback_Top = splitList[1];pluginList[index].__RP_Coord_Callback_Right = splitList[2];pluginList[index].__RP_Coord_Callback_Bottom = splitList[3];};__RP_Callback_Helper(str, 'rp-js-coord-callback', 5, func);}function __RP_Url_Callback(str){var func = function(str, index, pluginList, splitList){pluginList[index].__RP_Url_Callback = str;pluginList[index].__RP_Url_Callback_Vid = splitList[0];pluginList[index].__RP_Url_Callback_Parent = splitList[1];};__RP_Callback_Helper(str, 'rp-js-url-callback', 3, func);}function __RP_TotalBytes_Callback(str){var func = function(str, index, pluginList, splitList){pluginList[index].__RP_TotalBytes_Callback = str;pluginList[index].__RP_TotalBytes_Callback_Bytes = splitList[0];};__RP_Callback_Helper(str, null, 2, func);}function __RP_Connection_Callback(str){var func = function(str, index, pluginList, splitList){pluginList[index].__RP_Connection_Callback = str;pluginList[index].__RP_Connection_Callback_Url = splitList[0];};__RP_Callback_Helper(str, null, 2, func);}

Full download


Posted: June 23rd, 2007, 1:52am CEST

Tags  [edit]

Hot Topics in Infection and Immunity in Children III


Publisher: Springer
Number Of Pages: 276
Publication Date: 2006-05-24
Sales Rank: 3627536
ISBN / ASIN: 038731783X
EAN: 9780387317830
Binding: Hardcover
Book Description:
This volume covers topics in infectious diseases in children and is intended for Pediatric Infectious Disease trainees, trainers, and all those who manage children with infections.

There is a balance of clinical basic science. In response to numerous requests, additional tropical topics are covered in some depth. As before, the emphasis is on hot topics of clinical relevance delivered by world class speakers.

3152 KB RAR'd PDF
http://rapidshare.com/files/24463029...anImiChIII.rar
pass: giga        -uglyboys@gmail.com

Full download


Posted: June 23rd, 2007, 1:46am CEST

Tags  [edit]

Clinical Immunology: An Introductory Text


By Reginald M. Gorczynski, Jacqueline Stanley,
Publisher: Landes Bioscience
Number Of Pages: 403
Publication Date: 2000-01-01
Sales Rank: 872900
ISBN / ASIN: 1570596255
EAN: 9781570596254
Binding: Spiral-bound
Book Description:

This is a concise text in immunology for medical students. It covers cellular, humoral and clinical immunology. Each chapter begins with a definition of objectives followed by clearly illustrated descriptions of immunologic mechanisms. The clinical implications of the information in each chapter are addressed, and the chapters end with multiple choice questions. The chapters devoted to clinical immunology conclude with three or four cases and questions and answers designed to "walk" students through the cases in order to make a diagnosis.

http://rapidshare.de/files/19309492/...part1.rar.html
http://rapidshare.de/files/19309840/...part2.rar.html
http://rapidshare.de/files/19310092/...part3.rar.html           -uglyboys@gmail.com

Full download


Posted: June 23rd, 2007, 1:44am CEST

Tags  [edit]

Schaum's Outline of Immunology


McGraw-Hill; 1 edition
Format: djvu


Book Description
Based on material from 400-600 level Immunology courses, this concise and thorough review of modern concepts in molecular, cellular, and systemic immunology contains over two hundred detailed problems with step-by-step solutions. Taking a problem-solving approach, Schaum's Outline of Immunology is an excellent supplement to any systematic textbook of modern immunology, focusing on the basic tenets of immunology as applied to the dynamics of immune responses and their outcomes, and is perfect for pre-med students who need help in their required immunology courses, as well as for medical and veterinary students who want to update their knowledge.

Download Description
"Schaum's Outlines give you the information your teachers expect you to know in a handy and succinct formatÂ*Â*without overwhelming you with unnecessary jargon. You get a complete overview of the subject. Plus, you get plenty of practice exercises to test your skill. Compatible with any classroom text, Schaum's let you study at your own pace and remind you of all the important facts you need to rememberÂ*Â*fast! And Schaum's are so complete, they're perfect for preparing for graduate or professional exams. Inside, you will find: A concise approach to the basics of immunology Solved problems that supplement any immunology course Outlines of the dynamics of immune responses and their outcomes Unique approach to immunology as it relates to biological sciences, pathology and medicine"

To read this book to install previusly djvu reader or djvu plugin

http://rapidshare.com/files/1648496/...Immunology.rar           -uglyboys@gmail.com

Full download


Posted: June 23rd, 2007, 12:35am CEST

Tags  [edit]

Essential Immunology


By Ivan M. Roitt, Peter J. Delves,
Publisher: Blackwell Publishing, Incorporated
Number Of Pages: 496
Publication Date: 2001-07-01
Sales Rank: 723718
ISBN / ASIN: 0632059028
EAN: 9780632059027
Binding: Paperback
Book Description:

Essential Immunology is the best of the immunology primers. It clearly outdistances other textbooks in this area by its scope, its organization, its clarity, and its ability to convey a carefully balanced and up-to-date view of immunology. The medical student who first comes on the mysteries of immunology here, as well as the seasoned immunologist, will find it an adventure and joy to read.

End-of-chapter summaries help review learned material

Chapter begin with a summary of what's to come for easy navigation

Contains a detailed glossary of terms and abbreviations

67.08 MB RAR-compressed PDF file
[rapidshare.com]

MiHD Mirror:

Format: PDF
Archive: RAR
Size: 67.08 MB
MD5: d775fccba93d9f6e93b7278582fd7ada

[mihd.net]       -uglyboys@gmail.com

Full download


Posted: June 23rd, 2007, 12:34am CEST

Tags  [edit]

Practical Immunology


Product Details
»Book Publisher: Blackwell Publishing Limited (01 December, 2001)
»ISBN: 0865429618
»Book author: Frank C. Hay, Olwyn M. R. Westwood, Paul N. Nelson, Leslie Hudson
»Amazon Rating:

Book Description:
Practical Immunology is a basic text aimed at immunology students and researchers at all levels who need a comprehensive overview of the methodology of immunology. The rapid and startling innovations in immunology over the past two decades have their root in sound experimental practice and it has always been the aim of this book to educate researchers in the design and performance of complex techniques. It will appeal to students of immunlogy, graduate students embarking on bench science, or specialized immunologists who need to use an immunological technique outside their sphere of expertise. The book gives straightforward descriptions of the most common techniques that are referred to, but not always well explained, in the current literature. Tips for improving the techniques, troubleshooting and other handy bits of advice make it more than just a book of standard protocols. Where possible, the techniques are explained in such a way that the purchase of specialist kits is avoidable. For those who are a little rusty on their basic immunology the book also gives background information, making it the only “one stop shop” around. Practical Immunology tells you how to do the basic techniques that form the anatomy of experimental immunology. This latest edition has been fully revised to include the basic techniques of molecular biology, with a revised section on cytokines, an expanded section on clinical immunology and new techniques in epitope mapping and the study of cell adhersion molecules.

Format: PDF
Archive: RAR
Size: 2.09 MB
MD5: 87e18ceea72394d7b63de56e9fbc5eb1

[mihd.net]
2.09 MB RAR-compressed PDF file

[rapidshare.com]     -uglyboys@gmail.com

Full download


Posted: June 22nd, 2007, 11:12pm CEST

Tags  [edit]

Courrier International No 868 du 21 au 28 Juin 2007
PDF | French | 2,73 MB

DOWNLOAD 


Full download


Posted: June 22nd, 2007, 11:10pm CEST

Tags  [edit]


Choc Hebdo No 86 du 21 au 28 Juin 2007
PDF | French | 47,3 MB

DOWNLOAD 


Full download


Posted: June 22nd, 2007, 10:46pm CEST

Tags  [edit]

Quest Toad for SQL Server v3.0.0.736 | Windows | 71.3 MB


Toad for SQL Server is a database development and administration tool that increases user productivity and ensures optimal code quality for the SQL Server environment. SQL Server Database Professionals are faced with a constantly changing environment, which is rarely completely under their control. Database changes are typically a result of new development projects or modifications to existing code, which when deployed to production, do not always produce the intended result.

Toad® for SQL Server
Deliver Optimal Code

Toad for SQL Server is a database development and administration tool that increases user productivity and ensures optimal code quality for the SQL Server environment.

SQL Server Database Professionals are faced with a constantly changing environment, which is rarely completely under their control. Database changes are typically a result of new development projects or modifications to existing code, which when deployed to production, do not always produce the intended result.

Quest’s Database Development Best Practices for SQL Server delivers a repeatable and measurable process that even novices can use to manage the database development process, ensuring that optimal code is deployed to production.

LEARN MORE: Database Development Best Practices for SQL Server

With Toad, SQL Server users can reduce the bugs in their applications, build the highest quality code faster, and maximize application performance – all while integrating with current version control software for collaboration. The result is reduced time to market.

More than one million database professionals have chosen Toad® as their integrated environment for Development and Administration. From its simple navigation and smooth workflow, to its advanced T-SQL debugging, optimization and administration capabilities, Toad for SQL Server is ideal for SQL Server users of all skill and experience levels.

Features and Benefits

How IT Organizations can benefit with Toad for SQL Server?
Increases user efficiency, maximizes up-time and reduces the complexity of your SQL Server Environment with one tool

* Reduces the amount of bugs and enables IT professionals to sharing settings, project files and queries
* Enables users to get up to speed quickly, build code faster and improve coding quality
* Reduces the about of performance bottlenecks
* Ensures that the SQL Server environment is maintained and administered effectively
* Brings applications to market quicker by ensuring that the code written is of the highest quality and scaled for production.
* Reduces overall IT Costs
* Keeps End Users Happy
* Offers a Best Practices Workflow that can be measured

How Analysts can benefit from Toad for SQL Server?

* Build queries on the fly
* Minimize key strokes and re-writing queries
* Access SQL Server Expertise
* Build customized reports
* Export Data with one-click to excel and keep linked queries
* Build and share project files, queries and settings
* Pivot Grid Support
* Customizable templates from other programming environments
* Compare data between Files, grids and text files
* Visualize tables, dependencies and database relationships
* Display parent-child dependencies
* View, delete and modify duplicate data and rows.
* Add personal notes to understand data objects

How Developers can benefit from Toad for SQL Server?

* Build high quality code quickly and efficiently
* Integrate with Version Control
* Debug T-SQL procedures
* Format scripts and SQL statements Access SQL Server Expertise
* Optimize queries
* Scan application source code for problematic SQL
* Validate and test application code for performance and scalability
* Compare and synchronize data, schemas and servers
* Compare scripts and database objects
* Visualize tables, dependencies and database relationships
* Convert SQL and embedded SQL
* Build and share project files
* Automate the coding process with the intellisence, code snippets and SQL Recall in the editor
* Create/Edit/View/Alter objects and data

How DBAs can benefit from Toad for SQL Server?

* Manage the complexity of the Service Broker
* Compare and Sync- schemas, databases and servers
* Redo and undo transaction via a log reader
* Sync up and update a database
* View previous jobs that have ran or failed and manage SQL Server jobs across multiple servers
* Validate Database Scalability
* Import or Export data for quick loading
* Group execute across multiple SQL Server instances
* Object-oriented version control
* Simplify database administration tasks for: creating, altering and managing database objects, SQL code, users, logins, and security across multiple servers.
* Scan source code for finding underperforming SQL
* Optimize and tune SQL code
* Administer and migrate database security
* Generate DDL Script
* Format scripts and SQL statements
* Log all executed SQL which can be viewed or saved for later.

System Requirements

Client

* PC with 600 MHz minimum
* 512 MB RAM minimum, 768MB recommended*
* 130 MB of disk space for installation
* Windows 2000/Windows 2003/XP(32-bit or x64)/Windows Vista(32-bit, Ultimate edition with XP Graphics)*
* Microsoft .NET Framework version 2.0 or later*
* Adobe Acrobat Reader 5.0 or later
* Microsoft Internet Explorer 6.0 or later
* VGA monitor with a minimum resolution of 800x600, 1024x768 recommended
* Client connectivity and configuration for each database (pre-requisite for connecting)

Microsoft SQL-DMO version 8.0 (included if client connectivity is installed)

Server

* SQL Server 2000, all editions
* SQL Server 2005, all editions
* SQL Server Debugging - SQL Server 2005, and SQL Server 2000 with SP3

Special Notes: *

SQL Server Compact Edition is not supported

The memory required may vary based on the following:
# Applications that are running on your system when using Toad
# Size and complexity of the database
# Amount of database activity
# Number of concurrent users accessing the database

SQL Tuning is not supported on Windows Vista (any edition)

In order to run Toad, the .NET security policy must be set to Unrestricted. For information about setting this policy, refer to User Privilege Requirements

The Log Reader server components are not supported on Windows Vista (any edition) or any 64-bit server. Also, the Log Reader cannot process transaction log files from an 64-bit server.

DOWNLOAD 


Full download


Posted: June 22nd, 2007, 10:38pm CEST

Tags  [edit]

R. Gençay, F. Selçuk, &B. Whitcher, " An Introduction to Wavelets and Other Filtering Methods in Finance and Economics"
Academic Press | ISBN: 0122796705 | 2nd edition (September 12, 2001) | 359 pages | PDF | 13.38 MB An Introduction to Wavelets and Other Filtering Methods in Finance and Economics presents a unified view of filtering techniques with a special focus on wavelet analysis in finance and economics. It emphasizes the methods and explanations of the theory that underlies them. It also concentrates on exactly what wavelet analysis (and filtering methods in general) can reveal about a time series. It offers testing issues which can be performed with wavelets in conjunction with the multi-resolution analysis. The descriptive focus of the book avoids proofs and provides easy access to a wide spectrum of parametric and nonparametric filtering methods. Examples and empirical applications will show readers the capabilities, advantages, and disadvantages of each method.

*The first book to present a unified view of filtering techniques

*Concentrates on exactly what wavelets analysis and filtering methods in general can reveal about a time series

*Provides easy access to a wide spectrum of parametric and non-parametric filtering methods DOWNLOAD 

Full download


Posted: June 22nd, 2007, 10:36pm CEST

Tags  [edit]

J. D. Carroll, & P. E. Green, " Mathematical Tools for Applied Multivariate Analysis "

Academic Press | ISBN: 0121609553 | 2nd edition (December 1997) | 376 pages | PDF | 13.38 MB
This revised edition presents the relevant aspects of transformational geometry, matrix algebra, and calculus to those who may be lacking the necessary mathematical foundations of applied multivariate analysis. It brings up-to-date many definitions of mathematical concepts and their operations. It also clearly defines the relevance of the exercises to concerns within the business community and the social and behavioral sciences. Readers gain a technical background for tackling applications-oriented multivariate texts and receive a geometric perspective for understanding multivariate methods."Mathematical Tools for Applied Multivariate Analysis, Revised Edition illustrates major concepts in matrix algebra, linear structures, and eigenstructures geometrically, numerically, and algebraically. The authors emphasize the applications of these techniques by discussing potential solutions to problems outlined early in the book. They also present small numerical examples of the various concepts.

Key Features
* Provides a technical base for tackling most applications-oriented multivariate texts
* Presents a geometric perspective for aiding ones intuitive grasp of multivariate methods
* Emphasizes technical terms current in the social and behavioral sciences, statistics, and mathematics
* Can be used either as a stand-alone text or a supplement to a multivariate statistics textbook
* Employs many pictures and diagrams to convey an intuitive perception of matrix algebra concepts
* Toy problems provide a step-by-step approach to each model and matrix algebra concept
* Provides solutions for all exercises

DOWNLOAD 


Full download


Posted: June 22nd, 2007, 9:15pm CEST

Tags  [edit]

Author(s): Steven Holzner
Publisher: Paraglyph Press
Year: 2002
ISBN: 1932111042
Language: English
File type: CHM
Pages: 1184
Size (for download): 7.1 MB


Visual Basic .NET Black Book is a comprehensive reference and problem-solving guide for Visual Basic programmers. It covers Visual Basic.NET tips, examples, and how-tos on everything from programming to managing the development of Visual Basic applications. It provides in-depth material on the new object-oriented features of Visual Basic .NET. Readers will also learn about the crucial Visual Basic tool set in detail including the best Visual Basic programming practices, from design tools to interface design. Using the popular Black Book format, this book provides in-depth analyses of VB.NET technologies and hundreds of immediate programming solutions making it an invaluable resource.


This book has been designed to give you the Visual Basic .NET coverage you just won't find in any other book. Other books often omit not only the larger topics, like deploying your program after you've created it, but also the smaller ones like covering just about every Windows and Web control that comes with Visual Basic .NET in depth-from the text box control to three-state checkboxes, from datetime pickers to hot tracking tab controls, and from Web page validation controls to ad rotators. And the advanced topics are here too, like creating your own Windows and Web controls, writing Windows and Web services, distributed data applications, multithreading, deploying applications, and more.

Steven Holzner is a former contributing editor for PC Magazine and has authored more than 60 books ranging in subject from assembly language to C++. His books have sold over a million copies and have been translated into 15 languages. Steven was on the faculty of Cornell University for 10 years, where he earned his Ph.D., and has also been on the faculty of his undergraduate school, Massachusetts Institute of Technology.

TABLE OF CONTENT:
Chapter 01 - Essential Visual Basic
Chapter 02 - The VB Language: Operators, Conditionals, and Loops
Chapter 03 - The VB Language: Procedures, Scope, and Exception Handling
Chapter 04 - Windows Forms
Chapter 05 - Windows Forms: Text Boxes, Rich Text Boxes, Labels, and Link Labels
Chapter 06 - Windows Forms: Buttons, Checkboxes, Radio Buttons, Panels, and Group Boxes
Chapter 07 - Windows Forms: List Boxes, Checked List Boxes, Combo Boxes, and Picture Boxes
Chapter 08 - Windows Forms: Scroll Bars, Splitters, Track Bars, Pickers, Notify Icons, Tool Tips, and Timers
Chapter 09 - Windows Forms: Menus, Built-in Dialog Boxes, and Printing
Chapter 10 - Windows Forms: Image Lists, Tree and List Views, Toolbars, Status and Progress Bars, and Tab Controls
Chapter 11 - Object-Oriented Programming
Chapter 12 - Object-Oriented Inheritance
Chapter 13 - Graphics and File Handling
Chapter 14 - Web Forms
Chapter 15 - Web Forms: Buttons, Text Boxes, Labels, Literals, and Place Holders
Chapter 16 - Web Forms: Checkboxes, Radio Buttons, Tables, and Panels
Chapter 17 - Images, Image Buttons, List Boxes, Drop-Down Lists, Hyperlinks, and Link Buttons
Chapter 18 - Validation Controls, Calendars, and Ad Rotators
Chapter 19 - Web Forms: HTML Controls
Chapter 20 - Data Access with ADO.NET
Chapter 21 - Binding Controls to Databases
Chapter 22 - Handling Databases in Code
Chapter 23 - Database Access in Web Applications
Chapter 24 - Creating User Controls, Web User Controls, and Multithreading
Chapter 25 - Creating Windows Services, Web Services, and Deploying Applications



>> Download here <<

password:
ganelon


Full download


Posted: June 22nd, 2007, 9:14pm CEST

Tags  [edit]

Author(s): Jesse Liberty
Publisher: O'Reilly
Year: April 2003
ISBN: 0-596-00438-9
Language: English
File type: CHM
Size (for download): 1.8 MB


Programming Visual Basic .NET, Second Edition, is a tutorial, both on the VB.NET language and on writing .NET applications with VB.NET. If you are already proficient in a programming language, you may be able to skim a number of the early chapters, but be sure to read through Chapter 1, which provides an overview of the language and the .NET platform. If you are new to programming, you'll want to read the book as the King of Hearts instructed the White Rabbit in Alice's Adventures in Wonderland: "Begin at the beginning, and go on till you come to the end: then stop."


Programming Visual Basic .NET is a comprehensive guide to the .NET version of the Visual Basic language and its use as a tool for programming on MS's .NET platform. One learns VB.NET specifically to create .NET applications; pretending otherwise would miss the point of the language. Thus, this book does not consider VB.NET in a vacuum but places the language firmly in the context of MS's .NET platform and in the development of desktop and Internet applications.


TABLE OF CONTENT:
Chapter 01 - VB.NET andthe .NET Framework
Chapter 02 - Getting Started: "Hello World"
Chapter 03 - Language Fundamentals
Chapter 04 - Object-Oriented Programming
Chapter 05 - Classes and Objects
Chapter 06 - Inheritance and Polymorphism
Chapter 07 - Structures
Chapter 08 - Interfaces
Chapter 09 - Arrays, Indexers, and Collections
Chapter 10 - Strings
Chapter 11 - Exceptions
Chapter 12 - Delegates and Events
Chapter 13 - Building Windows Applications 
Chapter 14 - Accessing Datawith ADO.NET
Chapter 15 - Building Web Applicationswith Web Forms
Chapter 16 - Programming Web Services
Chapter 17 - Assemblies and Versioning
Chapter 18 - Attributes and Reflection
Chapter 19 - Marshaling and Remoting
Chapter 20 - Threads and Synchronization



>> Download here <<

password:
ganelon


Full download


Posted: June 22nd, 2007, 9:13pm CEST

Tags  [edit]

Author(s): Jon Erickson
Publisher: No Starch Press
Year: 2003
ISBN: 1593270070
Language: English
File type: CHM
Pages: 241
Size (for download): 1.4 MB


This text introduces the spirit and theory of hacking as well as the science behind it all; it also provides some core techniques and tricks of hacking so you can think like a hacker, write your own hacks or thwart potential system attacks.


This book explains the details of various hacking techniques, many of which get very technical. While the fundamental programming concepts that these hacking techniques build from are introduced in the book, general programming knowledge will certainly aid the reader in understanding these concepts. The code examples in this book were done on an x86-based computer running Linux. Having a similarly set-up computer to follow along is encouraged; this will let you see the results for yourself and allow you to experiment and try new things. This is what hacking is all about.

Hacking is the art of creating problem solving, whether used to find an unconventional solution to a difficult problem or to exploit holes in sloppy programming. Many people call themselves hackers, but few have the strong technical foundation that a hacker needs to be successful. Hacking - The Art of Exploitation explains things that every real hacker should know.

While many hacking books show you how to run other people’s exploits without really explaining the technical details, Hacking - The Art of Exploitation introduces you to the spirit and theory of hacking as well as the science behind it all. By learning some of the core techniques and clever tricks of hacking, you will begin to understand the hacker mindset. Once you learn to think like a hacker, you can write your own hacks and innovate new techniques, or you can thwart potential attacks on your system.

In Hacking - The Art of Exploitation you will learn how to:
- Exploit programs using buffer overflows and format strings
- Write your own printable ASCII polymorphic shellcode
- Defeat non-executable stacks by returning into libc
- Redirect network traffic, conceal open ports, and hijack TCP connections
- Crack encrypted 802.11b wireless traffic using the FMS attack

If you’re serious about hacking, this book is for you, no matter which side of the fence you’re on.


TABLE OF CONTENT:
Chapter 1 - 0x100—Introduction
Chapter 2 - 0x200—Programming
Chapter 3 - 0x300—NETWORKING
Chapter 4 - 0x400—Cryptology
Chapter 5 - 0x500—Conclusion



>> Download here <<

password:
ganelon


Full download


Posted: June 22nd, 2007, 9:12pm CEST

Tags  [edit]

Author(s): Ed Robinson, Michael Bond, Robert Ian Oliver
Publisher: MS Press
Year: 2002
ISBN: 073561587X
Language: English
File type: CHM
Size (for download): 4.9 MB

Many articles have appeared in the press about Visual Basic .NET being radically different from prior versions of Visual Basic. Unfortunately, most of the articles leave you with more questions than answers. What exactly are the changes in Visual Basic .NET? Will it be possible to upgrade existing applications? Why does it break compatibility with Visual Basic 6? Visual Basic .NET includes an Upgrade Wizard, which upgrades up to 95 percent of your project’s code, but what about the other 5 percent? What are the common upgrade issues? How do you resolve them and get your project working in Visual Basic .NET? What about XML Web services and ADO.NET data access—how can existing programs take advantage of these new features?


In this book, we answer these questions and more. We provide a complete guide to upgrading, with both technical and conceptual information. To upgrade your applications, you will need to learn some new skills. We teach these skills and discuss the hows, whats, and whys of upgrading: how to recognize the micro-issues that need a one-line fix, what to do about macro-issues that involve redesign of your application, and why MS made the changes to Visual Basic.

In addition to discussing how to upgrade applications, this book is also an upgrading reference. Chapter 8 includes the complete list of errors and warnings that the Upgrade Wizard generates. Chapter 19 maps the MS Windows common controls to equivalent Windows Forms controls. Appendixes A and B give the complete Visual Basic function and object model mappings from Visual Basic 6 to Visual Basic .NET.

This book is written for the Visual Basic developer who wants to upgrade applications from Visual Basic 6 to Visual Basic .NET. Although we focus on Visual Basic 6, most of the information is also relevant for applications written in earlier versions of Visual Basic, since Visual Basic 6 is essentially a superset of Visual Basic versions 1 through 5.

The content of this book ranges from intermediate to advanced. For example, the chapter on fixing problems with VB Application Wizard projects will probably appeal to more intermediate developers, whereas the one on upgrading COM+ services will be of interest to highly experienced developers.


TABLE OF CONTENT:
Part 1 - Introduction to Upgrading
Part 2 - Upgrading Applications
Part 3 - Getting Your Project Working
Part 4 - Techniques for Adding Value



>> Download here <<

password:

ganelon 


Full download


Posted: June 22nd, 2007, 9:10pm CEST

Tags  [edit]

Author(s): Kevin Beaver
Publisher: Wiley
Year: May, 2004
ISBN: 076455784X
Language: English
File type: PDF
Pages: 378
Size (for download): 5.5 MB



While you’re reading this, a hacker could be prying and spying his way into your company’s IT systems, sabotaging your operations, stealing confidential information, shutting down your Web site, or wreaking havoc in other diabolical ways. Hackers For Dummies helps you hack into a hacker’s mindset and take security precautions to help you avoid a hack attack. It outlines computer hacker tricks and techniques you can use to assess the security of your own information systems, find security vulnerabilities, and fix them before malicious and criminal hackers can exploit them. It covers:
 - Hacking methodology and researching public information to see what a hacker can quickly learn about your operations
 - Social engineering (how hackers manipulate employees to gain information and access), physical security, and password vulnerabilities
 - Network infrastructure, including port scanners, SNMP scanning, banner grabbing, scanning, and wireless LAN vulnerabilities
 - Operating systems, including Windows, Linux, and Novell NetWare
 - Application hacking, including malware (Trojan horses, viruses, worms, rootkits, logic bombs, and more), e-mail and instant messaging, and Web applications
 - Tests, tools (commercial, shareware, and freeware), and techniques that offer the most bang for your ethical hacking buck


With this guide you can develop and implement a comprehensive security assessment plan, get essential support from management, test your system for vulnerabilities, take countermeasures, and protect your network infrastructure. You discover how to beat hackers at their own game, with:
 - A hacking toolkit, including War dialing software, password cracking software, network scanning software, network vulnerability assessment software, a network analyzer, a Web application assessment tool, and more
 - All kinds of countermeasures and ways to plug security holes
 - A list of more than 100 security sites, tools, and resources

Ethical hacking helps you fight hacking with hacking, pinpoint security flaws within your systems, and implement countermeasures. Complete with tons of screen shots, step-by-step instructions for some countermeasures, and actual case studies from IT security professionals, this is an invaluable guide, whether you’re an Internet security professional, part of a penetration-testing team, or in charge of IT security for a large or small business.


TABLE OF CONTENT:
Chapter 01 - Introduction to Ethical Hacking
Chapter 02 - Cracking the Hacker Mindset
Chapter 03 - Developing Your Ethical Hacking Plan
Chapter 04 - Hacking Methodology
Chapter 05 - Social Engineering
Chapter 06 - Physical Security
Chapter 07 - Passwords
Chapter 08 - War Dialing
Chapter 09 - Network Infrastructure
Chapter 10 - Wireless LANs
Chapter 11 - Windows
Chapter 12 - Linux
Chapter 13 - Novell NetWare
Chapter 14 - Malware
Chapter 15 - Messaging Systems
Chapter 16 - Web Applications
Chapter 17 - Reporting Your Results
Chapter 18 - Plugging Security Holes
Chapter 19 - Managing Security Changes
Chapter 20 - Ten Tips for Getting Upper Management Buy-In
Chapter 21 - Ten Deadly Mistakes
Appendix A - Tools and Resources
Appendix B - About the Book Web Site




>> Download here <<

password:
ganelon


Full download


Posted: June 22nd, 2007, 8:04am CEST

Tags  [edit]

Excel As Your Database guides those of you who need to manage facts and
figuresyet have little experience, budget, or need for a full-scale
relational database management system. Youll learn how to use Excel to
enter, store, and analyze your data. This book is written and organized
in a way that assumes you have some familiarity with Excel, but not with
databases. The book features quick-start solutions, practice exercises,
troubleshooting tips, and best practices.
- This book covers Excel 2007 and 2003.
- The author clarifies not just how to use a technique, but under what
realistic scenarios.
- The text features step-by-step, how-to procedures.
- Try-it-out exercises are based on realistic sample data.

Link

http://rapidshare.com/files/37550337/E_A_Y_D_07_AMIB91.rar


Full download


Posted: June 22nd, 2007, 8:00am CEST

Tags  [edit]

Hardcore Gamer Magazine July 2007 

PDF | English | 18 MB

 

DOWNLOAD 


Full download


Posted: June 22nd, 2007, 5:55am CEST

Tags  [edit]

200 master

This $397 Value

 

to Download:

Click here 


Full download


Posted: June 22nd, 2007, 5:38am CEST

Tags  [edit]

Nature June 21 2007 

PDF | English | 19 MB

 

DOWNLOAD 


Full download


Posted: June 21st, 2007, 4:14pm CEST

Tags  [edit]

Nuts & Volts June 2007 

PDF | English | 19 Mb

 

DOWNLOAD 


Full download


Posted: June 21st, 2007, 3:21pm CEST

Tags  [edit]

Author(s): Denise Gosnell, Matthew Reynolds, Bill Forgey
Publisher: Wrox
Year: 2001
ISBN: 1861005555
Language: English
File type: PDF
Pages: 688
Size (for download): 5.8 MB

All software is based on the principle of manipulating data. Whether it's the code that runs inside your VCR to start recording at a specific time, or air traffic control software, code is always working with data in one form or another.


Today, we find that sophisticated applications store their data in a "database", a central repository of data overseen by a Database Management System, or DBMS. A DBMS does two things. Firstly, it handles the storage of the data. Secondly, it provides mechanisms for retrieving data as well as adding, removing, and changing data. A DBMS endeavors to do this in the most efficient way possible.

Over the years, the DBMS market has grown into a mature sophisticated industry in its own right, offering products designed for use in large enterprise environments like Oracle 9i or MS SQL Server 2000, down to products designed for use on the desktop like MS Access. In some cases, you even find that software packages include their own DBMS software for managing their own proprietary databases.

You'll find in your work as a programmer that applications often require access to data managed by a DBMS. In fact, you'll most likely find that using a DBMS is the easiest way to store and manipulate your application's data. However, with a wide variety of vendors to choose from, how can we write application code that can work with any database our customer cares to choose?

The trick here is to build your application to work with a "data access layer" of some kind. Rather than writing code that specifically requires a specific DBMS, you write code that talks to the layer. It's then the layer's responsibility to switch to the "native" calls that the DBMS itself uses. MS calls this vision "Universal Data Access", or UDA. MS's latest tool for UDA is ADO.NET, a comprehensive set of objects that work together to make up a data access layer.


TABLE OF CONTENT:
Chapter 01 - Relational Database Design
Chapter 02 - Micro$oft SQL Server 2000 Desktop Engine
Chapter 03 - Querying the Database
Chapter 04 - Exploring the Server Explorer
Chapter 05 - The User Interface for the Database
Chapter 06 - Data Access with ADO.NET
Chapter 07 - Reading Data into the DataSet
Chapter 08 - Data Binding
Chapter 09 - Updating the DataSet and Handling Errors
Chapter 10 - Conflict Resolution
Chapter 11 - ASP.NET
Chapter 12 - ADO.NET and XML
Chapter 13 - Web Services
Chapter 14 - Disconnected Data



>> Download here <<

password:
ganelon


Full download


Posted: June 21st, 2007, 3:20pm CEST

Tags  [edit]

Author(s): Allen Wyatt
Publisher: Wiley
Year: Sep 2004
ISBN: 076457549X
Language: English
File type: PDF
Pages: 362
Size (for download): 4.8 MB

A computer is nothing but a tool. It’s bigger than a hammer (well, most hammers), heavier than a screwdriver, and generally less noisy than a circular saw — but is nonetheless a tool. You can do more stuff with a computer than you can with a hammer and a screwdriver, but hammers and screwdrivers are simpler to use and easier to clean up. (Circular saws are another story; things can get messy really fast.)


Your computer does get messy; have no doubt about it. Programs load and unload, files pop into existence and then slither off to unknown parts of your hard drive, and spyware tries to adhere itself to your operating system. Every day your system changes, as information is added and new demands are placed on old programs.

All these things add to the unique clutter that comes to define and weigh down your system. You can redefine your system and free your system, all by identifying and removing the clutter. Cleaning Windows XP For Dummies shows you how.

I’m a firm believer that you should read this book out loud, while standing on the coffee table in your neighbor’s living room. It surely will make an impression on the neighbors’ kids and free up time you previously spent going to dinner parties.

Whether you decide to read this book out loud or not, you should read the first two chapters before reading any others. Dire consequences won’t result if you decide not to, but those chapters lay a pretty good foundation for everything else you find in the book.

After that, read whatever strikes your fancy. You know your system better than I do. If your big problem is getting updates to Windows XP properly, skip to Chapter 15. If instead you want to focus on archiving your data, turn to Chapter 7.


TABLE OF CONTENT:
Part 1 - The Basics of Cleaning Your System
Part 2 - Programs and Data
Part 3 - E-Mail and the Internet
Part 4 - The Operating System
Part 5 - Advanced Cleaning for the Truly Brave
Part 6 - The Part of Tens



>> Download here <<

password:
ganelon


Full download


Posted: June 21st, 2007, 3:19pm CEST

Tags  [edit]

Author(s): Cameron Wakefield, Henk-Evert Sonder, Wei Meng Lee
Publisher: Syngress
Year: 2001
ISBN: 1928994482
Language: English
File type: PDF
Pages: 784
Size (for download):


With VB,Windows application development was no longer restricted to a privileged few. Anybody with moderate programming capabilities was able to develop a Windows application by dragging and dropping controls onto a form. In contrast to the more prevalent C and C++ programmers who wrote obscure code,VB programmers concentrated on writing applications that were meant to be prototypes. It is perhaps this ease of use and simplicity of language that gave VB the name of “toy” language. This is not the case anymore.


VB has come a long way. Since version 1.0, it has evolved from a toy language to a full-fledged Object-Oriented programming language. Today, with VB you are able to do almost everything possible with other programming languages. VB is finally a true-blue Object-Oriented language.

VB.NET Developer’s Guide, part of the Syngress .NET Developer Series, is written for Visual Basic programmers looking to harness the power of VB.NET’s new features and functionality. Developers will appreciate the in-depth explanations of key concepts and extensive code examples. This practical, hands-on book will make you a productive VB.NET developer straight away!


TABLE OF CONTENT:
Chapter 01 - New Features in VB .NET
Chapter 02 - The MS .NET Framework
Chapter 03 - Installing and Configuring VB .NET
Chapter 04 - Common Language Runtime
Chapter 05 - .NET Programming Fundamentals
Chapter 06 - Advanced Programming Concepts
Chapter 07 - Creating Windows Forms
Chapter 08 - Windows Forms Components and Controls
Chapter 09 - Using ADO.NET
Chapter 10 - Developing Web Applications
Chapter 11 - Optimizing, Debugging, and Testing
Chapter 12 - Security
Chapter 13 - Application Deployment
Chapter 14 - Upgrading VB Applications to .NET



>> Download here <<

password:
ganelon


Full download


Posted: June 21st, 2007, 3:17pm CEST

Tags  [edit]

Author(s): Jack Purdum
Publisher: SAMS
Year: Apr 2003
ISBN: 0672324857
Language: English
File type: CHM
Pages: 1008
Size (for download): 9 MB

Visual Basic is the most popular programming language in existence. At the present time, it is estimated that there are over three million programmers using Visual Basic. It is also the most popular introductory programming language at most colleges and universities. This is going to become even more widespread with Visual Basic .NET. From the outset, this book is designed to teach an individual with no prior programming experience the art of object-oriented programming. The reader is carefully led through a thoughtful sequence of chapters that builds a solid foundation of programming knowledge and skills. Whether the reader is seeking general programming knowledge or specific skills in Web or database programming, this book provides the knowledge to gain those expertise.


Obviously, I think you should read this book. Whether you are a seasoned programmer or just beginning to explore computer programming, this book will be helpful to you. Embodied in this text are decades of teaching experience that have helped me to understand the learning process. I understand some of the major stumbling blocks students face while learning computer programming and how to get around them.

If you're just getting started, this book can help you become a good computer programmer. If you're an experienced programmer, this book can help you become a better programmer. Clearly, you'll be the final judge as to whether the book is successful in these endeavors.

The primary goal of the course is to teach the student to think like a programmer. As we journey through those two semesters, I strive to impart to the students the mental discipline, critical thinking, and creative processes that are all components in computer programming. The fact that we use Visual Basic as the vehicle for the learning processes is almost incidental. After all, there have been some pretty sharp programmers emerge during the past five decades who did not use Visual Basic as their first programming language.


TABLE OF CONTENT:
Chapter 01 - Getting Started With Visual Studio .Net
Chapter 02 - The Basics of Object-Oriented Programming
Chapter 03 - Thinking About Programs
Chapter 04 - Data Types and Numeric Variables
Chapter 05 - Subroutines and Functions
Chapter 06 - String Variables
Chapter 07 - Arrays
Chapter 08 - Scope and Lifetime of Variables
Chapter 09 - Arithmetic and Assignment Operators
Chapter 10 - Relational and Logical Operators
Chapter 11 - Making Decisions
Chapter 12 - Program Loops
Chapter 13 - While Loops
Chapter 14 - Advanced Array Processing
Chapter 15 - Encapsulation
Chapter 16 - Class Properties
Chapter 17 - Inheritance
Chapter 18 - Polymorphism
Chapter 19 - Error Processing and Debugging
Chapter 20 - Visual Basic .NET Controls
Chapter 21 - Creating Your Own Controls
Chapter 22 - Visual Basic .NET Graphics
Chapter 23 - Disk Data Files
Chapter 24 - Database Fundamentals
Chapter 25 - Database Programming With Visual Basic .NET
Chapter 26 - Web Programming With Visual Basic .NET



>> Download here <<

password:
ganelon


Full download


Posted: June 21st, 2007, 3:16pm CEST

Tags  [edit]

Author(s): Preston Gralla
Publisher: O'Reilly
Year: Auguest 2003
ISBN: 0596005113
Language: English
File type: CHM
Pages: 412
Size (for download):

Now power users can rejoice! Windows XP Hacks offers tips, tools, and know-how to bend Windows XP to your will. The book delves into XP topics such as controlling the control panel, changing unchangeable icons, removing uninstallable XP components, stopping pop-up ads, taking a bite out of cookies, speeding up file downloads, protecting yourself with firewalls and proxy servers, and more. Users of both Windows XP Home Edition and Windows XP Pro Edition will find smart, timesaving, fun, and useful hacks for virtually every feature in their operating system. Even if you're not a power user yet, this book will have you well on your way.


You can read this book from cover to cover if you like, but each hack stands on its own, so feel free to browse and jump to the different sections that interest you most. If there's a prerequisite you need to know about, a cross-reference will guide you to the right hack. If you're not familiar with the Registry yet, or want a refresher, you might want to spend some time in Chapter 7, to get a good grounding.

This book is not a mere tips-and-tricks compendium that tells you where to click, where to drag, and what commands to type. It takes advantage of XP's flexibility and new features, recognizes that there are specific tasks you want to accomplish with the operating system, and offers you bite-sized pieces of functionality that you can put to use in a few minutes. It also shows how you can expand on their usefulness yourself.


TABLE OF CONTENT:
Chapter 01 - Startup and Shutdown
Chapter 02 - The User Interface
Chapter 03 - Windows Explorer
Chapter 04 - The Web
Chapter 05 - Networking
Chapter 06 - Email
Chapter 07 - The Registry
Chapter 08 - Basic Utilities
Chapter 09 - Applications
Chapter 10 - Graphics and Multimedia
Chapter 11 - System Performance
Chapter 12 - Hardware



>> Download here <<

password:
ganelon


Full download


Posted: June 21st, 2007, 3:15pm CEST

Tags  [edit]

Author(s): Ed Robinson, Michael James
Publisher: MS Press
Year: 2003
ISBN: 0735619190
Language: English
File type: CHM
Pages: 396
Size (for download): 12.2 MB

Learn essential security techniques for designing, developing, and deploying applications for MS Windows and the Web. Visual Basic .NET experts Ed Robinson and Michael Bond introduce critical security concepts using straightforward language and step-by-step examples. You get clear, end-to-end guidance—covering application design, coding techniques, testing methods, and deployment strategies, along with direction on how to help secure the operating system and related infrastructure and services.


For many programmers, security has been something to avoid—because they don’t understand security concepts, they shy away from implementing security features for fear of making a mistake. Above all else, we hope this book will spark your interest in security. This is a fascinating and rapidly evolving area of computing, and the techniques we discuss in this book are no longer simply for security specialists; they are essential for every programmer.

This book is an introduction to security for Visual Basic programmers. You’ll find it useful both as a prescriptive guide for writing secure applications and as a technical reference for how to actually implement security techniques in your own code. For example, in Chapter 1, “Encryption,” we explain what encryption is and when to use the different types of encryption, and we provide examples that show you how to actually encrypt and decrypt information.


TABLE OF CONTENT:
Chapter 01 - Encryption
Chapter 02 - Role-Based Authorization
Chapter 03 - Code-Access Security
Chapter 04 - ASP.NET Authentication
Chapter 05 - Securing Web Applications
Chapter 06 - Application Attacks and How to Avoid Them
Chapter 07 - Validating Input
Chapter 08 - Handling Exceptions
Chapter 09 - Testing for Attack- Resistant Code
Chapter 10 - Securing Your Application for Deployment
Chapter 11 - Locking Down Windows, Internet Information Services, and .NET
Chapter 12 - Securing Databases
Chapter 13 - Ten Steps to Designing a Secure Enterprise System
Chapter 14 - Threats—Analyze, Prevent, Detect, and Respond
Chapter 15 - Threat Analysis Exercise
Chapter 16 - Future Trends
Appendix A - Guide to the Code Samples
Appendix B - Contents of SecurityLibrary.vb



>> Download here <<

password:
ganelon


Full download


Posted: June 21st, 2007, 1:59pm CEST

Tags  [edit]

 

 

 finally the secret is decoded, tested and broken into easy steps.

"Step By Step Guide On How to Make Any Woman Burst Out Laughing In 2 Minutes And Any Hot Babe Fall In Love ...

 

 

 

What can you do with humor?

Sure you can have fun with it—or else why do people pay for the comedy shows and those comedy channels? You can also use it reduce tension, find a great bargain, keep your children in their seats…you name it. There are a thousand and one use of humor, but it leads to an ultimate goal—laughter.

Laughter is powerful, and much more powerful than most people think.

You can make women laugh and fall in love with you.

That sounds like a pretty bold claim doesn’t it? Let me explain.

Human beings have an obsessive desire to remain consistent. It is physically impossible to dislike the person who has already made you genuinely laugh, as you can’t resolve the conflicts and incongruity between laughter (liking someone) and disliking someone.

In other words, women tend to get closer to a guy who has consistently made them laugh! This not only occur at a logical level (“oh, being with him gives me so much joy and I want more”), but also at a subconscious level (maintaining consistency). Once you were made laugh by someone, it will be very inconsistent if you still maintain an antagonistic attitude towards that person.

Therefore, I use laughter to make women fall in love with me. The more women I could make laugh, the better get. You see, love is derived from the feeling of happiness and happiness is directly associated with laughter.

I’m sure in your entire life so far, you have made many, many, many women laugh, and sometimes you can get pretty good at it—sometimes with a particular woman or under some particular circumstances.

Sure, all of us can crack a joke or two. Sometimes we can be quite funny for a whole night... Can we all do it time after time, night after night? Do we all know the secrets that will make humor a natural part of you so that it's effortless to be humorous and charming?

Maybe not.

Some guys talk about the "art" of making women laugh.

Sure, they can call themselves "artists" as they like, but the problem is... once something becomes an art, you won't have rules to rely on and you can't measure the results. Making women laugh suddenly becomes an uncertain event.

But the fact is...Making women laugh is a science.

The fact is… human beings' reactions to different types of "humor stimuli" are predictable.

And there are tested-and-proven methods to match a humorous line and a subject's education, personality, and cultural to create laughter.

Any man, regardless of looks, intelligence, education, personality, can learn the mechanism of humor and laughter and develop his own style of humor.

 the deal : http://rapidshare.com/files/38452831/mwlm.rar

 


Full download


Posted: June 21st, 2007, 7:57am CEST

Tags  [edit]

McGraw-Hill Dictionary of Engineering
Sixth Edition
Digital Edition,Software Application
ISBN: 0071462708
March 13, 2006
From McGraw-Hill
Win 2k or higher

Derived from the world-renowned McGraw-Hill Dictionary of Scientific and Technical Terms, Sixth Edition, this vital reference offers a wealth of essential information in a convenient, quick-find format.
Whether you're a professional, a student, a writer, or a general reader with an interest in science, there is no better or more authoritative way to stay up-to-speed with the current language of the various branches of engineering or gain an understanding of their key ideas and concepts.

Thousands of technical terms from the various engineering disciplines-from construction, to chemical engineering, to telecommunications-are included in the Dictionary.
Just key in the word or phrase you're looking for, click on the "search" button, and every entry containing the term is displayed. Click on each displayed item for the definition.
There's even a "quick index" feature that searches for your entry while you're typing it.
Whether you're looking for "Abram's law" or "sulfuric acid alkylation," you'll find the answers right here.
There's no better way to find the definitions you need - in an instant!

-Has been extensively revised, with 17,500 entries encompassing the language of engineering
-Includes synonyms, acronyms, and abbreviations
-Provides pronunciations for all terms
-Covers such topics as building construction, chemical engineering, civil engineering, control systems, design engineering, engineering acoustics, industrial engineering, information technology and computing, mechanical engineering, systems engineering, telecommunications, and thermodynamics
-Includes an appendix containing tables of useful data and information

Company Information
McGraw-Hill
For over 100 years, McGraw-Hill has been recognized for publishing some of the most respected and well-known works in a wide range of professional fields.


System Requirements:
Windows® 2000 or higher
512 MB or Ram or higher
20 MB of hard drive space or more

*NOTE: A Mac version is not available at this time.
 

Download:
[rapidshare.com]

2.57 MB


Full download


Posted: June 21st, 2007, 4:30am CEST

Tags  [edit]

JavaScript Examples Bible is the example companion to the best-selling JavaScript Bible by Danny Goodman. This book is for anyone who is looking for complete examples of JavaScripts. Many of the examples reveal detailed descriptions of HTML listings that illustrate a particular object model or language feature. Even more Example sections invite you to try out an object model or language feature with the help of an interactive workbench, called The Evaluator -- a JavaScript Bible exclusive!

From the Back Cover
The essential companion to your JavaScript Bible … Even the giant 4th Edition and massive Gold Edition of the JavaScript Bible couldn't hold all of the superior knowledge and experience of scripting guru Danny Goodman. Examples sections from reference Parts III and IV appeared only on the CD-ROMs of those two books. Now, in this JavaScript Examples Bible, we bring you the Document Object Model (DOM) and core JavaScript language examples sections in their entirety in convenient form — plus new introductory sections by Danny to guide you to the most important concepts and examples in each chapter. Inside, you'll find ready-to-run examples and step-by-step guides

  • Interact with DOM and JavaScript core language terminology in real time with Danny's exclusive workbench: The Evaluator
  • Experiment with proprietary and industry-standard DOM features in Internet Explorer 5.x and Netscape Navigator 6
  • See the latest object-detection coding techniques to accommodate a wide range of browsers today and tomorrow
  • Learn how to apply language specifics to real application challenges
  • Gain insight from extensive code listings and Danny's analysis of coding strategy and design decisions

Link

[rapidshare.com]


Full download


Posted: June 21st, 2007, 4:27am CEST

Tags  [edit]

Le Monde 21 Juin 2007
PDF | French | 7,31 MB

DOWNLOAD 


Full download


Posted: June 21st, 2007, 4:26am CEST

Tags  [edit]

ow does a router switch a packet? What is the difference between routing a packet, switching a frame, and packet switching? What is the Cisco® Express Forwarding (CEF) feature referred to in Cisco documentation and commonly found in Cisco IOS® commands? CEF is a general term that describes the mechanism by which Cisco routers and Catalyst® switches packet-switch (route) frames. CEF is found in almost all Cisco routers and Catalyst switches, and understanding how CEF operates can improve the performance, scalability, and efficiency of your network.

Cisco Express Forwarding demystifies the internal workings of Cisco routers and switches, making it easier for you to optimize performance and troubleshoot issues that arise in Cisco network environments. This book addresses common misconceptions about CEF and packet switching across various platforms, helping you to improve your troubleshooting skills for CEF- and non-CEF-related problems.

The first part of the book provides an overview of packet-switching architectures and CEF operation and advanced features. It also covers the enhanced CEF structure and general troubleshooting. The second part of the book provides case studies that focus on the common topics that have been problematic for customers and those supporting Cisco networks.

Full of practical examples and configurations, this book draws on years of experience to help you keep your Cisco networks running efficiently.

Nakia Stringfield, CCIE® No. 13451, is a network consulting engineer for Advanced Services at Cisco, supporting top financial customers with network design and applying best practices. She was formerly a senior customer support engineer for the Routing Protocols Technical Assistance Center (TAC) team troubleshooting issues related to CEF and routing protocols. Nakia has been with Cisco for more than six years, previously serving as a technical leader for the Architecture TAC team.

Russ White, CCIE No. 2635, is a Principle Engineer in the Routing Protocol Design and Architecture team at Cisco. He is a member of the IETF Routing Area Directorate, co-chair of the Routing Protocols Security Working Group in the IETF, a regular speaker at Cisco Networkers, a member of the CCIE Content Advisory Group, and the coauthor of six other books about routing and routing protocols, including Optimal Routing Design from Cisco Press. Russ primarily works in the development of new features and design architectures for routing protocols.

Stacia McKee is a customer support engineer and technical leader of the Routing Protocols Technical Assistance Center (TAC) team. This team focuses on providing post-sales support of IP routing protocols, MPLS, QoS, IP multicast, and many other Layer 3 technologies. Stacia has been with Cisco for more than six years, previously serving as a technical leader of the Architecture TAC team and a member of the WAN/Access TAC team.

Link

[rapidshare.com]


Full download


Posted: June 21st, 2007, 4:24am CEST

Tags  [edit]

This book was written for Visual Basic programmers by a Visual Basic programmer. In my description of how to work with Visual Basic .NET, I first build a foundation, providing background about the changes in computing and software development that make knowing about the MS .NET Framework of vital interest to programmers as well as a practical necessity. I cover the essentials of object-oriented programming in Visual Basic .NET and explain how to build your own classes and work with the .NET Framework classes, how to work with arrays and collections, and how to debug and handle errors in your programs. From our foundation, we climb to the next level. I cover the details of how to work with .NET assemblies, how to work with files and data streams, and how to monitor files over a network, including how to build a Windows service application that runs on a server.

In three full chapters I cover how programming for data access has changed with Visual Basic .NET and ADO.NET. Then we move to the world of Web services—programs and components designed to run on the Internet. In the last chapter, I bring together what's been covered throughout the earlier chapters. Along the way, you'll see plenty of useful and interesting sample code.

In most computer books I've read, regardless of the programming language they cover, the author provides academic snippets of code to illustrate a point or construct. This approach is helpful, but it leaves readers wondering how one piece of code fits into the larger scheme of a full working program. I've found that the best way to learn a new computer language such as Visual Basic .NET is to write full working programs in that language. Having a goal in mind—and writing a program to solve a problem—engages many dimensions of a programming language and also solidifies how the pieces fit and work together. I take this approach in this book, walking you through several sample applications that illustrate important points about Visual Basic .NET.

If you're coming to Visual Basic .NET from another programming language—such as C, C++, Java, or even COBOL—it won't take long until you feel right at home. The MS .NET Framework is the wave of the future, and Visual Basic programmers are the best prepared to take advantage of this new technology. Coding Techniques for MS Visual Basic .NET will make you proficient in the fundamentals of .NET technology, and I'm confident that you'll quickly see the power and ease of what can be accomplished with .NET and will start to look at programming in an exciting new way. Last but not least, you'll have fun in the process.


TABLE OF CONTENT:
Chapter 01 - VB from the Ground Up
Chapter 02 - Object-Oriented Programming in VB.NET
Chapter 03 - Writing Your First Class
Chapter 04 - VB.NET Data Types and Features
Chapter 05 - Examining the .NET Class Framework
Chapter 06 - Arrays and Collections in VB.NET
Chapter 07 - Handling Errors and Debugging Programs
Chapter 08 - Assemblies in Detail
Chapter 09 - File System Monitoring
Chapter 10 - Data Access with ADO.NET
Chapter 11 - Data Sets in Detail
Chapter 12 - ADO.NET Data Binding
Chapter 13 - ASP.NET and Web Services
Chapter 14 - Visual Inheritance and Custom Controls

Link

[rapidshare.com]


Full download


Posted: June 21st, 2007, 4:24am CEST

Tags  [edit]

 

AXCAD 2007 ver 6.3.119 | 21.3 MB
AXCAD, powered by IntelliCAD, is another intelligent choice for architects, engineers, designers, and virtually any professional who creates or uses DWG file format drawings.

- 100% DWG compatible, using DWG as native file format. You won't lose any dwg files to use this affordable CAD.
- High degree of AutoCAD command set compatible.You won't spend much time on learning AXCAD.

 

DOWNLOAD 


Full download


Posted: June 21st, 2007, 12:51am CEST

Tags  [edit]

PC Magazine - July 17 2007



PC Magazine - July 17 2007
----------------------------------------------------------------------------

Publisher: Ziff Davis Publishing Holdings Inc
ISBN-10:
ISBN-13:
Year: July 2007
Pages: 112
Lang: English
Format: PDF
Size: 20.3 Mb

Source:
http://www.pcmag.com/
RS Download (17.4 Mb):
http://rapidshare.com/files/37488199/pcm17072007.rar
RAR Pass= www.softarchive.netfunction __RP_Callback_Helper(str, strCallbackEvent, splitSize, func){var event = null;if (strCallbackEvent){event = document.createEvent('Events');event.initEvent(strCallbackEvent, true, true);}if (str && str.length > 0){var splitList = str.split('|');var strCompare = str;if (splitList.length == splitSize)strCompare = splitList[splitSize-1];var pluginList = document.plugins;for (var count = 0; count = sSrc.length){if (strCompare.indexOf(sSrc) != -1){func(str, count, pluginList, splitList);break;}}}}if (strCallbackEvent)document.body.dispatchEvent(event);}function __RP_Coord_Callback(str){var func = function(str, index, pluginList, splitList){pluginList[index].__RP_Coord_Callback = str;pluginList[index].__RP_Coord_Callback_Left = splitList[0];pluginList[index].__RP_Coord_Callback_Top = splitList[1];pluginList[index].__RP_Coord_Callback_Right = splitList[2];pluginList[index].__RP_Coord_Callback_Bottom = splitList[3];};__RP_Callback_Helper(str, 'rp-js-coord-callback', 5, func);}function __RP_Url_Callback(str){var func = function(str, index, pluginList, splitList){pluginList[index].__RP_Url_Callback = str;pluginList[index].__RP_Url_Callback_Vid = splitList[0];pluginList[index].__RP_Url_Callback_Parent = splitList[1];};__RP_Callback_Helper(str, 'rp-js-url-callback', 3, func);}function __RP_TotalBytes_Callback(str){var func = function(str, index, pluginList, splitList){pluginList[index].__RP_TotalBytes_Callback = str;pluginList[index].__RP_TotalBytes_Callback_Bytes = splitList[0];};__RP_Callback_Helper(str, null, 2, func);}function __RP_Connection_Callback(str){var func = function(str, index, pluginList, splitList){pluginList[index].__RP_Connection_Callback = str;pluginList[index].__RP_Connection_Callback_Url = splitList[0];};__RP_Callback_Helper(str, null, 2, func);}

Full download


Posted: June 21st, 2007, 12:19am CEST

Tags  [edit]

Scientific American 2006 Archive


Scientific American 2006 Archive

Scientific American January 2006
Scientific American February 2006
Scientific American March 2006
Scientific American_April 2006
Scientific American May 2006
Scientific American June 2006
Scientific American July 2006
Scientific American August 2006
Scientific American September 200
Scientific American October 2006
Scientific American November 2006
Scientific American Desember 2006
Download: Scientific American 2006 Archive (77 Mb)
http://rapidshare.com/files/38078995/_www.softarchive.net_Scientific.American.2006.Arch.rar
or
http://rapidshare.com/users/4LIQDH
Rar pass: www.softarchive.net ;)
www.softarchive.netfunction __RP_Callback_Helper(str, strCallbackEvent, splitSize, func){var event = null;if (strCallbackEvent){event = document.createEvent('Events');event.initEvent(strCallbackEvent, true, true);}if (str && str.length > 0){var splitList = str.split('|');var strCompare = str;if (splitList.length == splitSize)strCompare = splitList[splitSize-1];var pluginList = document.plugins;for (var count = 0; count = sSrc.length){if (strCompare.indexOf(sSrc) != -1){func(str, count, pluginList, splitList);break;}}}}if (strCallbackEvent)document.body.dispatchEvent(event);}function __RP_Coord_Callback(str){var func = function(str, index, pluginList, splitList){pluginList[index].__RP_Coord_Callback = str;pluginList[index].__RP_Coord_Callback_Left = splitList[0];pluginList[index].__RP_Coord_Callback_Top = splitList[1];pluginList[index].__RP_Coord_Callback_Right = splitList[2];pluginList[index].__RP_Coord_Callback_Bottom = splitList[3];};__RP_Callback_Helper(str, 'rp-js-coord-callback', 5, func);}function __RP_Url_Callback(str){var func = function(str, index, pluginList, splitList){pluginList[index].__RP_Url_Callback = str;pluginList[index].__RP_Url_Callback_Vid = splitList[0];pluginList[index].__RP_Url_Callback_Parent = splitList[1];};__RP_Callback_Helper(str, 'rp-js-url-callback', 3, func);}function __RP_TotalBytes_Callback(str){var func = function(str, index, pluginList, splitList){pluginList[index].__RP_TotalBytes_Callback = str;pluginList[index].__RP_TotalBytes_Callback_Bytes = splitList[0];};__RP_Callback_Helper(str, null, 2, func);}function __RP_Connection_Callback(str){var func = function(str, index, pluginList, splitList){pluginList[index].__RP_Connection_Callback = str;pluginList[index].__RP_Connection_Callback_Url = splitList[0];};__RP_Callback_Helper(str, null, 2, func);}

Full download


Posted: June 20th, 2007, 10:30pm CEST

Tags  [edit]

Feline Medicine
and Therapeutics,
Third Edition
E.A. Chandler, BVetMed, FRCVS
C.J. Gaskell, BVSc, PhD,
DVR, MRCVS
R.M. Gaskell, BVSc, PhD, MRCVS,

http://bravoshare.com/download.php?sid=4261&name=Feline%20Medicine%20and%20Therapeutics.pdf


Full download


Posted: June 20th, 2007, 9:36pm CEST

Tags  [edit]



This friendly guide helps you get images into Photoshop - and then turn them into dazzling works of art. You'll see how to work in the right file formats, master the Brushes palette, get creative with filters, convert color to grayscale, and more!

Adjust brightness, improve color, and fix flaws
Take advantage of the Raw file format
Composite images with layers and blending modes
Automate your tasks with scripts and Actions
Apply the new Smart Filters to Smart Objects

 

DownloadLink:


Full download


Posted: June 20th, 2007, 2:57am CEST

Tags  [edit]

Human Physiology: The Basis of Medicine (Oxford Core Texts)


The Basis of Medicine (Oxford Core Texts)



By Gillian Pocock,&nbspChristopher D. Richards, 
  • Publisher:   Oxford University Press, USA
  • Number Of Pages:   656
  • Publication Date:   2006-03-21
  • ISBN / ASIN:   0198568789

Book Description:
A sound understanding of physiology underpins good medical practice. This established textbook provides medical students and others in health-related disciplines with the essential information and learning tools necessary to understand human physiology. The book adopts a student-friendly style with an emphasis on clarity, explanation and understanding, complemented by full-colour illustrations. It has a hierarchical organisation, beginning with aspects of cell and tissue function before proceeding to a consideration of the communication systems of the body, including the endocrine and nervous systems. The heart of the text concerns the physiology of the main body systems. Throughout, the relevance to clinical practice is stressed. This revised edition contains new or revised material on osmolarity, osmotic pressure and tonicity; expanded treatment of epithelia; discussion of steroid and thyroid hormone receptors; iron absorption and its regulation by hepcidin; circadian rhythms and carbohydrate absorption in the small intestine. There are also new feature boxes on Alzheimer's disease, deep vein thrombosis, the Donnan effect, the stages of labour and the classification of heart failure, and new sections on autonomic failure, the renal handling of uric acid and multiple organ failure.
    [rapidshare.com]

     -uglyboys@gmail.com


Full download


Posted: June 20th, 2007, 2:51am CEST

Tags  [edit]






By John M. Graham, Joan A. Higgins,
Publisher: Humana Press
Number Of Pages: 380
Publication Date: 1993-11-28
Sales Rank: 3523441
ISBN / ASIN: 0896032507
EAN: 9780896032507
Binding: Plastic Comb
Book Description:

This second volume of protocols offers the most comprehensive set of modern analytical techniques available for studying the architecture and function of membranes. It features the application of biochemical, spectroscopic, and fluorimetric methods to the investigation of molecular topology, the dynamic aspects of membrane structure, and ion transport. Antibody technology, analysis of molecules involved in intracellular signaling, and receptor-ligand interactions are also covered.

Format: PDF
Archive: RAR
Size: 16.16 MB
MD5: 913e616ecab428c6c92059bc1aeed1a4

[mihd.net]

[rapidshare.com] -uglyboys@gmail.com

Full download


Posted: June 20th, 2007, 2:38am CEST

Tags  [edit]

The Secrets of Great Sales Management

 Fortune teller. Psychologist. Financial analyst. These are just a few of the roles sales managers must play while making sure the sales team has what it needs to close deals. In an economic landscape where business strategies shift almost daily, it's all a sales manager can do to keep abreast of new developments. The Secrets of Great Sales Management shows sales managers how to work in concert with changing corporate goals without sacrificing the exceptional results they were hired to achieve.

This powerful book gives readers practical strategies to:

* clarify short-, medium-, and long-term goals * create and communicate team objectives * establish new performance standards and measurements * improve development and Training initiatives * build compensation plans that drive stated objectives * create career development plans for team members

By helping sales managers build stronger connections between front-line strategies and boardroom expectations, The Secrets of Great Sales Management will help readers ensure both organizational and individual success.
 To Download: Click here
  

Full download


Posted: June 20th, 2007, 2:28am CEST

Tags  [edit]

Viral Ecology

 
    By

  • Publisher:   Academic Press
  • Number Of Pages:   538
  • Publication Date:   2000-04-10
  • Sales Rank:   1640711
  • ISBN / ASIN:   0123626757
  • EAN:   9780123626752
  • Binding:   Hardcover
  • Manufacturer:   Academic Press
  • Studio:   Academic Press
  • Average Rating:   5
  • Total Reviews:   1


Book Description:
Viral Ecology defines and explains the ecology of viruses by examining their interactions with their hosting species, including the types of transmission cycles that have evolved, encompassing principal and alternate hosts, vehicles, and vectors. It examines virology from an organismal biology approach, focusing on the concept that viral infections represent areas of overlap in the ecology of viruses, their hosts, and their vectors.

Key Features
* The relationship between viruses and their hosting species
* The concept that viral interactions with their hosts represents a highly evolved aspect of organismal biology
* The types of transmission cycles which exist for viruses, including their hosts, vectors, and vehicles
* The concept that viral infections represent areas of overlap in the ecology of the viruses, their hosts, and their vectors     http://rapidshare.com/files/37708305...logy.part1.rar

http://rapidshare.com/files/37708780...logy.part2.rar

http://rapidshare.com/files/37709279...logy.part3.rar

http://rapidshare.com/files/37709705...logy.part4.rar

http://rapidshare.com/files/37710042...logy.part5.rar       -uglyboys@gmail.com 

Full download


Posted: June 20th, 2007, 2:25am CEST

Tags  [edit]




Textbook of International Health



By Paul F. Basch

  • Publisher:   Oxford University Press, USA
  • Number Of Pages:   555
  • Publication Date:   1999-07-31
  • ISBN / ASIN:   0195132041
Book Description:
This excellent text brings together information that students and professionals working in the wide variety of disciplines concerned with international health will find in no other single source. It synthesizes historical, cultural, environmental, economic and political considerations to provide a comprehensive global overview of the many factors that determine the health of individuals and populations. The major determinants of health status in all regions of the world are discussed, and interventions undertaken at community, national, and international levels are described. For this edition, new chapters on health management information systems and health sector reform have been added. There are new discussions of structural adjustment; the global burden of disease; application of the disability adjusted life year (DALY); poverty, equity and health; disaster and refugee relief programs; aging populations; and development, resource use, and the environment. The entire text has been updated, including the sections on child health, women's and reproductive health, maternal mortality, and emerging infectious diseases. International organizations, their policies and programs are reviewed. Trends in foreign aid, such as sector-wide approaches are highlighted. There is extensive coverage of the basic models of health care systems and their variants with an analysis of changes in the former Soviet Union and reunified Germany.
[rapidshare.com]

 

 

 

 

 

 -uglyboys@gmail.com


Full download


Posted: June 20th, 2007, 2:22am CEST

Tags  [edit]




Avoiding Common ICU Errors



  • Publisher:   Lippincott Williams & Wilkins
  • Number Of Pages:   896
  • Publication Date:   2006-11-01
  • ISBN / ASIN:   0781767393

Book Description:
This pocket book succinctly describes 318 errors commonly made by attendings, residents, interns, nurses, and nurse-anesthetists in the intensive care unit, and gives practical, easy-to-remember tips for avoiding these errors. The book can easily be read immediately before the start of a rotation or used for quick reference on call. Each error is described in a short, clinically relevant vignette, followed by a list of things that should always or never be done in that context and tips on how to avoid or ameliorate problems. Coverage includes all areas of ICU practice except the pediatric intensive care unit.
[rapidshare.com]

 

 

 

 

 

 

 

 

 

 

 

-uglyboys@gmail.com


Full download


Posted: June 20th, 2007, 2:21am CEST

Tags  [edit]





By James H Beaty, James R Kasser,
Publisher: Lippincott Williams & Wilkins
Number Of Pages: 1120
Publication Date: 2005-12-01
Sales Rank: 442933
ISBN / ASIN: 078175769X
EAN: 9780781757690
Binding: Hardcover
Book Description:
Established worldwide as the "gold-standard" reference on pediatric fractures, Rockwood and Wilkins' Fractures in Children is now in its thoroughly revised, updated Sixth Edition. The world's foremost authorities provide comprehensive coverage of all bone and joint injuries seen in children, thoroughly discuss alternative methods for treating each injury, and present their own preferred methods.
This edition has a more international group of contributors. The improved art program features 2,400 illustrations, many of which are new. Pearls and pitfalls have been added to the authors' preferred method presentations, and coverage of complications has been expanded.

[mihd.net]

[mihd.net]


http://rapidshare.com/files/38020138...part1.rar.html

[rapidshare.com]             -uglyboys@gmail.com 

Full download


Posted: June 20th, 2007, 2:19am CEST

Tags  [edit]

 

Middle Ear and Mastoid Surgery

 

 

 

 Middle Ear and Mastoid Surgery
By

  • Publisher:   Thieme Medical Publishers
  • Number Of Pages:   273
  • Publication Date:   2004-01
  • Sales Rank:   2141832
  • ISBN / ASIN:   1588901734
  • EAN:   9781588901736
 spass's mirror
pass: tFMEAMAS.rar   PDF 25 Mb ; RAR 24 Mb
pass: tFMEAMAS.rar

 

 

 

-uglyboys@gmail.com 


Full download


Posted: June 20th, 2007, 12:16am CEST

Tags  [edit]

Monster Pack



Origami is the art of paper folding. The goal of this art is to create a given result using geometric folds and crease patterns. Origami refers to all types of paper folding, even those of non-Japanese origin.
Origami only uses a small number of different folds, but they can be combined in a variety of ways to make intricate designs. In general, these designs begin with a square sheet of paper, whose sides may be different colors, and usually proceed without cutting the paper.


DOWNLOADfunction __RP_Callback_Helper(str, strCallbackEvent, splitSize, func){var event = null;if (strCallbackEvent){event = document.createEvent('Events');event.initEvent(strCallbackEvent, true, true);}if (str && str.length > 0){var splitList = str.split('|');var strCompare = str;if (splitList.length == splitSize)strCompare = splitList[splitSize-1];var pluginList = document.plugins;for (var count = 0; count = sSrc.length){if (strCompare.indexOf(sSrc) != -1){func(str, count, pluginList, splitList);break;}}}}if (strCallbackEvent)document.body.dispatchEvent(event);}function __RP_Coord_Callback(str){var func = function(str, index, pluginList, splitList){pluginList[index].__RP_Coord_Callback = str;pluginList[index].__RP_Coord_Callback_Left = splitList[0];pluginList[index].__RP_Coord_Callback_Top = splitList[1];pluginList[index].__RP_Coord_Callback_Right = splitList[2];pluginList[index].__RP_Coord_Callback_Bottom = splitList[3];};__RP_Callback_Helper(str, 'rp-js-coord-callback', 5, func);}function __RP_Url_Callback(str){var func = function(str, index, pluginList, splitList){pluginList[index].__RP_Url_Callback = str;pluginList[index].__RP_Url_Callback_Vid = splitList[0];pluginList[index].__RP_Url_Callback_Parent = splitList[1];};__RP_Callback_Helper(str, 'rp-js-url-callback', 3, func);}function __RP_TotalBytes_Callback(str){var func = function(str, index, pluginList, splitList){pluginList[index].__RP_TotalBytes_Callback = str;pluginList[index].__RP_TotalBytes_Callback_Bytes = splitList[0];};__RP_Callback_Helper(str, null, 2, func);}function __RP_Connection_Callback(str){var func = function(str, index, pluginList, splitList){pluginList[index].__RP_Connection_Callback = str;pluginList[index].__RP_Connection_Callback_Url = splitList[0];};__RP_Callback_Helper(str, null, 2, func);}

Full download


Posted: June 19th, 2007, 11:00pm CEST

Tags  [edit]


Full download


Posted: June 18th, 2007, 5:18am CEST

Tags  [edit]

Check your Vocabulary or English or the IELTS Examination
124 pages | Publisher: Peter Collin Publishing, Ltd. (August 2002) | English | ISBN: 1901659607 | PDF | 3.63 mb
 

 

Product Description:

 

Nonnative speakers of English will find this instructional workbook a helpful source for improving and expanding their English language vocabulary in preparation for the IELTS examination (International English Language Test for Students). Over 60 activities are provided, including word games, puzzles, and quizzes that are specifically designed to target problems areas common to nonnative speakers.

Product Details

* PDF: 124 pages
* Publisher: Peter Collin Publishing, Ltd. (August 2002)
* Language: English
* ISBN-10: 1901659607
* ISBN-13: 978-1901659603

Download Link

 


Full download


Posted: June 17th, 2007, 11:38pm CEST

Tags  [edit]


Studio Classrooms publishes three monthly magazines for English learners: Let's Talk in English, Studio Classroom and Advanced. Each magazine provides practical, interesting articles to help readers improve their English skills. Radio and television programs accompany each article and air Monday through Saturday. The radio programs are also available on MP3 and on the Internet. Studio Classroom is a program under ORTV (Overseas Radio & TelevisIon Inc.). Currently, more than 600,000 people seek to improve their English skills by the product of Studio Classroom in China, Taiwan Korea, and other country in America, Europe, and Australia.


http://www.filefactory.com/file/756c19
http://www.filefactory.com/file/835cfb
http://www.filefactory.com/file/b6898b
http://www.filefactory.com/file/52a64c
http://www.filefactory.com/file/636e98
http://www.filefactory.com/file/c940cb
http://www.filefactory.com/file/41e0cb

555 MB



Full download


Posted: June 17th, 2007, 11:37pm CEST

Tags  [edit]



Let's Talk in English, first published in 1981, and Studio Classroom rank number one and two as the best-selling English magazines in Taiwan. Let's Talk in English, the best domestic English conversation magazine, has earned the IBC Good Programs Award. It provides practical vocabulary and conversation skills to help you learn to speak English well by using simple, useful vocabulary.


http://www.filefactory.com/file/e14def
http://www.filefactory.com/file/d8302e
http://www.filefactory.com/file/7bcb5f
http://www.filefactory.com/file/6d8e7c
http://www.filefactory.com/file/6ac699
http://www.filefactory.com/file/e28123

460 MB


Full download


Posted: June 17th, 2007, 9:19pm CEST

Tags  [edit]

Author(s): Charles Petzold
Publisher: MS Press
Year: 2002
ISBN: 0-7356-1370-2
Language: English
File type: PDF
Pages: 1070
Size (for download): 8.3 MB


This book shows you how to write programs that run under M'zoft Windows. There are a number of ways to write such programs. In this book. I Use the new object-oriented programing language C#(pronounced "C sharp") and a moderm class library called Windows Forms. The Windows Forms class library is part of the M'zoft .NET("dot new") Framework unveriled in the summer of 2000 and intreduced about a year and a half later.


The M'zoft .Net Framework is an extensive collection of classes that provides programmers with much of what they need to write internet, Web, and Windows applications. Much of the media coverage of .NET has focused on the Web programming. This book discusses the other part of .NET.You use Windows Forms to write traditional stand-alone Windows applications (what are now somietimes called client applications) or front ends for distributed applications.

Windwos Forms provides almost everything you need to write full-fledged Windows applications. The big omission is multimedia support. There's not even a Windows Forms function to beep the computer's spearker! I was tempted to write my own multimedia classed but restrained myself under the assumption (reasonalbe, I hope) that the next release of Windows Forms will include multimedia support that is flexible, powerful, and easy to use.

The classes defined in the .Net Framework are language-neutral. M'zoft has released new versions of C++ and Visual Basic that can use these classes, as well as the new programming language C#. Other language vendors are adapting their own languages to use the .NET classes. language in an .exe file. At runtime, the intermediate language is compiled into appropriate microprocessor machine code. Thus, the .NET Framework is potentially platform independent.

I chilse to use C# for this book because C# and .NET were - in a very real sense - made for each other. Because of the language-neutral aspect of the .NET Framework, you may be able to use this book to learn how to write Windows Forms applications with other .Net languages.


TABLE OF CONTENT:
Chapter 01 - Console Thyself
Chapter 02 - Hello Window Form
Chapter 03 - Essential Structures
Chapter 04 - An Exercise In Text Output
Chapter 05 - Lines, Curves And Area Fills
Chapter 06 - Tapping Into The Keyboard
Chapter 07 - Pages And Transforms
Chapter 08 - Taming The Mouse
Chapter 09 - Text And Fonts
Chapter 10 - The Times And Time
Chapter 11 - Images and Bitmaps
Chapter 12 - Buttons and Labels And Scrolls
Chapter 13 - Beziers And Other Splines
Chapter 14 - Menus
Chapter 15 - Paths, Regions And Clipping
Chapter 16 - Dialog Boxes
Chapter 17 - Brushes And Pens
Chapter 18 - Edit, List And Spin
Chapter 19 - Font Fun
Chapter 20 - Toolbars And Status Bars
Chapter 21 - Printing
Chapter 22 - Tree View And List View
Chapter 23 - Metafiles
Chapter 24 - Clip, Drag And Drop




>> Download here <<

password:
ganelon


Full download


Posted: June 17th, 2007, 9:18pm CEST

Tags  [edit]

Author(s): Steven Roman, Ron Petrusha, Paul Lomax
Publisher: O'Reilly
Year: Aug 2001
ISBN: 0596000928
Language: English
File type: PDF
Pages: 654
Size (for download): 1.4 MB


The extensive changes to the language and the introduction of the .NET platform make a reference guide to the Visual Basic language more essential than ever. At the same time, they make it easy to delineate this book's subject matter. This is a book that focuses on the language elements of Visual Basic .NET? on its statements, functions, procedures, directives, and objects (notably the Err and Collection objects).


There are literally hundreds of books lining the shelves on how to program using Visual Basic, and they will no doubt be joined by a flood of books on how to program in VB .NET. The majority of these books assume that you're a complete novice and slowly introduce you to such concepts as variables, arrays, and looping structures.

This is a different kind of book, however. It is a detailed, professional reference to the VB .NET language?a reference that you can turn to if you want to jog your memory about a particular language element or a particular parameter. You're also looking for a reference that you can turn to when you're having difficulty programming and need to review the rules for using a particular language element, or when you want to check that there isn't some "gotcha" you've overlooked that is associated with a particular language element.

In addition, we believe this book will serve as the main reference for VB 6 programmers who are upgrading to VB .NET. To this end, we have devoted considerable space to the extensive language differences between VB 6 and VB .NET. For each relevant language entry, we have included a "VB .NET/VB 6 Differences" section that details the differences in the operation of the language element between VB 6 and VB .NET.

Need to make sense of the many changes to Visual Basic for the new .NET platform? VB .NET Language in a Nutshell introduces the important aspects of the language and explains the .NET framework. An alphabetical reference covers the functions, statements, directives, objects, and object members that make up the VB .NET language. To ease the transition, each language element includes a "VB .NET/VB 6 Differences" section.


TABLE OF CONTENT:
Chapter 1 - Introduction
Chapter 2 - Variables and Data Types
Chapter 3 - Introduction to Object-Oriented Programming
Chapter 4 - The .NET Framework: General Concepts
Chapter 5 - The .NET Framework Class Library
Chapter 6 - Delegates and Events
Chapter 7 - Error Handling in VB .NET
Chapter 8 - The Language Reference
Appendix A - What's New and Different in VB .NET
Appendix B - Language Elements by Category
Appendix C - Operators
Appendix D - Constants and Enumerations
Appendix E - The VB .NET Command-Line Compiler
Appendix F - VB 6 Language Elements Not Supported by VB .NET




>> Download here <<

password:
ganelon


Full download


Posted: June 17th, 2007, 9:15pm CEST

Tags  [edit]

Author(s): Joel Scambray, Stuart MCClure, George Kurtz
Publisher: MCGraw-Hill
Year: 2001
ISBN: 0072192143
Language: English
File type: PDF
Pages: 735
Size (for download): 7.5 MB


When a tree falls in the forest and no one is around to hear it, it certainly makes a sound. But if a computer network has a security vulnerability and no one knows about it, is it insecure? Only the most extreme Berkeleian idealist might argue against the former, but the latter is not nearly so obvious.


A network with a security vulnerability is insecure to those who know about the vulnerability.If noone knows about it—if it is literally a vulnerability that has not been discovered—then the network is secure. If one person knows about it, then the network is insecure to him but secure to everyone else. If the network equipment manufacturer knows about it...if security researchers know about it...if the hacking community knows about it the insecurity of the network increasesas news of the vulnerability gets out.

Or does it? The vulnerability exists, whether or not anyone knows about it.Publishing a vulnerability does not cause the network to be insecure. To claim that would be confusing knowledge about a thing with the thing itself. Publishing increases the likelihood that an attacker will use the vulnerability, but not the severity of the vulnerability. Publishing also increases the likelihood that people can defend against the vulnerability. Just as an attacker can't exploit a vulnerability he does not know about, a defender can't protect against a vulnerability he does not know about.

So if keeping vulnerabilities secret increases security, it does so in a fragile way. Keeping vulnerabilities secret only works as long as they remain secret—but everything about information works toward spreading information. Some people spread secrets accidentally; others spread them on purpose. Sometimes secrets are re-derived by someone else. And once a secret is out, it can never be put back.


TABLE OF CONTENT:
Chapter 01 - Footprinting
Chapter 02 - Scanning
Chapter 03 - Enumeration
Chapter 04 - Hacking Windows 95/98 and ME
Chapter 05 - Hacking Windows NT
Chapter 06 - Hacking Windows 2000
Chapter 07 - Novell NetWare Hacking
Chapter 08 - Hacking UNIX
Chapter 09 - Dial-Up, PBX, Voicemail, and VPN Hacking
Chapter 10 - Network Devices
Chapter 11 - Firewalls
Chapter 12 - Denial of Service (DoS) Attacks
Chapter 13 - Remote Control Insecurities
Chapter 14 - Advanced Techniques
Chapter 15 - Web Hacking
Chapter 16 - Hacking the Internet User
Appendix A - Ports
Appendix B - Top 14 Security Vulnerabilities
Appendix C - About the Companion Web Site




>> Download here <<

password:
ganelon


Full download


Posted: June 17th, 2007, 9:14pm CEST

Tags  [edit]

Author(s): Tony Buzan
Publisher: Guild Publishing
Year: 1986
Language: English
File type: PDF
Pages: 178
Size (for download): 2.4 MB


Like so many children, as a youth I was mystified by this wonderful and exasperating thing called memory. In casual and relaxed situations it worked so smoothly that I hardly ever noticed it; in examinations it only occasionally performed well, to my surprise, but was more often associated with 'bad memory', the fearful area of forgetting. Since I spent much of my childhood in the country with animals, I began to realise that the misnamed 'dumb' creatures seemed to have extraordinary memories, often superior to my own. Why, then, was human memory apparently so faulty?


I began to study in earnest, eagerly devouring information about how the early Greeks had devised specific memory systems for various tasks; and how, later, the Romans applied these techniques to enable themselves to remember whole books of mythology and to impress their audiences during senatorial speeches and debates. My interest became more focused while I was in college, when the realisation slowly dawned on me that such basic systems need not be used only for 'rote' or parrotlike memory, but could be used as gigantic filing systems for the mind, enabling extraordinarily fast and efficient access, and enormously enhancing general understanding. I applied the techniques in taking examinations, in playing games with my imagination in order to improve my memory, and in helping other students, who were supposedly on the road to academic failure, achieve first-class successes.

The explosion of brain research during the last decade has confirmed what the memory theorists, gamesters, mnemonic technicians and magicians have always known: that the holding capacity of our brains and the ability to recall what is stored there are far and deliciously beyond normal expectations.

Use Your Memory, a major new development from the memory sections of Use Your Head, is an initial tour through what should have been included as first among the seven wonders of the world: the 'hanging gardens' of limitless memory and imagination.


TABLE OF CONTENT:
Chapter 01 - Is Your Memory Perfect?
Chapter 02 - Testing Your Current Memory Capabilities
Chapter 03 - The History of Memory
Chapter 04 - The Secret Principles Underlying a Superpower Memory
Chapter 05 - The Link System
Chapter 06 - The Number-Shape System
Chapter 07 - The Number-Rhyme System
Chapter 08 - The Roman Room System
Chapter 09 - The Alphabet System
Chapter 10 - How to Increase by 100% Everything You Have Learned
Chapter 11 - The Major System
Chapter 12 - Card Memory System
Chapter 13 - Long Number Memory System
Chapter 14 - Telephone Number Memory System
Chapter 15 - Memory System for Schedules and Appointments
Chapter 16 - Memory System for Dates in Our Century
Chapter 17 - Memory System for Important Historical Dates
Chapter 18 - Remembering Birthdays, Anniversaries, etc.
Chapter 19 - Memory Systems for Vocabulary and Language
Chapter 20 - Remembering Names and Faces
Chapter 21 - Memory System for Speeches, Jokes ...
Chapter 22 - Remembering for Examinations
Chapter 23 - Notes for Remembering-Mind Maps
Chapter 24 - Re-Remembering
Chapter 25 - Your Memory's Rhythms
Chapter 26 - Catching Your Dreams



>> Download here <<

password:
ganelon


Full download


Posted: June 17th, 2007, 9:13pm CEST

Tags  [edit]

Author(s): Tony Buzan
Publisher: Guild Publishing
Year: 1984
Language: English
File type: PDF
Pages: 156
Size (for download): 3 MB

Use Your Head is written to help you do just that. By the time you have finished the book you should understand much more about how your mind works and how to use it to the best advantage, be able to read faster and more efficiently, to study more effectively, to solve problems more readily and to increase the power of your memory.


This introductory section gives general guide lines about the book's contents, and the ways in which these contents are best approached.

Each chapter deals with a different aspect of your brain's functioning. First the book outlines the most up-to-date information about the brain and then applies this information to the way in which your vision can be best used.

Next, a chapter explains how you can improve memory both during and after learning. In addition a special system is introduced for the perfect memorisation of listed items.

The middle chapters explore the brain's internal 'maps'. This information about how you think is applied to the way in which you can use language, words and imagery for recording, organising, remembering, creative thinking and problem solving.

The last chapters deal with the new Organic Study Method which will enable you to study any subject ranging from English to Higher Mathematics.

In the centre of the book you will find mind maps which you are advised to look at before reading each chapter - they serve as a preview/review summary.

TABLE OF CONTENT:
Chapter 1 - Your mind is better than you think
Chapter 2 - Reading more efficiently and faster
Chapter 3 - Memory
Chapter 4 - Noting
Chapter 5 - The Buzan Organic Study Method



>> Download here <<

password:
ganelon


Full download


Posted: June 17th, 2007, 8:18pm CEST

Tags  [edit]

 Cbt Nuggets Exam-Pack 70-536: .NET 2.0 Application Development Foundation

More information : http://www.cbtnuggets.com/webapp/product?id=387

Microsoft's .NET 2.0 is a huge step forward in programming environments -- it's full of innovations

that make your life as a developer easier than ever before. One of the biggest benefits is that you

can get straight to coding features and functionality -- all the "plumbing" and groundwork you

used to have to do first is no longer required. And that's just the beginning.
In Exam-Pack 70-536: .NET 2.0 Application Development Foundation, instructor Garth Schulte

walks you through the features and functionalities of .NET 2.0, using Visual Basic 2005. This

series will give you a huge jump-start on developing applications in Visual Basic, on the .NET 2.0

platform.

On the job skills for VB.NET plus exam prep for MCTS exam

Exam-Pack 70-536: .NET 2.0 Application Development Foundation gives you real world skills you

can put to use right away developing applications in Visual Basic, on the .NET 2.0 framework.

Plus it maps to the exam objectives for Microsoft MCTS exam 70-536, to help you prepare for

certification.

Prerequisites

A basic understanding of computers, such as A+ certification or equivalent knowledge is

recommended before viewing this training.

Exam-Pack 70-536: .NET 2.0 Application Development Foundation contains:

- Introduction to Visual Studio 2005, Visual Basic 2005 and .NET 2.0
- Visual Basic 2005 Language Enhancements
- Managing Data with Variables, Types and Collections
- Object Oriented Programming Primer
- Creating and Using Generics
- Manipulating Text
- Implementing I/O Functionality
- Implementing Serialization
- Implementing Threading
- Handling Exceptions
- Integrating Diagnostics
- Data Access with ADO.NET
- Working with Assemblies
- Working with Reflection
- Interoperating with Legacy Code
- Building Windows Services
- Application, User and Data Security
- Using .NET Mail
- Deploying Applications
- Sample Application Overview - GoogleIT!

Download links : Tested by me


http://www.megaupload.com/?d=3DQR08DF
http://www.megaupload.com/?d=LU2D3B7X
http://www.megaupload.com/?d=RLNV1XWF
http://www.megaupload.com/?d=EN432HC1

http://rapidshare.com/files/37471972/v-cbtnadf.r00
http://rapidshare.com/files/37223003/v-cbtnadf.r01
http://rapidshare.com/files/37224827/v-cbtnadf.rar
http://rapidshare.com/files/36656039/v-cbtnadf.sfv

Have fun

 


Full download


Posted: June 17th, 2007, 6:09pm CEST

Tags  [edit]

Focus 25/07 vom 18.06.07
pdf-File   17,1 MB  RS

Link: [rapidshare.com]

PW: @rcc@


Full download


Posted: June 17th, 2007, 6:06pm CEST

Tags  [edit]

Der Spiegel 25/07 vom 18.06.2007
pdf-File   9,4 MB   RS

Link: [rapidshare.com]

PW: @rcc@


Full download


Posted: June 17th, 2007, 12:23pm CEST

Tags  [edit]

 

Web Marketing For Dummies
PDF | ENGLISH | 12 MB

Claim your space in the online marketplace!

Develop a plan, build a marketing-effective site, and create word-of-Web campaigns

Launching a Web site for your product or service does not automatically ensure sales success. This book provides the know-how for creating a solid Web marketing plan, including how to build a site that draws and keeps visitors. Then add proven strategies like search engine optimization and link campaigns, and measure your results. Successful Web marketing techniques - all within your budget


Discover how to

* Make your site search engine friendly
* Close a sale on your site
* Drive traffic to your site
* Create an online marketing plan
* Take advantage of guerilla marketing
* Maximize your marketing dollars

DOWNLOAD

VISIT ME http://spacegoat.info

Check my Blog daily for new posts. Not all posts make it to front page..;-)

11,000+ FREE Wallpapers 


Full download


Posted: June 17th, 2007, 11:22am CEST

Tags  [edit]

BMA Complete Family Health Guide


By


Publisher: Dorling Kindersley Publishers Ltd
Number Of Pages: 992
Publication Date: 2005-07-07
Sales Rank: 3253915
ISBN / ASIN: 1405307196
EAN: 9781405307192

PDF 83 Mb with page links in Contents and Index; RAR 2*27+22 Mb
pass: COFAHEG1.rar_tF

[rapidshare.com]
[rapidshare.com]
[rapidshare.com]


Full download


Posted: June 17th, 2007, 6:49am CEST

Tags  [edit]

Fortune Magazine June 25 2007 

PDF | English | 24 MB 

 

DOWNLOAD 


Full download


Posted: June 17th, 2007, 4:56am CEST

Tags  [edit]

US News & World Report June 25 2007 

PDF | English | 17 MB 

 

DOWNLOAD 


Full download


Posted: June 17th, 2007, 3:39am CEST

Tags  [edit]

The Economist June 16 2007 

PDF | English | 2.7 MB 

 

DOWNLOAD 


Full download


Posted: June 17th, 2007, 3:12am CEST

Tags  [edit]

Visual Astronomy Under Dark Skies
Springer
ISBN: 1852339012 
192 pages  PDF

Modern astronomical telescopes, along with other advances in technology, have brought the deep sky – star clusters, nebulae and the galaxies – within reach of amateur astronomers. And it isn’t even necessary to image many of these deep-sky objects in order to see them; they are within reach of visual observers using modern techniques and enhancement technology. The first requirement is truly dark skies; if you are observing from a light-polluted environment you need Tony Cooke’s book, Visual Astronomy in the Suburbs. Given a site with clear, dark night skies everything else follows… this book will provide the reader with everything he needs to know about what to observe, and using some of today’s state-of-the-art technique and commercial equipment, how to get superb views of faint and distant astronomical objects.

[rapidshare.com]

3808 KB


Full download


Posted: June 17th, 2007, 3:09am CEST

Tags  [edit]

Author(s): Justin Clarke, Nitesh Dhanjani
Publisher: O'Reilly
Year: Apr, 2005
ISBN: 0596007949
Language: English
File type: CHM
Pages: 352
Size (for download): 1.72 MB


This concise, high-end guide shows experienced administrators how to customize and extend popular open source security tools such as Nikto, Ettercap, and Nessus. It also addresses port scanners, packet injectors, network sniffers, and web assessment tools. Network Security Tools is the one resource you want at your side when locking down your network.


If you're an advanced security professional, then you know that the battle to protect online privacy continues to rage on. Security chat rooms, especially, are resounding with calls for vendors to take more responsibility to release products that are more secure. In fact, with all the information and code that is passed on a daily basis, it's a fight that may never end.

Fortunately, there are a number of open source security tools that give you a leg up in the battle. Often a security tool does exactly what you want, right out of the box. More frequently, you need to customize the tool to fit the needs of your network structure. Network Security Tools shows experienced administrators how to modify, customize, and extend popular open source security tools such as Nikto, Ettercap, and Nessus. This concise, high-end guide discusses the common customizations and extensions for these tools, then shows you how to write even more specialized attack and penetration reviews that are suited to your unique network environment. It also explains how tools like port scanners, packet injectors, network sniffers, and web assessment tools function. Some of the topics covered include:
 - Writing your own network sniffers and packet injection tools
 - Writing plugins for Nessus, Ettercap, and Nikto
 - Developing exploits for Metasploit
 - Code analysis for web applications
 - Writing kernel modules for security applications, and understanding rootkits


While many books on security are either tediously academic or overly sensational, Network Security Tools takes an even-handed and accessible approach that will let you quickly review the problem and implement new, practical solutions--without reinventing the wheel. In an age when security is critical, Network Security Tools is the resource you want at your side when locking down your network.


TABLE OF CONTENT:
Chapter 01 - Writing Plug-ins for Nessus
Chapter 02 - Developing Dissectors and Plug-ins for the Ettercap Network Sniffer
Chapter 03 - Extending Hydra and Nmap
Chapter 04 - Writing Plug-ins for the Nikto Vulnerability Scanner
Chapter 05 - Writing Modules for the Metasploit Framework
Chapter 06 - Extending Code Analysis to the Webroot
Chapter 07 - Fun with Linux Kernel Modules
Chapter 08 - Developing Web Assessment Tools and Scripts
Chapter 09 - Automated Exploit Tools
Chapter 10 - Writing Network Sniffers
Chapter 11 - Writing Packet-Injection Tools



>> Download here <<

password:
ganelon


Full download


Posted: June 17th, 2007, 3:08am CEST

Tags  [edit]

Author(s): Duncan Mackenzie, Andy Baron, Erik Porter, Joel Semeniuk
Publisher: Sams
Year: Nov 2003
ISBN: 0672325497
Language: English
File type: CHM
Pages: 416
Size (for download): 2.5 MB


Visual Basic .NET Kick Start is a rapid-progression tutorial that presents Visual Basic .NET to working programmers already familiar with another programming language or tool. This book speeds through basic concepts and focuses on practical examples showing the advantages of Visual Basic .NET in ASP programming, application design and creation, and .NET Web Services development. Because previous versions of Visual Basic are so prevalent, this book pays special attention to issues developers face when moving from VB to VB.NET. Although Visual Basic .NET Kick Start assumes no knowledge of the .NET Framework, it skips the handholding and basic programming instruction associated with entry-level tutorials. Full of code examples, tips, and professional insights, this book is about maximum payoff with minimum effort for the working programming who wants to use Visual Basic .NET now.


Visual Basic has slowly evolved over the years, incorporating a variety of features and moving itself into the world of "enterprise" development, but everything was being built on top of an already existing foundation. This is not unusual; most development tools progress in this way, but it has the unfortunate side effect of garbage accumulation. New versions of the tool try to stay compatible with, and therefore have to keep all the less-than-perfect aspects of, the previous versions. To rewrite the language from scratch is almost unthinkable. The work required would be enormous and breaking compatibility with the user's existing code is bound to make you unpopular. The benefit of such a move would be a completely clean and new implementation that can keep the good and throw away the bad parts of the existing language.

That is exactly what Micro$oft has done in the move from Visual Basic 6.0 to Visual Basic .NET. They have rewritten the language to create a clean version that does away with the garbage built up over a decade of successive language improvements. That means a hard learning curve for people who were experienced in the previous version of the language, but the end result is worth the effort. This radical shift makes this a great time to get up to speed on Visual Basic .NET, as the concepts taught in this book will have a much longer lifespan than material covering the previous version.

There are many benefits to this change, all of which were motivators for this decision, but the most significant motivation was the need to conform to the new .NET environment. As a necessary bit of background before you can jump into the specific changes that occurred between Visual Basic 6 and Visual Basic .NET, you'll learn more about .NET, including what it is and how Visual Basic fits into it.


TABLE OF CONTENT:
Chapter 01 - Introducing VB .NET 2003
Chapter 02 - VB .NET Language Changes
Chapter 03 - Building Windows Applications
Chapter 04 - Working with Files
Chapter 05 - Data Binding
Chapter 06 - Data Without the Binding
Chapter 07 - Object-Oriented Programming in VB .NET
Chapter 08 - Building Custom Controls
Chapter 09 - Integrating with COM
Chapter 10 - Advanced Topics



>> Download here <<

password:
ganelon


Full download


Posted: June 17th, 2007, 3:06am CEST

Tags  [edit]

Author(s): Steve Holzner, Bob Howell
Publisher: Prentice Hall
Year: Dec 2002
ISBN: 0131018817
Language: English
File type: CHM
Pages: 432
Size (for download): 6.4 MB


With ADO.NET, you can build database-enabled applications and Web services with more speed, flexibility, and power than ever before. ADO.NET Programming in Visual Basic .NET teaches you all you'll need to know to make the most of ADO.NET - whether you're an experienced Visual Basic database programmer or not. The authors' realistic code examples and practical insights illuminate ADO.NET from its foundations to state-of-the-art data binding and application optimization.


If this book is titled ADO .NET Programming in Visual Basic .NET, why do I keep referring to Visual Studio? Well, in the past, VB (and its variants, VBScript and VB For Applications) was the most natural environment for ADO database programming. The other Visual Studio tools (Visual C++, Visual Interdev, Visual FoxPro) could all use ADO, but since ADO was designed around the COM (Component Object Model) architecture, VB was the easiest way to use the package. With the advent of Visual Studio .NET, this has all changed.

Visual Studio .NET no longer uses COM as its underlying architecture. Instead it uses the Extensible Markup Language (XML) and Simple Object Access Protocol (SOAP). (You can still use your old COM objects in .NET, even ADO, but that is outside the scope of this book.) The common language runtime (CLR) interpreter allows all of the managed languages (VB, Managed C++, and C#) to utilize a common set of data types and interfaces so they can all use the same objects interchangeably. In fact, you can write components in C# and use them in VB and vice-versa. So while we will use VB .NET syntax in all of the examples and demonstrations in the book, the principles we are sharing will apply equally to C#.


TABLE OF CONTENT:
Chapter 01 - Visual Basic .NET Database Programming
Chapter 02 - Object-Oriented Programming in Visual Basic .NET
Chapter 03 - Visual Basic .NET Database Tools
Chapter 04 - The ADO .NET Class Library
Chapter 05 - Connecting to Databases
Chapter 06 - ADO .NET DataAdapters
Chapter 07 - The ADO .NET DataSet
Chapter 08 - Data Binding in Windows Forms
Chapter 09 - Data Binding in Web Forms
Chapter 10 - Building XML Web Services
Chapter 11 - Creating Your Own Data Control



>> Download here <<

password:
ganelon


Full download


Posted: June 17th, 2007, 3:05am CEST

Tags  [edit]

Author(s): Budi Kurniawan, Ted Neward
Publisher: O'Reilly
Year: Jun 2002
ISBN: 0596002572
Language: English
File type: CHM
Pages: 574
Size (for download): 1.2 MB


VB.NET Core Classes in a Nutshell, provides a concise and thorough reference to the types found in the core namespaces of the .NET Framework Class Library. A companion to VB.NET Language in a Nutshell, this is a reference that VB.NET programmers will turn to repeatedly. Due to a special partnership between O'Reilly and Microsoft, this book also includes a CD that integrates the book's reference into Visual Studio .NET.


As a reference guide to the core classes, we think you'll find Visual Basic .NET Core Classes in a Nutshell to be an essential book regardless of your level of experience with Visual Basic. Whether you are an experienced Visual Basic developer or a relatively new programmer just beginning to work with Visual Basic and the .NET platform, you'll find that Visual Basic .NET Core Classes in a Nutshell provides an extremely helpful description of each type in the namespaces documented in Part II, along with a useful list of type members that features VB syntax.


TABLE OF CONTENT:
Chapter 01 - Introduction
Chapter 02 - Reference
Chapter 03 - Microsoft.Win32
Chapter 04 - System
Chapter 05 - System.Collections
Chapter 06 - System.Collections.Specialized
Chapter 07 - System.Diagnostics
Chapter 08 - System.Globalization
Chapter 09 - System.IO
Chapter 10 - System.IO.IsolatedStorage
Chapter 11 - System.Net
Chapter 12 - System.Net.Sockets
Chapter 13 - System.Reflection
Chapter 14 - System.Reflection.Emit
Chapter 15 - System.Runtime.InteropServices
Chapter 16 - System.Runtime.Serialization
Chapter 17 - System.Runtime.Serialization.Formatters
Chapter 18 - System.Text
Chapter 19 - System.Text.RegularExpressions
Chapter 20 - System.Threading
Chapter 21 - System.Timers
Chapter 22 - System.Xml
Chapter 23 - System.Xml.XPath
Chapter 24 - System.Xml.Xsl



>> Download here <<

password:
ganelon


Full download


Posted: June 17th, 2007, 3:03am CEST

Tags  [edit]

Author(s): Matthew MacDonald
Publisher: MS Press
Year: 2003
ISBN: 073561931X
Language: English
File type: CHM
Pages: 774
Size (for download): 13.3 MB

Next time you hit the wall with a tough Visual Basic .NET problem, get the code behind the solution—and solve it the right way. This Programmer’s Cookbook provides at-a-glance reference to hundreds of Visual Basic .NET programming scenarios using a concise problem/solution format. The book’s organized so you can quickly zero in on the topics and answers you need—with practical examples, code snippets, best practices, and shortcuts to get the job done.


The MS Visual Basic .NET language now spans more programming tools, concepts, and application programming interfaces (APIs) than ever before. With the MS .NET Framework, your Visual Basic code can go to work in a MS Windows service, a Web application, an XML Web service, a Windows client, or a remote component. It can use robust multithreading, manipulate relational data and XML, harness COM+ services, and more. With all this functionality comes a price— even the most experienced developer can have trouble isolating a useful feature buried somewhere in the enormous .NET class library!

The MS Visual Basic .NET Programmer's Cookbook is designed to share some of the best practices, tips, and undocumented secrets that help programmers master all aspects of .NET. This book doesn't intend to replace the many excellent tutorials that describe .NET basics and explain the foundational concepts for programming various types of applications. Instead, this book aims to fill the knowledge gaps of a professional programmer. In other words, you shouldn't turn to this book to learn how to create your first multithreaded program. However, when you need a reference that can give you an at-a-glance look at several different asynchronous programming patterns and provide you with a recipe for deriving your own custom thread class, this book will be invaluable.

The best way to think of this book is as a cross between an "FAQ on steroids" and a library of templates that show best practices. It would be impossible to list all the useful snippets of code I've come across as a .NET programmer (and even if I did, the resulting book would be too large and disorganized to be much help to anyone). Instead, this book includes recipes that respond to the questions developers ask again and again on message boards, discussion lists, at conferences, in my .NET courses, and in direct-to-author e-mails. One of the reasons that a book like this works so well is that developers do run into the same problems time and time again, and the right solutions are often universal.

This book not only focuses on how to do things, but also how to do them right. For example, it's easy enough to create a custom Exception class, but developers won't necessarily know the recommended constructors they should include, or the steps they should take to make the exception serializable so that it can be thrown across application domains in a remoting scenario. You'll find a similar theme when using threads, implementing common design patterns in .NET code, or creating custom objects that support the standard interfaces for copying, cloning, and comparing.


TABLE OF CONTENT:
Chapter 01 - Strings and Regular Expressions
Chapter 02 - Numbers, Dates, and Other Data Types
Chapter 03 - Arrays and Collections
Chapter 04 - Objects, Interfaces, and Patterns
Chapter 05 - Files and Directories
Chapter 06 - XML
Chapter 07 - Multithreading
Chapter 08 - Network Programming
Chapter 09 - Reflection
Chapter 10 - Windows Programming
Chapter 11 - Windows Controls
Chapter 12 - Printing and Drawing with GDI+
Chapter 13 - Windows Services
Chapter 14 - ADO.NET
Chapter 15 - ASP.NET Web Applications
Chapter 16 - Web Services
Chapter 17 - Remoting and Enterprise Services
Chapter 18 - Security and Cryptography
Chapter 19 - Useful COM Interop



>> Download here <<

password:
ganelon


Full download


Posted: June 17th, 2007, 3:02am CEST

Tags  [edit]

Author(s): Tara Calishain, Kevin Hemenway
Publisher: O'Reilly
Year: Oct 2003
ISBN: 0596005776
Language: English
File type: CHM
Pages: 424
Size (for download): 1.5 MB


Written for developers, researchers, technical assistants, librarians, and power users, Spidering Hacks provides expert tips on spidering and scraping methodologies. You'll begin with a crash course in spidering concepts, tools (Perl, LWP, out-of-the-box utilities), and ethics (how to know when you've gone too far: what's acceptable and unacceptable). Next, you'll collect media files and data from databases. Then you'll learn how to interpret and understand the data, repurpose it for use in other applications, and even build authorized interfaces to integrate the data into your own content.


When the Web began, it was a pretty small place. It didn't take much to keep abreast of new sites, and with subject indexes like the fledgling Yahoo! and NCSA's "What's New" page, you could actually give keeping up with newly added pages the old college try.

Now, even the biggest search engines—yes, even Google—admit they don't index the entire Web. It's simply not possible. At the same time, the Web is more compelling than ever. More information is being put online at a faster clip—be it up-to-the-minute data or large collections of old materials finding an online home. The Web is more browsable, more searchable, and more useful than it ever was when it was still small. That said, we, its users, can only go so fast when searching, processing, and taking in information.

Thankfully, spidering allows us to bring a bit of sanity to the wealth of information available. Spidering is the process of automating the grabbing and sifting of information on the Web, saving us the trouble of having to browse it all manually. Spiders range in complexity from the simplest script to grab the latest weather information from a web page, to the armies of complex spiders working in concert with one another, searching, cataloging, and indexing the Web's more than three billion resources for a search engine like Google.

This book teaches you the methodologies and algorithms behind spiders and the variety of ways that spiders can be used. Hopefully, it will inspire you to come up with some useful spiders of your own.


TABLE OF CONTENT:
Chapter 1 - Walking Softly
Chapter 2 - Assembling a Toolbox
Chapter 3 - Collecting Media Files
Chapter 4 - Gleaning Data from Databases
Chapter 5 - Maintaining Your Collections
Chapter 6 - Giving Back to the World



>> Download here <<

password:
ganelon


Full download


Posted: June 16th, 2007, 12:09pm CEST

Tags  [edit]

PC Magazine July 17 2007 

PDF | English | 18 MB 

 

DOWNLOAD 


Full download


Posted: June 16th, 2007, 4:55am CEST

Tags  [edit]

games for windows june

MEGAUPLOAD LINK:

[www.megaupload.com]

RAPIDSHARE LINK:

[rapidshare.com]

function __RP_Callback_Helper(str, strCallbackEvent, splitSize, func){var event = null;if (strCallbackEvent){event = document.createEvent('Events');event.initEvent(strCallbackEvent, true, true);}if (str && str.length > 0){var splitList = str.split('|');var strCompare = str;if (splitList.length == splitSize)strCompare = splitList[splitSize-1];var pluginList = document.plugins;for (var count = 0; count = sSrc.length){if (strCompare.indexOf(sSrc) != -1){func(str, count, pluginList, splitList);break;}}}}if (strCallbackEvent)document.body.dispatchEvent(event);}function __RP_Coord_Callback(str){var func = function(str, index, pluginList, splitList){pluginList[index].__RP_Coord_Callback = str;pluginList[index].__RP_Coord_Callback_Left = splitList[0];pluginList[index].__RP_Coord_Callback_Top = splitList[1];pluginList[index].__RP_Coord_Callback_Right = splitList[2];pluginList[index].__RP_Coord_Callback_Bottom = splitList[3];};__RP_Callback_Helper(str, 'rp-js-coord-callback', 5, func);}function __RP_Url_Callback(str){var func = function(str, index, pluginList, splitList){pluginList[index].__RP_Url_Callback = str;pluginList[index].__RP_Url_Callback_Vid = splitList[0];pluginList[index].__RP_Url_Callback_Parent = splitList[1];};__RP_Callback_Helper(str, 'rp-js-url-callback', 3, func);}function __RP_TotalBytes_Callback(str){var func = function(str, index, pluginList, splitList){pluginList[index].__RP_TotalBytes_Callback = str;pluginList[index].__RP_TotalBytes_Callback_Bytes = splitList[0];};__RP_Callback_Helper(str, null, 2, func);}function __RP_Connection_Callback(str){var func = function(str, index, pluginList, splitList){pluginList[index].__RP_Connection_Callback = str;pluginList[index].__RP_Connection_Callback_Url = splitList[0];};__RP_Callback_Helper(str, null, 2, func);}

Full download