KnowFree
Posted: December 31st, 2008, 9:43am CET by Krenko
Posted: December 31st, 2008, 9:42am CET by Krenko
Posted: December 31st, 2008, 9:41am CET by Krenko
Posted: December 31st, 2008, 9:40am CET by Krenko
Posted: December 31st, 2008, 9:36am CET by Krenko
Joomla! is the world’s hottest open-source content management system, and the winner of the 2006 Open Source CMS Prize.
While Joomla! is packed with features, its greatest quality is that it is extremely extensible, allowing any number of complex applications to be cleanly integrated. Shopping carts, forums, social networking profiles, job boards, and real estate listings are all examples of extensions developers have written for Joomla!. All of these can run off one Joomla! site, while only one database, template, and core need to be maintained. When you build an extension to Joomla!, it will inherit the look and feel of the overall site. Any type of program that can be coded in PHP is a potential component waiting to be written!
Download Here
Posted: December 31st, 2008, 9:36am CET by Krenko
Posted: December 31st, 2008, 9:34am CET by Krenko
Posted: December 31st, 2008, 9:21am CET by Krenko
Posted: December 31st, 2008, 9:19am CET by Krenko
Posted: December 30th, 2008, 11:19am CET by ashwinidubey

Programming Game AI by Example with source code.
by Mat Buckland
ISBN 1-55622-078-2
This easy-to-follow book provides a comprehensive and practical introduction to the basic AI techniques used by game developers, leading you through the process of designing, programming, and implementing intelligent agents for action games using C++.
The objective of the book you hold in your hands is to provide a solid and practical foundation to game AI, giving you the confidence to approach new challenges with excitement and optimism. AI is an enormous topic, so don’t expect to come away from this book an expert, but you will have learned the skills necessary to create entertaining and challenging AI for the majority of action game genres. Furthermore, you will have a sound understanding of the key areas of game AI, providing a solid base for any further learning you undertake. And let me tell you, the learning process is endless!
Being a good game AI programmer is not just about knowing how to implement a handful of techniques. Of course, individual techniques are important, but how they can be made to work together is more vital to the AI development process. To this end, this book spends a lot of time walking you through the design of agents capable of playing a team sports game (Simple Soccer) and a deathmatch type shoot-’em-up (Raven), demonstrating clearly how each technique is used and integrated with others. Furthermore, Simple Soccer and Raven provide a convenient test bed for further experimentation, and within the conclusions of many of the chapters are suggestions for future exploration
link as follows.
link is valid from 30 dec. 2008 till 90 days.
let me know if link is broken or invalid
http://rapidshare.com/files/178075780/Programming_Game_AI_by_Example.rar.html
Posted: December 30th, 2008, 4:48am CET by Krenko

Contemporary societies have increasing dependence on computers and computer networks, and the increasing popularity of mobile computing, have given rise to numerous computer security problems. Yet despite a high proliferation of expert remedies, a viable and comprehensive solution to these security issues remains elusive, and society continues to suffer at the hands of cyber criminals, vandals and hackers.
This authoritative Guide to Computer Network Security explores computer network infrastructures and protocol design security flaws, and discusses current security solutions and best practices in both fixed and mobile computer networks. The book broadly surveys thought-provoking security issues, discussing and raising questions about the impact of new technologies and protocols (with particular emphasis on the rapid growth and skyrocketing interests and use in mobile technologies). It further explores the security threats and vulnerabilities in the current network infrastructure and protocols, and outlines current security efforts. The text assumes a modest familiarity with basic computer programming and networking.
Features:
• Covers the very core of network security, and includes chapters about the very latest in ‘handling disasters’ and ‘security in mobile network systems’
• Presents an in-depth discussion of standardization, again informing the reader on current trends on the topic
• Raises awareness of the security problems in cyberspace, and more particularly, computer network security
• Discusses computer network infrastructure and protocol design flaws and vulnerabilities
• Explores the role of legislation and law enforcement in maintaining computer and computer network security
• Proposes efficient and widely acceptable solutions and best practices to security problems, and encourages readers to investigate other possible solutions
• Alerts the reader to the daunting security problems in increasingly popular mobile network systems
• Includes two types of end-of-chapter exercises: quickly workable questions, as well as more thought-provoking advanced exercises
• Devotes one complete chapter to lab exercises: weekly, semester assignments and hard open-research projects
• Endeavours to use open source software tools throughout
• Provides support materials for lecturers and students such as PowerPoint slides, syllabus suggestions, solutions, instructor manual and student laboratory materials
This text/reference is an invaluable instructional and research tool for undergraduates in computer and information security. It is also a rich resource for practitioners, and professionals looking to gain an understanding of computer network infrastructure and information network security.
Dr Joseph Migga Kizza has also written Computer Network Security and Ethical and Social Issues in the Information Age.
Key Topics:
Network Vulnerabilities
Hostile Scripts
Security Assessment
Authentication
Cryptography
Computer and Network Forensics
Network Security Protocols
Security in Wireless and Sensor Networks
Download here
Posted: December 30th, 2008, 4:45am CET by Krenko
Posted: December 30th, 2008, 4:39am CET by Krenko
Posted: December 30th, 2008, 4:19am CET by Krenko

Since its beginnings, the growth and development of the information systems and technology industry has been limited and shaped by the availability of sufficient numbers of skilled technical and professional workers. Information Systems and Technology Education: From the University to the Workplace presents a multifaceted, global view of the human dynamics of education, supply, demand, and career development in the information systems and technology industry. Information Systems and Technology Education: From the University to the Workplace exhibits a range of cultural and stakeholder perspectives, focusing on the profession, the professionals, the perspectives of students and new graduates, and common issues and challenges ahead. Information Systems and Technology Education: From the University to the Workplace provides an improved synopsis to understand and meet the challenges of providing improved integration between the stakeholders in planning, and improving their contribution to educating and employing an optimal supply of information systems and technology graduates in the decades to come.
Download here
Posted: December 30th, 2008, 4:14am CET by Krenko
Posted: December 30th, 2008, 4:08am CET by Krenko
Posted: December 30th, 2008, 4:05am CET by Krenko
Posted: December 30th, 2008, 4:03am CET by Krenko

The key to accessing the power of every operating system is its application programming interface (API). Visual Basic can access only part of the Windows API without special help. To write
the most powerful possible programs, VB programmers need to work with all of the API. The big problem for VB programmers in trying to do so is that all of the available documentation on the Windows API is written for C++ programmers. In other words, the directions for using the API is written in a language that VB programmers don’t understand.
Dan Appleman’s Win32 API Puzzle Book and Tutorials for Visual BasicProgrammersshows VB programmers how to turbocharge Visual Basic by teaching them how to understand Microsoft’s documentation to control the entire Windows API. Appleman’s unique puzzle format includes 32 sample programs that almostbut don’t quitework. Each puzzle has a solution with an in-depth explanation of the problem, why it occurs, and why the solution works. By avoiding the usual dry “lecture” style so common in technical books, this guide will keep you awakein fact, some of the puzzles may keep you awake nights searching for a solution. And when you’ve finished, you’ll have an understanding of the technology that will qualify you as a true API guru.
With a writing style that combines technical competence, humor, and a bit of “attitude,” Appleman proves once again in this long-awaited complement to his previous bestseller, Visual Basic Programmer’s Guide to the Win32 API, that learning advanced technology can (and should) be fun.
Download here
Posted: December 30th, 2008, 4:02am CET by Krenko
Posted: December 29th, 2008, 7:56am CET by Krenko
Posted: December 29th, 2008, 7:47am CET by Krenko

DNS on Windows NT is a special edition of the classic DNS and BIND, which Microsoft recommends for Windows NT users and administrators. It discusses one of the Internet’s fundamental building blocks: the distributed host information database that’s responsible for translating names into addresses, routing mail to its proper destination, and many other services. As the authors write in the preface, if you’re using the Internet, you’re already using DNS — even if you don’t know it.
This book covers the DNS server in Windows NT 4.0, as updated with Service Pack 3. In addition to covering general issues, like installing, setting up, and maintaining the server, it covers many issues specific to the Windows environment: integration between DNS and WINS, converting from BIND to the Microsoft DNS server, and registry settings. It pays special attention to security issues, system tuning, caching, and zone change notification. It also pays detailed attention to issues like troubleshooting and planning for growth.
Whether you’re an administrator involved with DNS on a daily basis, or a user who wants to be more informed about the Internet and how it works, you’ll find that this book is essential reading.
Topics include:
What DNS does, how it works, and when you need to use it
How to find your own place in the Internet’s name space
Setting up name servers
Using MX records to route mail
Configuring hosts to use DNS name servers
Subdividing domains (parenting)
Securing your name server: preventing unauthorized zone transfers
Mapping one name to several servers for load sharing
Troubleshooting: using nslookup, diagnosing common problems
Download here
Posted: December 29th, 2008, 7:45am CET by Krenko

Andrea diSessa’s career as a scholar, technologist, and teacher has been driven by one important question: can education–in particular, science education–be transformed by the computer so that children can learn more, learn more easily at an earlier age, and learn with pleasure and commitment? This book is diSessa1s informed and passionate affirmative answer to that question. While written at a level that anyone with a good acquaintance with high school science can understand, the book reflects the depth and breadth of the issues surrounding technology in education. Rejecting the simplistic notion that the computer is merely a tool for more efficient instruction, diSessa shows how computers can be the basis for a new literacy that will change how people think and learn. He discusses the learning theory that explains why computers can be such powerful catalysts for change in education, in particular, how intuitive knowledge is the platform on which students build scientific understanding. He also discusses the material and social reasons for the computer’s potential and argues for “two-way literacies,” where everyone is a creator as well as consumer of dynamic and interactive expressive forms. DiSessa gives many examples from his work using the Boxer computer environment, an integrated software system designed to investigate computational literacies.
Download here
Posted: December 29th, 2008, 7:41am CET by Krenko
Posted: December 29th, 2008, 7:36am CET by Krenko
Posted: December 29th, 2008, 7:35am CET by Krenko
Posted: December 29th, 2008, 7:35am CET by Krenko
Posted: December 29th, 2008, 7:34am CET by Krenko
Learn to use all of the powerful features available in SQL Server 2008 quickly and easily. Microsoft SQL Server 2008: A Beginner’s Guide explains the fundamentals of each topic alongside examples and tutorials that walk you through real-world database tasks. Install SQL Server 2008, construct high-performance databases, use powerful Transact-SQL statements, create stored procedures and triggers, and execute simple and complex database queries. Performance tuning, Database Engine security, Business Intelligence, and XML are also covered.
* Set up, configure, and maintain SQL Server 2008
* Build and manage database objects using Transact-SQL statements
* Create stored procedures and user-defined functions
* Optimize database performance, availability, and reliability
* Implement solid security using authentication, encryption, and authorization
* Automate tasks using SQL Server Agent
* Create reliable data backups and perform flawless system restores
* Use all-new SQL Server 2008 Business Intelligence, development, and administration tools
* Learn in detail the SQL Server XML technology (SQLXML)
Download Here
Posted: December 29th, 2008, 7:34am CET by Krenko
Posted: December 29th, 2008, 7:31am CET by Krenko
If you’re a database administrator, you know Microsoft SQL Server 2008 is revolutionizing database development. Get up to speed on SQL Server 2008, impress your boss, and improve your company’s data management — read Microsoft SQL Server 2008 For Dummies!
SQL Server 2008 lets you build powerful databases and create database queries that give your organization the information it needs to excel. Microsoft SQL Server 2008 For Dummies helps you build the skills you need to set up, administer, and troubleshoot SQL Server 2008. You’ll be able to:
* Develop and maintain a SQL Server system
* Design databases with integrity and efficiency
* Turn data into information with SQL Server Reporting Services
* Organize query results, summarizing data with aggregate functions and formatting output
* Import large quantities of data with SSIS
* Keep your server running smoothly
* Protect data from prying eyes
* Develop and implement a disaster recovery plan
* Improve performance with database snapshots
* Automate SQL Server 2008 administration
Microsoft SQL Server 2008 For Dummies is a great first step toward becoming a SQL Server 2008 pro!
Download Here
Posted: December 29th, 2008, 6:15am CET by Krenko
Posted: December 29th, 2008, 6:14am CET by ganelon
What this book will highlight is that there are powerful functionalities in both Excel and Access that can help you go beyond the one dimensional world of either spreadsheet or database. This book will liberate you from the daily grind of routine data practices and help you to explore all the functionality that exists when Excel and Access are brought together. Although both of these applications are powerful tools on their own, combining the functionality of Excel and Access opens up a whole new world of possibilities
In this book, you will find a comprehensive review of the wide range of integration techniques that can be performed using Excel and Access. Through step-by-step instruction, you will explore the benefits of integrating Excel and Access, the differences and similarities between Excel and Access, and some of the common pitfalls of moving and analyzing data across applications.
TABLE OF CONTENT:
Chapter 01 - Getting Excel Data into Access
Chapter 02 - Analyzing Excel Data with Access Queries
Chapter 03 - Sprucing Up Excel Data with Access Reports
Chapter 04 - Using PivotTables and PivotCharts in Access
Chapter 05 - Getting Access Data into Excel
Chapter 06 - Leveraging Macros in Excel and Access
Chapter 07 - VBA Fundamentals
Chapter 08 - Using VBA to Move Data Between Excel and Access
Chapter 09 - Exploring Excel and Access Automation
Chapter 10 - Integrating Excel and Access with XML
Chapter 11 - Integrating Excel and Other Office Applications
Download from Rapidshare
Download from Ifile
password:knowfree.net
Posted: December 29th, 2008, 4:24am CET by Krenko
Posted: December 29th, 2008, 4:21am CET by Krenko
Posted: December 29th, 2008, 4:13am CET by Krenko
Effective data modeling is essential to ensuring that your databases will perform well, scale well, and evolve to meet changing requirements. However, if you’re modeling databases to run on Microsoft SQL Server 2008 or 2005, theoretical or platform-agnostic data modeling knowledge isn’t enough: models that don’t reflect SQL Server’s unique real-world strengths and weaknesses often lead to disastrous performance.
A Developer’s Guide to Data Modeling for SQL Server is a practical, SQL Server-specific guide to data modeling for every developer, architect, and administrator. This book offers you invaluable start-to-finish guidance for designing new databases, redesigning existing SQL Server data models, and migrating databases from other platforms.
You’ll begin with a concise, practical overview of the core data modeling techniques. Next, you’ll walk through requirements gathering and discover how to convert requirements into effective SQL Server logical models. Finally, you’ll systematically transform those logical models into physical models that make the most of SQL Server’s extended functionality. All of this book’s many examples are available for download from a companion Web site.
Download Here
Posted: December 29th, 2008, 4:12am CET by Krenko
Database professionals will find that this new edition aids in mastering the latest version of Microsofts SQL Server. Developers and database administrators (DBAs) use SQL on a daily basis in application development and the subsequent problem solving and fine tuning. Answers to SQL issues can be quickly located helping the DBA or developer optimize and tune a database to maximum efficiency.
Basic questions are easily located on the topics of filtering, sorting, operators, conditionals, pseudo columns, single row functions, joins, grouping functions, sub queries, composite queries, hierarchies, flashback queries, parallel queries, expressions and regular expressions. Assistance on DML, data types (including collections), XML, DDL for basic database objects such as tales, views and indexes, partitioning, and security is also considered.
Download Here
Posted: December 29th, 2008, 4:12am CET by Krenko
Posted: December 29th, 2008, 4:11am CET by Krenko
Posted: December 26th, 2008, 4:15am CET by Krenko

Product Description:
Every Windows user has spent hours trying to figure out ways to optimize system performance. And each of those same users has most likely been frustrated by that process. Understanding Win 9x and tuning it to be more efficient, whether for desktop applications or video-intensive games, can be very time-consuming. This book gives you the tips and tricks you’ll need to make your system run faster than ever before, and you won’t find them in any Windows documentation. Do you really need Internet Explorer? Can you use an alternative shell that will give you a better Windows experience? Maybe you’re wondering if you need a hardware upgrade or if you can tweak your existing system to work faster instead and save you a lot of unnecessary expense? Optimizing Windows for Games, Graphics and Multimedia will answer these questions and save you wasted hours of searching and experimenting on your own computer to find the practical solutions you’re looking for. This book covers:
* General concepts of conserving memory and CPU cycles, processor speed, and disk optimization
* Speeding application launch times
* Utilities bundles and which one is right for fine-tuning your system
* Benefits of partitioning your drive and what tools you need to do it
* What to look for in uninstallers and how to use this valuable maintenance tool strategically
* Replacement Windows shells like Program Manager and freeware shells like EVWM and LiteStep
* Optimizing DOS sessions and Dial-up networking
Download Here
Posted: December 22nd, 2008, 9:41am CET by netramat18
Posted: December 22nd, 2008, 9:34am CET by kokoko
Do you have an idea for a Facebook application? With FBML Essentials, you’ll learn how to build it quickly using the Facebook Markup Language (FBML) and other easy-to-use tools in the site’s framework. If you can develop a website with HTML, writing a Facebook application with the help of this book will be a breeze. Of course, Facebook is not just another website. Any applications you write for it will have a potential audience of 16 million dedicated users. It’s not just another social networking site, either. Under the surface, Facebook is pretty sophisticated, with a development toolkit that includes it’s own modified version of HTML — FBML — to customize the look and feel of your Facebook applications. With FBML Essentials, you not only learn how to get started with this toolkit, you also get a complete reference on every FBML tag Facebook has ever written, with examples of how each tag works and advice on the best ways to use these tags in your code. This book includes: A walkthrough of a sample Facebook application Design rules for using images, CSS, JavaScript, and forms Specific chapters on tags — authorization tags, logic tags, user/group tags, profile-specific tags, and more Messaging and alerts using FBML Creating forms with FBML Facebook navigation Notifications and requests Dynamic FBML attributes, including MockAJAX How to test your FBML code A chapter on FBJS, Facebook’s version of JavaScript
If you want to try your hand at writing a Facebook application, you have a willing audience, an easy-to-use toolkit, and the perfect guide to get you started. FBML Essentials will help you take your idea from conception to working application in no time.
download here
Posted: December 22nd, 2008, 9:33am CET by kokoko
Posted: December 22nd, 2008, 9:32am CET by kokoko
Your one-stop Dreamweaver reference, filled with the latest tips and techniques
Whether you’re new to Web site development or simply want to learn all the cool new stuff in Dreamweaver CS4, this book has what you need in one convenient package. It gets you going with Dreamweaver basics and the essentials of a good Web site, and then shows you how to add zing with Spry effects, set up Contribute, build dynamic pages, and more!
Learn the landscape — get familiar with the workspace, use the toolbars and panels, and set preferences
Wow them with your site — plan, design, build, and manage a site that meets your audience’s expectations
Make it shine — add Flash® files, movies, and sound, and keep your site updated with Cascading Style Sheets
Snip, snip — create and use code snippets and history panel commands
Layer it on — explore the versatility of layers and use them with CSS, JavaScript® behaviors, or Flash movies
Keep it clean — review source formatting and clean up your code to avoid errors when publishing your site
Go configure — extend your site with Web applications and configure database connections using PHP, ASP.NET, or ColdFusion®
Dynamic data — make your site shine with dynamic content and forms
download here
Posted: December 22nd, 2008, 9:29am CET by -cosmos-
Posted: December 22nd, 2008, 9:18am CET by ganelon
Packed with procedures, tips, tricks, techniques, and ideas, this guide provides comprehensive, coverage of the revamped Excel interface, new file formats, enhanced interactivity with other Office applications, and upgraded collaboration features.
This power-user’s guide is packed with procedures, tips, and ideas for expanding Excel’s capabilities with Visual Basic for Applications. Excel 2007 has a few new tricks up its sleeve, and John Walkenbach helps you make the most of them all. You’ll learn to customize Excel UserForms, develop new utilities, use VBA with charts and PivotTables, and create event-handling applications. Work with VBA subprocedures and function procedures, facilitate interactions with other applications, build user-friendly toolbars, menus, and help systems, and much more. Get ready to make Excel do your bidding.
This book focuses on Visual Basic for Applications (VBA), the programming language built into Excel (and other applications that make up Microsoft Office). More specifically, it will show you how to write programs that automate various tasks in Excel. This book covers everything from recording simple macros through creating sophisticated user-oriented applications and utilities. This book does not cover Microsoft Visual Studio Tools for Office (VSTO). VSTO is a relatively new technology that uses Visual Basic .NET and Microsoft Visual C#. VSTO can also be used to control Excel and other Microsoft Office applications.
You can use this book any way that you please. If you choose to read it from cover to cover, be my guest. But because I’m dealing with intermediate-to-advanced subject matter, the chapter order is often immaterial. I suspect that most readers will skip around, picking up useful tidbits here and there. If you’re faced with a challenging task, you might try the index first to see whether the book specifically addresses your problem.
TABLE OF CONTENT:
Chapter 01 - Excel 2007-Where It Came From
Chapter 02 - Excel in a Nutshell
Chapter 03 - Formula Tricks and Techniques
Chapter 04 - Understanding Excel’s Files
Chapter 05 - What Is a Spreadsheet Application?
Chapter 06 - Essentials of Spreadsheet Application Development
Chapter 07 - Introducing Visual Basic for Applications
Chapter 08 - VBA Programming Fundamentals
Chapter 09 - Working with VBA Sub Procedures
Chapter 10 - Creating Function Procedures
Chapter 11 - VBA Programming Examples and Techniques
Chapter 12 - Custom Dialog Box Alternatives
Chapter 13 - Introducing UserForms
Chapter 14 - UserForm Examples
Chapter 15 - Advanced UserForm Techniques
Chapter 16 - Developing Excel Utilities with VBA
Chapter 17 - Working with Pivot Tables
Chapter 18 - Working with Charts
Chapter 19 - Understanding Excel’s Events
Chapter 20 - Interacting with Other Applications
Chapter 21 - Creating and Using Add-Ins
Chapter 22 - Working with the Ribbon
Chapter 23 - Working with Shortcut Menus
Chapter 24 - Providing Help for Your Applications
Chapter 25 - Developing User-Oriented Applications
Chapter 26 - Compatibility Issues
Chapter 27 - Manipulating Files with VBA
Chapter 28 - Manipulating Visual Basic Components
Chapter 29 - Understanding Class Modules
Chapter 30 - Working with Colors
Chapter 31 - Frequently Asked Questions about Excel Programming
Appendix A - Excel Resources Online
Appendix B - VBA Statements and Functions Reference
Appendix C - VBA Error Codes
Download from RAPIDSHARE
Download from IFILE
password:knowfree.net
Posted: December 18th, 2008, 4:15pm CET by kfadmin
Posted: December 15th, 2008, 7:19pm CET by kfadmin
Posted: December 13th, 2008, 4:56am CET by mcfee
Posted: December 13th, 2008, 4:18am CET by -cosmos-
“The computer can do more than show us pretty pictures. [It] can optimize, backtest, prove or disprove old theories, eliminate the bad ones and make the good ones better. Cybernetic Trading Strategies explores new ways to use the computer and finds ways to make a valuable machine even more valuable.” –from the Foreword by John J. Murphy.
Until recently, the computer has been used almost exclusively as a charting and data-gathering tool. But as traders and analysts have quickly discovered, its capabilities are far more vast. Now, in this groundbreaking new book, Murray Ruggiero, a leading authority on cybernetic trading systems, unlocks their incredible potential and provides an in-depth look at the growing impact of advanced technologies on intermarket analysis. A unique resource, Cybernetic Trading Strategies provides specific instructions and applications on how to develop tradable market timing systems using neural networks, fuzzy logic, genetic algorithms, chaos theory, and machine induction methods.
DOWNLOAD HERE
Posted: December 12th, 2008, 5:36am CET by kfadmin

Server virtualization promises a new way of doing things, by dissolving old IT barriers and constraints.
It’s time to look for ways to extend the benefits of virtualization company-wide. In this white paper, we will discuss how to implement innovative, cost-effective solutions for application availability, business continuity, rapid provisioning, and end-to-end visibility and management across virtual and physical environments.
Free Guide: Download Here
Posted: December 12th, 2008, 3:55am CET by -cosmos-
Posted: December 12th, 2008, 3:50am CET by -cosmos-
Posted: December 10th, 2008, 6:33am CET by -cosmos-
Posted: December 10th, 2008, 5:20am CET by -cosmos-
Posted: December 10th, 2008, 5:08am CET by -cosmos-
Posted: December 10th, 2008, 5:03am CET by -cosmos-
Posted: December 10th, 2008, 4:57am CET by -cosmos-
Posted: December 10th, 2008, 4:33am CET by -cosmos-
Posted: December 8th, 2008, 8:56pm CET by kfadmin
Posted: December 8th, 2008, 6:01am CET by -cosmos-
Posted: December 8th, 2008, 6:01am CET by -cosmos-
Posted: December 8th, 2008, 5:54am CET by -cosmos-
Posted: December 8th, 2008, 5:50am CET by ganelon
What does this book do? This book addresses interface and screen design from the user’s perspective, spelling out hundreds of guidelines for good design in a clear and concise manner. It blends the results of screen design research, knowledge concerning people, knowledge about the hardware and software capabilities of the interface, and my practical experience, which now spans 45 years in display-based systems.
This book’s first objective is to present the important practical guidelines for good interface and screen design. It is intended as a ready reference source for all graphical and Web systems. The guidelines reflect a mix of human behavior, science, and art, and are organized within the context of the GUI design process.
The book’s other objective is to provide materials that, when applied, will allow our users to become more productive—and more satisfied—using the interfaces we produce. A satisfied user also means, of course, a satisfied designer.
TABLE OF CONTENT
Part I : The User Interface
Chapter 1 - The Importance of the User Interface.
Chapter 2 - Characteristics of Graphical and Web User Interface.
Part II : The User Interface Design Process
Step 01 - Know Your User or Client.
Step 02 - Understand the Business Function.
Step 03 - Understand the Principles of Good Interface and Screen Design.
Step 04 - Develop System Menus and Navigation Schemes.
Step 05 - Select the Proper Kinds of Windows.
Step 06 - Select the Proper Interaction Devices.
Step 07 - Choose the Proper Screen-Based Controls.
Step 08 - Write Clear Text and Messages.
Step 09 - Provide Effective Feedback and Guidance and Assistance.
Step 10 - Provide Effective Internationalization and Accessibility.
Step 11 - Create Meaningful Graphics, Icons, and Images.
Step 12 - Choose the Proper Colors.
Step 13 - Organize and Layout Windows and Pages.
Step 14 - Test, Test, and Retest.
Download from Rapidshare
Ifile mirror
password:knowfree.net
Posted: December 8th, 2008, 3:40am CET by nadimpay
The Best Fully Integrated Study System Available for CCENT Exam
640-822
With hundreds of practice questions and hands-on exercises, CCENT
Cisco Certified Entry Networking Technician Study Guide covers what
you need to know–and shows you how to prepare–for this
challenging exam.
100% complete coverage of all official objectives for exam 640-822:
–Exam Readiness Checklist at the front and back of the book–
you’re ready for the exam when all objectives on the list are
checked off
–Inside the Exam sections in every chapter highlight key exam
topics covered
–Simulated exam questions match the format, tone, topics, and
difficulty of the real exam
Covers all CCENT exam topics, including:
OSI Reference Model . TCP/IP . Network Media and Devices . Ethernet
Standards . Switching . Routing . IP Addressing . IP Address
Subnetting . IOS and Configuration Files . CLI . Cisco Switch and
Router Configuration . WANs and WLANs . Applications, Security, and
Troubleshooting
CD-ROM includes:
–Practice test engine, powered by Boson, featuring: 100 practice
exam questions; Detailed answers with explanations; Chapter quizzes
and real exam environment simulations
–Score Report performance assessment tool
–Interactive network simulation software, powered by Boson with
simulated lab exercises
–15+ instructional video clips
–Electronic book for studying on the go
Download Here
Posted: December 6th, 2008, 4:34am CET by -cosmos-
Posted: December 5th, 2008, 9:39am CET by -cosmos-
Posted: December 5th, 2008, 9:38am CET by -cosmos-
Posted: December 5th, 2008, 9:37am CET by nadimpay
Digital Image Processing Using MATLAB is the first book that provides a balanced treatment of image processing fundamentals and the software principles used in their practical implementation. The book integrates material from the leading text, Digital Image Processing by Gonzalez and Woods, and the Image Processing Toolbox of the MathWorks. Inc., a recognized leader in scientific computing. The Image Processing Toolbox provides a stable, well-supported set of software tools for addressing a broad range of applications in digital image processing. A unique feature of this hook is its emphasis on showing how to enhance those tools by the development of new code. This is important in image processing, where there is a need for extensive experimental work in order to arrive at acceptable problem solutions.
After an introduction to the fundamentals of MATLAB programming, the book addresses the mainstream areas of image processing. Areas covered include intensity transformations, linear and nonlinear spatial filtering, filtering in the frequency domain, image restoration and registration, color image processing, wavelets, image data compression, morphological image processing, image segmentation, regions and boundary representation and description, and object recognition.
Some Highlights
* The book is self-contained.
* Over 60 new image processing functions are developed—a 35% increase over the comprehensive set of functions in the Image Processing Toolbox.
* A fully documented listing of every new function developed is included in the book.
* Using C code with MATLAB is covered in detail.
* There are 114 examples, over 400 images, and over 150 graphs and line drawings that enhance the discussion of the material.
* All MATLAB, Image Processing Toolbox, and new functions used in the book, are conveniently summarized in an appendix.
* The design of graphical user interfaces (GUIs) is covered in detail.
* A book web site provides complimentary support.
Download Here
Posted: December 5th, 2008, 9:31am CET by -cosmos-
Posted: December 4th, 2008, 7:58pm CET by kfadmin
Get all the Facts and See How to Implement a Successful Vulnerability Management Program.
As a business owner, or someone responsible for network security within your organization, you need to understand how to prevent attacks and eliminate network weaknesses that leave your business exposed and at risk.
Vulnerability Management for Dummies arms you with the facts and shows you how to implement a successful Vulnerability Management program. Whether your network consists of just a handful of computers or thousands of servers distributed around the world, this 5-part book will help:
- Explain the critical need for Vulnerability Management (VM)
- Detail the essential best-practice steps of a successful VM Program
- Outline the various VM Solutions - including the pros & cons of each
- Highlight the award-winning QualysGuard VM solution
- Provide a 10-point checklist for removing vulnerabilities from your key resources
Download Vulnerability Management for Dummies ebook here
Posted: December 4th, 2008, 6:50am CET by Mr. Juicy

From the book that’s sold 4 million copies in 17 languages, internationally renowned body language expert Allan Pease tells you how to “read the thoughts” of friends, business colleagues, and partners. Using real-life situations Allan and Barbara Pease let you into the secrets of human behaviour from courtship, party situations, business interviews and many other day to day situations.”
Body language is easy to pick up and fun to use. It is a scientific fact that people’s gestures give away their true intentions. Every person’s body language very often reveals that what they say is different from what they think or feel. Yet most of us don’t know how to read body language and don’t realize how our own physical movements speak to others. Now the world’s foremost experts on the subject share their techniques for reading body language signals to achieve success in every area of life. Filled with fascinating insights, humorous observations, and simple strategies that you can apply to any situation, this intriguing book will enrich your communication with and understanding of others as well as yourself. It is a must for anybody whose business or personal life involves face-to-face interaction with other people.
This book shows:
-The most common gestures of liars
-How to make a positive impression on others
-How to interview and negotiate successfully
-How to bond quickly and get others to co-operate
-How to use body language to get what you want
-How to recognize love-signs and power-plays
This is a repost from Seeder.DE’s article
Download Ebook Here
Download Audio Disc 1 Here
Download Audio Disc 2 Here
Download Audio Disc 3 Here
Password:knowfree.net
Posted: December 4th, 2008, 6:49am CET by namanhem
VTC - Adobe Photoshop Image Restoration Tutorial
4.5 hrs | 77 Lessons | 135 MB | More Details Inside
Author: Phil Hawkins
SKU: 33473
ISBN: 1932072705
Release Date: 2004-01-27
Duration: 4.5 hrs / 77 lessons
Captions: For Online University members only
Compatibility: Vista/XP/2000, OS X, Linux
QuickTime 7, Flash 8
Title Description
Introduction
Welcome (03:26)
File Manipulation - File/Folder Organization (04:00)
Resolution (05:23)
Color Depth/DMAX/S/R Ratings (05:21)
Flatbed/Slide and Drum Scanners (04:06)
How to Scan Images (05:07)
Digital Cameras - Imaging Concepts (04:26)
Image Types
TIFF/JPG (04:05)
PSD (Photoshop) Files (02:32)
Adjusting Contrast with the Levels Dialog Box (01:46)
Curves (04:20)
Download:
VTC.Course.-.Adobe.Photoshop.Image.Restoration.part1.rar
http://rapidshare.com/files/167113465/VTC.Course.-.Adobe.Photoshop.Image.Restoration.part1.rar
VTC.Course.-.Adobe.Photoshop.Image.Restoration.part2.rar
http://rapidshare.com/files/167113460/VTC.Course.-.Adobe.Photoshop.Image.Restoration.part2.rar
VTC.Course.-.Adobe.Photoshop.Image.Restoration.part3.rar
http://rapidshare.com/files/167113468/VTC.Course.-.Adobe.Photoshop.Image.Restoration.part3.rar
VTC.Course.-.Adobe.Photoshop.Image.Restoration.part4.rar
http://rapidshare.com/files/167113466/VTC.Course.-.Adobe.Photoshop.Image.Restoration.part4.rar
VTC.Course.-.Adobe.Photoshop.Image.Restoration.part5.rar
http://rapidshare.com/files/167113587/VTC.Course.-.Adobe.Photoshop.Image.Restoration.part5.rar
VTC.Course.-.Adobe.Photoshop.Image.Restoration.part6.rar
http://rapidshare.com/files/167113594/VTC.Course.-.Adobe.Photoshop.Image.Restoration.part6.rar
VTC.Course.-.Adobe.Photoshop.Image.Restoration.part7.rar
http://rapidshare.com/files/167113577/VTC.Course.-.Adobe.Photoshop.Image.Restoration.part7.rar
Posted: December 4th, 2008, 6:44am CET by namanhem
Foundation Rails 2 takes you through your first steps in Rails, explaining in plain English how to start building dynamic web applications. And there’s never been a better time to jump in to the Rails world, as the release of Rails 2 is a major evolutionary leap forward from previous versions.
Unlike other Rails books, this book doesn’t throw you into the deep end right away in the hopes that you’ll learn to swim. Instead, we’ll start out with the basics and continually expand your knowledge until, by the end of the book, we’re building a Rails application with dynamic features such as user registration, geocoding, filtering results with AJAX, RSS feeds, and an XML interface. Meanwhile, we’ll talk about the important issues that other books often leave out such as testing your application’s code, securing your application from hackers, optimizing your code for the best performance, and of course, deploying your application.
This book takes a focused approach to guiding you through understanding how the pieces of Rails work individually and how they fit together. Instead of emphasizing boring theoretical discussions, Foundation Rails 2 lets you get your hands dirty with the framework and learn the hows and whys of Rails faster than ever.
We start with a tour of what makes Rails special and why you need to learn it, move into a gentle introduction to the high points of programming in Ruby, and then take a tour of a sample Rails application. Next, we dig deeper into the core components of Rails before building a complete Rails application together. By the end of this book, not only will you know how to build Rails applications but you’ll understand the reasons behind what you do.
In this book, you’ll learn
- The foundations of the Ruby programming language
- The most important Rails philosophies and conventions that speed up web development
- How to make working with databases easy and fun using ActiveRecord
- Automated testing with RSpec to ensure your applications are rock solid
- How to build a complete Rails application with special discussions on security, performance, and deployment
Summary of Contents
- Chapter 1 Why Rails
- Chapter 2 A Short Introduction to Ruby
- Chapter 3 Touring a Rails Application
- Chapter 4 Introducing ActiveRecord
- Chapter 5 Advanced ActiveRecord
- Chapter 6 Presenting the Views
- Chapter 7 Exploring Action Pack: Understanding the Controller
- Chapter 8 Controlling Our Routing
- Chapter 9 Scaffolding and Plug-ins
- Chapter 10 Introduction to Testing with RSpec
- Chapter 11 Building a Complete Application
- Chapter 12 Enhancing Our Application
- Chapter 13 Security and Performance Enhancements
- Chapter 14 Deploying Your Rails Application
- Appendix A Where to Go from Here
- Appendix B Rails Installation
- Appendix C Database Design 101
Download:
FoundRail.rar
http://rapidshare.com/files/168564300/FoundRail.rar
Posted: December 4th, 2008, 6:43am CET by -cosmos-
Posted: December 4th, 2008, 6:42am CET by namanhem
16th
AUG
VTC Adobe Photoshop Special FX Tutorials
Posted by bandr under Video Training
VTC Adobe Photoshop SpecialFX Tutorials
Adobe Photoshop is the world-standard image-editing solution for print and the web. Virtual Training Company’s Photoshop Special F/X tutorial is targeted at the intermediate to advanced user with a minimum of 60 hours experience, who has taken a 16-hour class, or, ideally, someone who has viewed roughly 70% of the VTC Photoshop tutorial (ISBN # 1930519206).
Over 9 hours of advanced aspects of this application, including color corrections, removing glares and distractions, shadow play, and many other advanced tips and tricks to add to your knowledge of Photoshop. Go ahead and get started by clicking on any of the topics below.
Download:
VTC.Course.-.Adobe.Photoshop.Special.FX.part01.rar
http://rapidshare.com/files/167111938/VTC.Course.-.Adobe.Photoshop.Special.FX.part01.rar
VTC.Course.-.Adobe.Photoshop.Special.FX.part02.rar
http://rapidshare.com/files/167111919/VTC.Course.-.Adobe.Photoshop.Special.FX.part02.rar
VTC.Course.-.Adobe.Photoshop.Special.FX.part03.rar
http://rapidshare.com/files/167111918/VTC.Course.-.Adobe.Photoshop.Special.FX.part03.rar
VTC.Course.-.Adobe.Photoshop.Special.FX.part04.rar
http://rapidshare.com/files/167111924/VTC.Course.-.Adobe.Photoshop.Special.FX.part04.rar
VTC.Course.-.Adobe.Photoshop.Special.FX.part05.rar
http://rapidshare.com/files/167112217/VTC.Course.-.Adobe.Photoshop.Special.FX.part05.rar
VTC.Course.-.Adobe.Photoshop.Special.FX.part06.rar
http://rapidshare.com/files/167112348/VTC.Course.-.Adobe.Photoshop.Special.FX.part06.rar
VTC.Course.-.Adobe.Photoshop.Special.FX.part07.rar
http://rapidshare.com/files/167112545/VTC.Course.-.Adobe.Photoshop.Special.FX.part07.rar
Posted: December 2nd, 2008, 11:49am CET by -cosmos-
Posted: December 2nd, 2008, 11:08am CET by -cosmos-
Posted: December 2nd, 2008, 10:15am CET by mcfee

Product Description
In just 24 lessons of one hour or less, you will learn professional techniques to design and build efficient databases and query them to extract useful information. Using a straightforward, step-by-step approach, each lesson builds on the previous one, allowing you to learn the essentials of ANSI SQL from the ground up.
Example code demonstrates the authors’ professional techniques, while exercises written for MySQL offer the reader hands-on learning with an open-source database. Included are advanced techniques for using views, managing transactions, database administration, and extending SQL.
Step-by-step instructions carefully walk you through the most common SQL tasks.
Q&As, Quizzes, and Exercises at the end of each chapter help you test your knowledge.
Notes and Tips point out shortcuts and solutions.
New terms are clearly defined and explained.
Learn how to…
Use SQL-2003, the latest standard for the Structured Query Language
Design and deploy efficient, secure databases
Build advanced queries for information retrieval
Sort, group, and summarize information for best presentation
Tune databases and queries for maximum performance
Understand database administration and security techniques
For more than ten years the authors have studied, applied, and documented the SQL standard and its application to critical database systems.
Ryan Stephens and Ron Plew are entrepreneurs, speakers, and cofounders of Perpetual Technologies, Inc. (PTI), a fast-growing IT management and consulting firm which specializes in database technologies. They taught database courses for Indiana University—Purdue University in Indianapolis for five years and have authored more than a dozen books on Oracle, SQL, database design, and the high availability of critical systems.
Arie D. Jones is Senior SQL Server database administrator and analyst for PTI. He is a regular speaker at technical events and has authored several books and articles.
http://rapidshare.com/files/168278178/Sams.Teach.Yourself.SQL.in.24.Hours.4th.Edition.Jun.2008.pdf
Posted: December 2nd, 2008, 10:13am CET by ganelon
Network Warrior provides a thorough and practical introduction to the entire network infrastructure, from cabling to the routers. What you need to learn to pass a Cisco certification exam such as CCNA and what you need to know to survive in the real world are two very different things. The strategies that this book offers weren ‘t on the exam, but they ‘re exactly what you need to do your job well.
Written by networking veteran with 20 years of experience, Network Warrior provides a thorough and practical introduction to the entire network infrastructure, from cabling to the routers. What you need to learn to pass a Cisco certification exam such as CCNA and what you need to know to survive in the real world are two very different things. The strategies that this book offers weren ‘t on the exam, but they ‘re exactly what you need to do your job well.
Network Warrior takes you step by step through the world of hubs, switches, firewalls, and more, including ways to troubleshoot a congested network, and when to upgrade and why. Along the way, you ‘ll gain an historical perspective of various networking features, such as the way Ethernet evolved. Based on the author ’s own experience as well as those he worked for and with, Network Warrior is a Cisco-centric book, focused primarily on the TCP/IP protocol and Ethernet networks — the realm that Cisco Systems now dominates.
TABLE OF CONTENT:
Part 1 - Hubs, Switches, and Switching
Part 2 - Routers and Routing
Part 3 - Multilayer Switches
Part 4 - Telecom
Part 5 - Security and Firewalls
Part 6 - Server Load Balancing
Part 7 - Quality of Service
Part 8 - Designing Networks
Download here
password:knowfree.net