Search Fields (at least one required): |
Android Development Essential Training: Local Data Storage Training Lynda.com Android developers who need to manage and present data have many tools available to them in the application framework of Android. This course covers a variety of data persistence techniques, including storing data in shared preferences—key-value pairs—in JSON-formatted text files, and in relational databases with SQLite. Join David Gassner as he demonstrates these data management techniques. He also explains how to use relevant design patterns to model data with Java classes, and how to present data to the user with the Android SDK's ListView and RecyclerView components. |
API Development in .NET with GraphQL Training Lynda.com GraphQL—a query language for APIs that was originally built by Facebook—helps developers build queryable APIs that drive data-driven apps. In this course, Glenn Block demonstrates how to use the GraphQL.NET framework to build a fully functional GraphQL endpoint. Glenn takes you through the entire process, explaining how to create a new GraphQL project, enable querying, configure the schema, allow updates through mutations, create subscriptions, and more. After completing this course, you'll have a better understanding of how to leverage your existing .NET skills—and the GraphQL.NET framework—to build efficient, modern apps. |
Building a Physics-Based Platformer in GameMaker Studio Using GML Training Lynda.com Mastering the Box2D physics engine included with GameMaker: Studio can open up a wide range of game design possibilities. By leveraging this powerful tool, you can create rules that govern how objects behave within your game world. In this course, learn how to create a simple, runner-style game using the Box2D physics engine built into GameMaker. Steven Moser explains how to set up the physics world for your game, move a player object using only physics functions, and create obstacles such as saws, spikes, and swinging blades. He also provides an introduction to liquid physics in Box2D—explaining how to create particles that behave like water and viscous poison—and shares how to decorate your level by building chains and rope bridges. |
Leading a Customer-Centric Culture (2013) Training Lynda.com What do great companies have in common? Great customer service. Discover how to chart your team on a course that focuses on the customer, with three no-nonsense tips. Jeff Toister discusses how to set a direction, create mile markers, and course correct when things get off track. |
How to Quit Your Job the Right Way Training Lynda.com Learn how to quit your job—the right way. Although it can be nerve-wracking to hand in your notice, it's important to leave on the best possible terms to keep your reputation and relationships intact. In this short training course, Aimee Bateman shows you how to prepare to resign, how to write a resignation letter, and how to conduct yourself during your last few weeks. She also reviews the dos and don'ts of quitting, and explains what happens during the exit interview. With these tips, you will be able to gracefully leave your current job and embark on the next stage of your career. |
Learning Google AdSense Training Lynda.com Learn how to generate a steady stream of revenue from your website with Google AdSense, Google's display networking tool. Author and marketer Anson Alexander teaches you how to get up and running with AdSense, and display ads that "make sense" for your website. Learn how to set up an account, place limitations on ad content, place and earn revenue from ads, and use advanced placement strategies. Plus, with AdSense reports, you'll learn how to identify ad trends, increase page views, and maximize ad performance. |
Learning SQL Programming Training Lynda.com SQL (Structured Query Language) is a common tool for retrieving data from relational databases such as SQL Server, MySQL, MariaDB, and PostgreSQL. This course provides an introduction to this core programming language. Learn how to request data from a server, limit and sort the responses, aggregate data from multiple tables with joins, and edit and delete data. Instructor Scott Simpson also shows how to perform simple math operations and transform data into different formats. |
Logo Design: Handmade Aesthetic Training Lynda.com The handmade aesthetic isn't limited to little boutiques; even large businesses (including Starbucks, Nordstrom, and Whole Foods) understand when it's best to play the "handmade" card. Kick back in the LogoLounge and learn how imperfection, texture, and personality can help add a sense of authenticity to your client's brand. Design expert Bill Gardner shows how to decide when a human touch is appropriate, incorporate free-form and line-drawing illustration techniques, use color and texture to make surfaces seem more tactile, and use typography to express specific ideas. The good news? You don't have to relinquish your favorite digital tools. Bill shows how to create this "old world" look using "new world" shortcuts. |
Managing Diversity Training Lynda.com Successful companies value diversity and inclusion. Diverse workplaces increase innovation, retention, and market share. But what does an inclusive work environment look like? And what does it mean to manage diversity? Using real case studies and examples, HR consultant Catherine Mattice helps you create a strategic plan to support diversity and inclusion in your workplace and manage a diverse workforce. She outlines a process for creating a strategic plan and benchmarks for success. To bring your plan to life, she provides tips for implementing a diversity policy, recruiting and hiring, and asking diversity-related questions during interviews. (Compliance issues are also discussed along the way.) Catherine also explains how to integrate diversity within the performance management processes, including measuring employees on their ability to work well with others and measuring managers on their ability to drive and implement diversity initiatives. Last, she covers "people practices," such as improving communication through open-door policies and ensuring work-life balance accommodates employees' lives and family responsibilities. When you're faced with organizational challenges, such as resistance to change, prejudice, or fear, Catherine provides tools to address them head-on. Lynda.com is a PMI Registered Education Provider. This course qualifies for professional development units (PDUs). To view the activity and PDU details for this course, click here. The PMI Registered Education Provider logo is a registered mark of the Project Management Institute, Inc. |
Managing Multiple Generations Training Lynda.com Discover how to successfully manage multiple generations in the workplace with Christina Schlachter, PhD. Learn about each generation present in today's workforce, from Baby Boomers to Millennials, and figure out what each group wants and needs, and how they like to be managed, developed, and promoted. |
Maya 2013 Essential Training: 5 Animation Tools Training Lynda.com Animation Tools is a focused course that covers the basics of animating in Autodesk Maya, including setting keyframes, working with animation editors, and automating animation with constraints and simple rigs. Author George Maestri also shows how to create motion trails and ghost objects and construct animation cycles, an alternative way to loop your animation with the Graph Editor and Curves. |
Meta-analysis for Data Science and Business Analytics Training Lynda.com In a world where nearly everyone uses data to inform their business methodologies, an emerging consensus is that more emphasis needs to be placed on validating data; verifying that data-driven conclusions are accurate; and minimizing the risk that your conclusions are incorrect. Although most researchers know what meta-analysis is, few understand how to calculate an effect size from popular metrics such as risk ratios, or how the distinction between fixed and random effects can lead the meta-analyst astray. This advanced-level course for data science and statistics practitioners and researchers covers raw mean differences—specifically for experimental and comparison groups—and how to convert useful outcome measures such as relative risk and odds ratios to commensurate measures of effect size. Plus, learn about how confidence intervals are created for binary outcome measures. |
Creating a Living Room Composite in Photoshop Training Lynda.com Reimagine your living room with Adobe Photoshop. William Everhart shows you how to take an image of your existing living room and get a rough idea of what it will look like with different wallpaper, flooring, window treatments, and even furniture and fixtures. Whether you are a professional designer or just a homeowner looking to update the look of your home, you'll find the techniques you'll need here to design your new space, from picking paint chips to lighting. |
Creating a Tooltip with jQuery Training Lynda.com Tooltips can greatly improve the usability of your web site by providing direction and cues to visitors. In this course, Chris Converse shows how to convert text or graphics into a mouse-sensitive tooltip. The tutorials demonstrate how to write the necessary HTML and activate the tooltip with jQuery, as well as add positioning and effects. |
Creating Expandable Panels with jQuery Training Lynda.com Learn to create content that is expandable with a single click. This technique is very popular for providing more on-demand information, such as FAQs, biographies, or additional product information. In this course, Chris Converse shows how to create the HTML, CSS, and jQuery code needed for an expandable content panel that hides and shows content at the user's request. Learn how to inject additional markup, style the different panel elements, set trigger states, and animate the panel to reveal the hidden content. |
Creative Insights: Lauren Bacon on Web Design Training Lynda.com Lauren Bacon ran a successful web design and development firm for twelve years. Now she is working as a business coach, helping entrepreneurs get their own businesses up and running. In this course, she shares her insights on breaking into the industry: acquiring the right skills, thinking beyond the digital toolset, and specializing in areas that will make your firm in demand. Lauren also answers questions about navigating career transitions, from employee to manager, to freelancer (and maybe even back again), and what the future will look like for new web designers. |
Creative Inspirations: Doyald Young, Logotype Designer Training Lynda.com From humble beginnings in a small Texas town eight decades ago comes legendary typographer, logotype designer, author, and teacher Doyald Young. As elegant as his script fonts and as wise as his set of Oxford English dictionaries, Young set the standard for his craft. Friend and designer Stefan Bucher describes Young as "someone who could easily have done what he does in the Renaissance, and could easily do it 300 years from now." In this installment of Creative Inspirations, we enjoy a window into the life of this accomplished artisan as he works with joyous focus in his favorite spot, his drawing table. We follow Young to Art Center College of Design in Pasadena where he shares his talents with tomorrow's designers. He recalls the hundreds of iterations he went through in creating the logo for Prudential, and he puts pencil to tissue creating the pages for his book about script lettering, Learning Curves. Young's story is compelling, captivating, and most of all, inspiring. lynda.com is honored to host this tribute to his work. Join us in Bonus Features at a tribute event held at Art Center College of Design in Pasadena, California, where Doyald's friends and colleagues speak about their relationship with the gifted designer and Lynda introduces a scholarship fund set up specifically in his memory. |
Cybersecurity for IT Professionals Training Lynda.com Protect your network from cyber attacks. Malcolm Shore shows how to use the latest tools to discourage and combat hackers, phishers, and snoops attempting to infiltrate your Windows and Linux systems. Learn what forms cyber attacks can take, and the two most common types of protection you can build into your system: antivirus protection and firewalls. Then learn how to scan your network for suspicious files, detect intruders with Netcat, and identify vulnerabilities at the host level with Nessus scans. Malcolm also shows how to avoid common security mistakes and monitor packet-level activity on your network. |
Introduction to Screencasting Training Lynda.com Discover the principles and tools companies around the world use to share and record their screens and create engaging elearning content. Get an overview of screencasting and elearning, design considerations for your screen-capture training, and the most popular tools on the market, including Captivate, Articulate Studio, Articulate Storyline, Lectora Inspire, and Camtasia Studio. David Rivers will not only help you capture what's on your screen, but also show you how to add interactivity, heighten visual interest, and build quizzes with each program. Watch now to compare these applications and decide which one is right for you. |
Introduction to Video Color Correction Training Lynda.com Do you want to make your video footage look more vibrant, more accurate, or better fit the mood and themes of your project? Color correction helps you accomplish all these goals and more. In this introductory course, staff author Ashley Kennedy explains the concepts behind color correction and color grading, and guides editors through the process of correcting contrast, color balance, and hue/saturation. She also discusses how to enhance and stylize footage, and provides a "cookbook" of solutions for the most common color-correction problems that editors encounter. The course focuses on using the toolset in Adobe Premiere Pro, but also addresses workflows in other software programs (Avid Media Composer and Final Cut Pro X). |
iOS 7 App Development New Features Training Lynda.com Bring your iOS development skills—and your applications—up to speed with the new options in the iOS 7 SDK, including a new version of Xcode, Xcode 5, and the biggest overhaul to the user interface since the release of the original iPhone. Simon Allardice shows you how to create simpler designs that emphasize the principles of clarity and flexibility in the new UI, and add depth to your apps with translucency and layering. Plus, learn about multitasking, the new Objective-C modules, 64-bit support in the iPhone 5S, and new and updated frameworks for iOS 7. |
iOS 9 Handoff Quick Start Training Lynda.com Handoff is one of many new toolkits introduced in iOS 8 and built into the iOS 9 SDK. Handoff allows Apple's first-party apps and third-party developers to send app data seamlessly between devices so you can "pick up where you left off," whether you resume an activity on a Mac, iPhone, or iPad. This short course will help iOS developers understand how to use Handoff to resume an activity on another device. Tammy Coron covers the most common activity types, and reviews the process of defining, creating, updating, and continuing with an activity. The scenarios covered include sharing data between document-based apps and between native apps and web browsers. Tammy also shows how to troubleshoot Handoff interactions. These tutorials include everything you need to use the Handoff toolkit and make your data truly mobile. |
Learning Autodesk Backburner Training Lynda.com Meet Backburner, a network-rendering manager for Autodesk programs such as Maya, 3ds Max, and Toxik. This course introduces you to the basic concepts behind network rendering, a more efficient method of rendering that spreads the workload to servers, one frame at a time. George Maestri will show you how to set your Backburner manager and servers, configure proper network paths, and send jobs to Backburner from Maya. |
Learning Fusion 7 Training Lynda.com Get quickly up to speed with Fusion 7, the free compositing software from Blackmagic Design. No prior Fusion knowledge required! VFX expert Lee Lanier covers the most critical elements of the interface, the construction of node networks, application of effects, simple masking and animation, and an overview of motion tracking, keying, and the 3D environment in Fusion 7. |
Photoshop CC 2018 New Features Training Lynda.com With Creative Cloud—the cloud-based subscription service from Adobe—you can access a collection of world-class design tools, and get the latest versions of those tools delivered right to your computer. In this course, explore the new features and enhancements that were rolled out with the release of Photoshop CC 2018. Deke McClelland helps you get the most out of the new additions to the popular image-editing software, including changes released in the October 2017 product launch and beyond. New videos will be added when Adobe releases updates, so check back often for new information. Deke reviews variable fonts, copying and pasting entire layers, creating spherical panos from a 360° camera, and more. |