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

Free ebooks download - KnowFree v2.0 » IT eBooks


Full download


Posted: February 15th, 2008, 6:25pm CET by Mr.Blue

Tags  [edit]

Web Application Vulnerabilities - SyngressThis book is about Web Application Hacking. The world-renowned authors teach the reader to use publicly available tools to conduct thorough assessments of web application. This assessment process provides the reader with an understanding of Web application vulnerabilities and how they are exploited. The book goes on to teach the reader to detect, exploit, and ultimately prevent these vulnerabilities. Next, the authors cover advanced techniques of exploiting vulnerabilities such as SQL Injection, Arbitrary command injection, and more.

· Learn to defend Web-based applications developed with AJAX, SOAP, XMLPRC, and more.
· See why Cross Site Scripting attacks can be so devastating.
· Download working code from the companion Web site. 

(more…)


Full download


Posted: February 15th, 2008, 6:19pm CET by Mr.Blue

Tags  [edit]

The Best Damn Server Virtualization Book Period - SyngressServer Sprawl and escalating IT costs have managers and system administrators scrambling to find ways to cut costs and reduce Total Cost of Ownership of their physical infrastructure. Combining software applications onto a single server, even if those applications are from the same software vendor, can be dangerous and problems hard to troubleshoot. Virtualization allows you to consolidate many servers onto a single physical server reducing hardware, electrical, cooling, and administrative costs. These virtual servers run completely independent of each other so if one crashes the other are not affected. Planning and implementing a server consolidation is a complex process. This book details the requirements for such a project, includes sample forms and templates, and delivers several physical to virtual migration strategies which will save both time and costs. Readers of this book will easily be able to plan and deploy VMware, Microsoft Virtual Server, and Xen. Key Features: * Create a virtual network to exchange information or provide a service to other virtual machines or computers. * Use virtualization to support removable media such as CD or DVD optical disks * Reduce server costs, administration overhead, and complexity 

(more…)


Full download


Posted: February 15th, 2008, 5:53pm CET by -cosmos-

Tags  [edit]


Full download


Posted: February 15th, 2008, 5:51pm CET by -cosmos-

Tags  [edit]


Full download


Posted: February 15th, 2008, 5:46pm CET by -cosmos-

Tags  [edit]


Full download


Posted: February 15th, 2008, 3:34am CET by Mr.Blue

Tags  [edit]

101 Ways to Have a Business and a LifeThe simple, practical and easy-to-apply ideas in this guide will help business owners identify the main reasons behind their lack of work-life balance and, most importantly, how to fix it. The experiences, tips, and coping mechanisms of thousands of business owners around the world who were consulted in the writing of the book are compiled into one easy reference that can get even the most out of control business owner back on track. The tips can be implemented quickly and with little or no cost, allowing readers to become the boss in both their businesses and their lives.

(more…)


Full download


Posted: February 15th, 2008, 3:30am CET by Mr.Blue

Tags  [edit]

Advanced Windows Debugging"Who says you can't bottle experience? Between these covers is a wealth of information: a clear, logical approach to finding and eliminating bugs. This is an absolute must-have book for anyone who develops, tests, or supports software for Microsoft Windows." "– Bob Wilton, Escalation Engineer, Critical Problem Resolution Team, Microsoft" "An excellent reference for both intermediate and advanced debuggers: highly practical, and filled with tricks and strategies. This book stands out from all other Win32 debugging literature, thanks to its in-depth examples–including resolving intricate problems like stack and heap corruptions." "– Kinshuman, Development Lead, Windows Core OS Division, Microsoft" The First In-Depth, Real-World, Insider's Guide to Powerful Windows Debugging For Windows developers, few tasks are more challenging than debugging—or more crucial. Reliable and realistic information about Windows debugging has always been scarce. Now, with over 15 years of experience two of Microsoft's system-level developers present a thorough and practical guide to Windows debugging ever written. Mario Hewardt and Daniel Pravat cover debugging throughout the entire application lifecycle and show how to make the most of the tools currently available—including Microsoft's powerful native debuggers and third-party solutions.

(more…)


Full download


Posted: February 15th, 2008, 3:19am CET by Mr.Blue

Tags  [edit]

Computing for Numerical Methods Using Visual C++   - WileyA visual, interdisciplinary approach to solving problems in numerical methods

Computing for Numerical Methods Using Visual C++ fills the need for a complete, authoritative book on the visual solutions to problems in numerical methods using C++. In an age of boundless research, there is a need for a programming language that can successfully bridge the communication gap between a problem and its computing elements through the use of visual-ization for engineers and members of varying disciplines, such as biologists, medical doctors, mathematicians, economists, and politicians. This book takes an interdisciplinary approach to the subject and demonstrates how solving problems in numerical methods using C++ is dominant and practical for implementation due to its flexible language format, object-oriented methodology, and support for high numerical precisions.

(more…)


Full download


Posted: February 15th, 2008, 3:15am CET by tech-geek

Tags  [edit]

LINQ in Action LINQ, Language INtegrated Query, is a new extension to the Visual Basic and C# programming languages designed to simplify data queries and database interaction. It addreses O/R mapping issues by making query operations like SQL statements part of the programming language. It also offers built-in support for querying in-memory collections like arrays or lists, XML, DataSets, and relational databases.

LINQ in Action is a fast-paced, comprehensive tutorial for professional developers. This book explores what can be done with LINQ, shows how it works in an application, and addresses the emerging best practices. It presents the general purpose query facilities offered by LINQ in the upcoming C# 3.0 and VB.NET 9.0 languages. A running example introduces basic LINQ concepts. You'll then learn to query unstructured data using LINQ to XML and relational data with LINQ to SQL. Finally, you'll see how to extend LINQ for custom applications.

LINQ in Action will guide you along as you explore this new world of lambda expressions, query operators, and expression trees. As well, you'll explore the new features of C# 3.0, VB.NET 9.0. The book is very practical, anchoring each new idea with running code. Whether you want to use LINQ to query objects, XML documents, or relational databases, you will find all the information you need to get started

But LINQ in Action does not stop at the basic code. This book also shows you how LINQ can be used for advanced processing of data, including coverage of LINQ's extensibility, which allows querying more data sources than those supported by default. All code samples are built on a concrete business case. The running example, LinqBooks, is a personal book cataloging system that shows you how to create LINQ applications with Visual Studio 2008.

(more…)


Full download


Posted: February 15th, 2008, 3:13am CET by tech-geek

Tags  [edit]

Beginning C# 2008 Databases: From Novice to ProfessionalAssuming only basic knowledge of C# 2008, Beginning C# 2008 Databases teaches all the fundamentals of database technology and database programming readers need to quickly become highly proficient database users and application developers.

A comprehensive tutorial on both SQL Server 2005 and ADO.NET 3.0, Beginning C# 2008 Databases explains and demonstrates how to create database objects and program against them in both T-SQL and C#. Full of practical, detailed examples, it’s been fully revised and updated for C# 2008 and offers the most complete, detailed, and gentle introduction to database technology for all C# programmers at any level of experience.

  • Comprehensively and concisely explains fundamental database concepts and programming techniques
  • Rich in working examples of both T-SQL and C# programs
  • Covers all the features most database programming ever requires
What you’ll learn
  • How relational databases work and how to use them
  • How C# uses ADO.NET to access databases
  • How to write stored procedures in T-SQL and call them from C# programs
  • How to use XML in database applications
  • How to use LINQ to simplify C# database programming
  • How to install SQL Server 2005 Express and Visual C# 3.0
  • Express and use them to teach yourself database programming by doing it

(more…)


Full download


Posted: February 15th, 2008, 3:09am CET by tech-geek

Tags  [edit]

With Examples in SQL ServerBuilding a Data Warehouse: With Examples in SQL Server describes how to build a data warehouse completely from scratch and shows practical examples on how to do it. Author Vincent Rainardi also describes some practical issues he has experienced that developers are likely to encounter in their first data warehousing project, along with solutions and advice. The RDBMS used in the examples is SQL Server; the version will not be an issue as long as the user has SQL Server 2005 or later.

The book is organized as follows. In the beginning of this book (Chapters 1 through 6), you learn how to build a data warehouse, for example, defining the architecture, understanding the methodology, gathering the requirements, designing the data models, and creating the databases. Then in Chapters 7 through 10, you learn how to populate the data warehouse, for example, extracting from source systems, loading the data stores, maintaining data quality, and utilizing the metadata. After you populate the data warehouse, in Chapters 11 through 15, you explore how to present data to users using reports and multidimensional databases and how to use the data in the data warehouse for business intelligence, customer relationship management, and other purposes. Chapters 16 and 17 wrap up the book: After you have built your data warehouse, before it can be released to production, you need to test it thoroughly. After your application is in production, you need to understand how to administer data warehouse operation.

What you’ll learn
  • A detailed understanding of what it takes to build a data warehouse
  • The implementation code in SQL Server to build the data warehouse
  • Dimensional modeling, data extraction methods, data warehouse loading, populating dimension and fact tables, data quality, data warehouse architecture, and database design
  • Practical data warehousing applications such as business intelligence reports, analytics applications, and customer relationship management

(more…)


Full download


Posted: February 15th, 2008, 2:53am CET by tech-geek

Tags  [edit]

How to Do Everything with Your Web 2.0 BlogIncorporate the hottest new Web technologies into your blog! How to Do Everything with Your Web 2.0 Blog makes it easy to choose the blogging tools that are best for you and master the basics of blog design and template manipulation. You'll learn how to add different Web 2.0 services to your blog, including images, video, audio, forums, tags, wikis, and even money-making features. It's time to take your blog to the next level and get more hits, more fans, more friends, and more customers.

  • Learn about different blogging tools, including Blogger, TypePad, WordPress, and ExpressionEngine
  • Customize your blog's design by editing templates and style sheets
  • Share your blog headlines and story feeds via RSS and Atom
  • Add photos, video, and audio–including podcasts–to your blog
  • Drive traffic to your site with tagging, social bookmarking, and ranking services
  • Collaborate with users through wikis
  • Promote visitor participation using forums, community blogs, and newsletters
  • Make money through your blog with Google AdSense, Amazon, and other affiliate programs
  • Track, optimize, maintain, and back up your blog 

(more…)


Full download


Posted: February 15th, 2008, 2:51am CET by tech-geek

Tags  [edit]

How to Do Everything with Google ToolsGet the most out of Google products and services with help from this easy-to-use guide. How to Do Everything with Google Tools shows you that Google is so much more than a search engine, offering other features such as shopping, mapping, blogging, advertising, and much more. You'll also learn to use the email, communication, document, and spreadsheet tools that make up Google Apps. This book shows you how to maximize the Google tools that can make your work more efficient, your business more profitable, and your online experience more fun.

  • Shop on Google Product Search and streamline purchasing with Google Checkout
  • Navigate with Google Maps and Google Earth–or create custom maps
  • Communicate on Google Groups and with Google Talk
  • Manage and share photos and other images with Picasa
  • Promote your business with AdWords
  • Make money on your site by hosting AdSense ads
  • Customize your online experience with iGoogle, Google Notebook, Web Accelerator, and Google Desktop
  • Make Gmail work for you with custom filters and calendars
  • Use the Google Documents & Spreadsheets program
  • Design Web sites with Google Page Creator
  • Create and manage a blog with Google Blogger

(more…)


Full download