SHOPPING HOME
      >  The Books Store   >  Computers & Internet   >  Databases   >  Specific Databases   <<<   YOU ARE HERE

Shopper's Delight

Specific Databases in The Books Store


 
Search Results:

Displaying records 1 through 10 of 2167
First      Previous
Next      Last

 

  PHP and MySQL Web Development (4th Edition) (Developer's Library)

 
PHP and MySQL Web Development (4th Edition) (Developer's Library) under Specific Databases in The Books Store
Price: $49.99
Sale: $27.00
 
Manufacturer: Addison-Wesley Professional
Number of Items: 1
 
 
Binding: Paperback
Author: Luke Welling::Laura Thomson
Publisher: Addison-Wesley Professional
Edition: 4
Dewey Decimal Number: 005.2762
Publication Date: 2008-10-11
Reading Level: 1008
 
Description: The PHP server-side scripting language and the MySQL database management system (DBMS) make a potent pair. Both are open-source products--free of charge for most purposes--remarkably strong, and capable of handling all but the most enormous transaction loads. Both are supported by large, skilled, and enthusiastic communities of architects, programmers, and designers. PHP and MySQL Web Development introduces readers (who are assumed to have little or no experience with the title subjects) to PHP and MySQL for the purpose of creating dynamic Internet sites. It teaches the same skills as introductory Active Server Pages (ASP) and ColdFusion books--technologies that address the same niche.

Authors Luke Welling and Laura Thomson's technique aims to get readers going on their own projects as soon as possible. They present easily digestible sections on specific technical processes--"Accessing array contents" and "Using encryption with PHP" are two examples. Each section centers on a sample program that strips the task at hand down to its essentials, enabling the reader to fit the process into his or her own solutions as required. Tables that list options and other nuggets of reference material appear as well, but the many examples and the authors' commentary on them take center stage.

For reference material on MySQL, have a look at Paul DuBois's MySQL. On the PHP side, Web Application Development with PHP 4.0 is excellent. --David Wall

Topics covered:

  • The MySQL database server (for both Unix and Windows)
  • Accessing MySQL databases through PHP scripting (the letters don't really stand for anything)
  • Database creation and modification
  • PHP tricks in order of increasing complexity--everything from basic SQL queries to secure transactions for commerce
  • Authentication
  • Network connectivity
  • Session management
  • Content customization

 

  PHP 6 and MySQL 5 for Dynamic Web Sites: Visual QuickPro Guide

 
PHP 6 and MySQL 5 for Dynamic Web Sites: Visual QuickPro Guide under Specific Databases in The Books Store
Price: $39.99
Sale: $24.42
 
Manufacturer: Peachpit Press
Number of Items: 1
 
 
Binding: Paperback
Author: Larry Ullman
Publisher: Peachpit Press
Dewey Decimal Number: 005.133
Publication Date: 2007-12-29
Reading Level: 648
 
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 (available now). The book's publication date is likely to beat the official release of PHP 6, making it one of the first books available on the subject.

 

  High Performance MySQL: Optimization, Backups, Replication, and More

 
High Performance MySQL: Optimization, Backups, Replication, and More under Specific Databases in The Books Store
Price: $49.99
Sale: $30.19
 
Manufacturer: O'Reilly Media, Inc.
Number of Items: 1
 
 
Binding: Paperback
Author: Baron Schwartz::Peter Zaitsev::Vadim Tkachenko::Jeremy Zawodny::Arjen Lentz::Derek Balling
Publisher: O'Reilly Media, Inc.
Edition: 2
Dewey Decimal Number: 005.7565
Publication Date: 2008-06-26
Reading Level: 708
 
Description: High Performance MySQL is the definitive guide to building fast, reliable systems with MySQL. Written by noted experts with years of real-world experience building very large systems, this book covers every aspect of MySQL performance in detail, and focuses on robustness, security, and data integrity. High Performance MySQL teaches you advanced techniques in depth so you can bring out MySQL's full power. Learn how to design schemas, indexes, queries and advanced MySQL features for maximum performance, and get detailed guidance for tuning your MySQL server, operating system, and hardware to their fullest potential. You'll also learn practical, safe, high-performance ways to scale your applications with replication, load balancing, high availability, and failover. This second edition is completely revised and greatly expanded, with deeper coverage in all areas. Major additions include: Emphasis throughout on both performance and reliability Thorough coverage of storage engines, including in-depth tuning and optimizations for the InnoDB storage engine Effects of new features in MySQL 5.0 and 5.1, including stored procedures, partitioned databases, triggers, and views A detailed discussion on how to build very large, highly scalable systems with MySQL New options for backups and replication Optimization of advanced querying features, such as full-text searches Four new appendices The book also includes chapters on benchmarking, profiling, backups, security, and tools and techniques to help you measure, monitor, and manage your MySQL installations.

 

  Mastering Regular Expressions

 
Mastering Regular Expressions under Specific Databases in The Books Store
Price: $44.99
Sale: $25.03
 
Manufacturer: O'Reilly Media, Inc.
Number of Items: 1
 
 
Binding: Paperback
Author: Jeffrey Friedl
Publisher: O'Reilly Media, Inc.
Edition: 3
Dewey Decimal Number: 005.72
Publication Date: 2006-08-08
Reading Level: 542
 
Description: Regular expressions are a central element of UNIX utilities like egrep and programming languages such as Perl. But whether you're a UNIX user or not, you can benefit from a better understanding of regular expressions since they work with applications ranging from validating data-entry fields to manipulating information in multimegabyte text files. Mastering Regular Expressions quickly covers the basics of regular-expression syntax, then delves into the mechanics of expression-processing, common pitfalls, performance issues, and implementation-specific differences. Written in an engaging style and sprinkled with solutions to complex real-world problems, Mastering Regular Expressions offers a wealth information that you can put to immediate use.

 

  Beginning PHP and MySQL: From Novice to Professional, Third Edition (Beginning from Novice to Professional)

 
Beginning PHP and MySQL: From Novice to Professional, Third Edition (Beginning from Novice to Professional) under Specific Databases in The Books Store
Price: $46.99
Sale: $28.97
 
Manufacturer: Apress
Number of Items: 1
 
 
Binding: Paperback
Author: W. Jason Gilmore
Publisher: Apress
Edition: 3
Dewey Decimal Number: 005.133
Publication Date: 2008-03-24
Reading Level: 1080
 
Description:

Beginning PHP and MySQL: From Novice to Professional, Third Edition offers a comprehensive introduction to two of the most prominent open source technologies on the planet: the PHP scripting language and the MySQL database server. Updated to introduce the features found in MySQLs most significant release to date, readers learn how to take advantage of the latest features of both technologies to build powerful, manageable, and stable web applications.

Essentially three books in one, readers not only profit from extensive introductions to the core features of each technology, but also learn how to effectively integrate the two in order to build robust data-driven applications. Packed with practical examples and insight into the real-world challenges faced by developers based on author W. Jason Gilmore's 7 years of expertise working with these technologies, readers will repeatedly return to this book as both a valuable instructional tool and reference guide.

What youll learn

  • The PHP language
  • How to back your web site with MySQL
  • Templating so that you can apply a consistent design across all pages on your site
  • How to authenticate your web site users
  • How to use cookies to maintain information (such as items in a shopping cart) while a user is browsing your site

Who is this book for?

This book is written for developers seeking to take advantage of the PHP language and MySQL database to create powerful web applications.

About the Apress Beginning Series

The Beginning series from Apress is the right choice to get the information you need to land that crucial entry-level job. These books will teach you a standard and important technology from the ground up because they are explicitly designed to take you from "novice to professional." Youll start your journey by seeing what you need to knowbut without needless theory and filler. Youll build your skill set by learning how to put together real-world projects step by step. So whether your goal is your next career challenge or a new learning opportunity, the Beginning series from Apress will take you thereit is your trusted guide through unfamiliar territory!


 

  Head First SQL: Your Brain on SQL -- A Learner's Guide (Head First)

 
Head First SQL: Your Brain on SQL -- A Learner's Guide (Head First) under Specific Databases in The Books Store
Price: $44.99
Sale: $23.95
 
Manufacturer: O'Reilly Media, Inc.
Number of Items: 1
 
 
Binding: Paperback
Author: Lynn Beighley
Publisher: O'Reilly Media, Inc.
Dewey Decimal Number: 005.133
Publication Date: 2007-09-01
Reading Level: 607
 
Description: Is your data dragging you down? Are your tables all tangled up? Well we've got the tools to teach you just how to wrangle your databases into submission. Using the latest research in neurobiology, cognitive science, and learning theory to craft a multi-sensory SQL learning experience, Head First SQL has a visually rich format designed for the way your brain works, not a text-heavy approach that puts you to sleep.

Maybe you've written some simple SQL queries to interact with databases. But now you want more, you want to really dig into those databases and work with your data. Head First SQL will show you the fundamentals of SQL and how to really take advantage of it. We'll take you on a journey through the language, from basic INSERT statements and SELECT queries to hardcore database manipulation with indices, joins, and transactions. We all know "Data is Power" - but we'll show you how to have "Power over your Data". Expect to have fun, expect to learn, and expect to be querying, normalizing, and joining your data like a pro by the time you're finished reading!

 

  SQL Pocket Guide (Pocket References)

 
SQL Pocket Guide (Pocket References) under Specific Databases in The Books Store
Price: $14.99
Sale: $8.00
 
Manufacturer: O'Reilly Media, Inc.
Number of Items: 1
 
 
Binding: Paperback
Author: Jonathan Gennick
Publisher: O'Reilly Media, Inc.
Edition: 2
Dewey Decimal Number: 005.7565
Publication Date: 2008-08-05
Reading Level: 192
 
Description: SQL is the language of databases. It's used to create and maintain database objects, place data into those objects, query the data, modify the data, and, finally, delete data that is no longer needed. Databases lie at the heart of many, if not most business applications. Chances are very good that if you're involved with software development, you're using SQL to some degree. And if you're using SQL, you should own a good reference or two.

Now available in an updated second edition, our very popular "SQL Pocket Guide" is a major help to programmers, database administrators, and everyone who uses SQL in their day-to-day work. The "SQL Pocket Guide" is a concise reference to frequently used SQL statements and commonly used SQL functions. Not just an endless collection of syntax diagrams, this portable guide addresses the language's complexity head on and leads by example. The information in this edition has been updated to reflect the latest versions of the most commonly used SQL variants including:

Oracle Database 10g, Release 2 (including

the free Oracle Database 10g Express Edition (XE))

Microsoft SQL Server 2005

MySQL 5

IBM DB2 8.2

PostreSQL 8.1 database


 

  SQL Cookbook (Cookbooks (O'Reilly))

 
SQL Cookbook (Cookbooks (O'Reilly)) under Specific Databases in The Books Store
Price: $39.95
Sale: $22.73
 
Manufacturer: O'Reilly Media, Inc.
Number of Items: 1
 
 
Binding: Paperback
Author: Anthony Molinaro
Publisher: O'Reilly Media, Inc.
Edition: 1
Dewey Decimal Number: 005.133
Publication Date: 2005-12-16
Reading Level: 628
 
Description: You know the rudiments of the SQL query language, yet you feel you aren't taking full advantage of SQL's expressive power. You'd like to learn how to do more work with SQL inside the database before pushing data across the network to your applications. You'd like to take your SQL skills to the next level.

Let's face it, SQL is a deceptively simple language to learn, and many database developers never go far beyond the simple statement: SELECT FROM WHERE . But there is "so" much more you can do with the language. In the "SQL Cookbook," experienced SQL developer Anthony Molinaro shares his favorite SQL techniques and features. You'll learn about:

Window functions, arguably the most significant enhancement to SQL in the past decade. If you're not using these, you're missing out

Powerful, database-specific features such as SQL Server's PIVOT and UNPIVOT operators, Oracle's MODEL clause, and PostgreSQL's very useful GENERATE_SERIES function

Pivoting rows into columns, reverse-pivoting columns into rows, using pivoting to facilitate inter-row calculations, and double-pivoting a result set

"Bucketization," and why you should never use that term in Brooklyn.

How to create histograms, summarize data into buckets, perform aggregations over a moving range of values, generate running-totals and subtotals, and other advanced, data warehousing techniques

The technique of "walking a string," which allows you to use SQL to parse through the characters, words, or delimited elements of a string

Written in O'Reilly's popular Problem/Solution/Discussion style, the "SQL Cookbook" is sure to please. Anthony's credo is: "When it comes down to it, we all go to work, weall have bills to pay, and we all want to go home at a reasonable time and enjoy what's still available of our days." The "SQL Cookbook" moves quickly from problem to solution, saving you time each step of the way.


 

  FileMaker Pro 9: The Missing Manual

 
FileMaker Pro 9: The Missing Manual under Specific Databases in The Books Store
Price: $34.99
Sale: $19.97
 
Manufacturer: O'Reilly Media
Number of Items: 1
 
 
Binding: Paperback
Author: Geoff Coffey::Susan Prosser
Publisher: O'Reilly Media
Dewey Decimal Number: 005.74
Publication Date: 2007-08-02
Reading Level: 799
 
Description: FileMaker Pro 9: The Missing Manual is the clear, thorough and accessible guide to the latest version of this popular desktop database program. FileMaker Pro lets you do almost anything with the information you give it. You can print corporate reports, plan your retirement, or run a small country -- if you know what you're doing. This book helps non-technical folks like you get in, get your database built, and get the results you need. Pronto. The new edition gives novices and experienced users the scoop on versions 8.5 and 9. It offers complete coverage of timesaving new features such as the Quick Start screen that lets you open or a create a database in a snap, the handy "save to" buttons for making Excel documents or PDFs, the multiple level Undo and Redo commands let you step backwards through your typing tasks, and much more. With FileMaker Pro 9: The Missing Manual, you can: Get your first database running in minutes and perform basic tasks right away. Catalog people, processes and things with streamlined data entry and sorting tools. Learn to use layout tools to organize the appearance of your database. Use your data to generate reports, correspondence and other documents with ease. Create, connect, and manage multiple tables and set up complex relationships that show you just the data you need. Crunch numbers, search text, or pin down dates and times with dozens of built-in formulas. Automate repetitive tasks with FileMaker Pro 9's easy-to-learn scripting language. Protect your database with passwords and set up privileges to determine what others can do once they gain entry. Outfit your database for the Web and import and export data to other formats. Each chapter in the bookcontains "living examples" -- downloadable tutorials that help you learn how to build a database by actually doing it. You also get plenty of sound, objective advice that lets you know which features are really useful, and which ones you'll barely touch. To make the most of FileMaker Pro 9, you need the book that should have been in the box.

 

  MySQL Crash Course (Sams Teach Yourself in 10 Minutes)

 
MySQL Crash Course (Sams Teach Yourself in 10 Minutes) under Specific Databases in The Books Store
Price: $24.99
Sale: $11.98
 
Manufacturer: Sams
Number of Items: 1
 
 
Binding: Paperback
Author: Ben Forta
Publisher: Sams
Dewey Decimal Number: 005.133
Publication Date: 2005-12-22
Reading Level: 336
 
Description:

MySQL is one of the most popular database management systems available, powering everything from Internet powerhouses to individual corporate databases to simple end-user applications, and everything in between. And this book will teach you all you need to know to be immediately productive with MySQL. By working through 30 highly focused hands-on lessons, your MySQL Crash Course will be both easier and more effective than you'd have thought possible. Learn how to:

  • Retrieve and sort data
  • Filter data using comparisons, regular expressions, full text search, and much more
  • Join relational data
  • Create and alter tables
  • Insert, update, and delete data
  • Leverage the power of stored procedures and triggers
  • Use views and Cursors
  • Manage transactional processing
  • Create user accounts and manage security via access control

Ben Forta is Macromedia's Senior Technical Evangelist, and has almost 20 years of experience in the computer industry in product development, support, training, and product marketing. Ben is the author of the best-selling Sams Teach Yourself SQL in 10 Minutes (now in its third edition, and translated into over a dozen languages), ColdFusion Web Application Construction Kit, and Advanced ColdFusion Development (both published by Que Publishing), Sams Teach Yourself Regular Expressions in 10 Minutes, as well as books on SQL, Flash, JSP, HomeSite, WAP, Windows 2000, and other subjects.


First      Previous
Next      Last
Displaying records 1 through 10 of 2167