Adobe ColdFusion 9 Web Application Construction Kit, Volume 1

Adobe ColdFusion 9 Web Application Construction Kit, Volume 1
Author :
Publisher : Pearson Education
Total Pages : 895
Release :
ISBN-10 : 9780321694416
ISBN-13 : 0321694414
Rating : 4/5 (16 Downloads)

Synopsis Adobe ColdFusion 9 Web Application Construction Kit, Volume 1 by : Ben Forta

Written by the best known and most trusted name in the ColdFusion community, Ben Forta, The ColdFusion Web Application Construction Kit is the best-selling ColdFusion series of all time - the books that most ColdFusion developers used to learn the product. This Getting Started volume starts with Web and Internet fundamentals and database concepts and design, and then progresses to topics including creating data-driven pages, building complete applications, implementing security mechanisms, integrating with e-mail, building reusable functions and components, generating data-driven reports and graphs, building Ajax-powered user interfaces, and much more. Complete coverage of ColdFusion 9 continues in "Volume 2, Application Development" (ISBN:0321679199) and "Volume 3, Advanced Application Development" (ISBN:0321679202).

Adobe ColdFusion 9 Web Application Construction Kit, Volume 3

Adobe ColdFusion 9 Web Application Construction Kit, Volume 3
Author :
Publisher : Pearson Education
Total Pages : 953
Release :
ISBN-10 : 9780321694492
ISBN-13 : 032169449X
Rating : 4/5 (92 Downloads)

Synopsis Adobe ColdFusion 9 Web Application Construction Kit, Volume 3 by : Ben Forta

Written by the best known and most trusted name in the ColdFusion community, Ben Forta, The ColdFusion Web Application Construction Kit is the best-selling ColdFusion series of all time. Volume 3: Advanced Application Development, focuses on application security, scalability and high-availability, and integration with other systems and technologies. The book starts with two sections dedicated specifically to scalability and security, and then focused on extending ColdFusion applications using web technologies, other languages and platforms, and sophisticated integration techniques. Complete coverage of ColdFusion 9 is included in "Volume 1, Getting Started" (0-321-66034-X) and "Volume 2, Application Development" (0-321-67919-9).

Macromedia Coldfusion MX Web Application Construction Kit

Macromedia Coldfusion MX Web Application Construction Kit
Author :
Publisher : Macromedia Press
Total Pages : 1548
Release :
ISBN-10 : 0321125169
ISBN-13 : 9780321125163
Rating : 4/5 (69 Downloads)

Synopsis Macromedia Coldfusion MX Web Application Construction Kit by : Ben Forta

This is an all-in-one kit that gives readers everything they need to create Web-based applications--including the latest version of the ColdFusion Web Application Server and development environment. This is the book that has taught thousands of developers all they need to know about ColdFusion.

Adobe ColdFusion 9 Web Application Construction Kit, Volume 2

Adobe ColdFusion 9 Web Application Construction Kit, Volume 2
Author :
Publisher : Pearson Education
Total Pages : 980
Release :
ISBN-10 : 9780321694461
ISBN-13 : 0321694465
Rating : 4/5 (61 Downloads)

Synopsis Adobe ColdFusion 9 Web Application Construction Kit, Volume 2 by : Ben Forta

Written by the best known and most trusted name in the ColdFusion community, Ben Forta, The ColdFusion Web Application Construction Kit is the best-selling ColdFusion series of all time - the books that most ColdFusion developers used to learn the product. This second volume of the series begins by introducing important code organization and management techniques, and then progresses to topics that include integrating with all sorts of other technologies (including PDF, Adobe Flex and Data Services, Ajax, advanced SQL and databases, ORM), debugging, and optimizing performance. From design and planning, to application deployment and troubleshooting, this instructional reference is all you need to successfully work, create, and progress with ColdFusion 9. Complete coverage of ColdFusion 9 is included in "Volume 1, Getting Started" (0-321-66034-X) and "Volume 3, Advanced Application Development" (0-321-67920-2).

Sams Teach Yourself SQL in 10 Minutes

Sams Teach Yourself SQL in 10 Minutes
Author :
Publisher : Sams Publishing
Total Pages : 260
Release :
ISBN-10 : 0672325675
ISBN-13 : 9780672325670
Rating : 4/5 (75 Downloads)

Synopsis Sams Teach Yourself SQL in 10 Minutes by : Ben Forta

With this updated text, readers can learn the fundamentals of SQL quickly through the use of numerous examples depicting all the major components of SQL.

Captain Code

Captain Code
Author :
Publisher : Addison-Wesley Professional
Total Pages : 0
Release :
ISBN-10 : 0137653573
ISBN-13 : 9780137653577
Rating : 4/5 (73 Downloads)

Synopsis Captain Code by : Ben Forta

"Captain Code is a welcoming, engaging, and fun introduction to becoming a coder, designed for the young (ages 10-17) and young-at-heart. Experienced educators and coders Ben & Shmuel Forta will guide you using Python, one of the most popular programming languages in the world. You'll learn by creating games, yes, games, from simple projects to retro text-based adventures to complete graphical arcade style games. Captain Code is 400 glossy color pages of goodness packed with welcoming images, useful tips and tidbits, and engaging, readable text that focuses on doing while having fun. All code listings are in full-color and QR codes link to bonus content, downloads, challenge solutions, and more."--

SQL in 10 Minutes, Sams Teach Yourself

SQL in 10 Minutes, Sams Teach Yourself
Author :
Publisher : Sams Publishing
Total Pages : 287
Release :
ISBN-10 : 9780133048087
ISBN-13 : 013304808X
Rating : 4/5 (87 Downloads)

Synopsis SQL in 10 Minutes, Sams Teach Yourself by : Ben Forta

Sams Teach Yourself SQL in 10 Minutes, Fourth Edition New full-color code examples help you see how SQL statements are structured Whether you're an application developer, database administrator, web application designer, mobile app developer, or Microsoft Office users, a good working knowledge of SQL is an important part of interacting with databases. And Sams Teach Yourself SQL in 10 Minutes offers the straightforward, practical answers you need to help you do your job. Expert trainer and popular author Ben Forta teaches you just the parts of SQL you need to know–starting with simple data retrieval and quickly going on to more complex topics including the use of joins, subqueries, stored procedures, cursors, triggers, and table constraints. You'll learn methodically, systematically, and simply–in 22 short, quick lessons that will each take only 10 minutes or less to complete. With the Fourth Edition of this worldwide bestseller, the book has been thoroughly updated, expanded, and improved. Lessons now cover the latest versions of IBM DB2, Microsoft Access, Microsoft SQL Server, MySQL, Oracle, PostgreSQL, SQLite, MariaDB, and Apache Open Office Base. And new full-color SQL code listings help the beginner clearly see the elements and structure of the language. 10 minutes is all you need to learn how to... Use the major SQL statements Construct complex SQL statements using multiple clauses and operators Retrieve, sort, and format database contents Pinpoint the data you need using a variety of filtering techniques Use aggregate functions to summarize data Join two or more related tables Insert, update, and delete data Create and alter database tables Work with views, stored procedures, and more Table of Contents 1 Understanding SQL 2 Retrieving Data 3 Sorting Retrieved Data 4 Filtering Data 5 Advanced Data Filtering 6 Using Wildcard Filtering 7 Creating Calculated Fields 8 Using Data Manipulation Functions 9 Summarizing Data 10 Grouping Data 11 Working with Subqueries 12 Joining Tables 13 Creating Advanced Joins 14 Combining Queries 15 Inserting Data 16 Updating and Deleting Data 17 Creating and Manipulating Tables 18 Using Views 19 Working with Stored Procedures 20 Managing Transaction Processing 21 Using Cursors 22 Understanding Advanced SQL Features Appendix A: Sample Table Scripts Appendix B: Working in Popular Applications Appendix C : SQL Statement Syntax Appendix D: Using SQL Datatypes Appendix E: SQL Reserved Words

MariaDB Crash Course

MariaDB Crash Course
Author :
Publisher : Addison-Wesley Professional
Total Pages : 371
Release :
ISBN-10 : 9780132842358
ISBN-13 : 0132842351
Rating : 4/5 (58 Downloads)

Synopsis MariaDB Crash Course by : Ben Forta

MariaDB is a database server that offers drop-in replacement functionality for MySQL. Built by some of the original authors of MySQL, with assistance from the broader community of free and open source software developers, MariaDB offers a rich set of feature enhancements to MySQL, including alternate storage engines, server optimizations, and patches. MariaDB Crash Course teaches you all you need to know to be immediately productive with MariaDB. Master trainer Ben Forta introduces all the essentials through a series of quick, easy-to-follow, hands-on lessons. Instead of belaboring database theory and relational design, Forta focuses on teaching solutions for the majority of users who simply want to interact with data. Learn how to: Retrieve and sort data Filter data using comparisons, regular expressions, and full text search 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

Adobe ColdFusion Web Application Construction Kit

Adobe ColdFusion Web Application Construction Kit
Author :
Publisher : Adobe Press
Total Pages : 920
Release :
ISBN-10 : 9780133352511
ISBN-13 : 013335251X
Rating : 4/5 (11 Downloads)

Synopsis Adobe ColdFusion Web Application Construction Kit by : Ben Forta

Adobe ColdFusion Web Application Construction Kit is the best-selling ColdFusion series of all time—used by more ColdFusion developers to learn the product than any other books. ColdFusion 10 was built to make your applications safer, more scalable, and more powerful, and to make programming more efficient. The enhancements and improvements detailed in this volume (which is an update to the three-volume Adobe ColdFusion 9 Web Application Construction Kit) will empower you to fully leverage the true power of ColdFusion. It starts with coverage of new techniques in web application development, particularly the growth of web standards technologies like HTML5. The second section describes ColdFusion 10 language and programming enhancements, focusing on CFML, CFScript, XML, and Java. In the final section you’ll learn how to use modern development practices like deploying applications in the cloud, the latest administration and security techniques, and more. Take advantage of HTML5 innovation Learn how to use REST web services Implement WebSockets to build richer user experiences Understand ColdFusion’s new cloud deployment functionality Use the latest advances in application security and scalability