ĴůßĬŊ.ċŏ.Ŋŕ

……. μỵ ẄŏŖļĐ…..

Faster Smarter Beginning Programming

Faster Smarter Beginning Programming – self-training course, English

Download 

November 28, 2007 Posted by ĴůßĬŊ | E-Books | | No Comments Yet

Open Source Licensing

I purchased this book 18 months ago, along with two other references. Since that time, I have learned that when I have a question, this is the book to turn to first. In fact, I haven’t read the others since first buying them.

This week we had a request to license some code under the CPL. Not only does this book cover that license, but it has a chapter interpreting each of the clever sections, and its repercussions.

As both a licensee and licensor, I have yet to come across an issue which this book did not address. It is the single volume you need.

Download 

November 28, 2007 Posted by ĴůßĬŊ | E-Books | | No Comments Yet

Moving to Linux, Second Edition

you are screwed. Linux has come a long way since I
learned UNIX last decade, before it got (a) GUI. This
might be a great book, but to use it you REALLY need
the accompanying CDROM. Mine didn’t work; the author’s
website tells you to ask the publisher for a replacement.
After a month, I’m still waiting… (There are frequent
complaints about this problem on that website, BTW.)

Download 

November 28, 2007 Posted by ĴůßĬŊ | E-Books | | No Comments Yet

Hacker Web Exploitation Uncovered

A description and analysis of the vulnerabilities caused by programming errors in Web applications, this book is written from both from the attacker’s and security specialist’s perspective. Covered is detecting, investigating, exploiting, and eliminating vulnerabilities in Web applications as well as errors such as PHP source code injection, SQL injection, and XSS. The most common vulnerabilities in PHP and Perl scripts and methods of exploiting these weaknesses are described, information on writing intersite scripts and secure systems for the hosted sites, creating secure authorization systems, and bypassing authorization. Uncovered is how attackers can benefit from the hosted target and why an apparently normal-working application might be vulnerable.

Download

November 28, 2007 Posted by ĴůßĬŊ | E-Books | | No Comments Yet

Cisco IP Communications Express

Telephony solutions for the small and medium business, enterprise branch office, and small office

  • Detailed information not available in any other resource enables you to deploy IP telephony solutions with maximum efficiency
  • Building blocks of the product features provide solutions that enhance the operations and productivity of your organization
  • Numerous examples show you how to configure the comprehensive suite of features available with Cisco IPC Express
  • Insights from the experts demonstrate how you can enhance your IP telephony system with applications such as automated attendant and voice mail
  • Management and troubleshooting tips will help you keep your network up and running smoothly

Enterprise branches and small and medium businesses require IP telephony solutions particular to their size. Cisco® IP Communications (IPC) Express is the answer: a one-box solution that provides turnkey operation with an easy-to-use web-based interface for combined voice and data needs. Cisco IPC Express delivers a comprehensive suite of telephony features, security, and applications–but how will you use them to your best advantage?

 

This book, Cisco IP Communications Express, provides the detailed information you need to maximize the use of this powerful product suite. By reading this book, you will learn how Cisco IPC Express and its applications can become a business solution for your office or enterprise. The experts from Cisco Systems® give you in-depth design guidance, full configurations, and valuable examples to serve as blueprints for your network. The feature operation and deployment discussions demonstrate how to configure and customize the system and how to use different product features to achieve your specific business goals. Once you deploy your solutions, you will be able to maintain your network through the troubleshooting guidance and examples of resolutions to common problems provided in this book.

 

Cisco IP Communications Express is a must-have for any organization using Cisco CallManager Express or Cisco Unity® Express. Technology decision makers and network administrators will be armed with relevant information on how to deploy IP communications for their particular business needs. IT managers in larger enterprises will benefit from the plans for distributed call processing design for their networks. Service providers and resellers will be prepared to sell, install, configure, and troubleshoot Cisco IPC Express based on customer needs. Beyond its application in the workspace, Cisco IP Communications Express will also prove helpful to those studying for Cisco voice-related certifications.

 

This IP communications book is part of the Cisco Press® Networking Technology Series. IP communications titles from Cisco Press help networking professionals understand voice and IP telephony technologies, plan and design converged networks, and implement network solutions for increased productivity.

 

Download 

November 20, 2007 Posted by ĴůßĬŊ | E-Books | | No Comments Yet

The Road to IP Telephony

  • It’s everyone’s “must have.” This is a reference book for the entire project team who works on the deployment of an IP Telephony solution.
  • Take advantage of best practices. Includes more than 200 best practices, lessons learned, and tips for getting you through your IP Telephony deployment successfully.
  • Minimize risk and learn from the mistakes of others. Read the list of the top 10 things that can go wrong during an IP Telephony deployment.
  • Ask the right questions. Get the project team thinking and collaborating together with Stephanie’s “Checklist of Questions to Ask the Project Team.”
  • Use proven planning tools. Work from sample checklists, templates, project plans, and workflow documents to guide your planning process.
  • Keep the Steps to Success on the minds of your project team. Use the enclosed poster, which illustrates every major step associated with an IP Telephony deployment.

There is no better path to the successful implementation of a new technology than to follow in the experienced footsteps of an organization that has already been there. The Road to IP Telephony tells you how Cisco Systems successfully moved its own organization to a converged, enterprise-wide network. You will learn the implementation and operational processes, what worked, what didn’t work, and how to develop your own successful methodology. After presenting this topic to hundreds of Cisco customers, including Fortune 500 companies, Stephanie Carhee consistently encountered the same question, “If I decide to move to IP Telephony, where do I begin and what can I do to ensure that I do it right the first time?” Although the needs of every enterprise are different, some things are universal; planning, communication, teamwork, and understanding your user’s requirements are as important as technical expertise. The Road to IP Telephony shares with you everything you need to know about managing your deployment. It starts with where to begin, including what needs to be addressed before you even begin the planning process, to building your project team. Key best practices are also offered to help you set the project’s pace and schedule, get your users on board, identify a migration strategy, develop a services and support strategy, and work toward the final PBX decommission.

“Cisco IT wants to share its implementation experience with Cisco customers and partners to aide in the deployment practices of new Cisco technologies. While conducting our own company-wide cutover, we learned a great deal about what to do and what not to do. This book shares our experiences.”-Brad Boston, Senior Vice President and Chief Information Officer, Cisco Systems, Inc.

This volume is in the Network Business Series offered by Cisco Press. Books in this series provide IT executives, decision makers, and networking professionals with pertinent information on today’s most important technologies and business strategies.

Download 

November 20, 2007 Posted by ĴůßĬŊ | E-Books | | No Comments Yet

Java(TM) Native Interface: Programmer’s Guide and Specification

Written for the experienced Java developer, The Java Native Interface documents the latest in native code programming for the Java platform using the Java Native Interface (JNI) with C/C++. Author Sheng Liang built the book around “dos and don’ts,” even specifying within the introduction when you should and when you should not use JNI. Though sometimes densely written, this title certainly conveys a good deal of technical information on using native code with Java.

After a simple JNI “Hello World” code example, this book explores multiple aspects of the JNI API, starting with the use of Java strings and arrays within native code. Liang follows by transitioning into calling Java members and methods in C/C++. Here the author presents caching strategies for improving the performance of native code that interacts with or executes Java programs, including a discussion of local and global references that incorporates global weak references in Java 2.

The book also looks at handling exceptions within C/C++ code, as well as tips for working with Java threads. The author shows how to simplify access to C/C++ code through shared stubs and how to use peer classes to encapsulate native code from within Java. A section on common traps and pitfalls lists some common pitfalls to avoid when working with the JNI. After presenting the JNI specification, the author provides the most immediately useful text in the book–over 100 pages of reference material listing JNI data types and methods.

As a reference and programming guide, The Java Native Interface provides concise and timely technical details on getting Java and C/C++ code to coexist within your projects. –Richard Dragan

Download 

November 20, 2007 Posted by ĴůßĬŊ | E-Books | | No Comments Yet