Sign up for PayPal and start accepting credit card payments instantly.

21 March 2009

A Developer's Guide to Data Modeling for SQL Server: Covering SQL Server 2005 and 2008 (Addison-Wesley Microsoft Technology Series)


“Eric and Joshua do an excellent job explaining the importance of data modeling and how to do it correctly. Rather than relying only on academic concepts, they use real-world examples to illustrate the important concepts that many database and application developers tend to ignore. The writing style is conversational and accessible to both database design novices and seasoned pros alike. Readers who are responsible for designing, implementing, and managing databases will benefit greatly from Joshua’s and Eric’s expertise.”
—Anil Desai, Consultant, Anil Desai, Inc.

“Almost every IT project involves data storage of some kind, and for most that means a relational database management system (RDBMS). This book is written for a database-centric audience (database modelers, architects, designers, developers, etc.). The authors do a great job of showing us how to take a project from its initial stages of requirements gathering all the way through to implementation. Along the way we learn how to handle some of the real-world design issues that typically surface as we go through the process.

“The bottom line here is simple. This is the book you want to have just finished reading when your boss says ‘We have a new project I would like your help with.’”
—Ronald Landers, Technical Consultant, IT Professionals, Inc.

“The Data Model is the foundation of the application. I’m pleased to see additional books being written to address this critical phase. This book presents a balanced and pragmatic view with the right priorities to get your SQL server project off to a great start and a long life.”
—Paul Nielsen, SQL Server MVP, SQLServerBible.com

“This is a truly excellent introduction to the database design methodology that will work for both novices and advanced designers. The authors do a good job at explaining the basics of relational database modeling and how they fit into modern business architecture. This book teaches us how to identify the business problems that have to be satisfied by a database and then proceeds to explain how to build a solid solution from scratch.”
—Alexzander N. Nepomnjashiy, Microsoft SQL Server DBA, NeoSystems North-West, Inc.

“A Developer’s Guide to Data Modeling for SQL Server explains the concepts and practice of data modeling with a clarity that makes the technology accessible to anyone building databases and data-driven applications.

“Eric Johnson and Joshua Jones combine a deep understanding of the science of data modeling with the art that comes with years of experience. If you’re new to data modeling, or find the need to brush up on its concepts, this book is for you.”
—Peter Varhol, Executive Editor, Redmond Magazine


Model SQL Server Databases That Work Better, Do More, and Evolve More Smoothly

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.

This book enables you to

* Understand your data model’s physical elements, from storage to referential integrity
* Provide programmability via stored procedures, user-defined functions, triggers, and .NET CLR integration
* Normalize data models, one step at a time
* Gather and interpret requirements more effectively
* Learn an effective methodology for creating logical models
* Overcome modeling problems related to entities, attribute, data types, storage overhead, performance, and relationships
* Create physical models—from establishing naming guidelines through implementing business rules and constraints
* Use SQL Server’s unique indexing capabilities, and overcome their limitations
* Create abstraction layers that enhance security, extensibility, and flexibility

Publisher Addison-Wesley
ISBN 0321497643
Release Date 04 July 2008
Category SQL Server

DOWNLOAD

AMD vs INTEL

AMD vs INTEL, which one is better, find your answer here
indonesian language only


DOWNLOAD

10 March 2009

Creative Photoshop: Digital Illustration and Art Techniques

Creative Photoshop is an exciting new book written by Derek Lea and published by Focal Press.

Derek Lea, one of the world?s top 100 digital artists, shows you how to use Photoshop in unorthodox ways to transform the ordinary into the extraordinary. His work is a unique combination of original photography, traditional illustration, and digital art.

If you are a digital artist, illustrator, cartoonist, graphic artist or designer who is familiar with Photoshop, but want to push the program to the limit, this book is for you! Learn how to get professional results from the paint features in Photoshop. Create sharp illustrations by combining vectors and pixels. Explore less-than-obvious composition methods, and discover the hidden potential in unlikely artistic resources and materials.
This book/CD package provides clear, step-by-step tutorials that make it easy to emulate Lea?s techniques in your own work. With all the images from the book to play with, you?ll be creating stunning artwork in no time!


DOWNLOAD Part I

DOWNLOAD Part II

DOWNLOAD Part III

DOWNLOAD Part IV

Digital Arts Magazine - February 2009




































DOWNLOAD

American Photo Magazine March-April 2009
























DOWNLOAD
MIRROR

The Street Fighter Magazine 01





























DOWNLOAD

C++ GUI Programming with Qt 4, Second Edition


Product Description

The Only Official, Best-Practice Guide to Qt 4.3 Programming
Using Trolltech's Qt you can build industrial-strength C++ applications that run natively on Windows, Linux/Unix, A, and embedded Linux without source code changes. Now, two Trolltech insiders have written a start-to-finish guide to getting outstanding results with the latest version of Qt: Qt 4.3.

Packed with realistic examples and in-depth advice, this is the book Trolltech uses to teach Qt to its own new hires. Extensively revised and expanded, it reveals today's best Qt programming patterns for everything from implementing model/view architecture to using Qt 4.3's improved graphics support. You'll find proven solutions for virtually every GUI development task, as well as sophisticated techniques for providing database access, integrating XML, using subclassing, composition, and more. Whether you're new to Qt or upgrading from an older version, this book can help you accomplish everything that Qt 4.3 makes possible.

Completely updated throughout, with significant new coverage of databases, XML, and Qtopia embedded programming
Covers all Qt 4.2/4.3 changes, including Windows Vista support, native CSS support for widget styling, and SVG file generation
Contains separate 2D and 3D chapters, coverage of Qt 4.3's new graphics view classes, and an introduction to QPainter's OpenGL back-end
Includes new chapters on look-and-feel customization and application scripting
Illustrates Qt 4's model/view architecture, plugin support, layout management, event processing, container classes, and much more
Presents advanced techniques covered in no other book from creating plugins to interfacing with native APIs
Includes a new appendix on Qt Jambi, the new Java version of Qt

DOWNLOAD

Tricks of the Java Programming Gurus


This book is a guide for the experienced Java programmer who wants to take his Java skills beyond simple animation and applets. It will show the reader how to streamline his Java code, how to achieve unique results with undocumented tricks, and how to add advanced level functions to his existing Java programs. - Skilled Java professionals show how to improve garbage collection before and after compilation for improved performance
- Provides a fast-paced guide to advanced Java programming

DOWNLOAD

Data Structures And Algorithms Using Visual Basic .Net


Choosing which data structure and sorting algorithms to use can have a great effect on the speed of the program. This book helps programmers make those choices. This book begins with an introduction to properties and classes in VB.NET. It also describes the creation of a timing test in the VB.NET environment, which is used repeatedly in later chapters to demonstrate how different structures and searching techniques can change program completion time. This little bit of code is the prize inside, since it can be used whenever timing of VB.NET programming is needed...[This book] thoroughly covers the basics, and some more advanced topics of data structures and searching algorithms, using VB.NET with a minimalist approach.

Product Description
Including a tutorial on how to use data structures and algorithms and a reference for implementation using VB.NET and the .NET Framework Class Library, this is the first Visual Basic.NET book to provide a comprehensive discussion of the major data structures and algorithms. Michael McMillan presents arrays and arraylists, linked lists, hash tables, dictionaries, trees, graphs, sorting and searching as well as more advanced algorithms, such as probabilistic algorithms and dynamic programming in an object-oriented fashion. Finally, the professional or student VB.NET programmer has a dedicated reference instead of having to translate material on C++ or Java.

05 March 2009

SAP Query Reporting



SAP Query Reporting is everything an SAP user needs to know to create your own reports in SAP using Query tools, no programming required! Designed as a hands-on learning aid, you will be able to follow along and perform each new skill learned on your own SAP system. The book's tutorial style, step-by-step instruction will teach you everything you need to know to use the SAP Query tools, including its configuration, advanced usage, and integration to Microsoft. Additionally the book gives best business practice recommendations for the technology and internal business use of the tools. Learn to:

* Understand query security, table reads, and table joins
* Perform basic and advanced calculations
* Incorporate pictures and graphics into reports
* Configure shortcuts and tran codes, schedule jobs and email PDFs
* Utilize SAP Reporting with Microsoft Office applications



About the Author

Danielle Larocca Signorile, an independent executive SAP consultant, has written a handful of books on SAP technologies. Danielle is a featured speaker at many SAP conferences throughout the United States. Her articles have been published in multiple trade magazines, including SAP Professional Journal, SAP Insider, and SAP HR Expert, a publication on which she served as an advisor and columnist for the �Ask the Expert� section. Danielle has also been interviewed for HR Executive Magazine. She earned a bachelor of science degree in psychology and holds certificates and certifications for many areas of SAP, including Human Resources, ABAP Programming, and Basis Technologies. Danielle is an ABAP programmer as well as an expert on SAP query-based reporting and the Human Capital Management module. Danielle has documented and instructed people on multiple computer languages and applications, including ABAP, Visual Basic, Electronic Data Interchange (EDI), Oracle, PeopleSoft, and SAP. Danielle is also an avid technical and leisure reader. She is currently working for the 12th-largest employer in the world, Compass Group, as vice president of HR Information Systems for the Americas Division.



Danielle is originally from Massapequa, Long Island, New York. She and her husband James and their chocolate Labrador retriever, Casey, live in Weddington, North Carolina.

DOWNLOAD

Enterprise Management with SAP SEM/ Business Analytics (SAP Excellence)


In order to make strategy happen there is a need for powerful management information systems. SAP focuses on the application of modern business administration concepts, e.g. Value Based Management, the Balanced Scorecard, the Management Cockpit or flexible planning methods.

The book describes the methodology and implementation of a powerful tool for enterprise management. Practical examples show how SAP Strategic Enterprise Management/Business Analytics (SAP SEM/BA) can help to improve cross functional planning, reporting and analyzing. SAP SEM/BA is a leading edge IT-solution for top management and related departments in large enterprises and groups. It demonstrates the state of the art of modern management information and decision support systems.

Publisher Springer-Verlag
Author(s) Peter Mertens
ISBN 3540228063
Release Date 14 February 2005

DOWNLOAD

04 March 2009

Implementing SAP Sales and Distribution



One of the world's leading SAP Sales Distribution consultants delivers the first comprehensive and practical guide to implementing this new module in the R/3 system. Inside this book you'll get complete information on the ins and outs of the software, including basic functions, sales document flow, invoicing, and how the S D module interfaces with other modules. Sales processes and delivery systems are crucial functions in today's businesses and no other Sales Distribution guide can bring you the same focused, reliable advice that's found inside this first-rate user's guidebook.


Publisher McGraw-Hill/Osborne
Author(s) Glynn C. Williams
ISBN 0072124040




DOWNLOAD

SAP NetWeaver For Dummies



* Shows IT directors and managers how to get up and running with Netweaver, SAP's Web services-based business integration and application platform
* SAP, the world's third-largest independent software supplier, has nearly 20,000 corporate customers in 120 countries, including sixty-five percent of the Fortune 100
* Explains how SAP Netweaver can integrate existing applications; serve as the foundation for mySAP Business Suite and SAP xApps; work with .NET, J2EE, and Websphere; and enable portals, collaboration, data management, and development environments
* Offers plain-English explanations along with a dash of humor and fun-the perfect antidote for people overwhelmed by the complex SAP Netweaver documentation
* Cowritten by the SAP technology evangelist for Netweaver, this book provides inside information on new product revisions that will not be available anywhere else
* Includes SAP-provided Netweaver content on CD-ROM.

DOWNLOAD

01 March 2009

Cisco Firewall Video Mentor (Video Learning)


Cisco Firewall Video Mentor is a unique video product that provides you with more than five hours of personal visual instruction from best-selling author and lead network engineer David Hucaby. In the 16 videos presented on the DVD, David walks you through common Cisco? firewall configuration and troubleshooting tasks. Designed to develop and enhance hands-on skills, each 10?30 minute video guides you through essential configuration tasks on the Cisco ASA and FWSM platforms and shows you how to verify that firewalls are working correctly.



Product Description

The Cisco Firewall Video Mentor is an outstanding aide in learning to configure and understand the Cisco Adaptive Security Appliance. Whether you are a newcomer to the ASA or operationally experienced, these videos clearly explain and demonstrate how to configure and manage the ASA from the commandline and from the ASDM GUI.?
?Mark Macumber, Systems Engineer, Cisco

Cisco Firewall Video Mentor is a unique video product that provides you with more than five hours of personal visual instruction from best-selling author and lead network engineer David Hucaby. In the 16 videos presented on the DVD, David walks you through common Cisco? firewall configuration and troubleshooting tasks. Designed to develop and enhance hands-on skills, each 10?30 minute video guides you through essential configuration tasks on the Cisco ASA and FWSM platforms and shows you how to verify that firewalls are working correctly.

Lab Layout:
Each video lab presents objectives, dynamic lab topology diagrams, command syntax overviews, and video captures of command-line input and GUI configuration. All of this is coupled with thorough audio instruction by an industry expert making learning easy and engaging.

Network Animation:
Animated network diagrams show you lab setup, device addressing, and how traffic flows through the network.
Command-Line Interface (CLI) Video:

Video screencasts of ASA and FWSM CLI and the ASDM GUI demonstrate command entry, configuration techniques, and device response.


This video product is part of the Cisco Press? Video Mentor Series. The video products in this series present expert training from industry-leading instructors and technologists. This dynamic learning environment combines animations, screencasts, and audio instruction to help users bridge the gap between conceptual knowledge and hands on application.


System Requirements:

* Microsoft Windows XP, 2000, or Vista
* Apple OS 9 or later
* Linux operating systems that have a web browser with Flash 7 or later plug-in
* Speakers or headphones
* Color display with a minimum 1024x768 resolution
* 1 GHz or faster CPU recommended
* DVD drive

Download RapidShare Part 1
Download RapidShare Part 2
Download RapidShare Part 3
Download RapidShare Part 4
Download RapidShare Part 5
Download RapidShare Part 6
Download RapidShare Part 7
Download RapidShare Part 8
Download RapidShare Part 9
Download RapidShare Part 10
Download RapidShare Part 11

Boson NetSim for CCNP 7.02


The Boson NetSim simulates both switching bridge tables and routing protocol tables to allow you to go OUTSIDE the labs. The Boson NetSim makes it possible to design and configure a network with 40 different router models and three different Catalyst models to choose from. BSCI, BCRAN, BCMSN and CIT labs are available in the current version.

Features included in the Boson NetSim for CCNP
- IPv6 addressing
- OSPFv3 using IPv6 addresses
- Multicasting configuration
- New command parser
- Improved command speed
- Lab compiler application to create your own lab packages
- New structure for the Lab Navigator
- New implementation of OSPF, now with Multi-Area
- Summarization for RIPv2 and EIGRP
- New implementation of the routing table
- Update utility included to download latest files available
- Smaller installer

DOWNLOAD RAPIDSHARE
DOWNLOAD RAPIDSHARE MIRROR
DOWNLOAD KEYGEN ONLY

07 February 2009


Authorized Self-Study Guide

Interconnecting Cisco Network Devices, Part 2 (ICND2)

Third Edition

Foundation learning for CCNA ICND2 Exam 640-816

Steve McQuerry, CCIE® No. 6108

Interconnecting Cisco Network Devices, Part 2 (ICND2), is a Cisco®-authorized, self-paced learning tool for CCNA® foundation learning. This book provides you with the knowledge needed to install, operate, and troubleshoot a small to medium-size branch office enterprise network, including configuring several switches and routers, connecting to a WAN, and implementing network security.

In Interconnecting Cisco Network Devices, Part 2 (ICND2), you will study actual router and switch output to aid your understanding of how to configure these devices. Many notes, tips, and cautions are also spread throughout the book. Specific topics include constructing medium-size routed and switched networks, OSPF and EIGRP implementation, access control lists (ACL), address space management, and LAN extensions into a WAN. Chapter-ending review questions illustrate and help solidify the concepts presented in the book.

Whether you are preparing for CCNA certification or simply want to gain a better understanding of how to build medium-size Cisco networks, you will benefit from the foundation information presented in this book.

Interconnecting Cisco Network Devices, Part 2 (ICND2), is part of a recommended learning path from Cisco that includes simulation and hands-on training from authorized Cisco Learning Partners and self-study products from Cisco Press. To find out more about instructor-led training, e-learning, and hands-on instruction offered by authorized Cisco Learning Partners worldwide, please visit www.cisco.com/go/authorizedtraining.

Steve McQuerry, CCIE® No. 6108, is a consulting systems engineer with Cisco focused on data center architecture. Steve works with enterprise customers in the Midwestern United States to help them plan their data center architectures. He has been an active member of the internetworking community since 1991 and has held multiple certifications from Novell, Microsoft, and Cisco. Before joining Cisco Steve worked as an independent contractor with Global Knowledge, where he taught and developed coursework around Cisco technologies and certifications.

* Review the Cisco IOS® Software command structure for routers and switches
* Build LANs and understand how to overcome problems associated with Layer 2 switching
* Evaluate the differences between link-state and distance vector routing protocols
* Configure and troubleshoot OSPF in a single area
* Configure and troubleshoot EIGRP
* Identify and filter traffic with ACLs
* Use Network Address Translation (NAT) and Port Address Translation (PAT) to conserve IPv4 address space and implement IPv6

* Connect different sites over WANs or the Internet using IPsec VPN, SSL VPN, leased line, and Frame Relay connections

This volume is in the Certification Self-Study Series offered by Cisco Press®. Books in this series provide officially developed self-study solutions to help networking professionals understand technology implementations and prepare for the Cisco Career Certifications examinations.

Publisher Cisco Press
Author(s) Stephen McQuerry
ISBN 1587054639
Release Date 23 February 2008

DOWNLOAD

Interconnecting Cisco Network Devices, Part 1 (ICND1): CCNA Exam 640-802 and ICND1 Exam 640-822 (2nd Edition) (Self-Study Guide)


Interconnecting Cisco Network Devices, Part 1 (ICND1), Second Edition, is a Cisco®-authorized, self-paced learning tool for CCENT™ and CCNA® foundation learning. This book provides you with the knowledge needed to configure Cisco switches and routers to operate in corporate internetworks. By reading this book, you will gain a thorough understanding of concepts and configuration procedures required to build a multiswitch, multirouter, and multigroup internetwork that uses LAN and WAN interfaces for the most commonly used routing and routed protocols.

In Interconnecting Cisco Network Devices, Part 1 (ICND1), you will study installation and configuration information that network administrators need to install and configure Cisco products. Specific topics include building a simple network, Ethernet LANs, wireless LANs (WLANs), LAN and WAN connections, and network management. Chapter-ending review questions illustrate and help solidify the concepts presented in the book.

Whether you are preparing for CCENT or CCNA certification or simply want to gain a better understanding of how to build small Cisco networks, you will benefit from the foundation information presented in this book.

Interconnecting Cisco Network Devices, Part 1 (ICND1), is part of a recommended learning path from Cisco that includes simulation and hands-on training from authorized Cisco Learning Partners and self-study products from Cisco Press. To find out more about instructor-led training, e-learning, and hands-on instruction offered by authorized Cisco Learning Partners worldwide, please visit www.cisco.com/go/authorizedtraining.

Steve McQuerry, CCIE® No. 6108, is a consulting systems engineer with Cisco. He focuses on data center architecture. Steve works with enterprise customers in the Midwestern United States to help them plan their data center architectures. Steve has been an active member of the internetworking community since 1991 and has held multiple certifications from Novell, Microsoft, and Cisco. Prior to joining Cisco, Steve worked as an independent contractor with Global Knowledge where he taught and developed coursework around Cisco technologies and certifications.

* Understand the principles on which basic networks operate
* Explore the operation and configuration of LANs

* Extend the boundaries of the network by implementing and securing wireless connectivity
* Configure routers to provide connectivity between different networks
* Learn about IP addressing number conversion

* Establish WAN interconnectivity using point-to-point links, DSL, and cable services
* Configure Network Address Translation (NAT)

* Use Cisco IOS® commands to determine the layout of a Cisco network topology
* Manage the router startup and work with IOS configuration files and Cisco IOS images

This volume is in the Certification Self-Study Series offered by Cisco Press®. Books in this series provide officially developed self-study solutions to help networking professionals understand technology implementations and prepare for the Cisco Career Certifications examinations.

Publisher Cisco Press
Author(s) Stephen McQuerry
ISBN 1587054620
Release Date 06 January 2008

DOWNLOAD

Todd Lammle's CCNA IOS Commands Survival Guide


To become a Cisco Certified Network Associate (CCNA), you must learn the hundreds of IOS commands used by Cisco routers and switches. This handy reference from Cisco networking authority Todd Lammle is just what you need to master those commands. From a thorough introduction to Cisco’s basic operating system to making the transition to IPv6, Todd Lammle walks you through hundreds of commands with short, to-the-point explanations and plenty of figures and real-world examples.

Publisher Sybex Inc
Author(s) Todd Lammle
ISBN 0470175605
Release Date 28 November 2007

DOWNLOAD

CCNA: Cisco Certified Network Associate Study Guide, 5th Edition (640-801)



Cisco dominates the internetworking hardware market with a more than 80hare of the routers used on the Internet. The Cisco Certified Network Associate (CCNA) certification is the first-tier certification in Cisco's Network Support and Communications & Services tracks and by far its most popular. Cisco continues to add new questions to the item pool, thus making it even more necessary for courseware providers to keep their content up to date. This 5th edition provides general updates that reflect technology developments over the past year, and offers expanded coverage on key topics reflected in the current version of the exam.
Publisher Sybex Inc
Author(s) Todd Lammle
ISBN 0782143911
Release Date 28 January 2005
Page 675

DOWNLOAD