All counter of AlamanShop


Elliott White, Jonathan D. Eisenhamer
PHP 5 in Practice

2006 y.
Publisher: —
Description: With the release of PHP 5 web developers need a guide to developing with PHP 5 to both learn its complex new features and more fully implement the long-standing features on which PHP`s success is built. PHP 5 in Practice is a reference guideA that provides developers with easy-to-use and easily extensible code to solve common PHP problems. It focuses on providing real code solutions to problems, allowing the reader to learn by seeing exactly what is happening behind the scenes to get your solution. Because a real-life situation will rarely match the book`s example problems precisely, PHP 5 in Practice explains the solution well enough that you will understand it and can learn how to truly solve your own problem. [detailed...]

ISBN: 0672328887
Book size: —; Page extent: 456.

 

PUT TO
THE BASKET
Julie Meloni and Matt Telles
PHP 6 Fast and Easy Web Development

2008 y.
Publisher: Course Technology PTR
Description: Learn to create Web pages quickly and easily with PHP—no prior programming experience required! `PHP 6 Fast &, Easy Web Development` provides a step-by-step, learn-by-example path to learning through easy-to-understand language and illustrations. Unlike the verbose text-only chapters found in most programming books, the Fast &, Easy Web Development style appeals to users who are new to PHP, or to programming in general. The first three chapters are dedicated to getting Apache, MySQL, and PHP up and running on your Windows or Linux machine. You’ll be surprised at how simple it is, and how quickly you’ll be working. From there, you’ll learn how to create multi-part scripts, display dynamic content, work with MySQL databases, restrict access to certain pages of your site using PHP, create contact management systems, and work with XML. After completing this book, you will have a strong foundation in the basics of Web-based technologies and application design, and will be prepared to learn… [detailed...]

ISBN: 1598634712
Book size: —; Page extent: 564.

 

PUT TO
THE BASKET
Larry Ullman
PHP 6 and MySQL 5 for Dynamic Web Sites: Visual QuickPro Guide

2007 y.
Publisher: Peachpit Press
Description: It hasn`t taken Web developers long to discover that when it comes to creating dynamic, database-driven Web sites, MySQL and PHP provide a winning open source combination. Add this book to the mix, and there`s no limit to the powerful, interactive Web sites that developers can create. With step-by-step instructions, complete scripts, and expert tips to guide readers, veteran author and database designer Larry Ullman gets right down to business: After grounding readers with separate discussions of first the scripting language (PHP) and then the database program (MySQL), he goes on to cover security, sessions and cookies, and using additional Web tools, with several sections devoted to creating sample applications. This guide is indispensable for intermediate- to advanced level Web designers who want to replace their static sites with something dynamic. In this edition, the bulk of the new material covers the latest versions of both technologies: PHP 6 (due out in 2008) and MySQL 5… [detailed...]

ISBN: 032152599X
Book size: —; Page extent: 648.

 

PUT TO
THE BASKET
Steve Suehring, Tim Converse, Joyce Park
PHP 6 and MySQL 6 Bible

2009 y.
Publisher: —
Description: MySQL is the leading open source database on the market and PHP continues to dominate the server side of the scripting market—together, they are the most popular and common team for creating dynamic, database-driven web sites. This comprehensive book covers the newest version of PHP and MySQL and is packed with extensive code examples, full working applications, and valuable troubleshooting advice. You’ll explore installing, developing, and debugging the latest versions of PHP and MySQL and get insight on advanced topics such as error handling, debugging, PEAR, security, HTTP, cookies, and OOP. [detailed...]

ISBN: 0470384506
Book size: —; Page extent: 912.

 

PUT TO
THE BASKET
Andrew B. Harris
PHP 6/MySQL Programming for the Absolute Beginner (For the Absolute Beginner)

2008 y.
Publisher: —
Description: If you are new to programming with PHP 6 and MySQL and are looking for a solid introduction, this is the book for you. Developed by computer science instructors, books in the for the absolute beginner? series teach the principles of programming through simple game creation. You will acquire the skills that you need for more practical programming applications and will learn how these skills can be put to use in real-world scenarios. Everything you need to complete the tutorials is on the companion CD?there?s no software to buy and you can get started right away. By the time you finish thebook you will be able to apply the basic principles you?ve learned to the next programming language you tackle. [detailed...]

ISBN: 1598637983
Book size: —; Page extent: 491.

 

PUT TO
THE BASKET
Larry Ullman
PHP Advanced for the World Wide Web Visual QuickPro Guide

— y.
Publisher: —
Description: Untitled PHP is a server-side, HTML-embedded scripting language. ItOs frequently being used to replace the functionality created by Perl to write CGI scripts). Similar to both HTML and CGI, PHP is faster to program in and faster to execute than CGI. PHP was written specifically for Web site creation, unlike Perl, C, or Java. Companies such as Honda, Patagonia, and Zoom.com all have Web sites utilizing PHP. PHP Advanced for the World Wide Web: Visual QuickPro Guide consists of approximately fifteen chapters of step-by-step content, aimed at teaching specific topics in direct, focused segments. The scripts featured in this book are based on features and capabilities that current PHP users most frequently inquire about (e.g. sessions, authentication, and object-oriented programming). as well as detailing those technologies that will be more important in the future, such as XML and… [detailed...]

ISBN: 0201775972
Book size: —; Page extent: —.

 

PUT TO
THE BASKET
Tim Converse, Joyce Park
PHP Bible, 2nd Edition

— y.
Publisher: —
Description: * Covers why users need PHP, how to get started, how to add PHP to HTML, and how to connect HTML Web pages to MySQL or Oracle databases. * Authors have extensive experience using PHP and provide case studies of how and where to use PHP. * Covers advanced topics, such as HTTP, cookies, Web services, redirection, building graphics, and sessions. [detailed...]

ISBN: 0764549553
Book size: —; Page extent: —.

 

PUT TO
THE BASKET
Adam Trachtenberg, David Sklar
PHP Cookbook (Cookbooks (O`Reilly))

2006 y.
Publisher: —
Description: When it comes to creating dynamic web sites, the open source PHP language is red-hot property: used on more than 20 million web sites today, PHP is now more popular than Microsoft`s ASP.NET technology. With our Cookbook`s unique format, you can learn how to build dynamic web applications that work on any web browser. This revised new edition makes it easy to find specific solutions for programming challenges. PHP Cookbook has a wealth of solutions for problems that you`ll face regularly. With topics that range from beginner questions to advanced web programming techniques, this guide contains practical examples -- or `recipes` -- for anyone who uses this scripting language to generate dynamic web content. Updated for PHP 5, this book provides solutions that explain how to use the new language features in detail, including the vastly improved object-oriented capabilities and the new PDO data access extension. New sections on classes and objects are included, along… [detailed...]

ISBN: 0596101015
Book size: —; Page extent: 810.

 

PUT TO
THE BASKET
David Sklar, Adam Trachtenberg
PHP Cookbook

— y.
Publisher: —
Description: The PHP Cookbook is a collection of problems, solutions, and practical examples for PHP programmers. The book contains a unique and extensive collection of best practices for everyday PHP programming dilemmas. For every problem addressed in the book, there`s a worked-out solution or `recipe` -- short, focused pieces of code that you can insert directly into your applications. But this book offers more than cut-and-paste code. You also get explanations of how and why the code works, so you can learn to adapt the problem-solving techniques to similar situations. The recipes in the PHP Cookbook range from simple tasks, such as sending a database query and fetching URLs, to entire programs that demonstrate complex tasks, such as printing HTML tables and generating bar charts. This book contains over 250 recipes -- a treasure trove of useful code for PHP programmers, from novices to advanced practitioners. Rely on the PHP Cookbook to provide quick solutions to common… [detailed...]

ISBN: 1565926811
Book size: —; Page extent: —.

 

PUT TO
THE BASKET
Julie Meloni
PHP Essentials, 2nd Edition

— y.
Publisher: —
Description: Write dynamically generated pages with ease using PHP! Dive into the new edition of this popular guide to PHP. With a true focus on the essentials, this book gives you the solid foundation in PHP programming youre looking for. And you dont have to be a computer scientist or programmer to learn from it! The simple, learn-by-example format of `PHP Essentials` will allow you to quickly use the power of PHP to develop successful, dynamic Web sites. [detailed...]

ISBN: 1931841349
Book size: —; Page extent: —.

 

PUT TO
THE BASKET
Julie C. Meloni
PHP Fast &, Easy Web Development, 2nd Edition

— y.
Publisher: —
Description: Premier Press Fast &, Easy approach is now available for Web developers! You don`t have to spend your time wading through manuals to learn PHP. Spend it doing what you do bestcreating Web pages! Use this one-of-a-kind learning tool to install and configure PHP and create your own contact management system. Premier Press Fast &, Easy web development series combines easy-to-understand instructions with visual examples. The result is a unique, hands-on approach to PHP that you won`t find anywhere else. Less time, less effort, more results! [detailed...]

ISBN: 193184187X
Book size: —; Page extent: —.

 

PUT TO
THE BASKET
Matt Rutledge
PHP Game Programming

— y.
Publisher: —
Description: `PHP Game Programming` offers you the introduction you need to begin creating your own online games. Youll be amazed at the games you can create with this powerfuland completely freedevelopment tool! Dive right in as you begin with coverage of server configuration and the major features of PHP. Then youre off and running as you use PHP to create and manipulate graphics, develop a chess game using a non-relational database, and send and receive data through sockets. Put your new skills to use as you create your own massively multiplayer online game! From the basics of PHP and HTML to the exciting task of creating dynamic terrain and Flash movies, `PHP Game Programming` will help you turn your online game ideas into reality! [detailed...]

ISBN: 159200153X
Book size: —; Page extent: —.

 

PUT TO
THE BASKET
Chris Lea, Mike Buzzard, Dilip Thomas, Jessey White-Cinis
PHP MySQL Website Programming: Problem - Design - Solution

— y.
Publisher: —
Description: PHP MySQL Website Programming: Problem - Design - Solution shows the development process for a website using a specific set of technologies: the Apache web server, the MySQL database system, and the PHP scripting language. It gives you a completely hands-on experience and guides you through the construction of a complete application-driven site from design to deployment. Each chapter in the book is broken into three parts: Problem: The authors analyze each task and identify areas that may be particularly hard to implement. Design: Once the problems have been identified, a proposal is sketched out for solving them. Solution: The code is developed and deployed to accomplish the task at hand. Throughout the book, good object-oriented PHP coding methods are used where appropriate. The site you construct features a modular design, so the individual chapters are generally focused on designing and building a specific piece of the site`s… [detailed...]

ISBN: 159059150X
Book size: —; Page extent: —.

 

PUT TO
THE BASKET
David Powers
PHP Object-Oriented Solutions

2008 y.
Publisher: —
Description: 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 … [detailed...]

ISBN: 1430210117
Book size: —; Page extent: 392.

 

PUT TO
THE BASKET
Matt Zandstra
PHP Objects, Patterns, and Practice

2007 y.
Publisher: Apress
Description: Backed by a tireless development community, PHP has been a model of language evolution over its 10+ year history. Borne from a contract developer`s pet project, these days you`ll find PHP powering many of the world`s largest web sites, including Yahoo!, Digg, EA Games, and Lycos. `PHP Objects, Patterns, and Practice`, Second Edition shows you how to meld the power of PHP with the sound enterprise development techniques embraced by professional programmers. Going well beyond the basics of object-oriented development, you`ll learn about advanced topics such as working with static methods and properties, abstract classes, interfaces, design patterns, exception handling, and more. You`ll also be exposed to key tools such as PEAR, CVS, Phing, and phpDocumentor. [detailed...]

ISBN: 1590599098
Book size: —; Page extent: 487.

 

PUT TO
THE BASKET
Rasmus Lerdorf
PHP Pocket Reference, 2nd Edition

— y.
Publisher: —
Description: Simple, to the point, and compact--in fact, exactly what you`ve come to expect in an O`Reilly Pocket Reference--the second edition of PHP Pocket Reference is thoroughly updated to include the specifics of PHP 4, the language`s latest version. Written by the founder of the PHP Project, Rasmus Lerdorf, PHP Pocket Reference is both a handy introduction to PHP syntax and structure, and a quick reference to the vast array of functions provided by PHP. The quick reference section organizes all the core functions of PHP alphabetically so you can find what you need easily, the slim size means you can keep it handy beside your keyboard for those times when you want to look up a function quickly without closing what you`re doing. The PHP Pocket Reference an indispensable (and inexpensive) tool for any serious PHP coder. [detailed...]

ISBN: 0596004028
Book size: —; Page extent: —.

 

PUT TO
THE BASKET
Ashish Wilfred
PHP Professional Projects

— y.
Publisher: —
Description: Use PHP to accomplish real-world, professional tasks. PHP Professional Projects is your key to unlocking the power of PHP. Each project focuses on a specific concept and is based on a real-world situation. Enhance your skills as you work through five projects including creating a user registration form, storing and retrieving data from files, working with MySQL using PHP, creating a catalog and shopping cart, and user authentication and tracking. When you are finished, you will have the skills necessary to modify projects to fit your professional needs. [detailed...]

ISBN: 1931841535
Book size: —; Page extent: —.

 

PUT TO
THE BASKET
Vikram Vaswani
PHP Programming Solutions

2007 y.
Publisher: McGraw-Hill Osborne Media
Description: Find real-world solutions to PHP programming problems. Simplify and shorten the PHP application development cycle using the in-depth information contained in this hands-on guide. `PHP Programming Solutions` clearly lays out more than 250 programming challenges alongside practical solutions, functioning code, detailed explanations, and usage tips. Inside, you`ll learn to manipulate strings and arrays, work with HTML and Web pages, accept and validate user input, parse XML code, and resolve programming problems using PEAR and PECL widgets and extensions. Plus, you`ll get detailed coverage of PHP security issues, SQL database interaction, debugging techniques, and error processing. Work with numbers, strings, dates, times, files, and directories. Build complex data structures using PHP`s array manipulation API. Use functions and classes to build modular, reusable code. Create, update, and cache HTML documents and Web content. … [detailed...]

ISBN: 007148745X
Book size: —; Page extent: 576.

 

PUT TO
THE BASKET
Don Gosselin
PHP Programming with MySQL

2005 y.
Publisher: —
Description: As the first true academic textbook in the market to combine PHP with MySQL, PHP Programming with MySQL, by Don Gosselin covers one of the fastest growing technology combinations for developing interactive Web sites. [detailed...]

ISBN: 0619216875
Book size: —; Page extent: 704.

 

PUT TO
THE BASKET
David Powers
PHP Solutions: Dynamic Web Design Made Easy (Solutions)

2006 y.
Publisher: —
Description: In this book you`ll learn how to: Create dynamic websites with design and usability in mind, as well as functionality Understand how PHP scripts work, giving you confidence to adapt them to your own needs Bring online forms to life, check required fields, and ensure user input is safe to process Upload files and automatically create thumbnails from larger images Manage website content with a searchable database You want to make your websites more dynamic by adding a feedback form, creating a private area where members can upload images that are automatically resized, or perhaps storing all your content in a database. The problem is, you`re not a programmer and the thought of writing code sends a chill up your spine. Or maybe you`ve dabbled a bit in PHP and MySQL, but you can`t get past baby steps. If this describes you, then you`ve just found the right book. … [detailed...]

ISBN: 1590597311
Book size: —; Page extent: 488.

 

PUT TO
THE BASKET
John Coggeshall
PHP Unleashed

— y.
Publisher: —
Description: Over 12 million Internet domains worldwide use the PHP language to power their websites. If you are a programmer included in this group, or would like to be one, you should pick up a copy of PHP Unleashed . The definitive guide in PHP programming, PHP Unleashed thoroughly and authoritatively covers the release of PHP 5, as well as advanced topics not found in other books. It begins with a detailed summary of the basics and then quickly moves on to more advanced topics such as working withdata, outputting graphical data and building complete applications. Whether you?re an experienced programmer and new to PHP, or an experienced PHP programmer but new to PHP 5, this is the one PHP book you need in your library. [detailed...]

ISBN: 067232511X
Book size: —; Page extent: —.

 

PUT TO
THE BASKET
Rachel Andrew, Allan Kent, David Powers
PHP Web Development with Macromedia Dreamweaver MX 2004

— y.
Publisher: —
Description: PHP is the most popular Open source server-side scripting language, with extensive support available in Dreamweaver MX. This concise, no-nonsense book teaches you how to develop accessible, standards-compliant PHP-driven websites using PHP 4 and Macromedia Dreamweaver MX 2004. PHP Web Development with Macromedia Dreamweaver MX 2004 presents real-world tutorials so you can expect fast results as you progress through the book. It also covers vital web development topics such as web standards principles and implementation, and it includes a useful setup section to get you up-and-running quickly and easily. [detailed...]

ISBN: 1590593502
Book size: —; Page extent: —.

 

PUT TO
THE BASKET
Adrian Kingsley-Hughes, Kathie Kingsley-Hughes
PHP and MySQL @work: Projects and Techniques to Get the Job Done (@Work)

2008 y.
Publisher: —
Description: Most books on creative applications describe how to use tools and make some reference to putting those tools into a real-world context. PHP and MySQL @work: Projects and Techniques to Get the Job Done breaks out of that mold by introducing key tools in a single chapter and then moving on to what you really want to know: how to complete projects. This book provides step-by-step coverage of how to complete a variety of projects that a panel of users who regularly use the application have verified as the most common projects. Tips, tricks, and notes will provide you with the information you need to carry over what you learn on these projects to others you`ll undoubtedly be asked to create, making this the ultimate desk reference for PHP and MySQL users. [detailed...]

ISBN: 0672328577
Book size: —; Page extent: 240.

 

PUT TO
THE BASKET
Luke Welling, Laura Thomson
PHP and MySQL Web Development (3rd Edition)

— y.
Publisher: —
Description: — [detailed...]

ISBN: 0672326728
Book size: —; Page extent: —.

 

PUT TO
THE BASKET
Larry Ullman
PHP and MySQL for Dynamic Web Sites: Visual QuickPro Guide

— y.
Publisher: —
Description: When static HTML pages no longer cut it, you need to step up to dynamic, database-driven sites that represent the future of the Web. In PHP and MySQL for Dynamic Web Sites: Visual QuickPro Guide , the author of best-selling guides to both the database program (MySQL) and the scripting language (PHP) returns to cover the winning pair in tandem—the way users work with them today to build dynamic sites using Open Source tools. Using step-by-step instructions, clearly written scripts, and expert tips to ease the way, author Larry Ullman discusses PHP and MySQL separately before going on to cover security, sessions and cookies, and using additional Web tools, with several sections devoted to creating sample applications. A companion Web site includes source code and demonstrations of techniques used in the volume. If you`re already at home with HTML, you`ll find this volume the perfect launching pad to creating dynamic sites with PHP and MySQL. [detailed...]

ISBN: 0321186486
Book size: —; Page extent: —.

 

PUT TO
THE BASKET
Steven Holzner
PHP: The Complete Reference

2007 y.
Publisher: McGraw-Hill Osborne Media
Description: Build dynamic, cross-browser Web applications with PHP - the server-side programming language that`s taken the Internet by storm. Through detailed explanations and downloadable code examples, this comprehensive guide shows you, step-by-step, how to configure PHP, create PHP-enabled Web pages, and put every advanced development tool to work. `PHP: The Complete Reference` explains how to personalize the PHP work space, define operators and variables, manipulate strings and arrays, deploy HTML forms and buttons, and process user input. You`ll learn how to access database information, track client-side preferences using cookies, execute FTP and e-mail transactions, and publish your applications to the Web. You`ll also get in-depth coverage of PHP`s next-generation Web 2.0 design features, including AJAX, XML, and RSS. Install PHP and set up a customized development environment. Work with variables, operators, loops, strings, arrays, and functions. … [detailed...]

ISBN: 0071508546
Book size: —; Page extent: 590.

 

PUT TO
THE BASKET
Paul Whitehead, Joel Desamero
PHP: Your Visual Blueprint for Creating Open Source, Server-Side Content

— y.
Publisher: —
Description: — [detailed...]

ISBN: 0764535617
Book size: —; Page extent: —.

 

PUT TO
THE BASKET
Anne Bogardus
PHR / SPHR: Professional in Human Resources Certification Study Guide

2009 y.
Publisher: —
Description: More than 80,000 HR professionals having earned the Senior Professional in Human Resources (SPHR) or Professional in Human Resources (PHR) certification, and another 20,000 are expected to take the exam in 2009. This complete update of the bestselling guide to HR certification contains additional coverage of new HR policies and standards, as well as updated practice exam questions and real world scenarios. Key topics include strategic management, workforce planning and employment, compensation and benefits, employee and labor relations, and Occupational Safety and Health Administration (OSHA) regulations. The CD-ROM contains four bonus exams (two each for PHR and SPHR) as well as flashcards and an electronic book. [detailed...]

ISBN: 0470430966
Book size: —; Page extent: 672.

 

PUT TO
THE BASKET
Cathy Lee Gibson
PHR Exam Prep: Professional in Human Resources (2nd Edition) (Exam Prep)

2007 y.
Publisher: —
Description: - [detailed...]

ISBN: 0789736772
Book size: —; Page extent: 720.

 

PUT TO
THE BASKET
Cathy Lee Gibson
PHR Exam Prep: Professional in Human Resources (Exam Cram)

2005 y.
Publisher: —
Description: Score higher on your PHR exam with the market`s most comprehensive book, PHR Exam Prep: Professional in Human Resources . Written by a leading expert on the PHR exam, this is the only PHR-centric book with PHR-specific objectives. Each exam objective is thoroughly detailed, providing you with precisely the information you need to know to score higher on the exam. Also featured is the Exam Prep proven method of study, which includes Exam Alerts, tips, notes, sidebars, hundreds of PHR practice questions, relevant exercises, review breaks, a glossary, objective reference sheet, a practice exam CD-ROM, and a full practice exam in the book. You will be able to assess your exam readiness with the practice exam questions and you will develop effective study habits that will be tailored to your PHR exam preparation. Cut to the chase and find out exactly what you need to know in order to pass the exam with the PHR Exam Prep . [detailed...]

ISBN: 0789734508
Book size: —; Page extent: 696.

 

PUT TO
THE BASKET
Anne Bogardus
PHR/SPHR: Professional in Human Resources Certification Study Guide

2007 y.
Publisher: Sybex
Description: Completely revised and enhanced for the new 2007 exams, this book enables you to validate your experience and skills as an HR professional with the industry-standard PHR (Professional in Human Resources) or SPHR (Senior Professional in Human Resources) certifications from the Human Resource Certification Institute (HRCI). This comprehensive new edition of the top-selling PHR/SPHR Study Guide provides you expert preparation and review for these challenging exams as well as comprehensive coverage on labor relations, workforce planning, compensation, OSHA regulations. [detailed...]

ISBN: 0470050683
Book size: —; Page extent: 576.

 

PUT TO
THE BASKET
Сайт создан в системе uCoz