Cheap Web Hosting and Domain Registration - Dayana Host Cheap Web Hosting and Domain Registration - Dayana Host Cheap Web Hosting and Domain Registration - Powered by Dayana Networks   Cheap Web Hosting with Instant Account Activation by Dayana Host
More than 66,270 web sites hosted. Latest client joined at Sep 6, 2008, 9:44am PDT

Useful Books and Software

Related PostgreSQL Books

     
 
Books and Software > Books > PostgreSQL > Page 3
 
     
 
Web Hosting and Web Design Related PostgreSQL Books Page 3 of 4
Total results: 32
 
     
     
 
  1 2 3 4   
 
     
 
Beginning PHP and PostgreSQL E-Commerce: From Novice to Professional (Beginning, from Novice to Professional)
Beginning PHP and PostgreSQL E-Commerce: From Novice to Professional (Beginning, from Novice to Professional)

The PHP language and PostgreSQL database server have long offered an ideal blend of practicality and power for both the novice and experienced programmer alike. Yet the continued evolution of both technologies makes them better suited to drive enterprise-class applications than ever before. In Beginning PHP and PostgreSQL E-Commerce: From Novice to Professional, noted authors Cristian Darie, Emilian Balanescu, and Mihai Bucica show you how to take advantage of this powerful duo to build an e-commerce web site, guiding you step-by-step through the process of designing and developing the project.

Each chapter is devoted to a specific new feature. You'll learn how to build an online product catalog complete with pagination features, shopping cart, checkout mechanism, product search feature, product recommendations, administrative features, customer accounts, an order-management system, and more. You'll also learn how to process electronic payments by integrating several popular payment services, including PayPal, DataCash, and Authorize.net, and how to integrate the Amazon E-Commerce Service (ECS).

The book promotes good programming practices, including the separation of presentation code, business code, and data access code using a 3-tier architecture. PDO (PHP Data Objects) is used to connect to the database, and PostgreSQL functions are used to store the data logic. The Smarty templating engine is used to create the presentation layer. For a preview of what this book will teach you, take a look at the HatShop shopping cart demo.

Who This Book Is For

Beginning PHP and PostgreSQL E-Commerce: From Novice to Professional is aimed at developers looking for a tutorial approach to building a full e-commerce web site from design to deployment. However, its assumed that you have mastered the basics of PHP and have some experience working with relational databases (preferably PostgreSQL).



Publisher: Apress
Authors: Emilian Balanescu, Mihai Bucica, Cristian Darie
Release Date: 2006-12-05
ISBN/EAN: 159059648X / 9781590596487

New Price: $3.09 / Used Price: $3.09

 
 
     
 
Beginning PostgreSQL 8
Beginning PostgreSQL 8
Publisher: Wrox
Authors: Edward Lecky-Thompson, Clive Gardner
Release Date: 2006-09-25
ISBN/EAN: 0471771260 / 9780471771265

New Price: n.a. / Used Price: n.a.

 
 
     
 
The Book of PostgreSQL with CD (Audio)
The Book of PostgreSQL with CD (Audio)
PostgreSQL is the most advanced Open Source database system in the world and is widely used as an alternative to proprietary databases like Microsoft SQL and Oracle. The Book of PostgreSQL is a complete, hands-on guide to using and deploying PostgreSQL. Extensive examples show how to use PostgreSQL best practices to tackle various database challenges. Co-developed by PostgreSQL, Inc. (pgsql.com), the book demonstrates exactly how PostgreSQL works and how to fine tune it to meet the needs of developers and sys admins alike. The CD contains the PostgreSQL database system and examples from the book.

Publisher: No Starch Press
Author: Robert Bernier
Release Date: 2005-05-30
ISBN/EAN: 1593270453 / 9781593270452

New Price: n.a. / Used Price: n.a.

 
 
     
 
Debian GNU/Linux in der Praxis: Anwendungen, Konzepte, Werkzeuge (X.systems.press)
Debian GNU/Linux in der Praxis: Anwendungen, Konzepte, Werkzeuge (X.systems.press)

Das vorliegende Handbuch wendet sich an Debian-User, die über ein vollständig installiertes und konfiguriertes System verfügen, und nun das breite Spektrum der Anwendungen nutzen möchten.

Im einzelnen werden folgende Themen behandelt: Datenorganisation (Benutzer- und Terminverwaltung, Groupware), Datenhaltung in Datenbanken (PostgreSQL, MySQL), Gestaltung von Grafiken (xfig, gnuplot, freie CAD-Programme), Bildverarbeitung (Gimp), wichtige Anwendungen zur Netzwerkkommunikation (ftp, E-Mail, write, talk, IRC, Instant Messaging, Voice over IP). Ferner werden freie Programme zur Tabellenkalkulation (Gnumeric) und zur Textverarbeitung (vi, Emacs, LaTeX, RCS, CVS) vorgestellt, eine Einführung in die Computer-Algebra mittels Maple gegeben und gängige UNIX-Werkzeuge sowie die Office-Suiten OpenOffice und StarOffice in ihrer Basisfunktionalität dargestellt.

Dieses Werk bietet die optimale Ergänzung zum Buch Debian GNU/Linux Grundlagen, Installation Administration und Anwendung von Peter H. Ganten und Wulf Alex.



Publisher: Springer
Author: Wulf Alex
Release Date: 2005-10-11
ISBN/EAN: 3540237860 / 9783540237860

New Price: $77.47 / Used Price: $119.81

 
 
     
 
Hacking with Ruby: Ruby and Rails for the Real World
Hacking with Ruby: Ruby and Rails for the Real World
Enterprise software development is labor-intensive. And it is made more costly than necessasry by some of the most popular technologies which can be needlessly complex. The combination of Ruby and Ruby on Rails provides a simple, stable platform for cost-effective software development.

The book quickly reviews Rails development and then move to essential enterprise subjects like Web Services (and their relationships with SOA), data persistence, messaging, interoperability with other platforms, handling documents and search, spell-checking, and report generation. It also covers new Web 2.0 technologies like Ajax and the read-write Web. It is rich in examples and covers numerous interesting topics readers will be surprised to see, such as advanced search with Ferret, how to access del.icio.us and Flickr from Ruby, or how to use Yahoo's general search from Ruby. The book closes with a look at the Semantic Web and why it makes sense to adopt semantic Web technologies.

Publisher: Manning Publications
Author: Mark Watson
Release Date: 2007-08-01
ISBN/EAN: 1932394745 / 9781932394740

New Price: n.a. / Used Price: n.a.

 
 
     
 
Les cahiers du programmeur PostgreSQL : Services Web avec PostgreSQL et PHP
Les cahiers du programmeur PostgreSQL : Services Web avec PostgreSQL et PHP
Publisher: Eyrolles
Author: Stéphane Mariel
Release Date: 2002-10-16
ISBN/EAN: 2212111665 / 9782212111668

New Price: $46.20 / Used Price: n.a.

 
 
     
 
The PostgreSQL Reference Manual Volume 1: SQL Language Reference
The PostgreSQL Reference Manual Volume 1: SQL Language Reference
This manual is volume 1 of the official reference documentation for PostgreSQL 8.2.4. The PostgreSQL commands and their syntax are described in this volume. The book begins with a specification of the SQL language, as implemented by PostgreSQL, covering syntax, data types, functions and operators. This is followed by detailed documentation for every PostgreSQL command (over 100 of them) from ABORT to VALUES, with a precise usage synopsis, description, annotated parameter list and examples. Important commands such as SELECT and GRANT receive extended coverage. Additional sections document the use of indexes, transactions and the PostgreSQL client and server command-line tools. This volume is part of a series including volume 2, the "Programming Guide" (ISBN 0954612035), and volume 3, the "Server Administration Guide" (ISBN 0954612043). For each copy of this manual sold $1 will be donated to the PostgreSQL project by the publisher.

Publisher: Network Theory Ltd.
Author: The PostgreSQL Global Development Group
Release Date: 2007-06-01
ISBN/EAN: 0954612027 / 9780954612023

New Price: $32.57 / Used Price: $34.91

 
 
     
 
The PostgreSQL Reference Manual Volume 3: Server Administration Guide (The Postgresql Reference Manual)
The PostgreSQL Reference Manual Volume 3: Server Administration Guide (The Postgresql Reference Manual)
This manual is volume 3 of the official reference documentation for PostgreSQL 8.2.4. This volume is the system administration guide, and covers the installation, configuration and maintenance of PostgreSQL database servers. Topics covered include backups, security, tuning and upgrade procedures, as well as routine tasks such as creating and deleting databases. Later chapters provide a detailed explanation of advanced PostgreSQL features, including file-based and record-based log-shipping, continuous archiving and point-in-time recovery. This book is part of a series including volume 1, the "SQL Language Reference" (ISBN 0954612027), and volume 2, the "Programming Guide" (ISBN 0954612035). For each copy of this manual sold $1 will be donated to the PostgreSQL project by the publisher.

Publisher: Network Theory Ltd.
Author: The PostgreSQL Global Development Group
Release Date: 2007-06-01
ISBN/EAN: 0954612043 / 9780954612047

New Price: $15.38 / Used Price: $14.82

 
 
     
 
PostgreSQL: The Definitive Guide
PostgreSQL: The Definitive Guide
Publisher: O'Reilly Media
Author: Joshua D. Drake
Release Date: 2001-01
ISBN/EAN: 0596100558 / 9780596100551

New Price: n.a. / Used Price: n.a.

 
 
     
 
Relationale Datenbanksysteme: Eine praktische Einführung
Relationale Datenbanksysteme: Eine praktische Einführung
Dieses Buch ist eine praktische Einführung in den Entwurf und die Programmierung von relationalen Datenbanksystemen. Es vermittelt detaillierte Kenntnisse der Datenbank-Standardsprache SQL sowie die zum Entwurf solcher Datenbanksysteme notwendigen theoretischen Grundlagen. Zahlreiche Beispiele und ausführliche Übungsaufgaben versetzen den Leser in die Lage, schon nach kurzer Zeit eigene Datenbankapplikationen - insbesondere auch für die Integration von Datenbanken im World Wide Web - zu konzipieren. Das Buch ist besonders geeignet als Begleitlektüre zu entsprechenden Lehrveranstaltungen an Universitäten und Fachhochschulen in wirtschaftswissenschaftlichen Studiengängen oder im Studiengang Informatik. Auch der Praktiker, der Datenbankkenntnisse für Applikationsentwicklungssprachen sowie Datenbank-Administrationsaufgaben benötigt, wird sich mit diesem Buch schnell das notwendige Grundwissen aneignen. Über das Internet können u. a. Musterdatenbanken und Programmlistings aus dem Buch abgerufen werden.

Publisher: Springer
Authors: Peter Kleinschmidt, Christian Rank
Release Date: 2004-09-16
ISBN/EAN: 3540224963 / 9783540224969

New Price: $40.98 / Used Price: $78.62

 
 
     
     
 
  1 2 3 4   
 
     
Dayana Host
  Home
  Process Guide
  Affiliate Program
  Testimonials
  Sample Clients
  CPanel Demo
  AUP / ASP / TOS
   
Network and tools
  Network Maps
  Network Status
 

NS Lookup

  Whois Search
   
Product and Services
  Domain Registration
  Say5 Web Hosting
  Personal Web Hosting
  Business Web Hosting
  Reseller Web Hosting
  Dedicated Servers
  Traffic Blazer
  Web Design Themes
  Members Area
   
Customer Support
  Support Center
  Forums
  CPanel Tutorials
  FAQ
  Getting Started Guide
  Useful Links
  Downloads
  Books and Software
   
Contact us
  Contact
  Customer Service
   
   

Say5 Hosting Control Panel
© Copyrights 1998-2008 Dayana Networks. All rights reserved. Privacy Policy - AUP/ASP/TOS

Home | Process Guide | Affiliate Program | Network Maps | Testimonials | Uptime Monitor | Contact | Table of Contents | phpOnline
Domain Registration | Personal Web Hosting Plans | Business Web Hosting Plans | Reseller Web Hosting Plans | Sample Clients
Customer Service | Support Center | Forums | Control Panel Demo | Useful Resources and links | Books and Software
CPanel and WHM Tutorials | Web Site Design Templates | Upgrade, Renew and Maintenance | Free Counter | NS Lookup | Whois
Acceptable Use Policy, Anti Spam Policy, Terms of Services | Privacy Policy