3582 / 1

Linux Shell Scripting with Bash (Developer's Library) Ссылки

Linux Shell Scripting with Bash (Developer's Library)

БончБруевич БончБруевич, Комментарии (нет)

According to IDC, over 170,000 new servers were shipped in the first quarter of 2003. That also means that there were potentially more than 170,000 people like you charged with administering these systems without the proper knowledge or training to do so. Linux Shell Scripting with Bash will help you learn to not only get your system up and running quickly by employing the Bash shell, but it will also show you professional scripting solutions through the use of structured programming and standard Linux development tools. The book focuses on the Linux environment, which the shell relies on to function, and the robust Linux tool set, making this book ideal for learning shell scripting. Real-world scripts are included that are readable, extendable and easy to debug. This book is an asset to any Linux user.
4725 / 1

Pro PHP Security Ссылки

Pro PHP Security

БончБруевич БончБруевич, Комментарии (1)

Pro PHP Security is one of the first books devoted solely to PHP security. It will serve as your complete guide for taking defensive and proactive security measures within your PHP applications. (And the methods discussed are compatible with PHP versions 3, 4, and 5.)

The knowledge you'll gain from this comprehensive guide will help you prevent attackers from potentially disrupting site operation or destroying data. And you'll learn about various security measures, for example, creating and deploying "captchas," validating e-mail, fending off SQL injection attacks, and preventing cross-site scripting attempts.

5786 / 1

Programming Microsoft® Visual C#® 2008: The Language Ссылки

Programming Microsoft® Visual C#® 2008: The Language

БончБруевич БончБруевич, Комментарии (1)

Get the in-depth reference and pragmatic, real-world insights you need to exploit the enhanced language features and core capabilities in Visual C# 2008. Programming expert Donis Marshall deftly helps you build your proficiency with language features such as classes, structs, and other fundamentals, and helps you advance your expertise with more-advanced topics such as debugging, threading, and memory management. Combining an incisive reference with code samples and best practices, this developer reference focuses on details of the C# language you need to build innovative solutions.

Delves into the core, must-know topics for developers working with Visual C# 2008, and advances their mastery with essential skills.

Thoroughly explicates language features such as generics, code snippets, and anonymous methods, while also providing updated information about classic features such as namespaces and metadata.

Provides code samples to illustrate concepts and build skills mastery
3868 / 1

Pro Silverlight 2 in C# 2008 (Windows.Net) Ссылки

Pro Silverlight 2 in C# 2008 (Windows.Net)

БончБруевич БончБруевич, Комментарии (нет)

Silverlight is a lightweight browser plug–in that frees your code from the traditional confines of the browser. It’s a rules–changing, groundbreaking technology that allows you to run rich client applications right inside the browser. Even more impressively, it’s able to host true .NET applications in non–Microsoft browsers (like Firefox) and on non–Microsoft platforms (like Mac OS X). Silverlight is still new and evolving fast, and you need a reliable guidebook to make sense of it.

With four–color graphics and screenshots throughout, Pro Silverlight 2 in C# 2008 is the perfect reference: you’ll learn about the features that put Silverlight in direct competition with Adobe Flash, such as rich support for 2D drawing, animations, and media playback, and best of all, you’ll experience the plumbing of .NET and the design model of WPF through Silverlight—all of the same .NET technology that developers use to design next–generation Windows applications. Author Matthew MacDonald provides an expertly crafted tutorial written from professional developer to professional developer. You’ll learn to create rich media applications using Silverlight in the environment you’re most productive in–no matter what the target platform.

7940 / 1

Beginning CakePHP: From Novice to Professional Ссылки

Beginning CakePHP: From Novice to Professional

БончБруевич БончБруевич, Комментарии (2)

CakePHP is a leading PHP–based web app development framework. When asking a question on forums or chat rooms, many CakePHP beginners get little help from the experts. Simple questions can get a response like, “Well, just read the online manual and API.” Unfortunately, the online manual is depreciated, and who wants to absorb a programming language or framework from an API? Beginning CakePHP will do the following:

4516 / 1

Learning jQuery 1.3 Ссылки

Learning jQuery 1.3

БончБруевич БончБруевич, Комментарии (нет)

Packed with great examples and clear explanations, this revised and updated version of Learning jQuery teaches you how to use jQuery 1.3. This book is for web designers who want to create interactive elements for their designs, and for developers who want to create the best user interface for their web applications. Basic JavaScript programming knowledge is required. You will need to know the basics of HTML and CSS, and should be comfortable with the syntax of JavaScript. No knowledge of jQuery is assumed, nor is experience with any other JavaScript libraries required.

Достаточно подробная кника по jQuery.
Примеры кода, описание популярных плагинов.

5795 / 1

Agile Web Application Development with Yii 1.1 and PHP5 Ссылки

Agile Web Application Development with Yii 1.1 and PHP5

БончБруевич БончБруевич, Комментарии (нет)

Это учебник из серии "шаг за шагом" для разработки веб-приложений с использованием Yii. Книга следует канону "сначала - тест", нарастающий, и итеративный подход к разработке программного обеспечения на примере разработки проекта управления задачами, приложение под названием "Trackstar". Если вы программист со знанием PHP объектно-ориентированного программирования и желаете быстро развивать современные, сложные веб-приложения, то эта книга для вас. Предварительных знаний о Yii не требуется, для прочтения этой книгу.
3463 / 1

Practical Subversion, Second Edition (SVN) Ссылки

Practical Subversion, Second Edition (SVN)

БончБруевич БончБруевич, Комментарии (нет)

Practical Subversion, Second Edition draws on the experience of its authors, Daniel Berlin and Garrett Rooneyboth Subversion project membersto guide you through a complete introduction to this popular code management solution. And this edition has been updated to reflect the most recent changes to the popular Subversion version control system. After a crash course on Subversions key features, including a theme project that youre encouraged to follow, youll explore best practices, migration tips for moving from other versioning solutions, Subversion integration, and an overview of the Subversion APIs.

6355 / 1

Regular Expressions Cookbook Ссылки

Regular Expressions Cookbook

БончБруевич БончБруевич, Комментарии (нет)

This O'Reilly Cookbook provides more than a hundred recipes to help programmers use regular expressions to manipulate text and crunch data. Every programmer needs a grasp of regular expressions, but their power doesn't come without problems--even seasoned users often have trouble tackling performance issues. With recipes for popular programming languages such as C#, Java, JavaScript, Perl, PHP, Python, Ruby, and VB.NET, this book offers step-by-step solutions to scores of common tasks involving regular expressions. This cookbook will help you:
  • Understand the basics of regular expressions through a concise tutorial
  • Use regular expressions effectively in several programming and scripting languages
  • Learn how to validate and format input
  • Manage words, lines, special characters, and numerical values
  • Find solutions for using regular expressions in URLs, paths, markup, and data exchange
  • Learn the nuances of more advanced regex features
  • Understand how regular expression APIs differ from language to language
  • Write better regular expressions for custom needs

Whether you're a novice or an experienced user, Regular Expressions Cookbook will help deepen your understanding of this tool. You'll learn powerful new tricks, avoid language-specific gotchas, and save valuable time with this huge library of proven solutions to difficult, real-world problems.


5680 / 1

PHP Team Development Ссылки

PHP Team Development

БончБруевич БончБруевич, Комментарии (нет)


Easy and effective team work using MVC, agile development, source control, testing, bug tracking, and more

    * Work more effectively as a team by breaking up complex PHP projects into manageable sub-parts
    * Develop code that is much easier to maintain with source control, agile principles, and project tracking
    * Apply techniques related to process models, collaboration among team members, and continuous long-term improvement
    * A precise guide with examples to illustrate practical benefits

In Detail
Given the nature of the business environment today, organizations that want to build value-added enterprise PHP applications need a team of PHP people rather than an individual. You've got a team! What next? Customizing such applications to meet with organizational objectives and maintaining these applications over time can be quite a tedious task for your team with so many people involved.

In this book, you will explore how you can break up complex PHP projects into simple sub-parts that multiple team members can work on. The book highlights the use of the MVC pattern for separating concerns in the application and agile principles to deliver code that works. You will learn to blend the simplicity and power of PHP with evolving software engineering principles and tools to easily develop code that is easy to maintain. With this book in hand, you know how to avoid getting muddled up while working in a team and achieve success on your project with effective team work.
5809 / 1

Pro PHP Application Performance Ссылки

Pro PHP Application Performance

БончБруевич БончБруевич, Комментарии (1)

PHP используется миллионом программистов по всему миру. Любой серьезный программист PHP должнен быть в состоянии оптимизировать свои программы на PHP для оптимальной и быстрой работы. Эта книга раскроет для программиста техники, с помощью которых они смогут настроить проекты на лучшую производительности.

Книга "Pro PHP производительность приложений" поможет вам понять все технологии и компоненты, которые играют роль в быстродействии вашего приложения. Когда секунды выполнения программы означают сохранение  и потеря пользователей, важно для всех, иметь планы оптимизации для проекта.  Но, какие компоненты в вашем приложении вы должны анализировать? Как оптимизировать? И как вы можете оценить, насколько хорошо ваше приложение работет? Вот некоторые из вопросов, на которые вы найдете ответы в этой книге.
5246 / 1

Zend Framework 1.8 Web Application Development Ссылки

Zend Framework 1.8 Web Application Development

БончБруевич БончБруевич, Комментарии (нет)

Эта книга основана на примерах из реальной практики, проведет вас через процесс создания MVC (модель-представление-контроллер) основанных веб-приложений. Вы будете создавать и развивать скрипт магазина. Книга охватывает общие ошибки и лучшие практики, которые будут полезны для разработчиков. Эта книга для веб-разработчиков PHP, которые хотят начать работать с Zend Framework. Если у вас есть наработки в использовании фреймворка, книга научит вас использовать его наилучшим образом и вы будете создавать качественные приложения. Базовые знания объектно-ориентированного дизайна, будут полезны при прочтении этой книги.


Другие страницы

 
Cкачать книги бесплатно без регистрации в электронном виде (pdf, chm, txt).Вы можете читать книги онлайн на нашем сайте литературного портала книг.Большая подборка учебников, пособий, интересных книг.Электронные книги на английском языке скачать бесплатно без смс.

OK

Loading...
...
Закрыть