7910 / 0

Expert PHP 5 Tools Ссылки

Expert PHP 5 Tools

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

Proven enterprise development tools and best practices for designing, coding, testing, and deploying PHP applications

    * Best practices for designing, coding, testing, and deploying PHP applications - all the information in one book
    * Learn to write unit tests and practice test-driven development from an expert
    * Set up a professional development environment with integrated debugging capabilities
    * Develop your own coding standard and enforce it automatically
    * Document your code for easy maintainability for yourself and others

In Detail
Even if you find writing PHP code easy, writing code that is efficient and easy to maintain and reuse is not so straightforward. Self-taught PHP developers and programmers transitioning from other languages often lack the knowledge to work with PHP on an enterprise level. They need to take their PHP development skills to that level by learning the skills and tools necessary to write maintainable and efficient code.

3562 / 0

Developing Large Web Applications: Producing Code That Can Grow and Thrive Ссылки

Developing Large Web Applications: Producing Code That Can Grow and Thrive

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

How do you create a mission-critical site that provides exceptional performance while remaining flexible, adaptable, and reliable 24/7? Written by the manager of a UI group at Yahoo!, Developing Large Web Applications offers practical steps for building rock-solid applications that remain effective even as you add features, functions, and users. You'll learn how to develop large web applications with the extreme precision required for other types of software.

    * Avoid common coding and maintenance headaches as small websites add more pages, more code, and more programmers
    * Get comprehensive solutions for refining HTML, CSS, JavaScript, PHP, and Ajax for large-scale web applications
    * Make changes in one place that ripple through all affected page elements
    * Embrace the virtues of modularity, encapsulation, abstraction, and loosely coupled components
    * Use tried-and-true techniques for managing data exchange, including working with forms and cookies
    * Learn often-overlooked best practices in code management and software engineering
    * Prepare your code to make performance enhancements and testing easier

4049 / -1

Beginning PHP 5.3 Ссылки

Beginning PHP 5.3

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

Serving as a complete introduction to PHP 5.3, this book walks you through all the major concepts of PHP in a way that's easy to follow, with plenty of code snippets illustrating each concept to aid learning. You'll discover how to install and configure PHP 5.3, how to get started with simple programs, and the basic building blocks of PHP such as variables, operators, expressions, arrays, and objects. Coverage working with files, XML, and MySQL; building Web applications with PHP; exploring the PEAR library; handling e-mail; and creating Web graphics. From the Back Cover A solid introduction to writing powerful web applications using PHP 5.3 As one of the most popular open-source web-programming languages in use today, PHP is an ideal server-side scripting language that connects HTML-based web pages to a backend database for dynamic content. It allows you to create anything from a simple form-to-email script to a web forum application, a blogging platform, or a content management system. This guide introduces the PHP language and shows how to write powerful web applications using PHP. Looks at the ways that PHP programs interact with web servers and other technologies such as HTML Teaches you how to build robust web applications and change the flow of your scripts with decisions and loops Examines ways to create and use strings, arrays, objects, functions, and files in your scripts Shares tips for creating interactive web forms in PHP, as well as capturing user input Unveils methods for preserving an application's state between page views Offers advice on how to work with MySQLR databases using PHP Includes best practices for using PEAR to speed up your application development Presents techniques for manipulating XML from within your PHP scripts Walks you through the creation and manipulation of web graphics using PHP
4603 / 0

Web Application Design Patterns Ссылки

Web Application Design Patterns

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

A generation has watched the internet work its way into every part of society as talented designers and developers have explored new user interfaces and as the most robust design patterns have emerged through the refining fire of hundreds of millions of users. Pawan Vora has done a wonderful service in capturing these best practices in Web Application Design Patterns. This book will be valuable to people ranging from those putting together their first website to those shaping corporate web experiences, and from practitioners to researchers benchmarking existing patterns as new interface paradigms are created. -- Arnie Lund, User Experience Director, Microsoft

Web Application Design Patterns is a must read if you are in the business of designing web applications, or simply want to understand the elements of a well-designed web application.
5058 / 0

Head First Rails: A learner's companion to Ruby on Rails Ссылки

Head First Rails: A learner's companion to Ruby on Rails

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

Ready to transport your web applications into the Web 2.0 era? Head First Rails takes your programming -- and productivity -- to the max. You'll learn everything from the fundamentals of Rails scaffolding to building customized interactive web apps using Rails' rich set of tools and the MVC framework.

By the time you're finished, you'll have learned more than just another web framework. You'll master database interactions, integration with Ajax and XML, rich content, and even dynamic graphing of your data -- all in a fraction of the time it takes to build the same apps with Java, PHP, ASP.NET, or Perl. You'll even get comfortable and familiar with Ruby, the language that underpins Rails. But you'll do it in the context of web programming, and not through boring exercises such as "Hello, World!"

Your time is way too valuable to waste struggling with new concepts. Using the latest research in cognitive science and learning theory to craft a multi-sensory learning experience, Head First Rails uses a visually rich format designed to take advantage of the way your brain really works.
3797 / 0

Ruby Best Practices Ссылки

Ruby Best Practices

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

How do you write truly elegant code with Ruby? Ruby Best Practices is for programmers who want to use Ruby as experienced Rubyists do. Written by the developer of the Ruby project Prawn, this concise book explains how to design beautiful APIs and domain-specific languages with Ruby, as well as how to work with functional programming ideas and techniques that can simplify your code and make you more productive. You'll learn how to write code that's readable, expressive, and much more. Ruby Best Practices will help you:

Understand the secret powers unlocked by Ruby's code blocks Learn how to bend Ruby code without breaking it, such as mixing in modules on the fly Discover the ins and outs of testing and debugging, and how to design for testability Learn to write faster code by keeping things simple Develop strategies for text processing and file management, including regular expressions Understand how and why things can go wrong Reduce cultural barriers by leveraging Ruby's multilingual capabilities

This book also offers you comprehensive chapters on driving code through tests, designing APIs, and project maintenance. Learn how to make the most of this rich, beautiful language with Ruby Best Practices.

3874 / 0

Pro Apache, Third Edition Ссылки

Pro Apache, Third Edition

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

This is by far the best ‘know all, end all’ reference, bar none. My hat goes off to Peter Wainwright and Apress for opening up a whole new world to me." — Eric Wolf (a.k.a. "nawlej"), Codewalkers.com This book aims to teach you everything you need to know to build, install, and configure every aspect of Apache, the world's most popular Web server. Two versions of Apache are now available. Apache 1.3 is still widely used and is continuously updated. Apache 2 offers new and powerful features, such as multi-processsing modules and filters, as well as a revised and expanded build system for compiling Apache from source. This book comprehensively covers both server versions, presenting up-to-date information and examples, and highlighting variations bettween the two releases in context. In addition, this book is organized to provide solutions to common problems. It answers the questions that administrators like you typically ask, without requiring that you know the name of a specific Apache module or directive beforehand. This book also demonstrates multiple solutions to a problem, and contrasts the benefits and drawbacks of each approach. After reading Pro Apache, you'll know not only how to get the results you want, but also why a solution works the way it does. Finally, this book examines how to accomplish more advanced configurations, where individual features must cooperate with each other intelligently. Now in its third edition, the expertise found in Pro Apache makes it the definitive guide to harnessing the power of Apache safely and securely.
6307 / 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.


4910 / -1

Magento: Beginner's Guide Ссылки

Magento: Beginner's Guide

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

Create a dynamic, fully featured, online store with the most powerful open source e-commerce software

  • Step-by-step guide to building your own online store
  • Focuses on the key features of Magento that you must know to get your store up and running
  • Customize the store's appearance to make it uniquely yours
  • Clearly illustrated with screenshots and a working example

3812 / 0

Even Faster Web Sites: Performance Best Practices for Web Developers Ссылки

Even Faster Web Sites: Performance Best Practices for Web Developers

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

Performance is critical to the success of any web site, and yet today's web applications push browsers to their limits with increasing amounts of rich content and heavy use of Ajax. In this book, Steve Souders, web performance evangelist at Google and former Chief Performance Yahoo!, provides valuable techniques to help you optimize your site's performance.

Souders' previous book, the bestselling High Performance Web Sites, shocked the web development world by revealing that 80% of the time it takes for a web page to load is on the client side. In Even Faster Web Sites, Souders and eight expert contributors provide best practices and pragmatic advice for improving your site's performance in three critical categories:

  • JavaScript--Get advice for understanding Ajax performance, writing efficient JavaScript, creating responsive applications, loading scripts without blocking other components, and more.
  • Network--Learn to share resources across multiple domains, reduce image size without loss of quality, and use chunked encoding to render pages faster.
  • Browser--Discover alternatives to iframes, how to simplify CSS selectors, and other techniques.

Speed is essential for today's rich media web sites and Web 2.0 applications. With this book, you'll learn how to shave precious seconds off your sites' load times and make them respond even faster.

This book contains six guest chapters contributed by Dion Almaer, Doug Crockford, Ben Galbraith, Tony Gentilcore, Dylan Schiemann, Stoyan Stefanov, Nicole Sullivan, and Nicholas C. Zakas.


3565 / 0

Complete Web Monitoring: Watching your visitors, performance, communities, and competitors Ссылки

Complete Web Monitoring: Watching your visitors, performance, communities, and competitors

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

Do you really understand your online presence? Are you confident that visitors can use your website? Do you know their motivations? How do online communities perceive your company? To innovate and adapt your business quickly, you must know the answers to these questions. Complete Web Monitoring demonstrates how to measure every aspect of your web presence -- including analytics, backend performance, usability, communities, customer feedback, and competitive analysis -- whether you're running an e-commerce site, a community, a media property, or a Software-as-a-Service company. This book's concrete examples, clear explanations, and practical recommendations make it essential for anyone who runs a website. With this book you will:

Discover how visitors use and interact with your site through web analytics, segmentation, conversions, and user interaction analysis Find out your market's motivations with voice-of-the-customer research Measure the health and availability of your website with synthetic testing and real-user monitoring Track communities related to your online presence, including social networks, forums, blogs, microblogs, wikis, and social news aggregators Understand how to assemble this data into clear reports tailored to your organization and audience

You can't fix what you don't measure. Complete Web Monitoring shows you how to transform missed opportunities, frustrated users, and spiraling costs into online success. "This is a very comprehensive view of just about everything one needs to know about how websites work and what one needs to know about them. I'd like to make this book required reading for every employee at Gomez." -- Imad Mouline, CTO of Gomez

3788 / 0

Expert C# 2005 Business Objects, Second Edition Ссылки

Expert C# 2005 Business Objects, Second Edition

Moo(0_0) Moo(0_0), Комментарии (нет)

Rockford Lhotka started writing his Business Objects books in 1996, and over the years, hes become one of the worlds foremost authorities on building distributed object-oriented systems. His industry-standard VB .NET Business Objects book not only addresses changes in .NET 2.0 and Visual Studio 2005, but also reflects substantial enhancements and improvements to the CSLA .NET Framework and how it can be used to create enterprise-level .NET applications.

Expert C# Business Objects is for developers who want to see Lhotkas ideas applied in the C# idiom. The book takes you from an opening discussion of logical architectures to detailed n-tier deployment options using the CSLA .NET Framework.

The depth of Rockfords thinking now influences developers across language boundaries. With this book, you can learn directly from the expert whose framework has become universally accepted and respected.



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

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