8801 / 1

CodeIgniter for Rapid PHP Application Development Файлы

CodeIgniter for Rapid PHP Application Development

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

Chapter 1 explains what CodeIgniter can do, the 'framework', and how CodeIgniter fits in. It further talks about the open-source business model and gives some disadvantages of CodeIgniter, at the end.
Chapter 2 explains what happens when you install the site, and which files will be created. It gives a detailed overview of the required software, and explains the basic configuration of CodeIgniter.
Chapter 3 explains how MVC helps to organize a dynamic website. It goes further to explain the process by which CodeIgniter analyzes an incoming Internet request and decodes which part of your code will handle it. Then CodeIgniter syntax rules and the different types of files or classes you can find—or write for yourself—on a CodeIgniter site are explained. At the end of the chapter, some practical hints on site design are given.
Chapter 4 looks at how you set up a database to work with CodeIgniter, and then how you use the Active Record class to manipulate the database.
9982 / 1

Professional SEO with PHP Файлы

Professional SEO with PHP

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

In this book, we have assembled the most important topics that programmers and search engine marketers
should know about when designing web sites.

At the end of Chapter 1, You: Programmer and Search Engine Marketer, you create the environment where you’ll be coding away throughout the rest of the book. Programming with PHP can be tricky at times; in order to avoid most configuration and coding errors you may encounter, we will instruct you
how to prepare the working folder and your MySQL database. If you aren’t ready for these tasks yet, don’t worry! You can come back at any time, later. All
programming-related tasks in this book are explained step by step to minimize the chances that anyone gets lost on the way.
Chapter 2, A Primer in Basic SEO, is a primer in search engine optimization tailored for the IT professional. It stresses the points that are particularly relevant to the programmer from the perspective of the programmer. You’ll also learn about a few tools and resources that all search engine marketers and web
developers should know about.
5818 / 1

PHP 6 AND MYSQL 5 Файлы

PHP 6 AND MYSQL 5

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

This book teaches how to develop dynamic Web sites with PHP and MySQL, covering
the knowledge that most developers might require. In keeping with the format of the
Visual QuickPro series, the information is discussed using a step-by-step approach
with corresponding images. The focus has been kept on real-world, practical examples,
avoiding “here’s something you could do but never would” scenarios. As a practicing Web
developer myself, I wrote about the information that I use and avoided those topics
immaterial to the task at hand. Asa practicing writer, I made certain to include topics
and techniques that I know readers are asking about.
The structure of the book is linear, and the intention is that you’ll read it in order.

It begins with three chapters covering the fun damentals of PHP (by the second chapter,
you will have already developed your first dynamic Web page). After that, there are
three chapters on SQL (Structured Query Language, which is used to interact with all
databases) and MySQL. They teach the basics of SQL, database design, and the MySQL
application in particular. Then there’s one chapter on debugging and error manage-
ment, information everyone needs. This is followed by a chapter introducing how to
use PHP and MySQL together, a remarkably easy thing to do.
The following five chapters teach more application techniquesto round out your
knowledge. Security, in particular, is repeatedly addressed in those pages. Chapter 14,
“Making Universal Sites,” is entirely new to this edition of the book, showing you how

to broaden the reach of your sites. Finally, I’ve included three example chapters, in

which the heart of different Web applications are developed, with instructions.

Is this book for you?
This book was written for a wide range of people within the beginner-to-intermediate
range. The book makes use of XHTML for future compatibility, so solid experience
with XHTML, or its forebear HTML, is a must. Although this book covers many
things, it does not formally teach HTML or Web page design. SomeCSS is sprinkled
about these pages but also not taught. Second, this book expects that you have one
of the following:
- The drive and ability to learn without much hand holding, or…
- Familiarity with another programming language (even solid JavaScript skills About This

Book would qualify), or…
- Acursory knowledge of PHP Make no mistake: Thisbook covers PHP and MySQL from Ato Z,

teaching everything you’ll need to know to develop real-world Web sites, but

particularly the early chapters cover PHP at a quick pace. For this reason I
recommend either someprogramming experience or a curious and independent spirit
when it comes to learning new things. If you find that the material goes too quickly,

you should probably start off withthe latest edition of my book PHP for the World Wide
Web: Visual QuickStart Guide, which goes at a more tempered pace.
No database experienceis required, since SQL and MySQL are discussed starting at a
more basic level.
3548 / 0

Regular Expression Pocket Reference Ссылки

Regular Expression Pocket Reference

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

This handy little book offers programmers a complete overview of the syntax and semantics of regular expressions that are at the heart of every text-processing application. Ideal as a quick reference, Regular Expression Pocket Reference covers the regular expression APIs for Perl 5.8, Ruby (including some upcoming 1.9 features), Java, PHP, .NET and C#, Python, vi, JavaScript, and the PCRE regular expression libraries.

This concise and easy-to-use reference puts a very powerful tool for manipulating text and data right at your fingertips. Composed of a mixture of symbols and text, regular expressions can be an outlet for creativity, for brilliant programming, and for the elegant solution.
7225 / 0

Programming Game AI by Example Ссылки

Programming Game AI by Example

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

Programming Game AI by Example provides a comprehensive and practical introduction to the "bread and butter" AI techniques used by the game development industry, leading the reader through the process of designing, programming, and implementing intelligent agents for action games using the C++ programming language.

Techniques covered include state- and goal-based behavior, inter-agent communication, individual and group steering behaviors, team AI, graph theory, search, path planning and optimization, triggers, scripting, scripted finite state machines, perceptual modeling, goal evaluation, goal arbitration, and fuzzy logic.

5892 / 0

Beginning C# Game Programming Ссылки

Beginning C# Game Programming

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

Are you ready to try your hand at programming games using C#? "Beginning C# Game Programming" is your ideal introductory guide—designed to jumpstart your experience with C# and DirectX 9. It includes the fundamental topics you’ll need to know and covers additional topics that you’ll find helpful along the way. Begin with a comprehensive look at programming with C#—from the basics of classes to advanced topics such as polymorphism and abstraction. Then it’s on to DirectX 9 as you learn how to create a basic framework and a Direct3D device. You’ll also cover DirectSound and DirectInput. Put your newfound knowledge to the test as you program a complete game!

Provides true beginners with the programming skills they need to create games using C#.
Shows readers how to combine C# with DirectX 9.
Covers comprehensive game development topics, including sound and graphics.
Comes complete with Q&As, extensive end-of-chapter exercises, and a CD to reinforce self-practice and learning.
4039 / 0

Visual C# 2005 How to Program (2nd Edition) Ссылки

Visual C# 2005 How to Program (2nd Edition)

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

Created by world-renowned programming instructors Paul and Harvey Deitel, “Visual C# 2005 How to Program, Third Edition” introduces all facets of the C# 2005 language through the Deitels' signature "Live Code™ Approach", that features hundreds of working programs. This book has been thoroughly updated to reflect the major innovations Microsoft has incorporated in Visual C# 2005 and .NET; The many new platform features covered include: LINQ (Language Integrated Query), Windows Presentation Foundation (WPF), ASP.NET Ajax and the Microsoft Ajax Library, Silverlight-based rich Internet application development, and creating Web services with Windows Communication Foundation (WCF). New language features introduced in this edition: automatic properties, object initializers, partial classes and methods, anonymous methods, Lambda expressions, extension methods, anonymous types, and collection initializers. Extensively updated coverage of delegates.and more sophisticated techniques, including searching, sorting, data structures, generics, and collections. Appendices provide essential programming reference material on topics ranging from number systems to the Visual Studio Debugger, UML 2 to Unicode and ASCII. Appropriate for all basic-to-intermediate level Visual C# 2008 programmers.

3370 / 0

The Definitive Guide to symfony Ссылки

The Definitive Guide to symfony

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

Developing a new web application should not mean reinventing the wheel. That's why a framework is an essential item in your development toolbox. It helps you respect coding standards; write bulletproof, maintainable code; and focus on business rules rather than waste time on repetitive tasks. This book introduces you to symfony, the leading framework for PHP developers, showing you how to wield its many features to develop web applications faster and more efficiently, even if you only know a bit of PHP.

In The Definitive Guide to symfony, you will learn about the Model-View-Controller architecture and the crucial role it plays in making frameworks like symfony possible. The book also covers framework installation and configuration, and shows you how to build pages, deal with templates, manage requests and sessions, and communicate with databases and servers. You will see how symfony can make your life easier by effectively managing form data, enhancing the user experience with Ajax, internationalizing applications for a global audience, and using smart URLs. Authors François Zaninotto and Fabien Potencier put a strong emphasis on the tools that symfony provides for professional environments, showing you how to take advantage of unit tests, scaffolding, plug-ins, the command line, and extensible configuration. And since frameworks often raise performance-related debate, this book will give you many tips and techniques for monitoring and improving your application's performance, from caching to expert configuration tweaks.

6476 / 0

Head First C# Ссылки

Head First C#

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

Do you want to learn C#? Programmers around the world have learned that C# lets them design great-looking programs and build them fast. With C#, you ve got a powerful programming language and a valuable tool at your fingertips. And with the Visual Studio IDE, you ll never have to spend hours writing obscure code just to get a button working. C#, Visual Studio and .NET take care of the grunt-work, and let you focus on the interesting parts of getting your programs written. Sound appealing?

Unlike other C# books, which just show you examples and expect you to just memorize them and move on, Head First C# gets you writing code from the beginning. You're given the tools you need, and then you're guided through fun and engaging programming projects. You'll build programs to play a card game, explore a house, and help lazy programmers manage their sick day excuses. But it's not all fun and games: you'll build business applications too, like a contact database and a program to help a party planner estimate her dinner parties. You'll build a dungeon role-playing game and a fully animated, colorful simulation of a beehive. And by the end of the book, you'll build a fast-paced, full-featured retro Invaders arcade game.

Make no mistake: by the time you're done with Head First C#, you'll be able to build full-scale, complex, and highly visual programs. And you'll have all of the C# tools you need to tackle almost any programming problem that comes your way.

Head First C# is built for your brain, using the revolutionary approach that was pioneered by the highly acclaimed and popular Head First series. You'll never get that bored, "eyes glazed over" feeling from Head First C#, because it guides you through one challenging project after another until, by the end of the book, you're a C# rock star!
5892 / 0

PHP Object-Oriented Solutions Ссылки

PHP Object-Oriented Solutions

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

With the surge of popularity of PHP 5, and with PHP 6 just around the corner, Object-Oriented Programming is now an important consideration for PHP developers. This version-neutral book is a gentle introduction to Object-Oriented Programming (OOP) that wont overburden you with complex theory. It teaches you the essential basics of OOP that youll need to know before moving onto a more advanced level, and includes a series of pre-packaged scripts that you can incorporate into your existing sites with the minimum of effort. It shows how OOP can be used to create reusable and portable code by walking you through a series of simple projects. The projects feature the sorts of things developers run up against every day, and include a validator for filtering user input, a simple Date class that avoids the need to remember all the esoteric format codes in PHP, and an XML generator.
  • Teaches the fundamentals of OOP
  • Simple projects show how OOP concepts work in the real world
  • Pre-packaged scripts can easily be added to your own projects

What youll learn

  • PHP features, such as the Standard PHP Library (SPL), that are poorly documented or ignored by existing books
  • How to develop classes of their own
  • OOP in easy-to-understand language without getting bogged down in dense theory
  • Solid foundations for developers wishing to delve more deeply into OOP
  • How to leverage the strengths of OOP as a means for creating reusable code that can be used successfully within a procedural context
  • How to code for both PHP 5 and 6

Who is this book for?

This book is aimed at intermediate-level PHP developers who want to take their skills to the next level by exploring object-oriented programming as a way of creating reusable code for a everyday website tasks. A typical reader would be someone who has read one of the authors previous title, such as PHP Solutions, or one of the PHP books for Dreamweaverand feels ready to tackle something a little more challenging.
4249 / 0

The iPhone Developer's Cookbook: Building Applications with the iPhone SDK Ссылки

The iPhone Developer's Cookbook: Building Applications with the iPhone SDK

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

"This book would be a bargain at ten times its price! If you are writing iPhone software, it will save you weeks of development time. Erica has included dozens of crisp and clear examples illustrating essential iPhone development techniques and many others that show special effects going way beyond Apple's official documentation." -- Tim Burks, iPhone software developer, TootSweet Software "Erica Sadun's technical expertise lives up to the Addison-Wesley name. The iPhone Developer's Cookbook is a comprehensive walkthrough of iPhone development that will help anyone out, from beginners to more experienced developers. Code samples and screenshots help punctuate the numerous tips and tricks in this book. " -- Jacqui Cheng, Associate Editor, Ars Technica "We make our living writing this stuff and yet I am humbled by Erica's command of her subject matter and the way she presents the material: pleasantly informal, then very appropriately detailed technically. This is a going to be the Petzold Book for iPhone developers." -- Daniel Pasco, lead developer and CEO Black Pixel Luminance "The iPhone Developer's Cookbook: Building Mobile Applications with the iPhone SDK should be the first resource for the beginning iPhone programmer, and is the best supplemental material to Apple's own documentation." -- Alex C. Schaefer, lead programmer ApolloIM, iPhone Application Development Specialist for MeLLmo, Inc "Erica's book is a truly great resource for Cocoa Touch developers. This book goes far beyond the documentation on Apple's website, and she includes methods that give the developer a deeper understanding of the iPhone OS, by letting them glimpse what's going on behind the scenes on this incredible mobile platform." -- John Zorko, Sr. Software Engineer, mobile devices
3539 / 0

Programming .Net Windows Applications Ссылки

Programming .Net Windows Applications

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

For those of you who develop standalone Windows applications for PCs and other devices, Microsoft's .NET Windows Forms provide a much better way to get it done. This new technology gives you more power and flexibility for a fraction of the effort compared to classic Win32 development, with a streamlined programming model that deals automatically with many tedious details that once plagued developers. As with most things .NET, the only hitch is the learning curve. But that's where acclaimed author Jesse Liberty makes the difference with Programming .NET Windows Applications. With this tutorial, you will explore all aspects of using .NET Windows Forms class libraries and the associated programming tools in Visual Studio .NET, enabling you to build applications for the Windows 9x, Windows 2000 and Windows XP desktop platforms. Step-by-step, you'll learn ways to design applications that either function alone on a PC, or work in combination with your web-based application server to take advantage of the richer interface and higher level of security. The book also explains how your new Windows applications can sidestep problems that used to arise from the use of DLLs (known collectively as "DLL hell"), and how .NET Windows Forms can be used as an alternative to ASP.NET and browser-based approaches for building web application clients. Jesse Liberty definitely knows his stuff when it comes to the .NET platform. As the author of O'Reilly's Programming C# and Learning Visual Basic .NET, he's well-known for his clear and concise style that prompted one reviewer to say, "It's as if he knows exactly what questions I'm going to ask ahead of time." Jesse also co-authored Programming ASP.NET with contract programmer Dan Hurwitz, and now the two have teamed up again to bring you this comprehensive tutorial--without a doubt, the best source available for learning how to program with .NET Windows Forms.



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

Разработка

Разработка


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