Wow! eBook: Learning MySQL - 6 new eBooks |
- Learning MySQL
- MySQL Pocket Reference, 2nd Edition
- Professional Website Performance
- Professional SQL Server 2012 Internals and Troubleshooting
- Dart in Action
- Taming Text
Posted: 31 Jan 2013 07:29 AM PST Book DescriptionWhether you’re running a business, keeping track of members andmeetings for a club, or just trying to organize a large and diversecollection of information, you’ll find the MySQL database engineuseful for answering questions such as:
MySQL, the most popular open-source database, offers the power ofa relational database in a package that’s easy to set up andadminister, and Learning MySQL provides all the tools you need toget started. This densely packed tutorial includes detailedinstructions to help you set up and design an effective database,create powerful queries using SQL, configure MySQL for improvedsecurity, and squeeze information out of your data. After covering the basics, the book travels far into MySQL’ssubtleties, including complex queries and joins, how to interact withthe database over the Web using PHP or Perl, and importanthouse-keeping such as backups and security. Topic include:
The authors, Saied Tahaghoghi and Hugh E. Williams, have careers inacademia and business, and share a keen interest in research intosearch technologies. Whether you’ve never touched a database or have already completedsome MySQL projects, you’ll find insights in Learning MySQLthat will last a career. Table of Contents Part II: Using MySQL Part III: Advanced Topics Part VI: Web Database Applications with PHP Part V: Interacting with MySQL Using Perl Book Details
Related Posts
The post Learning MySQL appeared first on Wow! eBook - Blog. |
MySQL Pocket Reference, 2nd Edition Posted: 31 Jan 2013 07:20 AM PST Book DescriptionTo help you be more efficient in your work, this handy pocket reference gives you instant reminders on how to use important MySQL functions, especially in conjunction with key parts of the LAMP open source infrastructure. This powerful database system is so rich in features that no administrator or programmer can stay familiar with all of them. MySQL Pocket Reference is an ideal on-the-job companion, well organized to help you find and adapt the statements you need — quickly. Updated for the latest versions of this popular database, this edition covers many complex features that have been added to MySQL 5.0 and 5.1, including a section dedicated to stored procedures and triggers. After a brief introduction on installation and initial setup, the book explains:
You don’t have time to stop and thumb through an exhaustive reference when you’re hard at work. This portable and affordable guide is small enough to fit into your pocket, and gives you a convenient reference that you can consult anywhere. When you reach a sticking point and need to get to a solution quickly, the MySQL Pocket Reference is the book you want to have. Book Details
Related Posts
The post MySQL Pocket Reference, 2nd Edition appeared first on Wow! eBook - Blog. |
Professional Website Performance Posted: 31 Jan 2013 05:04 AM PST Book DescriptionAchieve optimal website speed and performance with this Wrox guide Effective website development requires optimum performance with regard to both web browser and server. This book covers all aspects of building and maintaining websites that deliver peak performance on all levels. Exploring both front-end and back-end configuration, it examines factors like compression and JavaScript, database performance, MySQL tuning, NoSQL alternatives, load-balancing across multiple servers, effective caching of web contents, CSS, and much more. Both developers and system administrators will find value in this platform-neutral guide.
Professional Website Performance: Optimizing the Front End and Back End offers essential information to help both front-end and back-end technicians ensure better website performance. From the Back Cover Building and maintaining high-performance websites can have a significant impact on a site’s success. In addition, effective website development requires optimum performance with regard to both the web browser and server. Taking those factors into consideration, this platform-neutral book covers all aspects of building and maintaining websites that deliver peak performance on all levels. Longtime web developer and performance expert Peter Smith explores the ways in which websites can respond more quickly by configuring front-end performance related to the web browser, as well as the back end for speeding up the communication between the server and the browser. Professional Website Performance:
Table of Contents PART II: BACK END PART III: APPENDIXES Book Details
Related Posts
The post Professional Website Performance appeared first on Wow! eBook - Blog. |
Professional SQL Server 2012 Internals and Troubleshooting Posted: 31 Jan 2013 04:55 AM PST Book DescriptionHands-on troubleshooting methods on the most recent release of SQL Server The 2012 release of SQL Server is the most significant one since 2005 and introduces an abundance of new features. This critical book provides in-depth coverage of best practices for troubleshooting performance problems based on a solid understanding of both SQL Server and Windows internals and shows experienced DBAs how to ensure reliable performance. The team of authors shows you how to master the use of specific troubleshooting tools and how to interpret their output so you can quickly identify and resolve any performance issue on any server running SQL Server.
From the Back Cover This book is packed with expert advice and real-world examples, showing you how to troubleshoot SQL Server 2012 based on a thorough understanding of SQL Server and Windows internals. It shows how to master the use of specific troubleshooting tools, and how to interpret their output to quickly identify and resolve any performance issue?on any server running SQL Server. Professional SQL Server 2012 Internals and Troubleshooting:
Table of Contents PART II: TROUBLESHOOTING TOOLS AND LESSONS FROM THE FIELD Book Details
Related Posts
The post Professional SQL Server 2012 Internals and Troubleshooting appeared first on Wow! eBook - Blog. |
Posted: 30 Jan 2013 09:20 AM PST Book DescriptionDart in Action introduces Google’s Dart language and provides techniques and examples showing how to use it as a viable replacement for Java and JavaScript in browser-based desktop and mobile applications. It begins with a rapid overview of Dart language and tools, including features like interacting with the browser, optional typing, classes, libraries, and concurrency with isolates. After you master the core concepts, you’ll move on to running Dart on the server and creating single page HTML5 web applications. Dart is a web programming language developed by Google. It has modern OO features, just like Java or C#, while keeping JavaScript’s dynamic and functional characteristics. Dart applications are “transpiled” to JavaScript, and they run natively in Dart-enabled browsers. With production-quality libraries and tools, Dart operates on both the client and the server for a consistent development process. Dart in Action introduces the Dart language and teaches you to use it in browser-based, desktop, and mobile applications. Not just a language tutorial, this book gets quickly into the nitty-gritty of using Dart. Most questions that pop up while you’re reading are answered on the spot! OO newbies will appreciate the gentle pace in the early chapters. Later chapters take a test-first approach and encourage you to try Dart hands-on. To benefit from this book you’ll need experience with HTML and JavaScript?a Java or C# background is helpful but not required. What’s Inside
Table of Contents Part 2: Core Dart Part 3: Client-side Dart apps Part 4: Server-side Dart Appendix A. Core language reference Book Details
Related Posts
The post Dart in Action appeared first on Wow! eBook - Blog. |
Posted: 30 Jan 2013 09:11 AM PST Book DescriptionTaming Text is a hands-on, example-driven guide to working with unstructured text in the context of real-world applications. This book explores how to automatically organize text using approaches such as full-text search, proper name recognition, clustering, tagging, information extraction, and summarization. The book guides you through examples illustrating each of these topics, as well as the foundations upon which they are built. There is so much text in our lives, we are practically drowning in it. Fortunately, there are innovative tools and techniques for managing unstructured information that can throw the smart developer a much-needed lifeline. You’ll find them in this book. Taming Text is a practical, example-driven guide to working with text in real applications. This book introduces you to useful techniques like full-text search, proper name recognition, clustering, tagging, information extraction, and summarization. You’ll explore real use cases as you systematically absorb the foundations upon which they are built. Written in a clear and concise style, this book avoids jargon, explaining the subject in terms you can understand without a background in statistics or natural language processing. Examples are in Java, but the concepts can be applied in any language. What’s Inside
Table of Contents Book Details
Related Posts
The post Taming Text appeared first on Wow! eBook - Blog. |
You are subscribed to email updates from Wow! eBook - Blog To stop receiving these emails, you may unsubscribe now. | Email delivery powered by Google |
Google Inc., 20 West Kinzie, Chicago IL USA 60610 |
Tidak ada komentar:
Posting Komentar