| |
|
|
|
See Also
Disclosure: Products details and descriptions provided by Amazon.com. Our company may receive a payment if you purchase products from them after following a link from this website.
By Rick A Morelan
BookSurge Publishing Paperback (254 pages)
 | List Price: $25.00* Lowest New Price: $17.39* Lowest Used Price: $20.96* Usually ships in 24 hours* *(As of 14:41 Pacific 3 Feb 2012 More Info)
Click Here | Product Description: Several years ago a challenge was given to technology instructor Rick A. Morelan. Take downsized workers with little or no experience with computers or technology and turn them into industry certified technology experts. The proven material from this venture is now available to you as the Joes 2 Pros series of books and videos. This new approach has vivid pictures on almost every page that shows what you should see on your computer screen as you work through the material, and downloadable content, home practice labs, software, and fun review games available from the joes2pros web site. Starting with the basic lesson: "What is a Database? " this book helps beginners get comfortable with the SQL language. From there, you will walk step-by-step through the basics. 'Beginning SQL Joes 2 Pros' is the second edition of the popular 'T-SQL Joes 2 Pros' with updated content and a lower price. The language examples in this book can be used with any standard SQL engine. Regardless of your skill level, you too can evolve from "Joe" to "Pro" by following the steps outlined in this book. Note: My publisher is not able to put a DVD in the back of the book but a DVD showing all topic and labs in 3 hours of full video can be bought on Amazon at this link http://www.amazon.com/Beginning-SQL-Joes-Pros-70-433/dp/B004GEB67C/ref=sr_1_2?ie=UTF8&qid=1294633127&sr=8-2 |
|
By Robin Nixon
O'Reilly Media Paperback (528 pages)
 | List Price: $39.99* Lowest New Price: $21.92* Lowest Used Price: $21.19* Usually ships in 24 hours* *(As of 14:41 Pacific 3 Feb 2012 More Info)
Click Here | Product Description: If you know HTML, this guide will have you building interactive websites quickly. You'll learn how to create responsive, data-driven websites with PHP, MySQL, and JavaScript, regardless of whether you already know how to program. Discover how the powerful combination of PHP and MySQL provides an easy way to build modern websites complete with dynamic data and user interaction. You'll also learn how to add JavaScript to create rich Internet applications and websites. Learning PHP, MySQL, and JavaScript explains each technology separately, shows you how to combine them, and introduces valuable web programming concepts, including objects, XHTML, cookies, and session management. You'll practice what you've learned with review questions in each chapter, and find a sample social networking platform built with the elements introduced in this book. This book will help you: - Understand PHP essentials and the basics of object-oriented programming
- Master MySQL, from database structure to complex queries
- Create web pages with PHP and MySQL by integrating forms and other HTML features
- Learn about JavaScript, from functions and event handling to accessing the Document Object Model
- Use libraries and packages, including the Smarty web template system, PEAR program repository, and the Yahoo! User Interface Library
- Make Ajax calls and turn your website into a highly dynamic environment
- Upload and manipulate files and images, validate user input, and secure your applications
|
|
By Matthew MacDonald
Pogue Press Paperback (832 pages)
 | List Price: $39.99* Lowest New Price: $19.55* Lowest Used Price: $17.75* Usually ships in 24 hours* *(As of 14:41 Pacific 3 Feb 2012 More Info)
Click Here | - ISBN13: 9781449382377
- Notes: BRAND NEW FROM PUBLISHER! 100% Satisfaction Guarantee. Tracking provided on most orders. Buy with Confidence! Millions of books sold!
Product Description:
Go from Access novice to true master with the professional database design tips and crystal-clear explanations in this book. You'll learn all the secrets of this powerful database program so you can use your data in creative ways -- from creating product catalogs and publishing information online to producing invoices and reports. - Build a database with ease. Store information to track numbers, products, documents, and more
- Customize the interface. Build your own forms to make data entry a snap
- Find what you need fast. Search, sort, and summarize huge amounts of information
- Put your data to use. Turn raw info into printed reports with attractive formatting
- Share your data. Collaborate online with SharePoint and the brand-new Access web database
- Dive into Access programming. Get tricks and techniques to automate common tasks
- Create rich data connections. Build dynamic links with SQL Server, SharePoint, and other systems
Five Touchstones to Understanding Access Let’s face it--learning the tricks and techniques of database design can be a bit of a slog. But if you’re just starting out with Access, here are five key insights that can help you understand how the database world works. Keep these points in mind, and you’ll be on the inside track to mastering Access.  | 1. Databases hold database objects. Most people are familiar with tables, the grid-like grouping of data that stores your information (for example, lists of items you own, friends you have, or products you sell through your small business). But tables are just one type of object that an Access database can hold. The other key ingredients are queries (customized search routines that pull out the information you need at the drop of a hat), reports (similar to queries, but nicely formatted and ready for printing), forms (windows that make it easy to review and edit the data in your tables), and macros and modules (miniature programs that can do just about anything—from updating 10,000 records at once to firing off an email). 2. Relationships hold it all together. Access newbies sometimes start out thinking a database is just a glorified spreadsheet. After all, can’t Excel hold long lists with hundreds of thousands of rows? (And yes, it can.) However, Access has a feature Excel can’t duplicate: relationships. A typical Access database holds several tables, and relationships link these tables together. For example, a table of customers might link to a table of orders, which would link to a table of products, allowing you to answer questions like “What customers spent the most money?” and “What is the most popular product for customers living in New York?” Relationships also safeguard your data--for example, they make it impossible for someone to accidentally place an order for a product or a customer that doesn’t exist. 3. There are two ways to work with a database: as a designer and as a user. The database designer is the person who sets up the database. The database designer has the responsibility of laying out the tables, building the queries, and knocking together some nice reports and forms (assuming you want all those features). By comparison, the database user is the person who uses the tables, queries, reports, and forms in day-to-day life. The user reviews records, makes changes, and fills the tables up with data. Depending on what type of database you’re creating (and what you want to accomplish), you may be both the database designer and the database user. But it’s important to realize that these are distinct tasks. In fact, when using a properly designed database, database users don’t need to be particularly skilled with Access. They can just work with the forms and reports that the database designer created. 4. Sooner or later, you’ll need macros. To become an Access expert, you must first learn to design a logical, consistent set of tables and add the relationships that link them together. Next, you must learn to build the other types of objects--queries, forms, and reports--that make it easier to perform common tasks. At some point, while tackling this second stage, you’ll run into a challenge that forces you to step up to the third level of Access mastery: macros. Macros are miniature programs that perform custom tasks. The good news is that in Access 2010, you can design your own macros without becoming a programmer. You just need to drag, drop, and arrange a sequence of ready-made macro commands into the Access macro designer. For example, you can use macros to build buttons that send emails, start printouts, make updates, or just take you around your database. 5. Expert user, meet Visual Basic. Some people stop their Access journey at this point, content to use tables, forms, reports, and macros to do all their work. But if you want to see everything Access has to offer, you need to take a look at its high-powered Visual Basic engine. Using VB code, you can do almost anything, from validating a credit card to leading a customer through an order process (two examples that are discussed in Access 2010: The Missing Manual). And if you’re willing to pick up some basic programming concepts, you can use code to transform a simple database into a cohesive database application—for example, something that looks more like the traditional desktop programs you run on your computer. |
|
By Ann Shaffer, June Jamrich Parsons & Kathy T. Finnegan
Course Technology Spiral-bound (1032 pages)
 | List Price: $150.95* Lowest New Price: $88.55* Lowest Used Price: $58.93* Usually ships in 24 hours* *(As of 14:41 Pacific 3 Feb 2012 More Info)
Click Here | Product Description: With the New Perspectives' critical-thinking, problem-solving approach, students will gain a comprehensive understanding of Microsoft Office 2010 and will learn how to take advantage of the flexibility it offers. Case-based tutorials challenge students to apply what they are learning to real-life tasks, preparing them to easily transfer skills to new situations. With New Perspectives, students understand why they're learning what they're learning and are better situated to retain skills beyond the classroom. |
|
By David Kroenke
McGraw-Hill Publishing Co. Paperback (800 pages)
 | Lowest Used Price: $0.74* *(As of 14:41 Pacific 3 Feb 2012 More Info)
Click Here |
|
By Ramez Elmasri
Addison Wesley Hardcover (1200 pages)
 | List Price: $138.00* Lowest New Price: $93.82* Lowest Used Price: $79.99* Usually ships in 24 hours* *(As of 14:41 Pacific 3 Feb 2012 More Info)
Click Here | Product Description:
Clear explanations of theory and design, broad coverage of models and real systems, and an up-to-date introduction to modern database technologies result in a leading introduction to database systems. Intended for computer science majors, Fundamentals of Database Systems, 6/e emphasizes math models, design issues, relational algebra, and relational calculus. A lab manual and problems give students opportunities to practice the fundamentals of design and implementation. Real-world examples serve as engaging, practical illustrations of database concepts. The Sixth Edition maintains its coverage of the most popular database topics, including SQL, security, and data mining, and features increased emphasis on XML and semi-structured data. |
|
By Tom White
Yahoo Press Paperback (626 pages)
 | List Price: $49.99* Lowest New Price: $28.25* Lowest Used Price: $20.99* Usually ships in 24 hours* *(As of 14:41 Pacific 3 Feb 2012 More Info)
Click Here | Product Description:
Discover how Apache Hadoop can unleash the power of your data. This comprehensive resource shows you how to build and maintain reliable, scalable, distributed systems with the Hadoop framework -- an open source implementation of MapReduce, the algorithm on which Google built its empire. Programmers will find details for analyzing datasets of any size, and administrators will learn how to set up and run Hadoop clusters. This revised edition covers recent changes to Hadoop, including new features such as Hive, Sqoop, and Avro. It also provides illuminating case studies that illustrate how Hadoop is used to solve specific problems. Looking to get the most out of your data? This is your book. - Use the Hadoop Distributed File System (HDFS) for storing large datasets, then run distributed computations over those datasets with MapReduce
- Become familiar with Hadoop’s data and I/O building blocks for compression, data integrity, serialization, and persistence
- Discover common pitfalls and advanced features for writing real-world MapReduce programs
- Design, build, and administer a dedicated Hadoop cluster, or run Hadoop in the cloud
- Use Pig, a high-level query language for large-scale data processing
- Analyze datasets with Hive, Hadoop’s data warehousing system
- Take advantage of HBase, Hadoop’s database for structured and semi-structured data
- Learn ZooKeeper, a toolkit of coordination primitives for building distributed systems
"Now you have the opportunity to learn about Hadoop from a master -- not only of the technology, but also of common sense and plain talk."
--Doug Cutting, Cloudera |
|
By Joan Lambert III
Microsoft Press Paperback (448 pages)
 | List Price: $29.99* Lowest New Price: $16.97* Lowest Used Price: $16.19* Usually ships in 24 hours* *(As of 14:41 Pacific 3 Feb 2012 More Info)
Click Here | Product Description:
Experience learning made easy-and quickly teach yourself how to build database solutions with Access 2010. With STEP BY STEP, you set the pace-building and practicing the skills you need, just when you need them! Topics include building an Access database from scratch or from templates; publishing your database to the Web; exchanging data with other databases and Microsoft Office documents; creating data-entry forms; using filters and queries; designing reports; using conditional formatting; preventing data corruption and unauthorized access; and other core topics. |
|
By David Sawyer McFarland
O'Reilly Media Paperback (1216 pages)
 | List Price: $49.99* Lowest New Price: $27.48* Lowest Used Price: $27.47* Usually ships in 24 hours* *(As of 14:41 Pacific 3 Feb 2012 More Info)
Click Here | Product Description:
Dreamweaver is the tool most widely used for designing and managing professional-looking websites, but it's a complex program. That's where Dreamweaver CS5.5: The Missing Manual comes in. With its jargon-free explanations, 13 hands-on tutorials, and savvy advice from Dreamweaver expert Dave McFarland, you'll master this versatile program with ease. - Get A to Z guidance. Go from building your first web page to creating interactive, database-driven sites.
- Build skills as you learn. Apply your knowledge through tutorials and downloadable practice files.
- Create a state-of-the-art website. Use powerful, easy-to-use tools such as CSS3 and Spry effects to build visually rich, fast-loading pages.
- Add instant interactivity. Choose from pre-packaged JavaScript programs to add drop-down menus, tabbed panels, forms, and other features.
- Tap into databases. Connect your site to a database and build pages that dynamically sort and display stored information.
- Go mobile. Build and preview websites for smartphones and tablets.
- Discover hidden tips and tricks. Get undocumented workarounds and shortcuts.
|
|
By Ian H. Witten & Mark A. Hall
Morgan Kaufmann Released: 2011-01-30 Kindle Edition (664 pages)
 | List Price: $69.95* *(As of 14:41 Pacific 3 Feb 2012 More Info)
Click Here | Product Description: Like the popular second edition, Data Mining: Practical Machine Learning Tools and Techniques offers a thorough grounding in machine learning concepts as well as practical advice on applying machine learning tools and techniques in real-world data mining situations. Inside, you'll learn all you need to know about preparing inputs, interpreting outputs, evaluating results, and the algorithmic methods at the heart of successful data mining'including both tried-and-true techniques of today as well as methods at the leading edge of contemporary research.
Complementing the book is a fully functional platform-independent open source Weka software for machine learning, available for free download.
The book is a major revision of the second edition that appeared in 2005. While the basic core remains the same, it has been updated to reflect the changes that have taken place over the last four or five years. The highlights for the updated new edition include completely revised technique sections; new chapter on Data Transformations, new chapter on Ensemble Learning, new chapter on Massive Data Sets, a new ?book release? version of the popular Weka machine learning open source software (developed by the authors and specific to the Third Edition); new material on ?multi-instance learning?; new information on ranking the classification, plus comprehensive updates and modernization throughout. All in all, approximately 100 pages of new material.
* Thorough grounding in machine learning concepts as well as practical advice on applying the tools and techniques
* Algorithmic methods at the heart of successful data mining'including tired and true methods as well as leading edge methods
* Performance improvement techniques that work by transforming the input or output
* Downloadable Weka, a collection of machine learning algorithms for data mining tasks, including tools for data pre-processing, classification, regression, clustering, association rules, and visualization'in an updated, interactive interface.
|
|
| |