Author: Ken Getz
Publisher: "O'Reilly Media, Inc."
ISBN: 0596006780
Category : Computers
Languages : en
Pages : 840
Book Description
Not a reference book, and not a tutorial either, the new second edition of the highly regarded Access Cookbook is an uncommonly useful collection of solutions to problems that Access users and developers are likely to face as they attempt to build increasingly complex applications. Although using any single "recipe" in the book will more than pay back the cost of the book in terms of both hours saved and frustration thwarted, Access Cookbook, Second Edition is much more than a handy assortment of cut-and-paste code. Each of the "recipes" examine a particular problem--problems that commonly occur when you push the upper limits of Access, or ones that are likely to trip up a developer attempting to design a more elegant Access application--even some things you never knew Access could do. The authors then, in a clear, accessible, step-by-step style, present the problems' solution. Following each "recipe" are insights on how Access works, potential pitfalls, interesting programming techniques that are used in the solution, and how and why the solution works, so you can adapt the problem-solving techniques to other similar situations. Fully updated for Access 2003, Access Cookbook, Second Edition is also one of the first books to thoroughly explore new support for .NET managed code and XML. All of the practical, real-world examples have been tested for compatibility with Access 2003, Windows XP, and Windows Server 2003. This updated new edition also covers Access and SharePoint, Access and SmartTags, Access and .NET; and Access and XML. Access power users and programmers at all levels, from the relatively inexperienced to the most sophisticated, will rely on the Access Cookbook for quick solutions to gnarly problems. With a dog-eared copy of Access Cookbook at your side, you can spend your time and energy where it matters most: working on the interesting facets of your Access application, not just the time-consuming ones.
Access Cookbook
Author: Ken Getz
Publisher: "O'Reilly Media, Inc."
ISBN: 0596006780
Category : Computers
Languages : en
Pages : 840
Book Description
Not a reference book, and not a tutorial either, the new second edition of the highly regarded Access Cookbook is an uncommonly useful collection of solutions to problems that Access users and developers are likely to face as they attempt to build increasingly complex applications. Although using any single "recipe" in the book will more than pay back the cost of the book in terms of both hours saved and frustration thwarted, Access Cookbook, Second Edition is much more than a handy assortment of cut-and-paste code. Each of the "recipes" examine a particular problem--problems that commonly occur when you push the upper limits of Access, or ones that are likely to trip up a developer attempting to design a more elegant Access application--even some things you never knew Access could do. The authors then, in a clear, accessible, step-by-step style, present the problems' solution. Following each "recipe" are insights on how Access works, potential pitfalls, interesting programming techniques that are used in the solution, and how and why the solution works, so you can adapt the problem-solving techniques to other similar situations. Fully updated for Access 2003, Access Cookbook, Second Edition is also one of the first books to thoroughly explore new support for .NET managed code and XML. All of the practical, real-world examples have been tested for compatibility with Access 2003, Windows XP, and Windows Server 2003. This updated new edition also covers Access and SharePoint, Access and SmartTags, Access and .NET; and Access and XML. Access power users and programmers at all levels, from the relatively inexperienced to the most sophisticated, will rely on the Access Cookbook for quick solutions to gnarly problems. With a dog-eared copy of Access Cookbook at your side, you can spend your time and energy where it matters most: working on the interesting facets of your Access application, not just the time-consuming ones.
Publisher: "O'Reilly Media, Inc."
ISBN: 0596006780
Category : Computers
Languages : en
Pages : 840
Book Description
Not a reference book, and not a tutorial either, the new second edition of the highly regarded Access Cookbook is an uncommonly useful collection of solutions to problems that Access users and developers are likely to face as they attempt to build increasingly complex applications. Although using any single "recipe" in the book will more than pay back the cost of the book in terms of both hours saved and frustration thwarted, Access Cookbook, Second Edition is much more than a handy assortment of cut-and-paste code. Each of the "recipes" examine a particular problem--problems that commonly occur when you push the upper limits of Access, or ones that are likely to trip up a developer attempting to design a more elegant Access application--even some things you never knew Access could do. The authors then, in a clear, accessible, step-by-step style, present the problems' solution. Following each "recipe" are insights on how Access works, potential pitfalls, interesting programming techniques that are used in the solution, and how and why the solution works, so you can adapt the problem-solving techniques to other similar situations. Fully updated for Access 2003, Access Cookbook, Second Edition is also one of the first books to thoroughly explore new support for .NET managed code and XML. All of the practical, real-world examples have been tested for compatibility with Access 2003, Windows XP, and Windows Server 2003. This updated new edition also covers Access and SharePoint, Access and SmartTags, Access and .NET; and Access and XML. Access power users and programmers at all levels, from the relatively inexperienced to the most sophisticated, will rely on the Access Cookbook for quick solutions to gnarly problems. With a dog-eared copy of Access Cookbook at your side, you can spend your time and energy where it matters most: working on the interesting facets of your Access application, not just the time-consuming ones.
Access Data Analysis Cookbook
Author: Ken Bluttman
Publisher: "O'Reilly Media, Inc."
ISBN: 0596555210
Category : Computers
Languages : en
Pages : 369
Book Description
If you have large quantities of data in a Microsoft Access database, and need to study that data in depth, this book is a data cruncher's dream. Access Data Analysis Cookbook offers practical recipes to solve a variety of common problems that users have with extracting Access data and performing calculations on it. Each recipe includes a discussion on how and why the solution works. Whether you use Access 2007 or an earlier version, this book will teach you new methods to query data, different ways to move data in and out of Access, how to calculate answers to financial and investment issues, and more. Learn how to apply statistics to summarize business information, how to jump beyond SQL by manipulating data with VBA, how to process dates and times, and even how to reach into the Excel data analysis toolkit. Recipes demonstrate ways to: Develop basic and sophisticated queries Apply aggregate functions, custom functions, regular expressions, and crosstabs Apply queries to perform non-passive activities such as inserting, updating, and deleting data Create and manipulate tables and queries programmatically Manage text-based data, including methods to isolate parts of a string and ways to work with numbers that are stored as text Use arrays, read and write to the Windows registry, encrypt data, and use transaction processing Use the FileSystemObject, use XML with XSLT, communicate with SQL Server, and exchange data with other Office products Find answers from time-based data, such as how to add time, count elapsed time, work with leap years, and how to manage time zones in your calculations Deal with business and finance problems, including methods for calculating depreciation, loan paybacks, and Return on Investment (ROI) Explore statistical techniques, such as frequency, variance, kurtosis, linear regression, combinations and permutations Access Data Analysis Cookbook is a one-stop-shop for extracting nuggets of valuable information from your database, and anyone with Access experience will benefit from these tips and techniques, including seasoned developers. If you want to use your data, and not just store it, you'll find this guide indispensable.
Publisher: "O'Reilly Media, Inc."
ISBN: 0596555210
Category : Computers
Languages : en
Pages : 369
Book Description
If you have large quantities of data in a Microsoft Access database, and need to study that data in depth, this book is a data cruncher's dream. Access Data Analysis Cookbook offers practical recipes to solve a variety of common problems that users have with extracting Access data and performing calculations on it. Each recipe includes a discussion on how and why the solution works. Whether you use Access 2007 or an earlier version, this book will teach you new methods to query data, different ways to move data in and out of Access, how to calculate answers to financial and investment issues, and more. Learn how to apply statistics to summarize business information, how to jump beyond SQL by manipulating data with VBA, how to process dates and times, and even how to reach into the Excel data analysis toolkit. Recipes demonstrate ways to: Develop basic and sophisticated queries Apply aggregate functions, custom functions, regular expressions, and crosstabs Apply queries to perform non-passive activities such as inserting, updating, and deleting data Create and manipulate tables and queries programmatically Manage text-based data, including methods to isolate parts of a string and ways to work with numbers that are stored as text Use arrays, read and write to the Windows registry, encrypt data, and use transaction processing Use the FileSystemObject, use XML with XSLT, communicate with SQL Server, and exchange data with other Office products Find answers from time-based data, such as how to add time, count elapsed time, work with leap years, and how to manage time zones in your calculations Deal with business and finance problems, including methods for calculating depreciation, loan paybacks, and Return on Investment (ROI) Explore statistical techniques, such as frequency, variance, kurtosis, linear regression, combinations and permutations Access Data Analysis Cookbook is a one-stop-shop for extracting nuggets of valuable information from your database, and anyone with Access experience will benefit from these tips and techniques, including seasoned developers. If you want to use your data, and not just store it, you'll find this guide indispensable.
That Sounds So Good
Author: Carla Lalli Music
Publisher: Clarkson Potter
ISBN: 0593138260
Category : Cooking
Languages : en
Pages : 289
Book Description
NEW YORK TIMES BESTSELLER • Recipes to match every mood, situation, and vibe from the James Beard Award–winning author of Where Cooking Begins ONE OF THE TEN BEST COOKBOOKS OF THE YEAR: San Francisco Chronicle • ONE OF THE BEST COOKBOOKS OF THE YEAR: Time Out, Glamour, Taste of Home Great food is an achievable part of every day, no matter how busy you are; the key is to have go-to recipes for every situation and for whatever you have on hand. The recipes in That Sounds So Good are split between weekday and weekend cooking. When time is short, turn to quick stovetop suppers, one-pot meals, and dinner salads. And for the weekend, lean into lazy lunches, simmered stews, and hands-off roasts. Carla’s dishes are as inviting and get-your-attention-good as ever. All the recipes—such as Fat Noodles with Pan-Roasted Mushrooms and Crushed Herb Sauce or Chicken Legs with Warm Spices—come with multiple ingredient swaps and suggestions, so you can make each one your own. That Sounds So Good shows Carla at her effortless best, and shows how you can be, too.
Publisher: Clarkson Potter
ISBN: 0593138260
Category : Cooking
Languages : en
Pages : 289
Book Description
NEW YORK TIMES BESTSELLER • Recipes to match every mood, situation, and vibe from the James Beard Award–winning author of Where Cooking Begins ONE OF THE TEN BEST COOKBOOKS OF THE YEAR: San Francisco Chronicle • ONE OF THE BEST COOKBOOKS OF THE YEAR: Time Out, Glamour, Taste of Home Great food is an achievable part of every day, no matter how busy you are; the key is to have go-to recipes for every situation and for whatever you have on hand. The recipes in That Sounds So Good are split between weekday and weekend cooking. When time is short, turn to quick stovetop suppers, one-pot meals, and dinner salads. And for the weekend, lean into lazy lunches, simmered stews, and hands-off roasts. Carla’s dishes are as inviting and get-your-attention-good as ever. All the recipes—such as Fat Noodles with Pan-Roasted Mushrooms and Crushed Herb Sauce or Chicken Legs with Warm Spices—come with multiple ingredient swaps and suggestions, so you can make each one your own. That Sounds So Good shows Carla at her effortless best, and shows how you can be, too.
Mooncakes and Milk Bread
Author: Kristina Cho
Publisher: Harper Celebrate
ISBN: 0785239006
Category : Cooking
Languages : en
Pages : 305
Book Description
2022 JAMES BEARD AWARD WINNER • Baking and Desserts 2022 JAMES BEARD AWARD WINNER • Emerging Voice, Books ONE OF THE TEN BEST COOKBOOKS OF THE YEAR: The New Yorker Magazine, The New York Times ONE OF THE BEST COOKBOOKS OF THE YEAR: Time Out, Glamour, Taste of Home Food blogger Kristina Cho (eatchofood.com) introduces you to Chinese bakery cooking with fresh, simple interpretations of classic recipes for the modern baker. Inside, you’ll find sweet and savory baked buns, steamed buns, Chinese breads, unique cookies, whimsical cakes, juicy dumplings, Chinese breakfast dishes, and drinks. Recipes for steamed BBQ pork buns, pineapple buns with a thick slice of butter, silky smooth milk tea, and chocolate Swiss rolls all make an appearance--because a book about Chinese bakeries wouldn’t be complete without them In Mooncakes & Milk Bread, Kristina teaches you to whip up these delicacies like a pro, including how to: Knead dough without a stand mixer Avoid collapsed steamed buns Infuse creams and custards with aromatic tea flavors Mix the most workable dumpling dough Pleat dumplings like an Asian grandma This is the first book to exclusively focus on Chinese bakeries and cafés, but it isn’t just for those nostalgic for Chinese bakeshop foods--it’s for all home bakers who want exciting new recipes to add to their repertoires.
Publisher: Harper Celebrate
ISBN: 0785239006
Category : Cooking
Languages : en
Pages : 305
Book Description
2022 JAMES BEARD AWARD WINNER • Baking and Desserts 2022 JAMES BEARD AWARD WINNER • Emerging Voice, Books ONE OF THE TEN BEST COOKBOOKS OF THE YEAR: The New Yorker Magazine, The New York Times ONE OF THE BEST COOKBOOKS OF THE YEAR: Time Out, Glamour, Taste of Home Food blogger Kristina Cho (eatchofood.com) introduces you to Chinese bakery cooking with fresh, simple interpretations of classic recipes for the modern baker. Inside, you’ll find sweet and savory baked buns, steamed buns, Chinese breads, unique cookies, whimsical cakes, juicy dumplings, Chinese breakfast dishes, and drinks. Recipes for steamed BBQ pork buns, pineapple buns with a thick slice of butter, silky smooth milk tea, and chocolate Swiss rolls all make an appearance--because a book about Chinese bakeries wouldn’t be complete without them In Mooncakes & Milk Bread, Kristina teaches you to whip up these delicacies like a pro, including how to: Knead dough without a stand mixer Avoid collapsed steamed buns Infuse creams and custards with aromatic tea flavors Mix the most workable dumpling dough Pleat dumplings like an Asian grandma This is the first book to exclusively focus on Chinese bakeries and cafés, but it isn’t just for those nostalgic for Chinese bakeshop foods--it’s for all home bakers who want exciting new recipes to add to their repertoires.
Windows PowerShell Cookbook
Author: Lee Holmes
Publisher: "O'Reilly Media, Inc."
ISBN: 0596801505
Category : Computers
Languages : en
Pages : 882
Book Description
With more than 250 ready-to-use recipes, this solutions-oriented introduction to the Windows PowerShell scripting environment and language provides administrators with the tools to be productive immediately.
Publisher: "O'Reilly Media, Inc."
ISBN: 0596801505
Category : Computers
Languages : en
Pages : 882
Book Description
With more than 250 ready-to-use recipes, this solutions-oriented introduction to the Windows PowerShell scripting environment and language provides administrators with the tools to be productive immediately.
The Teaching with Primary Sources Cookbook
Author: Julie M. Porterfield
Publisher: American Library Association
ISBN: 0838937438
Category : Education
Languages : en
Pages : 127
Book Description
This collection brings together the work of archivists, librarians, museum professionals, and other educators who evoke the power of primary sources to teach information literacy skills to a variety of audiences.
Publisher: American Library Association
ISBN: 0838937438
Category : Education
Languages : en
Pages : 127
Book Description
This collection brings together the work of archivists, librarians, museum professionals, and other educators who evoke the power of primary sources to teach information literacy skills to a variety of audiences.
Run Fast. Eat Slow.
Author: Shalane Flanagan
Publisher: Rodale Books
ISBN: 1623366828
Category : Sports & Recreation
Languages : en
Pages : 262
Book Description
NEW YORK TIMES BESTSELLER • Fuel up like New York City Marathon champion Shalane Flanagan. “Run Fast. Eat Slow. contains sound advice and delicious and nutritious recipes—finally a true runner's kitchen companion.”—Joan Benoit Samuelson, first-ever women’s Olympic marathon champion From world-class marathoner and four-time Olympian Shalane Flanagan and chef Elyse Kopecky comes a whole foods, flavor-forward cookbook that proves food can be indulgent and nourishing at the same time. Finally here’s a cookbook for runners that shows fat is essential for flavor and performance and that counting calories, obsessing over protein, and restrictive dieting does more harm than good. Packed with more than 100 recipes for every part of your day, mind-blowing nutritional wisdom, and inspiring stories from two fitness-crazed women that became fast friends over fifteen years ago, Run Fast. Eat Slow. has all the bases covered. You’ll find no shortage of delicious meals, satisfying snacks, thirst-quenching drinks, and wholesome treats—all made without refined sugar and flour. Fan favorites include Can’t Beet Me Smoothie, Arugula Cashew Pesto, High-Altitude Bison Meatballs, Superhero Muffins, Kale Radicchio Salad with Farro, and Double Chocolate Teff Cookies.
Publisher: Rodale Books
ISBN: 1623366828
Category : Sports & Recreation
Languages : en
Pages : 262
Book Description
NEW YORK TIMES BESTSELLER • Fuel up like New York City Marathon champion Shalane Flanagan. “Run Fast. Eat Slow. contains sound advice and delicious and nutritious recipes—finally a true runner's kitchen companion.”—Joan Benoit Samuelson, first-ever women’s Olympic marathon champion From world-class marathoner and four-time Olympian Shalane Flanagan and chef Elyse Kopecky comes a whole foods, flavor-forward cookbook that proves food can be indulgent and nourishing at the same time. Finally here’s a cookbook for runners that shows fat is essential for flavor and performance and that counting calories, obsessing over protein, and restrictive dieting does more harm than good. Packed with more than 100 recipes for every part of your day, mind-blowing nutritional wisdom, and inspiring stories from two fitness-crazed women that became fast friends over fifteen years ago, Run Fast. Eat Slow. has all the bases covered. You’ll find no shortage of delicious meals, satisfying snacks, thirst-quenching drinks, and wholesome treats—all made without refined sugar and flour. Fan favorites include Can’t Beet Me Smoothie, Arugula Cashew Pesto, High-Altitude Bison Meatballs, Superhero Muffins, Kale Radicchio Salad with Farro, and Double Chocolate Teff Cookies.
The Anarchist Cookbook
Author: William Powell
Publisher: Lulu.com
ISBN: 1387570226
Category : Crafts & Hobbies
Languages : en
Pages : 164
Book Description
The Anarchist Cookbook will shock, it will disturb, it will provoke. It places in historical perspective an era when "Turn on, Burn down, Blow up" are revolutionary slogans of the day. Says the author" "This book... is not written for the members of fringe political groups, such as the Weatherman, or The Minutemen. Those radical groups don't need this book. They already know everything that's in here. If the real people of America, the silent majority, are going to survive, they must educate themselves. That is the purpose of this book." In what the author considers a survival guide, there is explicit information on the uses and effects of drugs, ranging from pot to heroin to peanuts. There i detailed advice concerning electronics, sabotage, and surveillance, with data on everything from bugs to scramblers. There is a comprehensive chapter on natural, non-lethal, and lethal weapons, running the gamut from cattle prods to sub-machine guns to bows and arrows.
Publisher: Lulu.com
ISBN: 1387570226
Category : Crafts & Hobbies
Languages : en
Pages : 164
Book Description
The Anarchist Cookbook will shock, it will disturb, it will provoke. It places in historical perspective an era when "Turn on, Burn down, Blow up" are revolutionary slogans of the day. Says the author" "This book... is not written for the members of fringe political groups, such as the Weatherman, or The Minutemen. Those radical groups don't need this book. They already know everything that's in here. If the real people of America, the silent majority, are going to survive, they must educate themselves. That is the purpose of this book." In what the author considers a survival guide, there is explicit information on the uses and effects of drugs, ranging from pot to heroin to peanuts. There i detailed advice concerning electronics, sabotage, and surveillance, with data on everything from bugs to scramblers. There is a comprehensive chapter on natural, non-lethal, and lethal weapons, running the gamut from cattle prods to sub-machine guns to bows and arrows.
Windows Server 2016 Security, Certificates, and Remote Access Cookbook
Author: Jordan Krause
Publisher: Packt Publishing Ltd
ISBN: 1789135222
Category : Computers
Languages : en
Pages : 133
Book Description
This book contains more than 25 hands-on recipes that will equip you to build a PKI and roll out remote access capabilities via Microsoft DirectAccess and VPN. This book also contains tips and tricks for increasing the security footprint of your Windows Server infrastructure. Key Features Identify and mitigate security risks in your Windows Server 2016 infrastructure Learn how to build a PKI and use it to issue certificates within your network In-depth information for setting up Microsoft DirectAccess Book Description Windows Server 2016 is an operating system designed to run on today’s highly performant servers, both on-premise and in the cloud. It supports enterprise-level data storage, communications, management, and applications. This book builds off a basic knowledge of the Windows Server operating system, and assists administrators with taking the security of their systems one step further. You will learn tips for configuring proper networking, especially on multi-homed systems, and tricks for locking down access to your servers. Then you will move onto one of the hottest security topics of the year – certificates. You will learn how to build your own PKI, or how to better administer one that you already have. You will publish templates, issue certificates, and even configure autoenrollment in your network. When we say “networking” we don’t only mean inside the LAN. To deal safely with mobile devices, you will learn about the capabilities of Windows Server 2016 for connecting these assets securely back into the corporate network, with information about DirectAccess and VPN. The material in the book has been selected from the content of Packt's Windows Server 2016 Cookbook by Jordan Krause to provide a specific focus on these key Windows Server tasks. What you will learn Implement solid networking and security practices into your Windows Server environment Design your own PKI and start issuing certificates today Connect your remote laptops back to the corporate network using Microsoft's own remote access technologies, including DirectAccess Learn to use commands that will help you with monitoring network traffic. Build and explore your first Server Core instance today! Who this book is for If you are a Windows Server administrator interested in learning the key security and networking functions available in Windows Server 2016, keep this book close at hand. If you are a server administrator setting up certificate services for the first time you will also benefit from the step-by-step instructions on implementation of a PKI.
Publisher: Packt Publishing Ltd
ISBN: 1789135222
Category : Computers
Languages : en
Pages : 133
Book Description
This book contains more than 25 hands-on recipes that will equip you to build a PKI and roll out remote access capabilities via Microsoft DirectAccess and VPN. This book also contains tips and tricks for increasing the security footprint of your Windows Server infrastructure. Key Features Identify and mitigate security risks in your Windows Server 2016 infrastructure Learn how to build a PKI and use it to issue certificates within your network In-depth information for setting up Microsoft DirectAccess Book Description Windows Server 2016 is an operating system designed to run on today’s highly performant servers, both on-premise and in the cloud. It supports enterprise-level data storage, communications, management, and applications. This book builds off a basic knowledge of the Windows Server operating system, and assists administrators with taking the security of their systems one step further. You will learn tips for configuring proper networking, especially on multi-homed systems, and tricks for locking down access to your servers. Then you will move onto one of the hottest security topics of the year – certificates. You will learn how to build your own PKI, or how to better administer one that you already have. You will publish templates, issue certificates, and even configure autoenrollment in your network. When we say “networking” we don’t only mean inside the LAN. To deal safely with mobile devices, you will learn about the capabilities of Windows Server 2016 for connecting these assets securely back into the corporate network, with information about DirectAccess and VPN. The material in the book has been selected from the content of Packt's Windows Server 2016 Cookbook by Jordan Krause to provide a specific focus on these key Windows Server tasks. What you will learn Implement solid networking and security practices into your Windows Server environment Design your own PKI and start issuing certificates today Connect your remote laptops back to the corporate network using Microsoft's own remote access technologies, including DirectAccess Learn to use commands that will help you with monitoring network traffic. Build and explore your first Server Core instance today! Who this book is for If you are a Windows Server administrator interested in learning the key security and networking functions available in Windows Server 2016, keep this book close at hand. If you are a server administrator setting up certificate services for the first time you will also benefit from the step-by-step instructions on implementation of a PKI.
SQL Cookbook
Author: Anthony Molinaro
Publisher: "O'Reilly Media, Inc."
ISBN: 0596009763
Category : Computers
Languages : en
Pages : 632
Book Description
A guide to SQL covers such topics as retrieving records, metadata queries, working with strings, data arithmetic, date manipulation, reporting and warehousing, and hierarchical queries.
Publisher: "O'Reilly Media, Inc."
ISBN: 0596009763
Category : Computers
Languages : en
Pages : 632
Book Description
A guide to SQL covers such topics as retrieving records, metadata queries, working with strings, data arithmetic, date manipulation, reporting and warehousing, and hierarchical queries.