'windows 7' tutorials

All 'windows 7' tutorials:

  1. How to build horizontal marquee effects with GSAP

    How to build horizontal marquee effects with GSAP

    Tutorial Intermediate

    Let me show you how to create infinite marquees with the GSAP JavaScript animation library. This is a common UX pattern I’m sure you’ve seen on plenty of sites.

  2. How to create a JavaScript PDF viewer

    How to create a JavaScript PDF viewer

    Tutorial Intermediate

    Modern browsers can display PDF files, but they do so using a PDF viewer that runs in an independent tab or window, forcing users to leave your website. In...

  3. How to Make a Sticky Menu in WordPress

    How to Make a Sticky Menu in WordPress

    Tutorial Intermediate

    In this tutorial, you’ll learn when to add (and not to add) a sticky menu, and how to add the code to your WordPress theme.

  4. Create a Music Player on Android: Project Setup

    Create a Music Player on Android: Project Setup

    Tutorial Beginner

    Creating a music player is more complicated than creating something like a calculator. This is because in a music player, you will have to rely on the system...

  5. How to Write Your Own Python Packages

    How to Write Your Own Python Packages

    Tutorial Intermediate

    Python packages are the building blocks of any Python application, and the community writes and shares lots of amazing packages. Learn how to write your own...

  6. Build a Newsletter System With PHP and MySQL

    Build a Newsletter System With PHP and MySQL

    Tutorial Advanced

    Today, we are going to be building a newsletter system using PHP with a MySQL database. The tutorial will cover building a system that allows for multiple...

  7. List to Graph: How to Represent Your List as a Graph in Python

    List to Graph: How to Represent Your List as a Graph in Python

    Tutorial Beginner

    This tutorial shows how flexible Python can be when drawing a bar graph for a list of data.

  8. How to Add and Remove Event Listeners in JavaScript

    How to Add and Remove Event Listeners in JavaScript

    Tutorial Beginner

    Event listeners are the basic tool that allows interactivity in a web page. This tutorial will teach you how to add and remove event listeners in JavaScript.

  9. How to Use Python Packages

    How to Use Python Packages

    Tutorial Intermediate

    In this tutorial, you'll learn all you need to know about what packages are and how to import modules from packages. We'll explore the built-in packages in...

  10. Creating Animations With MotionLayout for Android

    Creating Animations With MotionLayout for Android

    Tutorial Intermediate

    This tutorial will teach you how to animate different widgets in your activity using the MotionLayout subclass in Android.

  11. Understanding the Event Loop in JavaScript

    Understanding the Event Loop in JavaScript

    Tutorial Beginner

    This tutorial will help you understand how the event loop works in JavaScript. This will allow you to write more responsive code.

  12. 15 Important Considerations for Choosing a Web Dev Framework

    15 Important Considerations for Choosing a Web Dev Framework

    Tutorial Intermediate

    Having a website or online application is essential for individuals as well as businesses. Web development frameworks are useful since creating a website...