0
Your cart

Your cart is empty

Browse All Departments
Price
  • R100 - R250 (6)
  • R250 - R500 (41)
  • R500+ (497)
  • -
Status
Format
Author / Contributor
Publisher

Books > Computing & IT > Computer software packages > Database software > General

Databases for Small Business - Essentials of Database Management, Data Analysis, and Staff Training for Entrepreneurs and... Databases for Small Business - Essentials of Database Management, Data Analysis, and Staff Training for Entrepreneurs and Professionals (Paperback, 1st ed.)
Anna Manning
R2,732 R2,329 Discovery Miles 23 290 Save R403 (15%) Ships in 10 - 15 working days

This book covers the practical aspects of database design, data cleansing, data analysis, and data protection, among others. The focus is on what you really need to know to create the right database for your small business and to leverage it most effectively to spur growth and revenue. Databases for Small Business is a practical handbook for entrepreneurs, managers, staff, and professionals in small organizations who are not IT specialists but who recognize the need to ramp up their small organizations' use of data and to round out their own business expertise and office skills with basic database proficiency. Anna Manning-a data scientist who has worked on database design and data analysis in a computer science university research lab, her own small business, and a nonprofit-walks you through the progression of steps that will enable you to extract actionable intelligence and maximum value from your business data in terms of marketing, sales, customer relations, decision making, and business strategy. Dr. Manning illustrates the steps in the book with four running case studies of a small online business, an engineering startup, a small legal firm, and a nonprofit organization. Databases for Small Business teaches non-techie entrepreneurs and professionals how to: Design a small business database from scratch Extract the maximum profit from your data Follow guidance on data protection law Effectively use data collection and data cleansing techniques Train staff to leverage your data

Introducing SQLite for Mobile Developers (Paperback, 1st ed.): Jesse Feiler Introducing SQLite for Mobile Developers (Paperback, 1st ed.)
Jesse Feiler
R1,385 Discovery Miles 13 850 Ships in 10 - 15 working days

This brief book is an introduction to SQLite for both iOS and Android developers. The book includes an optional introduction to SQL, a discussion of when to use SQLite, and chapters devoted to using SQLite with the most likely programming languages and then goes through adding a simple database to an Android or iOS app and finally a chapter on managing the app's life cycle. What You Will Learn: * The basics of SQLite* The SQL you need to use SQLite effectively* How to integrate a database into your mobile app.* How to maintain the app Who this book is for: This book is for Android or iOS developers who wish to use a lightweight but flexible database for their applications. It mobile development experience but does not assume anything but very basic database knowledge.

Pro SQL Server on Microsoft Azure (Paperback, 1st ed.): Pranab Mazumdar, Sourabh Agarwal, Amit Banerjee Pro SQL Server on Microsoft Azure (Paperback, 1st ed.)
Pranab Mazumdar, Sourabh Agarwal, Amit Banerjee
R1,410 Discovery Miles 14 100 Ships in 10 - 15 working days

Learn the basics of Microsoft Azure and see how SQL Server on Azure VMs (Infrastructure-as-a-Service) and Azure SQL Databases (Platform-as-a-Service) work. This concise book shows you how to deploy, operate, and maintain your data using any one or a combination of these offerings along with your on-premise environment. Pro SQL Server on Microsoft Azure is a quintessential book for any IT professional who is planning to host their data on Microsoft Azure. This book will not only equip you with the tips, tricks, and tools to manage SQL Server offerings on Azure, but will also help you in deciding between PaaS, IaaS, or hybrid. In the ever-changing world of operations, IT administrators and SQL Server DBAs often find that the biggest challenges occur once they've deployed to the cloud. This is precisely why Pro SQL Server on Microsoft Azure was written; it will help you master today's cloud world. What You'll Learn Understand the Microsoft Azure IaaS architecture Work with Azure Storage and Networking Deploy SQL Server on Azure VMs using best practices Apply effective security principles to SQL Azure Databases Measure and optimize the performance of SQL Server offerings on Azure Implement Business continuity and disaster recovery options with Azure SQL Databases Who This Book Is For This book is for IT admins and SQL Server DBAs who are managing or would be managing SQL Server deployments on Microsoft Azure. v>

Beginning SQL Server Reporting Services (Paperback, 1st ed.): Kathi Kellenberger Beginning SQL Server Reporting Services (Paperback, 1st ed.)
Kathi Kellenberger
R3,053 R2,651 Discovery Miles 26 510 Save R402 (13%) Ships in 10 - 15 working days

Learn SQL Server Reporting Services and become current with the 2016 edition. Develop interactive, dynamic reports that combine graphs, charts, and tabular data into attractive dashboards and reports to delight business analysts and other users of corporate data. Deliver mobile reports to anywhere and any device. Build vital knowledge of Reporting Services at a time when Microsoft's dominance in business intelligence is on the rise. Beginning SQL Server Reporting Services turns novices into skilled report developers. The book begins by explaining how to set up the development environment. It then walks you through creating your first reports using the built-in wizard. After showing what is possible, the book breaks down and explains the skills needed to create reports from scratch. And not just reports! But also dashboards with charts, graphs, and maps. Each chapter builds on knowledge gained in the previous chapters with step-by-step tutorials. Beginning SQL Server Reporting Services boosts your skills and provides you additional career options. Don't be without those options. Grab and read this book today. Build reports with and without the built-in wizard. Build interactive features such as drill-through reports. Build dashboards full of charts, graphs, and maps. Build mobile reports. What You Will Learn Set up your development environment. Organized projects and share components among reports. Create report using a wizard. Create reports from scratch, including grouping levels, parameters, and drill through features. Build interactive dashboard with graphs, charts, and maps. Deploy and manage reports for use by others in the business. Who This Book Is For Database professionals of all experience levels who have some experience in databases and want to make the leap into business intelligence reporting. The book is an excellent choice for those needing to add Reporting Services to their current list of skills, or who are looking for a skill set that is in demand for in order to break into IT.

Web Programming with PHP and MySQL - A Practical Guide (Paperback, 1st ed. 2015): Max Bramer Web Programming with PHP and MySQL - A Practical Guide (Paperback, 1st ed. 2015)
Max Bramer
R2,879 Discovery Miles 28 790 Ships in 10 - 15 working days

Introductory textbook covering all the main features of the 'web programming' languages PHP and MySQL together with detailed examples that will enable readers (whether students on a taught course or independent learners) to use them to create their own applications or understand existing ones. A particular focus is the use of PHP to generate MySQL commands from a script as it is executed. Each chapter includes aims, a summary and practical exercises (with solutions) to support learning. Chapters are designed to stand alone as far as possible, so that they can be studied independently of the rest of the text by those with some previous knowledge of the languages. There is a comprehensive glossary of technical terms, together with extensive appendices for quick reference of language features.

Learning SQLite for iOS (Paperback): Gene Da Rocha, MSc, BSc (Hons) Learning SQLite for iOS (Paperback)
Gene Da Rocha, MSc, BSc (Hons)
R932 Discovery Miles 9 320 Ships in 10 - 15 working days

Extend SQLite with mobile development skills to build great apps for iOS devices About This Book * Implement Swift code using SQLite statements * Learn the background to SQL and SQLite for mobile development, its statements, and command features through practical examples * Extend the standard SQLite functionality and increase your software creation portfolio Who This Book Is For This book is intended for those who want to learn about SQLite and how to develop apps in Swift or HTML5 using SQLite. Whether you are an expert Objective-C programmer or new to this platform, you'll learn quickly, grasping the code in real-world apps to use Swift. What You Will Learn * Explore Swift's basic language statements * Connect to SQLite and execute SQL statements * Extend the SQLite language to create your own software extensions * Use HTML5 with Phonegap on iOS * Set up a Swift project using XCode with SQLite * Administer SQLite databases in an easy and effective way In Detail The ability to use SQLite with iOS provides a great opportunity to build amazing apps. Apple's iOS SDK provides native support for SQLite databases. This combination offers the potential to create powerful, data-persistent applications. This book starts with the architecture of SQLite database and introduces you to concepts in SQL . You will find yourself equipped to design your own database system, administer it, and maintain it. Further, you will learn how to operate your SQLite databases smoothly using SQL commands. You will be able to extend the functionality of SQLite by using its vast arsenal of C API calls to build some interesting, exciting, new, and intelligent data-driven applications. Understand how Xcode, HTML5, and Phonegap can be used to build a cross-platform modern app which can benefit from all these technologies - all through creating a complete, customizable application skeleton that you can build on for your own apps. Style and approach This book is a practical and comprehensive guide to developing applications using SQLite and iOS.

Scalability and Realtime for Data Warehouses and BigData - 2nd Edition (Paperback): Pedro N Furtado Scalability and Realtime for Data Warehouses and BigData - 2nd Edition (Paperback)
Pedro N Furtado
R1,924 R1,795 Discovery Miles 17 950 Save R129 (7%) Ships in 10 - 15 working days
Virtualize Oracle Business Critical Databases - Database Infrastructure as a Service (Paperback): George Trujillo, Steven... Virtualize Oracle Business Critical Databases - Database Infrastructure as a Service (Paperback)
George Trujillo, Steven Jones, Sudhir Balasubramanian
R647 Discovery Miles 6 470 Ships in 10 - 15 working days
A Newbies Guide to FileMaker 11 Pro - A Beginners Guide to Database Management (Paperback): Minute Help Guides A Newbies Guide to FileMaker 11 Pro - A Beginners Guide to Database Management (Paperback)
Minute Help Guides
R340 Discovery Miles 3 400 Ships in 10 - 15 working days
Cassandra Design Patterns - (Paperback, 2nd Revised edition): Rajanarayanan Thottuvaikkatumana Cassandra Design Patterns - (Paperback, 2nd Revised edition)
Rajanarayanan Thottuvaikkatumana
R1,006 Discovery Miles 10 060 Ships in 10 - 15 working days

Build real-world, industry-strength data storage solutions with time-tested design methodologies using Cassandra About This Book * Explore design patterns which co-exist with legacy data stores, migration from RDBMS, and caching technologies with Cassandra * Learn about design patterns and use Cassandra to provide consistency, availability, and partition tolerance guarantees for applications * Handle temporal data for analytical purposes Who This Book Is For This book is intended for big data developers who are familiar with the basics of Cassandra and wish to understand and utilize Cassandra design patterns to develop real-world big data solutions. Prior knowledge of RDBMS solutions is assumed. What You Will Learn * Enable Cassandra to co-exist with RDBMS and other legacy data stores * Explore various design patterns to build effective and robust storage solutions * Migrate from RDBMS-based data stores and caching solutions to Cassandra * Understand the behaviour of Cassandra when trying to balance the needs of consistency, availability, and partition tolerance * Deal with time stamps related to data effectively * See how Cassandra can be used in analytical use cases * Apply the design patterns covered in this book in real-world use cases In Detail There are many NoSQL data stores used by big data applications. Cassandra is one of the most widely used NoSQL data stores that is frequently used by a huge number of heavy duty Internet-scale applications. Unlike the RDBMS world, the NoSQL landscape is very diverse and there is no one way to model data stores. This mandates the need to have good solutions to commonly seen data store design problems. Cassandra addresses such common problems simply. If you are new to Cassandra but well-versed in RDBMS modeling and design, then it is natural to model data in the same way in Cassandra, resulting in poorly performing applications and losing the real purpose of Cassandra. If you want to learn to make the most of Cassandra, this book is for you. This book starts with strategies to integrate Cassandra with other legacy data stores and progresses to the ways in which a migration from RDBMS to Cassandra can be accomplished. The journey continues with ideas to migrate data from cache solutions to Cassandra. With this, the stage is set and the book moves on to some of the most commonly seen problems in applications when dealing with consistency, availability, and partition tolerance guarantees. Cassandra is exceptionally good at dealing with temporal data and patterns such as the time-series pattern and log pattern, which are covered next. Many NoSQL data stores fail miserably when a huge amount of data is read for analytical purposes, but Cassandra is different in this regard. Keeping analytical needs in mind, you'll walk through different and interesting design patterns. No theoretical discussions are complete without a good set of use cases to which the knowledge gained can be applied, so the book concludes with a set of use cases you can apply the patterns you've learned. Style and approach This book is written in very simple language and an engaging style complete with examples in every chapter and real-world use cases at the end of the book.

SQL Programming: Java Script and Coding Programming Guide: Learn in A Day! (Hardcover): Os Swift SQL Programming: Java Script and Coding Programming Guide: Learn in A Day! (Hardcover)
Os Swift
R863 Discovery Miles 8 630 Ships in 10 - 15 working days

Would You Like to Learn the SQL Programming Language In A Day? What is SQL? How can it benefit you? What will it take for you to learn this language? When you purchase SQL Programming: Programing Language for Beginners - Learn in a Day!, you can quickly learn the basics of this essential skill! These fun and easy tips transform the dreaded chore of learning a new programming language into a fun hobby. You'll be proud to show off your new abilities to your friends, coworkers, and family! How do you get started with SQL? What will you learn? SQL Programming: Programing Language for Beginners - Learn in a Day! helps you understand: Table Basics The SELECT Statement Using Clauses Combining Conditions and Boolean Operators The Importance of Table Joins Lots more! Purchase SQL Programming: Programing Language for Beginners - Learn in a Day! now, and change your computer programming life forever!

SQL Server 2014 with PowerShell v5 Cookbook (Paperback): Donabel Santos SQL Server 2014 with PowerShell v5 Cookbook (Paperback)
Donabel Santos
R1,828 Discovery Miles 18 280 Ships in 10 - 15 working days

Over 150 real-world recipes to simplify database management, automate repetitive tasks, and enhance your productivity About This Book * This book helps you build a strong foundation to get you comfortable using PowerShell with SQL Server, empowering you to create more complex scripts for your day-to-day job * The book provides numerous guidelines, tips, and explanations on how and when to use PowerShell cmdlets, WMI, SMO, .NET classes, or other components * It offers easy-to-follow, practical recipes to help you get the most out of SQL Server and PowerShell Who This Book Is For If you are a SQL Server database professional (DBA, developer, or BI developer) who wants to use PowerShell to automate, integrate, and simplify database tasks, this books is for you. Prior knowledge of scripting would be helpful, but it is not necessary. What You Will Learn * Explore database objects and execute queries on multiple servers * Manage and monitor the running of SQL Server services and accounts * Back up and restore databases * Create an inventory of database properties and server configuration settings * Maintain permissions and security for users * Work with CLR assemblies, XML, and BLOB objects in SQL * Manage and deploy SSIS packages and SSRS reports In Detail PowerShell can be leveraged when automating and streamlining SQL Server tasks. PowerShell comes with a rich set of cmdlets, and integrates tightly with the .NET framework. Its scripting capabilities are robust and flexible, allowing you to simplify automation and integration across different Microsoft applications and components. The book starts with an introduction to the new features in SQL Server 2014 and PowerShell v5 and the installation of SQL Server. You will learn about basic SQL Server administration tasks and then get to know about some security-related topics such as the authentication mode and assigning permissions. Moving on, you will explore different methods to back up and restore your databases and perform advanced administration tasks such as working with Policies, Filetables, and SQL audits. The next part of the book covers more advanced HADR tasks such as log shipping and data mirroring, and then shows you how to develop your server to work with BLOB, XML, and JSON. Following on from that, you will learn about SQL Server's BI stack, which includes SSRS reports, the SSIS package, and the SSAS cmdlet and database. Snippets not specific to SQL Server will help you perform tasks quickly on SQL servers. Towards the end of the book, you will find some useful information, which includes a PowerShell tutorial for novice users, some commonly-used PowerShell and SQL Server syntax, and a few online resources. Finally, you will create your own SQL Server Sandbox VMs. All these concepts will help you to efficiently manage your administration tasks. Style and approach SQL Server 2014 with PowerShell v5 Cookbook is an example-focused book that provides step-by-step instructions on how to accomplish specific SQL Server tasks using PowerShell. Each recipe is followed by an analysis of the steps or design decisions taken and additional information about the task at hand. Working scripts are provided for all examples so that you can dive in right away. You can read this book sequentially by chapter or you can pick and choose which topics you need right away.

Advanced Data Management - For SQL, NoSQL, Cloud and Distributed Databases (Paperback): Lena Wiese Advanced Data Management - For SQL, NoSQL, Cloud and Distributed Databases (Paperback)
Lena Wiese
R1,457 R1,147 Discovery Miles 11 470 Save R310 (21%) Ships in 10 - 15 working days

Advanced data management has always been at the core of efficient database and information systems. Recent trends like big data and cloud computing have aggravated the need for sophisticated and flexible data storage and processing solutions. This book provides a comprehensive coverage of the principles of data management developed in the last decades with a focus on data structures and query languages. It treats a wealth of different data models and surveys the foundations of structuring, processing, storing and querying data according these models. Starting off with the topic of database design, it further discusses weaknesses of the relational data model, and then proceeds to convey the basics of graph data, tree-structured XML data, key-value pairs and nested, semi-structured JSON data, columnar and record-oriented data as well as object-oriented data. The final chapters round the book off with an analysis of fragmentation, replication and consistency strategies for data management in distributed databases as well as recommendations for handling polyglot persistence in multi-model databases and multi-database architectures. While primarily geared towards students of Master-level courses in Computer Science and related areas, this book may also be of benefit to practitioners looking for a reference book on data modeling and query processing. It provides both theoretical depth and a concise treatment of open source technologies currently on the market.

Extending SSIS with .NET Scripting - A Toolkit for SQL Server Integration Services (Paperback, 1st ed.): Joost Van Rossum,... Extending SSIS with .NET Scripting - A Toolkit for SQL Server Integration Services (Paperback, 1st ed.)
Joost Van Rossum, Regis Baccaro
R4,323 Discovery Miles 43 230 Ships in 10 - 15 working days

Extending SSIS with .NET Scripting is a timeless and comprehensive scripting toolkit for SQL Server Integration Services to solve a wide array of everyday problems that SSIS developers encounter. The detailed explanation of the Script Task and Script Component foundations helps you develop your own scripting solutions, but this book also shows a broad arsenal of readymade and well-documented scripting solutions for common problems. All examples are in both C# and VB.NET, and work for all current versions of SSIS. SSIS is one of the leading ETL, Data Consolidation, and Data Transformation tools in today's market. SSIS is used by ETL Developers, DBAs and Data Analysts to transform data as required for different ETL processes. There are many built-in components and tasks to help developers to perform actions. For example, there are tasks for sending and receiving files through FTP, sending an email, and for accessing a wide range of database management systems. Yet there are times when developers require a task or component that does not exist and it would make their life much easier if they could create that task or component, and that is what this book it is about. It shows how to write .NET scripts and use the powerful Microsoft .NET library to implement new functionality as needed. Provides a timeless scripting toolkit for all current SSIS versions Gives a comprehensive explanation of scripting in SSIS Offers a wide array of readymade examples for everyday problems

Introducing SQL Server (Paperback, 1st ed.): Mike McQuillan Introducing SQL Server (Paperback, 1st ed.)
Mike McQuillan
R3,300 R2,897 Discovery Miles 28 970 Save R403 (12%) Ships in 10 - 15 working days

Introducing SQL Server is a fast and easy introduction to SQL Server and the world of relational databases. You'll learn how databases work and how to use the T-SQL language by practicing on one of the most widely-used and powerful database engines in the corporate world: Microsoft SQL Server. Do you quake at the sight of a SELECT statement? Start to shiver when people start talking about tables and rows? Fear not, Introducing SQL Server is here to rescue you. The book focuses on the knowledge and skills needed to begin your journey toward becoming a solid and competent SQL Server professional and database programmer. You'll learn the core concepts of SQL Server, from installing the software to executing and profiling queries. Introducing SQL Server is aimed at SQL Server newcomers as well as at those wanting to improve their database skills. You'll put a comprehensive database together as you work through the book. You will create tables and learn to use constraints; create reusable functions and stored procedures; and even learn how indexes work and what they bring in terms of increased performance. Introducing SQL Server shows you that databases don't need to be difficult. * Teaches you how to build a SQL Server database from scratch * Takes a tutorial-based approach, with each chapter building on the last * Covers what you need to know for common SQL Server development tasks

PostgreSQL Server Programming - (Paperback, 2nd edition): Usama Dar, Hannu Krosing, Jim Mlodgenski, Kirk Roybal PostgreSQL Server Programming - (Paperback, 2nd edition)
Usama Dar, Hannu Krosing, Jim Mlodgenski, Kirk Roybal
R1,431 Discovery Miles 14 310 Ships in 10 - 15 working days

COM021050

Beginning SQL Server for Developers (Paperback, 4th ed.): Robin Dewson Beginning SQL Server for Developers (Paperback, 4th ed.)
Robin Dewson
R1,912 R1,510 Discovery Miles 15 100 Save R402 (21%) Ships in 10 - 15 working days

Beginning SQL Server for Developers is the perfect book for developers new to SQL Server and planning to create and deploy applications against Microsoft's market-leading database system for the Windows platform. Now in its fourth edition, the book is enhanced to cover the very latest developments in SQL Server, including the in-memory features that are introduced in SQL Server 2014. Within the book, there are plenty of examples of tasks that developers routinely perform. You'll learn to create tables and indexes, and be introduced to best practices for securing your valuable data. You'll learn design tradeoffs and find out how to make sound decisions resulting in scalable databases and maintainable code. SQL Server 2014 introduces in-memory tables and stored procedures. It's now possible to accelerate applications by creating tables (and their indexes) that reside entirely in memory, and never on disk. These new, in-memory structures differ from caching mechanisms of the past, and make possible the extraordinarily swift execution of certain types of queries such as are used in business intelligence applications. Beginning SQL Server for Developers helps you realize the promises of this new feature set while avoiding pitfalls that can occur when mixing in-memory tables and code with traditional, disk-based tables and code. Beginning SQL Server for Developers takes you through the entire database development process, from installing the software to creating a database to writing the code to connect to that database and move data in and out. By the end of the book, you'll be able to design and create solid and reliable database solutions using SQL Server. Takes you through the entire database application development lifecycle Includes brand new coverage of the in-memory features Introduces the freely-available Express Edition

Cassandra High Availability (Paperback, 2nd Revised edition): Robbie Strickland Cassandra High Availability (Paperback, 2nd Revised edition)
Robbie Strickland
R743 Discovery Miles 7 430 Ships in 10 - 15 working days

If you are a developer or DevOps engineer who understands the basics of Cassandra and are ready to take your knowledge to the next level, then this book is for you. An understanding of the essentials of Cassandra is needed.

Business Intelligence with SQL Server Reporting Services (Paperback, 1st ed.): Adam Aspin Business Intelligence with SQL Server Reporting Services (Paperback, 1st ed.)
Adam Aspin
R1,748 Discovery Miles 17 480 Ships in 10 - 15 working days

Business Intelligence with SQL Server Reporting Services helps you deliver business intelligence with panache. Harness the power of the Reporting Services toolkit to combine charts, gauges, sparklines, indicators, and maps into compelling dashboards and scorecards. Create compelling visualizations that seize your audience's attention and help business users identify and react swiftly to changing business conditions. Best of all, you'll do all these things by creating new value from software that is already installed and paid for - SQL Server and the included SQL Server Reporting Services. Businesses run on numbers, and good business intelligence systems make the critical numbers immediately and conveniently accessible. Business users want access to key performance indicators in the office, at the beach, and while riding the subway home after a day's work. Business Intelligence with SQL Server Reporting Services helps you meet these need for anywhere/anytime access by including chapters specifically showing how to deliver on modern devices such as smart phones and tablets. You'll learn to deliver the same information, with similar look-and-feel, across the entire range of devices used in business today. Key performance indicators give fast notification of business unit performance Polished dashboards deliver essential metrics and strategic comparisons Visually arresting output on multiple devices focuses attention

PostgreSQL Administration Essentials (Paperback): Hans-Jurgen Schonig PostgreSQL Administration Essentials (Paperback)
Hans-Jurgen Schonig
R799 Discovery Miles 7 990 Ships in 10 - 15 working days

If you are a database administrator who needs to get to grips with PostgreSQL quickly and efficiently, then this book is for you. This book will also be highly beneficial if you are a project leader or a developer who is interested in knowing more about database systems or bottleneck detection, as it will enable you to work more closely and cooperatively with your administrators.

PHP and MySQL Web Development (Paperback, 5th edition): Luke Welling, Laura Thomson PHP and MySQL Web Development (Paperback, 5th edition)
Luke Welling, Laura Thomson
R1,162 Discovery Miles 11 620 Ships in 9 - 15 working days

PHP and MySQL Web Development, Fifth Edition The definitive guide to building database-driven Web applications with PHP and MySQL PHP and MySQL are popular open-source technologies that are ideal for quickly developing database-driven Web applications. PHP is a powerful scripting language designed to enable developers to create highly featured Web applications quickly, and MySQL is a fast, reliable database that integrates well with PHP and is suited for dynamic Internet-based applications. PHP and MySQL Web Development shows how to use these tools together to produce effective, interactive Web applications. It clearly describes the basics of the PHP language, explains how to set up and work with a MySQL database, and then shows how to use PHP to interact with the database and the server. This practical, hands-on book consistently focuses on real-world applications, even in the introductory chapters. The authors cover important aspects of security and authentication as they relate to building a real-world website and show you how to implement these aspects in PHP and MySQL. They also introduce you to the integration of front-end and back-end technologies by using JavaScript in your application development. The final part of this book describes how to approach real-world projects and takes the reader through the design, planning, and building of several projects, including: User authentication and personalization Web-based email Social media integration Shopping cart The fifth edition of PHP and MySQL Web Development has been thoroughly updated, revised, and expanded to cover developments in PHP through versions 5.6 and 7, as well as features introduced in recent stable releases of MySQL. Free Access to Web Edition Purchase of this book in any format, electronic or print, includes free access to the corresponding Web Edition. The Web Edition can be viewed on all types of computers and mobile devices with any modern web browser that supports HTML5. Contents at a Glance Part I: Using PHP 1 PHP Crash Course 2 Storing and Retrieving Data 3 Using Arrays 4 String Manipulation and Regular Expressions 5 Reusing Code and Writing Functions 6 Object-Oriented PHP 7 Error and Exception Handling Part II: Using MySQL 8 Designing Your Web Database 9 Creating Your Web Database 10 Working with Your MySQL Database 11 Accessing Your MySQL Database from the Web with PHP 12 Advanced MySQL Administration 13 Advanced MySQL Programming Part III: Web Application Security 14 Web Application Security Risks 15 Building a Secure Web Application 16 Implementing Authentication Methods with PHP Part IV: Advanced PHP Techniques 17 Interacting with the File System and the Server 18 Using Network and Protocol Functions 19 Managing the Date and Time 20 Internationalization and Localization 21 Generating Images 22 Using Session Control in PHP 23 Integrating JavaScript and PHP 24 Other Useful Features Part V: Building Practical PHP and MySQL Projects 25 Using PHP and MySQL for Large Projects 26 Debugging and Logging 27 Building User Authentication and Personalization 28 (PDF with Product Registration) Building a Web-Based Email Client with Laravel Part I 29 (PDF with Product Registration) Building a Web-Based Email Client with Laravel Part II 30 (PDF with Product Registration) Social Media Integration Sharing and Authentication 31 (PDF with Product Registration) Building a Shopping Cart Part VI: Appendix A Installing Apache, PHP, and MySQL

SQL Server Integration Services Design Patterns (Paperback, 2nd ed.): Tim Mitchell, Matt Masson, Andy Leonard, Jessica Moss,... SQL Server Integration Services Design Patterns (Paperback, 2nd ed.)
Tim Mitchell, Matt Masson, Andy Leonard, Jessica Moss, Michelle Ufford
R4,426 Discovery Miles 44 260 Ships in 10 - 15 working days

SQL Server Integration Services Design Patterns is newly-revised for SQL Server 2014, and is a book of recipes for SQL Server Integration Services (SSIS). Design patterns in the book help to solve common problems encountered when developing data integration solutions. The patterns and solution examples in the book increase your efficiency as an SSIS developer, because you do not have to design and code from scratch with each new problem you face. The book's team of expert authors take you through numerous design patterns that you'll soon be using every day, providing the thought process and technical details needed to support their solutions. SQL Server Integration Services Design Patterns goes beyond the surface of the immediate problems to be solved, delving into why particular problems should be solved in certain ways. You'll learn more about SSIS as a result, and you'll learn by practical example. Where appropriate, the book provides examples of alternative patterns and discusses when and where they should be used. Highlights of the book include sections on ETL Instrumentation, SSIS Frameworks, Business Intelligence Markup Language, and Dependency Services. Takes you through solutions to common data integration challenges Provides examples involving Business Intelligence Markup Language Teaches SSIS using practical examples

SQL Server 2014 - A Step by Step Guide to Learning SQL (Hardcover): Sikha Bagui, Richard Earp SQL Server 2014 - A Step by Step Guide to Learning SQL (Hardcover)
Sikha Bagui, Richard Earp
R4,817 R4,222 Discovery Miles 42 220 Save R595 (12%) Ships in 12 - 17 working days

Written for readers who have little or no previous experience with databases, SQL, or Microsoft SQL Server database software, this book provides a systematic approach to learning SQL (Structured Query Language) using SQL Server database software. It starts with simple SQL concepts, and progresses to more complex query development. Each chapter is written in a step-by-step manner and has examples that can be executed using SQL Server. Using the sample database, readers can experience hands-on SQL programming in SQL Server. This text also presents exercises at the end of the chapters to help readers gain proficiency in SQL.

MongoDB Basics (Paperback, 1st ed.): Peter Membrey, David Hows, Eelco Plugge MongoDB Basics (Paperback, 1st ed.)
Peter Membrey, David Hows, Eelco Plugge
R1,557 Discovery Miles 15 570 Ships in 10 - 15 working days

Need a quick and easy to understand introduction to MongoDB and NoSQL databases? MongoDB Basics, from The Definitive Guide to MongoDB, 2E, shows you how a document-oriented database system differs from a relational database, and how to install and get started using it. You'll also learn MongoDB design basics, including geospatial indexing, how to navigate, view, and query your database, and how to use GridFS with a bit of Python.

SQL Server 2014 Development Essentials (Paperback): Basit A Masood-Al-Farooq SQL Server 2014 Development Essentials (Paperback)
Basit A Masood-Al-Farooq
R1,228 Discovery Miles 12 280 Ships in 10 - 15 working days

This book is an easy-to-follow, comprehensive guide that is full of hands-on examples, which you can follow to successfully design, build, and deploy mission-critical database applications with SQL Server 2014. If you are a database developer, architect, or administrator who wants to learn how to design, implement, and deliver a successful database solution with SQL Server 2014, then this book is for you. Existing users of Microsoft SQL Server will also benefit from this book as they will learn what's new in the latest version.

Free Delivery
Pinterest Twitter Facebook Google+
You may like...
Fundamentals of Data Engineering - Plan…
Joe Reis Paperback R1,544 R1,353 Discovery Miles 13 530
Spring in Action
Craig Walls Paperback R1,325 Discovery Miles 13 250
Database Systems: The Complete Book…
Hector Garcia-Molina, Jeffrey Ullman, … Paperback R2,663 Discovery Miles 26 630
The Official New Features Guide to…
Brian Taylor, Naresh Adurty, … Paperback R116 Discovery Miles 1 160
A Guide To SQL
Philip Pratt, Hassan Afyouni, … Paperback R1,246 R1,113 Discovery Miles 11 130
Building Custom Tasks for SQL Server…
Andy Leonard Paperback R1,277 Discovery Miles 12 770
SQL: 1999 - Understanding Relational…
Jim Melton, Alan R. Simon Paperback R2,144 R1,537 Discovery Miles 15 370
Expert SQL Server Transactions and…
Dmitri Korotkevitch Paperback R1,670 R1,301 Discovery Miles 13 010
Using Excel for Business and Financial…
DS Fairhurst Paperback R1,859 Discovery Miles 18 590
SQL Antipatterns, Volume 1 - Avoiding…
Bill Karwin Paperback R856 Discovery Miles 8 560

 

Partners