|
|
Adobe AIR for JavaScript Developers Pocket Guide
This book is the official guide to Adobe ® AIR[TM], written by members of the AIR team. With Adobe AIR, web developers can use technologies like HTML and JavaScript to build and deploy web applications to the desktop. Packed with examples, this book explains how AIR works and features recipes for performing common runtime tasks.
Part of the Adobe Developer Library, this concise pocket guide explains:
* What Adobe AIR is, and the problems this runtime aims to solve
* How to set up your development environment
* The HTML and JavaScript environments within AIR
* How to create your first AIR application using HTML and JavaScript
* Ways to perform an array of common tasks with this runtime
Also included is a guide to AIR packages, classes, and command line tools. Once you understand the basics of building HTML- and JavaScript-based AIR applications, this book makes an ideal reference for tackling specific problems. It offers a quick introduction to a significant new development technology, which lets you combine the reach and ease of the Web with the power of the desktop.
URL :
Code:
http://www.amazon.com/exec/obidos/tg/detail/-/0596518374/
DOWNLOAD
Code:
http://rapidshare.com/files/108749305/OReilly.Adobe.AIR.for.JavaScript.Developers.Pocket.Guide.Apr.2008.chm
|
|
|
Solaris Application Programming (Solaris Series) (Hardcover)
Solaris™ Application Programming is a comprehensive guide to optimizing
the performance of applications running in your Solaris environment.
From the fundamentals of system performance to using analysis and
optimization tools to their fullest, this wide-ranging resource shows
developers and software architects how to get the most from Solaris
systems and applications.
Whether you’re new to performance analysis and optimization or an
experienced developer searching for the most efficient ways to solve
performance issues, this practical guide gives you the background
information, tips, and techniques for developing, optimizing, and
debugging applications on Solaris.
The text begins with a detailed overview of the components that affect
system performance. This is followed by explanations of the many
developer tools included with Solaris OS and the Sun Studio compiler,
and then it takes you beyond the basics with practical, real-world
examples. In addition, you will learn how to use the rich set of
developer tools to identify performance problems, accurately interpret
output from the tools, and choose the smartest, most efficient approach
to correcting specific problems and achieving maximum system
performance.
Coverage includes:
- A discussion of the chip multithreading
(CMT) processors from Sun and how they change the way that developers
need to think about performance
- A detailed introduction to the performance analysis and optimization
tools included with the Solaris OS and Sun Studio compiler
- Practical examples for using the developer tools to their fullest,
including informational tools, compilers, floating point optimizations,
libraries and linking, performance profilers, and debuggers
- Guidelines for interpreting tool analysis output
- Optimization, including hardware performance counter metrics and
source code optimizations
- Techniques for improving application performance using multiple
processes, or multiple threads
- An overview of hardware and software components that affect system
performance, including coverage of SPARC and x64 processors
URL:
Code:
http://www.amazon.com/exec/obidos/tg/detail/-/0138134553/
Download:
Code:
http://rapidshare.com/files/110051685/Prentice.Hall.Solaris.Application.Programming.Jan.2008.pdf
|
|
|
Expert .NET Micro Framework (Expert) (Hardcover)
The Microsoft .NET Micro Framework is a small and efficient .NET runtime
environment used to run managed code on devices that are too small and
resource constrained for Windows CE and the Compact Framework.
Expert .NET Micro Framework will teach you everything you need to know
in order to use the .NET Micro Framework to create effective embedded
applications. It begins with the basics of accessing hardware and
networking before delving deep into the less well–known areas such as
cryptography and globalization, and how to use technologies such as
wireless communication that are not directly supported by the .NET Micro
Framework. This book is a must if you want to get as much as possible
out of the .NET Micro Framework to write powerful embedded applications.
Expert .NET Micro Framework also describes how to use resources, and
write globalized and multilingual embedded applications. You will learn
how to effectively use binary serialization to store data permanently in
flash memory or exchange data with a PDA or PC. Topics like cryptography
and encrypted data exchange with a .NET or Compact Framework application
are covered.
What you’ll learn:
- Describes and compares wireless communication technologies and how
to use them even if they are not directly supported by the .NET Micro
Framework
- Describes the whole class library and features of the .NET Micro
Framework, illustrated by working examples
- Demonstrates how to access hardware components with managed drivers
and write applications with a graphical user interface
- Includes a detailed description of how to effectively extend or
write hardware emulators using undocumented features of the
configuration engine and emulator components
URL:
Code:
http://www.amazon.com/exec/obidos/tg/detail/-/159059973X/
Download:
Code:
http://rapidshare.com/files/110182163/Apress.Expert.dot.NET.Micro.Framework.Apr.2008.pdf
|
|
|
Beginning SQL Queries: From Novice to Professional (Paperback)
Clare Churcher's Beginning SQL Queries is your guide to mastering the
lingua franca of the database industry: the SQL language. Good knowledge
of SQL is crucial to anyone working with databases, because it is with
SQL that you retrieve data, manipulate data, and generate business
results. Knowing how to write good queries is the foundation for all
work done in SQL, and it is a foundation that Clare lays well in her
book.
- Does not bore with syntax!
- Helps you learn the underlying concepts involved in querying a
database, and from there the syntax is easy
- Provides exceptionally clear examples and explanations
- Is academically sound while being practical and approachable
What you’ll learn:
- Write simple queries to extract data from a single table.
- Understand relational algebra and calculus and why they are
important.
- Combine data from many tables into one business result.
- Avoid pitfalls and traps such as Cartesian products and difficulties
with null values.
- Summarize large amounts of data for reporting purposes.
- Apply set theory to the problems of manipulating data and generating
reports.
URL:
Code:
http://www.amazon.com/exec/obidos/tg/detail/-/1590599438/
Download:
Code:
http://rapidshare.com/files/110182526/Apress.Beginning.SQL.Queries.From.Novice.to.Professional.Apr.2008.pdf
|
|
|
Google Guice: Agile Lightweight Dependency Injection Framework, (Firstpress)
Guice (pronounced “Juice”) is the Jolt Award winning, 100% Java icing on
the cake of Java dependency injection. Unlike other popular DI
frameworks such as Spring, Guice fully embraces modern Java language
features and combines simplicity with stunning performance and
developer–friendliness.
Google Guice: Agile Lightweight Dependency Injection Framework will not
only tell you “how,” it will also tell you “why” and “why not,” so that
all the knowledge you gain will be as widely applicable as possible.
Filled with examples and background information, this book is an
invaluable addition to your knowledge of modern agile Java.
- Learn simple annotation–driven dependency injection, scoping and
AOP, and why it all works the way it works.
- Be the first to familiarize yourself with concepts that are likely
to be included in a future Java EE or SE release (through JSR 299).
- Get things done without having to write any XML.
What you’ll learn:
- Find out why dependency injection frameworks solve your problems,
and how Guice fills that gap.
- What Guice can do, can’t do and how to apply that knowledge.
- How Guice compares to popular alternatives like the Spring
Framework.
- What the future has in store, including Guice IDE, the next Guice
version and the standardization of Guice’s concepts through JSR 299.
- How you can build real–world, Guice–powered web applications using
popular frameworks like Wicket or Struts 2.
- How to develop a full stack Guice/Struts 2/Hibernate application.
- What you can really do with modern Java.
URL:
Code:
http://www.amazon.com/exec/obidos/tg/detail/-/1590599977/
Download:
Code:
http://rapidshare.com/files/110182699/Apress.Google.Guice.Agile.Lightweight.Dependency.Injection.Framework.Apr.2008.pdf
|
|
|
Visual Basic 2008 Recipes: A Problem-Solution Approach
Sometimes you just need to solve a problem and get on with your work. To that end, <em>Visual Basic 2008 Recipes</em> is a compendium of practical solutions for busy VB .NET programmers. Create time for the more interesting aspects of your VB .NET project by solving common problems with the practical solutions and dozens of code examples in this book. Important new .NET 3.5 technologies, such as Windows Presentation Framework (WPF) and Language Integrated Query (LINQ), are covered, and each chapter addresses a specific problem domain, including database access, multimedia, XML manipulation, networking, and security. The code is free to download so you can use the recipes immediately.
* Take advantage of quality, ready–made solutions to common Visual Basic programming problems.
* Avoid the tedium of having to reinvent the wheel. Focus instead on the more interesting problems specific to your application.
* Learn from and be inspired by what the authors have done. Use their work as stepping stones to solve even more complex problems.
<h3>What you’ll learn</h3>
* Cleanly separate user–interface logic from business logic through the use of .NET 3.5’s WPF.
* Store data to and retrieve data from your relational database using LINQ.
* Manipulate XML data using LINQ.
* Make your programs dynamically configurable through the judicious application of reflection.
* Take advantage of multiple CPU cores by writing multithreaded applications.
* Integrate multimedia into your Visual Basic projects.
<h3>Who is this book for? </h3>
<em>Visual Basic 2008 Recipes</em> is written for Visual Basic developers who have at least some experience in developing Visual Basic solutions. The book contains recipes appealing to intermediate through advanced developers.
<h3>Related Titles</h3>
* Accelerated VB 2008
* Microsoft SharePoint: Building Office 2007 Solutions in VB 2005
* Beginning Object-Oriented Programming with VB 2005: From Novice to Professional
URL :
Code:
http://www.amazon.com/exec/obidos/tg/detail/-/1590599705/
DOWNLOAD :
Code:
http://rapidshare.com/files/110183578/Apress.Visual.Basic.2008.Recipes.A.Problem.Solution.Approach.Apr.2008.pdf
|
|
|
Chương trình sẽ rèn luyện kỹ năng giao tiếp tự nhiên cho người học thông qua những tình huống minh họa trong văn phòng và cuộc sống hằng ngày, có kèm theo giải thích nền văn hóa bản xứ và kiến thức sử dụng trong từng câu nói. American Master 1.0 được phát triển bởi công ty Việt Sun.
Ngoài học tập các nghiệp vụ và kỹ năng kinh doanh, giao tiếp qua những tình huống ứng xử, phần mềm học tiếng Anh này còn giúp rèn luyện kỹ năng nghe linh hoạt, có thể nghe từng người nói, từng câu... hoặc cả đoạn đàm thoại chỉ bằng một cú click chuột. American Master 1.0 có chức năng luyện nghe bằng giọng nói đời thường, ngữ điệu thật của người bản xứ thông qua các bản tin từ chương trình CNN, VOA...
CD này bao gồm 600 tình huống được dàn dựng trước dưới dạng như giới thiệu sản phẩm, trình hồ sơ cho cấp trên duyệt hoặc ứng xử với khách hàng đang nổi giận... và 70 bài phỏng vấn giúp người học tiếp xúc với kiểu phản ứng tự nhiên, tăng thêm kiến thức kinh doanh và hiểu được văn hóa ứng xử được vận dụng trong từng câu chữ, có giải thích rõ ràng.
American Master 1.0 có các tính năng như nghe - trả lời câu hỏi, nghe - đọc - xem và giải thích, trình diễn dưới dạng PowerPoint cho nhiều người học cùng lúc, chọn ra danh sách các bài học ưa thích nhờ chức năng Favorites và playlist. Ngoài ra, chương trình này còn cho phép người học thực hiện chức năng tìm kiếm với từ khóa là đoạn văn bản hay chỉ một vài từ, tương tự như trong Google.
American Master 1.0 thích hợp cho đối tượng có trình độ tiếng Anh từ sơ cấp trở lên, sẽ chính thức ra mắt vào ngày 2/6 với giá 120.000 đồng, tặng kèm phần mềm tạo ghi chú eNote. Đây là phần mềm nhắc nhở những điều cần nhớ với kích thước của bản ghi chú được thay đổi tùy ý trên màn hình desktop. Ngoài ghi chú các bài đàm thoại, eNote còn cho phép thực hiện chức năng hẹn giờ đổ chuông, gửi ghi chú cho đồng nghiệp qua mạng nội bộ...
Sản phẩm được gói gọn trong 1 CD này chỉ làm việc với màn hình có độ phân giải từ 1.024 x 768 trở lên.
Download
Code:
http://rapidshare.com/files/108852355/AMERICAN_MASTER.part1.rar
http://rapidshare.com/files/108766161/AMERICAN_MASTER.part2.rar
http://rapidshare.com/files/108771610/AMERICAN_MASTER.part3.rar
http://rapidshare.com/files/108780651/AMERICAN_MASTER.part4.rar
http://rapidshare.com/files/108774745/AMERICAN_MASTER.part5.rar
|
|
|
maivanloi wrote:
key thì mình không có vì òn đang vọc mà dung key làm gì bao giơ muốn ứng dụng thì dùng key
mình biết trang nay khà hay họ hay cung câp key và crack ne vn-zoom.com vao trang đó mà ti hiểu
mình nghĩ có cách không ghi ra đĩa mà vẫn chạy rồi reverse ơi! dùng cái soft DEAMON TOOL chạy ngon lắm
còn cach ghi ra đĩa để sau này chạy thì chưa biết vì mình thử ổ thằng bạn ghi thi vào đó vẫn là file ISO thôi mà mình ghi bằng nero 7.0 dưới dạng image hẳn hoi
còn mình ghi mấy cái đĩa chạy từ dos như winXP hay linux .. chạy ngon mà
hi vọng có cách chỉ dạy !@
mọi người giúp mình cái vấn đề ghi đia này nhé
Bro đọc nội quy của box phần mềm giùm 1 cái
Tôi chỉ có lưu Visual Studio 2005 Professional, còn nếu thích 2008 thì đợi khi khác vậy
Code:
http://rapidshare.com/files/59973348/VS2k5noMSDN.part01.rar
http://rapidshare.com/files/59985233/VS2k5noMSDN.part02.rar
http://rapidshare.com/files/60010394/VS2k5noMSDN.part03.rar
http://rapidshare.com/files/60349315/VS2k5noMSDN.part04.rar
http://rapidshare.com/files/60359492/VS2k5noMSDN.part05.rar
http://rapidshare.com/files/60060682/VS2k5noMSDN.part06.rar
http://rapidshare.com/files/60055038/VS2k5noMSDN.part07.rar
http://rapidshare.com/files/60045628/VS2k5noMSDN.part08.rar
http://rapidshare.com/files/60042993/VS2k5noMSDN.part09.rar
http://rapidshare.com/files/60031117/VS2k5noMSDN.part10.rar
|
|
|
puratinoo wrote:
bạn nào có cuốn OpenSSL của O'reilly cho mình link với, thanks! mình có search rồi mà hình như link die rồi
Cuốn này phải không
O'Reilly Network Security with OpenSSL
Code:
http://rapidshare.com/files/109291243/Network.Security.with.OpenSSL.pdf
|
|
|
gagobk wrote:
Mình đang cuốn :configuration guide for asterisk pbx :
url: http://www.amazon.com/Configuration-Guide-Asterisk-Flavio-Goncalves/dp/8590690423
Bạn nào có làm ơn cho mình xin.
Cảm ơn nhiều!!
Tôi chưa tìm quyển sách mà bro cần, tôi chỉ có các quyển sách sau về Asterisk .
Code:
http://rapidshare.com/files/59823001/OReilly.Asterisk.The.Future.of.Telephony.Sep.2005.chm
http://rapidshare.com/files/68640136/Asterisk.The.Future.of.Telephony._2nd.Edition_.pdf
http://rapidshare.com/files/101196965/Packt.Publishing.AsteriskNOW.Mar.2008.pdf
|
|
|
CBT Nuggets Cisco CCNA/CCENT - Exam-Pack 640-822: ICND1
Wouldn't it be cool to walk into a small business that has no network and configure a fairly advanced network from the ground up using Cisco gear? Let the CBT Nuggets' Cisco CCNA/CCENT - Exam-Pack 640-822: ICND1 video series teach you the essential skills for passing the CCENT certification exam and meeting the network support needs of employers and clients.
Successful networking careers begin with Cisco CCENT certification and the fundamental knowledge it represents. Trainer Jeremy Cioara carefully explains the certification process by walking you through CCENT networking basics and mapping those basics directly to the exam. His organized and captivating presentation prepares new users for junior administrator positions and provides managers of any description with a sound understanding of what their technicians are talking about.
You proceed at your own pace, watching videos that break down the CCENT certification process and basic Cisco networking into bite-sized nuggets. Video by video you learn how to install, operate and troubleshoot a small enterprise branch network -- including basic network security.
Cisco CCNA/CCENT - Exam-Pack 640-822: ICND1 shows you how to be a subnetting master, teaches you about switches and routers, helps you understand essential protocols like TCP and UDP, explains cabling and networking, and covers exciting topics like wireless networking and Cisco's SDM graphic interface.
These videos go beyond simply prepping you for the CCENT test (although they're great test prep!). They also teach you skills you'll need day-in and day-out as a networking technician professional. Over and over again you'll draw on these videos as an indispensable reference tool. They also lay a terrific foundation for the follow-up CCNA exam and certification.
Here's what you'll learn from the Cisco CCNA/CCENT - Exam-Pack 640-822: ICND1 videos:
Video 1 - Welcome to the CBTNuggets CCENT video series! - This opening video sets the expectations for the entire CCENT series as well as reviewing the Cisco certification track. Because Jeremy gives many certification exam tips and advice, it is recommended that you view this video once more after finishing the series.
Video 2 - Foundations: What is a Network? - This video answers the question of why. Why do we need a network? What does the network accomplish for us? Without understanding this foundation, the rest of the Cisco certification track will not make much sense.
Video 3 - Foundations: Living in the OSI World - If someone told you, "My car is broken," but was unable to expand on what exactly was broken, you wouldn't know where to begin looking for a solution. In the same sense, networks are an extremely complex system of communicating. The OSI Model holds the key to understanding the layers of network functionality. This video walks through both a logical and practical presentation of the OSI Model.
Video 4 - Basic TCP/IP: Addressing Fundamentals - We live in a TCP/IP world. Having a thorough understanding of this protocol is critical to your success in any network environment. This video breaks down the basics of TCP/IP and discusses concepts such as IP address format, public and private addressing, and address classes. Jeremy also walks you through the reasons why having TWO addresses is the key to successful network communication.
Video 5 - Basic TCP/IP: TCP and UDP Communication - Every network-aware application has a choice to make when it communicates across the network: TCP or UDP. This decision determines how reliable the data transfer will be. This video walks through the discussion of TCP and UDP, focusing specifically on TCP windowing, sequence numbers, and acknowledgements.
Video 6 - TCP/IP: Understanding Port Numbers - Imagine that you wanted to see your friend Dave who lived in a house with 100 other people. As soon as you reached the house, you would open the door and yell, "I'M LOOKING FOR DAVE!!!" Port numbers do exactly the same thing for network communication between devices, allowing you to dictate what service you are trying to reach. This video gives practical examples of using TCP and UDP port numbers when communicating.
Video 7 - Basic TCP/IP: The Tale of Two Packets - To wrap up the section on Basic TCP/IP communication, Jeremy walks you through the "Tale of Two Packets." This gives a big picture perspective on local network communication (the Bob packet) and remote network communication (the Sally packet).
Video 8 - LANs: Welcome to Ethernet - Ethernet defines the standard for LAN communication around the world. Because of this, it is critical to understand the fundamentals of how this "fabric of networks" operates. This video walks through the origins of the Ethernet standard, CSMA/CD (the rules of communication), and the architecture of a MAC address.
Video 9 - LANs: Understanding the Physical Connections - If you've never experienced calloused fingers from crimping Ethernet cables, this video is for you. In it, Jeremy walks through the two primary physical standards of Ethernet: UTP and Fiber Optics, straight-through vs. crossover cables, and an end-to-end picture of cabling in a corporate environment.
Video 10 - LANs: Understanding LAN Switches - Ethernet's use of CSMA/CD allowed it to obtain much faster speeds than its competitor (token ring); however, it also led to many problems with collisions in larger networks. This video walks through the solution to those problems and lays the foundation understanding of how the network switch fits into our network environments.
Video 11 - LANs: Working with the Cisco Switch IOS - Before you can jump right into setting up Cisco switches, you must understand how to work with Cisco's operating system: the IOS. This video walks you through the general navigation and help features of the IOS.
Video 12 - LANs: Initial Setup of a Cisco Switch - With the IOS foundations in place, this video jumps straight into the initial configuration of a Cisco switch. In this video you will see the meaning of the physical LEDs on a switch, the initial boot process and configuration dialog, and the configuration of a VLAN interface.
Video 13 - LANs: Configuring Switch Security, Part 1- Network security has become such a major topic that Cisco has moved much of what used to be considered a CCSP (security professional) topic into the CCENT and CCNA certifications. This video discusses the initial security of your switch, primarily focusing on configuring passwords, logon banners, and SSH.
Video 14 - LANs: Configuring Switch Security, Part 2 - The network security topics continue. In this video, Jeremy walks you through enabling port security for your network, which gives you complete control of the number and type of devices that attach to your network.
Video 15 - LANs: Optimizing and Troubleshooting Switches - It's time to wrap up the world of LAN switching with optimization and troubleshooting. In this video, Jeremy walks through common problems you may encounter when working in a LAN environment. He also interjects a "bonus section" dealing with improving your efficiency on Cisco devices.
Video 16 - Wireless: Understanding Wireless Networking - Wireless networking technology has changed the LAN landscape very quickly. As one of the newest technologies added to the CCENT/CCNA certifications, wireless is almost guaranteed to pop up in organizations of any size. This video discusses the foundations of wireless networks including radio frequency, wireless channels and standards, and the best way to design wireless for your organization.
Video 17 - Wireless: Wireless Security and Implementation - Understanding the foundations of wireless is never enough! Security vulnerabilities have proven more than once that wireless can be devastating to an organization. This video walks through the steps to take to successfully implement and secure a wireless network.
Video 18 - Advanced TCP/IP: Working with Binary - This video begins the move to the world of advanced TCP/IP addressing. More specifically, you will learn the skill of IP subnetting. One of the most foundational skills in subnetting is converting from decimal to binary and back. This video carefully explains this skill and provides many examples to practice.
Video 19 - Advanced TCP/IP: IP Subnetting, Part 1 - The first style of subnetting you'll need to learn is the ability to separate IP addresses into subnets based on the number of networks an organization needs. This video walks through the initial style.
Video 20 - Advanced TCP/IP: IP Subnetting, Part 2 - The second style of subnetting you'll need to learn is the ability to separate IP addresses into subnets based on the number of hosts an organization needs in each network. This video explains this style.
Video 21 - Advanced TCP/IP: IP Subnetting, Part 3 - The final style of subnetting you'll need to learn is the ability to reverse engineer subnets based on the IP address and subnet mask that has been given. This video discusses this final style.
Video 22 - Routing: Initial Router Configuration - Routers are the device that made Cisco famous (as a company). Unlike a switch, when you initially pull a Cisco router out of the box, it is non-operational; that is, you must initially configure the router before it works properly. This video walks through the boot process and initial configuration of a Cisco router.
Video 23 - Routing: SDM and DHCP Server Configuration, Part 1 - For the first time in Cisco certification history, a graphic user interface (GUI) is now used to configure Cisco devices. It's known as the Cisco Security Device Manager, or SDM for short. This video walks through preparing your Cisco router to be managed through the SDM.
Video 24 - Routing: SDM and DHCP Server Configuration, Part 2 - Manually configuring IP addresses on every device in your network can eat up a ton of time. That's why some brilliant individual created the Dynamic Host Configuration Protocol (DHCP). In this video, Jeremy walks through configuring your router to be a DHCP server by using our newly configured SDM.
Video 25 - Routing: Implementing Static Routing - Once the router is initially configured with IP addresses and passwords it will effectively...well, sit there. The router has IP addresses, but it is not routing yet. In this video, Jeremy configures the foundational form of routing known as static routing.
Video 26 - Routing: Implementing Dynamic Routing with RIP - Static routing is great if you are paid by the hour, but dynamic routing works much better when you want to get the job done fast. The RIP routing protocol has definitely been around for quite some time and has proven itself as a stable routing protocol for small network environments. This video walks through the description and configuration of the RIP routing protocol.
Video 27 - Routing: Internet Access with NAT and PAT - Because nearly every organization uses a private IP addressing scheme, routing can occur within the company network, but fails when attempting to access the Internet. That's where Network Address Translation (NAT) comes in to save the day. In this video, Jeremy explains how to use the Cisco SDM to configure your router to support NAT Overload (also known as PAT).
Video 28 - Routing: WAN Connectivity - In addition to providing access between networks, routers also allow us to connect to the Wide Area Network (WAN). This video discusses the types of WAN connections that exist along with the interfaces and configuration used to make that connection possible.
Video 29 - Management and Security: Telnet, SSH, and CDP - At this point, we've wrapped up router-specific discussion and can now move into management and security strategies for all Cisco devices. The key management protocols we use to configure and monitor our devices are Telnet and SSH. This video discusses how you can navigate between Cisco devices using these protocols and also how the Cisco Discovery Protocol (CDP) can help unveil an undocumented network.
Video 30 - Management and Security: File Management - Having the ability to copy files to and from your routers and switches is key to successfully being able to back up configurations and IOS versions. In this video, Jeremy discusses the key file systems of Cisco devices and demonstrates moving files to and from these file systems.
Video 31 - Last Words for Test Takers - To wrap up the CCENT series, Jeremy gives some last words to test-takers on how best to prepare for the ICND1, ICND2, and CCNA certification exams.
On-the-job Cisco network support skills plus prep for the CCNA/CCENT Exam
The CBT Nuggets' Cisco CCNA/CCENT - Exam-Pack 640-822: ICND1 shows you the hands-on skills you need to meet the network support needs of employers and clients. This video series also teaches you the essential skills for passing the CCENT certification exam. Successful networking careers begin with Cisco CCENT certification and the fundamental knowledge it represents.
Prerequisites
A fundamental understanding of computers and networking, such as the CompTIA A+ or Network+ or equivalent knowledge is recommended before viewing this training.
The Cisco CCNA/CCENT - Exam-Pack 640-822: ICND1 contains:
- Welcome to Cisco CCENT! (free video!)
- Foundations: What is a Network?
- Foundations: Living in the OSI World
- Basic TCP/IP: Addressing Fundamentals
- Basic TCP/IP: TCP and UDP Communication
- Basic TCP/IP: Understanding Port Numbers
- Basic TCP/IP: The Tale of Two Packets
- LANs: Welcome to Ethernet
- LANs: Understanding the Physical Connections
- LANs: Understanding LAN Switches
- LANs: Working with the Cisco Switch IOS (free video!)
- LANs: Initial Setup of a Cisco Switch
- LANs: Configuring Switch Security
- LANs: Configuring Switch Security, Part 2
- LANs: Optimizing and Troubleshooting Switches
- Wireless: Understanding Wireless Networking
- Wireless: Wireless Security and Implementation
- Advanced TCP/IP: Working with Binary
- Advanced TCP/IP: IP Subnetting, Part 1
- Advanced TCP/IP: IP Subnetting, Part 2
- Advanced TCP/IP: IP Subnetting, Part 3
- Routing: Initial Router Configuration
- Routing: SDM and DHCP Server Configuration
- Routing: SDM and DHCP Server Configuration, Part 2
- Routing: Implementing Static Routing
- Routing: Implementing Dynamic Routing with RIP
- Routing: Internet Access with NAT and PAT
- Routing: WAN Connectivity
- Management and Security: Telnet, SSH, and CDP
- Management and Security: File Management
- Last Words for Test Takers
All trademarks and copyrights are the property of their respective holders.
Info
Code:
http://www.cbtnuggets.com/webapp/product?id=411
Download Here
Code:
http://rapidshare.com/files/107574919/CBT.NUGGETS.CISCO.CCNA.CCENT.EXAM-PACK.640-822.ICND1-AG.part1.rar
http://rapidshare.com/files/107578419/CBT.NUGGETS.CISCO.CCNA.CCENT.EXAM-PACK.640-822.ICND1-AG.part2.rar
http://rapidshare.com/files/106624725/CBT.NUGGETS.CISCO.CCNA.CCENT.EXAM-PACK.640-822.ICND1-AG.part3.rar
http://rapidshare.com/files/107584579/CBT.NUGGETS.CISCO.CCNA.CCENT.EXAM-PACK.640-822.ICND1-AG.part4.rar
|
|
|
Special Edition Using Microsoft Expression Web 2 (Paperback)
Web design is no longer simply about designing attractive Web pages that
link to each other. Dynamic content, user collaboration, database
integration, diverse content management, and server- and client-side
scripting make up a world that can't be contained on a simple Web page
or site. Web pages, sites, and users all communicate with each other in
ways few could have guessed afew years back. Microsoft obviously had
some ideas about where things were heading with its .NET focus and the
integration of Expression Web with Windows SharePoint Services, the
server technology considered by Microsoft to be the future of Web
content. With the release of Expression Web, the product was positioned
to work with all these elements integrating tightly with the best
Microsoft has to offer. This book is for those web designers who are
building standards-based XHTML Web sites and applications and it
provides information so that professional designers can take advantage
of the best of dynamic Web-site design, which will enable users to
develop web applications. Readers will learn how to create
standards-compliant websites with Expression Web that will work
consistently in all browsers.
URL:
Code:
http://www.amazon.com/exec/obidos/tg/detail/-/0789737841/
Download:
Code:
http://rapidshare.com/files/107570953/Que.Special.Edition.Using.Microsoft.Expression.Web.2.Apr.2008.chm
|
|
|
Windows Server 2008: The Definitive Guide (Paperback)
This practical guide has exactly what you need to work with Windows
Server 2008. Inside, you'll find step-by-step procedures for using all
of the major components, along with discussions on complex concepts such
as Active Directory replication, DFS namespaces and replication, network
access protection, the Server Core edition, Windows PowerShell, server
clustering, and more. All of this with a more compact presentation and a
tighter focus on tasks than you'll find in bulkier references. Windows
Server 2008: The Definitive Guide takes a refreshing approach. You won't
find the history of Windows NT, or discussions on the way things used to
work. Instead, you get only the information you need to use this server.
If you're a beginning or intermediate system administrator, you learn
how the system works, and how to administer machines running it. The
expert administrators among you discover new concepts and components
outside of your realm of expertise. Simply put, this is the most
thorough reference available for Windows Server 2008, with complete
guides to: Installing the server in a variety of different environments
File services and the Windows permission structure How the domain name
system (DNS) works Active Directory, including its logical and physical
structure, hierarchical components, scalability, and replication Group
Policy's structure and operation Managing security policy with
predefined templates and customized policy plans Architectural
improvements, new features, and daily administration of IIS 7 Terminal
Services from both the administrator's user's point of view Networking
architecture including DNS, DHCP, VPN, RADIUS server, IAS, and IPSec
Windows clustering services ---applications, grouping machines, capacity
and network planning, user account management Windows PowerShell
scripting and command-line technology With Windows Server 2008: The
Definitive Guide, you to come away with a firm understanding of what's
happening under the hood, but without the sense that you're taking a
graduate course in OS theory. If you intend to work with this server,
this is the only book you need.
URL:
Code:
http://www.amazon.com/exec/obidos/tg/detail/-/0596514115/
Download:
Code:
http://rapidshare.com/files/106142412/OReilly.Windows.Server.2008.The.Definitive.Guide.Mar.2008.chm
|
|
|
Core Java, Vol. 2: Advanced Features, 8th Edition (Paperback)
The revised edition of the classic Core Java™, Volume II–Advanced
Features, covers advanced user-interface programming and the enterprise
features of the Java SE 6 platform. Like Volume I (which covers the core
language and library features), this volume has been updated for Java SE
6 and new coverage is highlighted throughout. All sample programs have
been carefully crafted to illustrate the latest programming techniques,
displaying best-practices solutions to the types of real-world problems
professional developers encounter.
Volume II includes new sections on the StAX API, JDBC 4, compiler API,
scripting framework, splash screen and tray APIs, and many other Java SE
6 enhancements. In this book, the authors focus on the more advanced
features of the Java language, including complete coverage of:
- Streams and Files
- Networking
- Database programming
- XML
- JNDI and LDAP
- Internationalization
- Advanced GUI components
- Java 2D and advanced AWT
- JavaBeans
- Security
- RMI and Web services
- Collections
- Annotations
- Native methods
For thorough coverage of Java fundamentals–including interfaces and
inner classes, GUI programming with Swing, exception handling, generics,
collections, and concurrency–look for the eighth edition of Core Java™,
Volume I–Fundamentals (ISBN: 978-0-13-235476-9).
URL:
Code:
http://www.amazon.com/exec/obidos/tg/detail/-/0132354799/
Download:
Code:
http://rapidshare.com/files/107589185/Prentice.Hall.Core.Java.Volume.2.Advanced.Features.8th.Edition.Apr.2008.chm
|
|
|
Office 2008 for Macintosh: The Missing Manual (Paperback)
Still the top-selling software suite for Mac users, Microsoft Office has
been improved and enhanced to take advantage of the latest Mac OS X
features. You'll find lots of new features in Office 2008 for Word,
Excel, PowerPoint and Entourage, but not a page of printed instructions
to guide you through the changes. Office 2008 for Macintosh: The Missing
Manual gives you the friendly, thorough introduction you need, whether
you're a beginner who can't do more than point and click, or a power
user who's ready to tackle a few advanced techniques. To cover Word,
Excel, PowerPoint and Entourage, this guide gives you four superb books
in one -- a separate section each for program! You can manage your day
and create professional-looking documents, spreadsheets, and
presentations in no time. Office 2008 has been redesigned so that the
windows, toolbars, and icons blend in better with your other Mac
applications. But there are still plenty of oddities. That's why this
Missing Manual isn't shy about pointing out which features are gems in
the rough -- and which are duds. With it, you'll learn how to:
- Navigate the new user interface with its bigger and more graphic
toolbars
- Use Word, Excel, PowerPoint, and Entourage separately or together
- Keep track of appointments and manage daily priorities with the My
Day feature
- Create newsletters, flyers, brochures, and more with Word's
Publishing Layout View
- Build financial documents like budgets and invoices with Excel's
Ledger Sheets
- Get quick access to all document templates and graphics with the
Elements Gallery
- Organize all of your Office projects using Entourage's Project
Center
- Scan or import digital camera images directly into any of the
programs
- Customize each program with power-user techniques With Office 2008
for Macintosh: The Missing Manual, you get objective and entertaining
instruction to help you tap into all of the features of this powerful
suite, so you can get more done in less time.
URL:
Code:
http://www.amazon.com/exec/obidos/tg/detail/-/059651431X/
Download:
Code:
http://rapidshare.com/files/107569033/OReilly.Office.2008.for.Macintosh.The.Missing.Manual.Mar.2008.chm
|
|
|
Learning Flash Media Server 3 (Paperback)
If you're interested in recording and streaming media using Flash Media
Server 3 (FMS3) and Adobe's Real-Time Messaging Protocol, this unique
267-page PDF-only book is the perfect primer. It is not a reference, but
a systematic guide to developing FMS3 applications using ActionScript
3.0, with chapters that focus on specific aspects of the server and how
they work. FMS3 is very different from regular web servers. Because its
open-socket server technology stays connected until users quit the
application, you can stream audio, video, text, and other media in real
time. FMS3 is also quite different from previous versions, a fact that
web developers familiar with Flash Media Server 2 or Flash Communication
Server 1.5 will quickly discover. Don't worry. With Learning Flash Media
Server 3 and a little experience with Flash CS3 and ActionScript 3.0,
anyone can get up to speed in no time. You'll learn how to install FMS3,
organize your development environment with Apache web server, and use
the management console before diving into the whys and hows of:
Recording and playing back streaming audio and video in VP6 and H.264
formats
Using the new Flash Media Encoder to stream and record video
Camera and microphone settings
Non-persistent client-side remote shared objects
Two-way audio-video communications
Broadcasting and server-side bandwidth control
Working with server-side files: the file class
Server-side shared objects
Server-side streams
Setting up a software load handler using FMS3's new server-side
NetStream
Bringing in data and working with configuration files
URL:
Code:
http://www.oreilly.com/catalog/9780596515904/
Download:
Code:
http://rapidshare.com/files/107571297/OReilly.Learning.Flash.Media.Server.3.Mar.2008.chm
|
|
|
mR.Bi wrote:
Cám ơn bác vì cuốn sách!
Có chút thắc mắc là bác share nhiều sao ít nói vậy? Ngoài post sách ra chả thấy bác làm cái gì khác , hơi quái
Ông đang chat hay đang xì pam
|
|
|
The Book of Wireless: A Painless Guide to Wi-Fi and Broadband Wireless
Broadband wireless networks bring us closer to the Internet's ultimate
destiny of interconnecting everyone, everywhere. But wireless networking
can be a bit geeky and nerve-wracking without a proper guide. Let's face
it: Networking can be hard. If you're one of the last holdouts still
connected to the Internet by a wire, The Book of Wireless, 2nd Edition
is the book for you. You'll learn how to set up your own home (or small
office) wireless network and how to use public wireless networks, safely
and securely. This plain-English guide demystifies configuring and using
wireless networks-everything from shopping for parts to securing your
network. Learn how to:
- Select and configure hardware and software for your Wi-Fi network
and configure access points to minimize interference
- Discover open networks and maintain your privacy while surfing in
public
- Use VoIP over a wireless connection to talk on the phone for next to
nothing
- Evaluate wireless data services based on cost, speed, and coverage
- Extend your network to give your neighbors free wireless Internet
access You'll also learn about new and forthcoming broadband wireless
standards and how to choose the right service provider and equipment.
With up-to-date information on wireless routers, network interface
cards, antennas, security, and software, The Book of Wireless, 2nd
Edition will help you navigate the confusing wireless landscape to find
the perfect solution.
URL:
Code:
http://www.amazon.com/exec/obidos/tg/detail/-/1593271697/
Download:
Code:
http://rapidshare.com/files/107587442/No.Starch.Press.The.Book.of.Wireless.2nd.Edition.Jan.2008.pdf
|
|
|
Rails for PHP Developers (Pragmatic Programmers)
As a PHP developer, you have some great tools for developing web
applications. Ruby on Rails is another key tool to add to your web
development toolbox. Rails is a high-level web development framework
that emphasizes high productivity and clean code. However, the Ruby
language and Rails framework take a different approach from the way many
PHP developers write applications. Ruby lies at the foundation of Rails,
and we'll teach you the Ruby language from the beginning by building on
your existing foundation of PHP. We'll explore Ruby through parallel
code examples that illustrate the differences between the languages, and
help you understand the Ruby idioms and how they differ from popular PHP
code and style. You'll then learn the Rails framework by iteratively
building a complete application, starting from the home page through to
a finished product. Along the way, you'll build your skills as a Rails
developer by learning the Rails fundamentals such as MVC structure,
domain modeling, and testing. In addition to serving as a guide to
learning both Ruby and Rails from a PHP developer's perspective, this
book includes two extensive reference chapters. They map the most common
PHP tasks to their equivalents in the Ruby and Rails world, giving you
at-a-glance information that you'll refer to often.
URL:
Code:
http://www.amazon.com/exec/obidos/tg/detail/-/1934356042/
Download:
Code:
http://rapidshare.com/files/107588413/Pragmatic.Bookshelf.Rails.for.PHP.Developers.Feb.2008.pdf
|
|
|
Essential Silverlight 2 Up-to-Date (Paperback)
Now you can design rich Internet applications (RIAs) for the Web using
Silverlight 2, the latest version of Microsoft's hot new runtime
application -- without waiting for the official release. That's right.
With Essential Silverlight 2 Up-to-Date, you not only get a concise,
easy-to-understand introduction to Silverlight 2, but thorough coverage
of the CTPs, betas, and RTM releases as they become available. Once
you buy this Up-to-Date edition, you'll receive printed pages on all the
revisions to Silverlight -- pages that you can insert right into the
book's unique binder format. It combines the the speed of technology
with convenience of a book. With Essential Silverlight 2 Up-to-Date,
you learn to take advantage of Microsoft's cross-browser Silverlight
plug-in with tools for animation, vector graphics, and video playback,
as well as new .NET support for web services, networking and LINQ
(language integrated query). This guide gives you complete step-by-step
instructions for using everything Silverlight has to offer, along with:
- Clever ways to create interactive UIs that are more robust and
easier to debug and test than what you can achieve on other platforms
- Scores of tested JavaScript and C# code examples that you can reuse
in your own applications
- Expert guidance from an author who understands RIA technologies,
including ASP.NET, Flash, PHP, and JavaScript Ready to deliver a more
complete Web experience? Now there's no reason to wait. <em>Essential
Silverlight 2 Up to Date</em> offers a whole new world of possibilities.
URL:
Code:
http://www.amazon.com/exec/obidos/tg/detail/-/0596519982/
Download:
Code:
http://rapidshare.com/files/107587653/OReilly.Essential.Silverlight.2.Up.to.Date.Apr.2008.chm
|
|
|
@ motminhanh : Tôi ghi trên đó khá rõ, nó bao gồm 2 CD vì vậy download các links ở trên về, sử dụng 1 phần mềm nào đó tạo 1 ổ CD ảo mà đọc nó .
@ boyadam : Tôi chỉ có link ở rapidshare .
Good luck
|
|
|
Môn học : Hệ điều hành Linux
Chương 1 :Giới thiệu Linux , GNU
Chương 2 :Quản lý tiến trình
Chương 3 : Hệ thống file EXT2, EXT3
Chương 4 : Linux Kernel
Chương 5 : Linux Networking
Chương 6 : Hệ thống tập tin phân tán
Chương 7 : An toàn và bảo mật
Chương 8 : Domain Name System - DNS
CD1 :
Code:
http://rapidshare.com/files/107121648/GTHDHLinux1.part1.rar
http://rapidshare.com/files/107433088/GTHDHLinux1.part2.rar
http://rapidshare.com/files/107435428/GTHDHLinux1.part3.rar
http://rapidshare.com/files/107504352/GTHDHLinux1.part4.rar
http://rapidshare.com/files/107511230/GTHDHLinux1.part5.rar
http://rapidshare.com/files/107564964/GTHDHLinux1.part6.rar
http://rapidshare.com/files/107567176/GTHDHLinux1.part7.rar
CD2
Code:
http://rapidshare.com/files/106958211/GTHDHLinux2.part1.rar
http://rapidshare.com/files/106966821/GTHDHLinux2.part2.rar
http://rapidshare.com/files/106973371/GTHDHLinux2.part3.rar
http://rapidshare.com/files/106976075/GTHDHLinux2.part4.rar
http://rapidshare.com/files/107040023/GTHDHLinux2.part5.rar
http://rapidshare.com/files/107032601/GTHDHLinux2.part6.rar
|
|
|
Web Design and Marketing Solutions for Business Websites (Paperback)
The best business websites serve their readers with strong content,
well-architected design, and a focus on usability, readability, and
accessibility. This book covers the fundamental aspects of building a
website that works for the company, not against it. It covers the
essentials of strong copywriting, and then dedicates several chapters to
designing user-centric About, Products and Services, and Support
sections. Your visitors come to your site because they are interested in
your business and are therefore potential customers. This book covers
taking advantage of that traffic by expanding the companys story through
a corporate blog and using testimonials, case studies, and other
third-party validation to reinforce the marketing message. With this
knowledge you will be able to create and maintain a highly professional,
polished business site. While a pleasing website is essential for any
modern business, creating it is only a small piece of the online
strategy. This book also discusses search engine optimization, using
e-mail and RSS to communicate with customers and prospects, and
advertising the corporate domain with paid search placement, online
banners, text links, and more. The primary theme is using your corporate
website to market the business effectively, from designing intelligent
product pages to writing compelling e-mail newsletters. This book
explores those ideas and offers compelling advice on how to take full
advantage of the Web as a marketing medium.
In this book you'll learn how to:
- Implement best practices in corporate web design, with a focus on
common sections such as About, Products and Services, Customer Support,
and more
- Use e-mail and RSS marketing to stay in touch with customers and
prospects
- Apply simple and effective search engine optimization techniques to
push your website higher in search engine results
- Advertise the site through e-mail, paid search placement, banner
ads, and more
- Write professional, accessible, and usable pages to make your site
available to everyone
URL:
Code:
http://www.amazon.com/exec/obidos/tg/detail/-/1590598393/
Download:
Code:
http://rapidshare.com/files/106137478/FriendsofED.Web.Design.and.Marketing.Solutions.for.Business.Websites.Aug.2007.pdf
|
|
|
Mac OS X 10.5 Leopard: Visual QuickStart Guide (Paperback)
Apple’s next version of its OS, code-named Leopard, will keep Mac users
in the forefront of making the most from their computers. Respected,
best-selling author Maria Langer takes readers through Mac OS X’s
groundbreaking capabilities, including new applications such as Time
Machine and Spaces and revamped applications such as Mail, Dashboard,
Spotlight, and iCal. With plenty of screenshots to clearly illustrate
techniques, this reasonably priced guide is a great reference to the
essentials of Mac OS X Leopard.
- Easy visual approach uses pictures to guide you through Mac OS X and
show you what to do.
- Concise steps and explanations let you get up and running in no time.
- Page for page, the best content and value around.
- Companion Web site offers tips, links, updates, and more at
www.marialanger.com/category/book-support/macosquickstart/.
- Maria Langer has written more than 70 computer books, including
best-selling Visual QuickStart Guides on Mac OS X, Microsoft Word, and
Microsoft Excel, as well as hundreds of articles for magazines and Web
sites. A Macintosh user since 1989, Maria never tires of teaching her
Macs new tricks. When she’s not writing, Maria is working hard to build
her helicopter tour and charter business, Flying M Air. Visit Maria on
the Web at www.marialanger.com.
URL:
Code:
http://www.amazon.com/exec/obidos/tg/detail/-/0321496000/
Download:
Code:
http://rapidshare.com/files/106933932/Peachpit.Press.Mac.OS.X.10.5.Leopard.Visual.QuickStart.Guide.Nov.2007.pdf
|
|
|
Ubuntu 7.10 Linux Unleashed, 3rd Edition (Paperback)
Ubuntu 7.10 Linux Unleashed presents comprehensive coverage of the
popular Ubuntu Linux distribution. Windows users, Mac users, and Linux
enthusiasts have been increasingly turning to Ubuntu for a
user-friendly, easy-to-use Linux distribution.
This book provides detailed information on installing, using, and
administering Ubuntu. You’ll learn how to set up a workstation or a
server, and you’ll find complete details on Ubuntu’s easy-to-use desktop
and productivity software.
Ubuntu 7.10 Linux Unleashed includes a range of coverage: From the
software you need in your everyday work, such as the OpenOffice.org
productivity suite, to how to configure your Linux desktop to run
smoothly using multiple printers, shell scripts, and more.
For the hardcore Linux enthusiast, there is complete coverage of the X
Window system, Linux programming, web server administration, and network
administration.
- Install and configure Ubuntu
- Get all your system’s devices and peripherals up and running
- Configure and use the X Window System
- Manage Linux services and users
- Run a printer server
- Connect to a local network and the Internet
- Set up and administer a web server with Apache
- Secure your machine and your network from intruders
- Learn shell scripting
- Share files with Windows users using Samba
- Get productive with OpenOffice.org
- Play games on Linux
- Use Linux multimedia programs
- Create and maintain a MySQL database
- Configure a firewall
- Set up an FTP server
- Use Ubuntu’s development and programming tools
- Tune your Ubuntu system for maximum performance
- Learn to manage and compile the kernel and modules
Andrew Hudson is a regular freelance contributor to Linux Format
magazine, the UK’s largest Linux magazine. He is the co-author of Fedora
Unleashed.
Paul Hudson is a professional developer and full-time journalist for
Future Publishing. His articles have appeared in Mac Format, PC Answers,
PC Format, PC Plus, and Linux Format. He is the co-author of Fedora
Unleashed.
URL:
Code:
http://www.amazon.com/exec/obidos/tg/detail/-/0672329697/
Download:
Code:
http://rapidshare.com/files/106935801/Sams.Ubuntu.7.10.Linux.Unleashed.Jan.2008.pdf
|
|
|
Cisco Networking Simplified (2nd Edition) (Networking Technology)
Cisco Networking Simplified Second Edition
- Master today's world of Cisco networking with this book's completely
updated, fully illustrated visual approach
- Easy enough for novices, substantive enough for networking
professionals
- Covers the latest networking topics—from network architecture to
secure wireless, unified communications to telepresence
In Full Color
Jim Doherty - Neil Anderson - Paul Della Maggiora
Now 100 percent updated for the latest technologies, this is today's
easiest, most visual guide to Cisco(r) networking. Even if you've never
set up or managed a network, Cisco Networking Simplified, Second
Edition, helps you quickly master the concepts you need to understand.
Its full-color diagrams and clear explanations give you the big picture:
how each important networking technology works, what it can do for you,
and how they all fit together. The authors illuminate networking from
the smallest LANs to the largest enterprise infrastructures, offering
practical introductions to key issues ranging from security to
availability, mobility to virtualization.
What you always wanted to know about networking but were afraid to ask!
- How networks and the Internet work
- How to build coherent, cost-effective network infrastructures
- How to design networks for maximum reliability and availability
- What you need to know about data center and application networking
- How to secure networks against today's threats and attacks
- How to take advantage of the latest mobility technologies
- How virtualizing networks can help businesses leverage their network
investments even further
- How to combine messaging, calendaring, telephony, audio, video, and
web conferencing into a unified communications architecture
URL:
Code:
http://www.amazon.com/exec/obidos/tg/detail/-/1587201992/
Download:
Code:
http://rapidshare.com/files/106930945/Cisco.Press.Cisco.Networking.Simplified.2nd.Edition.Jan.2008.pdf
|
|
|
Manage Software Testing (Hardcover)
Whether you are inheriting a test team or starting one up,
Manage Software Testing is a must-have resource that covers all aspects
of test management. It guides you through the business and
organizational issues that you are confronted with on a daily basis,
explaining what you need to focus on strategically, tactically, and
operationally. Using a risk-based approach, the author addresses a range
of questions about software product development. The book covers unit,
system, and non-functional tests and includes examples on how to
estimate the number of bugs expected to be found, the time required for
testing, and the date when a release is ready. It weighs the cost of
finding bugs against the risks of missing release dates or letting bugs
appear in the final released product. It is imperative to determine if
bugs do exist and then be able to metric how quickly they can be
identified, the cost they incur, and how many remain in the product when
it is released. With this book,test managers can effectively and
accurately establish these parameters.
URL:
Code:
http://www.amazon.com/exec/obidos/tg/detail/-/0849393833/
Download:
Code:
http://rapidshare.com/files/106937065/Auerbach.Manage.Software.Testing.Mar.2008.pdf
|
|
|
IP Networking over Next-Generation Satellite Systems: International, Workshop, Budapest
With the boom of Internet, IP-based applications, such as WWW and
multimedia, bave been an essential part of our life, and there is an
ever-increasing demand for accessing high-speed Internet services
anywhere and anytime. This trend unavoidably has huge impacts on the
design of the next-generation satellite systems. On the other hand, with
its broadcasting nature and unique coverage, satellite systems also can
play an important role in the next-generation Internet. For example,
satellite systems can be a good driver for the deployment of IPv6 in the
Internet, and can provide a fast way to reach end-users because they do
not rely on construction of a high-speed terrestrial networks. The
workshop proceedings will focus on the IP networking of next-generation
satellite systems. Topics include IPv6 over satellites, new
architectures of next-generation satellite systems, satellite and
terrestrial network integration, network monitoring and measurement, and
perfmance enhancement.
URL:
Code:
http://www.amazon.com/exec/obidos/tg/detail/-/038775427X/
Download:
Code:
http://rapidshare.com/files/106934681/Springer.IP.Networking.over.Next.Generation.Satellite.Systems.Dec.2007.pdf
|
|
|
MySQL in a Nutshell, Second Edition (In a Nutshell (O'Reilly))
When you need to find the right SQL keyword or MySQL client command-line
option right away, turn to this convenient reference, known for the same
speed and flexibility as the system it covers so thoroughly. MySQL is
packed with so many capabilities that the odds of remembering a
particular function or statement at the right moment are pretty slim.
With MySQL in a Nutshell, you get the details you need, day in and day
out, in one concise and extremely well organized book. The new
edition contains all the commands and programming information for
version 5.1, including new features and language interfaces. It's ideal
for anyone using MySQL, from novices who need to get up to speed to
advanced users who want a handy reference. Like all O'Reilly Nutshell
references, it's easy to use and highly authoritative, written by the
editor of the MySQL Knowledge Base at MySQL AB, the creator and owner of
MySQL. Inside, you'll find:
- A thorough reference to MySQL statements, functions, and
administrative utilities
- Several tutorial chapters to help newcomers get started
- Programming language APIs for PHP, Perl, and C
- Brief tutorials at the beginning of each API chapter to help anyone,
regardless of experience level, understand and master unfamiliar
territory
- New chapters on replication, triggers, and stored procedures
- Plenty of new examples of how MySQL is used in practice
- Useful tips to help you get through the most difficult subjects
Whether you employ MySQL in a mission-critical, heavy-use environment or
for applications that are more modest, this book puts a wealth of
easy-to-find information at your fingertips, saving you hundreds of
hours of trial and error and tedious online searching. If you're ready
to take advantage of everything MySQL has to offer, MySQL in a Nutshell
has precisely what it takes.
URL:
Code:
http://www.amazon.com/exec/obidos/tg/detail/-/0596514336/
Download:
Code:
http://rapidshare.com/files/106931062/OReilly.MySQL.in.a.Nutshell.2nd.Edition.Apr.2008.chm
|
|
|
Sams Teach Yourself Django in 24 Hours (Sams Teach Yourself)
In just 24 lessons of one hour or less, you will be able to build
full-featured production websites using Django, the powerful web
development framework based on Python.
Designed for experienced website developers who have at least some
familiarity with the Python programming language, this book uses a
straightforward, step-by-step approach. Each lesson builds on the
previous ones, enabling you to learn the essentials of implementing the
Django framework on a website from the ground up.
Step-by-step instructions carefully walk you through the most common
Django tasks.
Q&As, quizzes, and exercises at the end of each lesson help you test
your knowledge.
Notes and tips point out shortcuts and solutions.
Learn how to…
- Install and configure the Django web development framework
- Cleanly separate data, logic, and view layers
- Implement site interfaces with build templates and views
- Utilize templates and views to store, access, and retrieve data
- Use the Django forms library
- Define custom tags and filters to minimize coding
- Secure sites with registration, authorization, logins, and permissions
- Manage sessions and cookies
- Implement middleware for request and response handling
- Create sitemaps to inform search engines of your content
- Internationalize your site
- Optimize performance with caching
- Deploy Django in multiple configurations
- Maintain sites with Django’s administrator interface
URL:
Code:
http://www.amazon.com/exec/obidos/tg/detail/-/067232959X/
Download:
Code:
http://rapidshare.com/files/106938821/Sams.Teach.Yourself.Django.in.24.Hours.Mar.2008.chm
|
|
|
|
|
|
|