FollowAndrew
FollowAndrew
  • 209
  • 3 079 845
Fusion 360 Tutorial - Beginners 3D Modeling Tutorial
Learn how to model in Fusion 360 in this tutorial for beginners. We'll cover all of the basics of modeling using Fusion's parametric modeling workflow that allows for a non-destructive and easy to edit modeling workflow. Fusion is a 'vector' style program, which means you primarily work in a CAD workflow using sketches with are math formulae, which then derives the actual 3D shape. We'll also cover exporting your models to STL files for 3D printing.
💖 SUBSCRIBE (Please) 💖
czcams.com/users/FollowAndrew
📢 Social Media 📢
TWITTER (@followandrewedu) ➞ followandrewedu
#fusion360 #model #3d
zhlédnutí: 630

Video

CSS Flexbox Tutorial - Learn the right way
zhlédnutí 3,8KPřed 7 měsíci
Too many CSS Flexbox tutorials start off with jumping into rows and columns and alignment. Learning these flex properties is important, but they are not fundamental to how CSS flexbox actually works. In this tutorial we'll learn how flex containers work by re-allocating the available space between all of the children (flex items). We'll start off with some of these fundamental properties of fle...
Beginner Adobe After Effects (AE) Intro Tutorial 2023 - Bouncing Ball
zhlédnutí 767Před 9 měsíci
Who loves motion graphics!? In today's tutorial we'll be learning the basics of Adobe After effects and work on a basic animation with a bouncing ball. Motion graphics is a great marriage of graphic design and animation and the industry standard software for working with motion graphics is Adobe After Effects. This will be the first video in a series of motion graphics and Adobe After Effects c...
Is This The Future Of Education? AI Generated Flexbox CSS Tutorial
zhlédnutí 1,4KPřed rokem
In this tutorial we'll be learning about CSS Flexbox in an experimental tutorial that was completely created by AI (chatGTP)! Does the AI have the same chops of teaching complex topics as FollowAndrew? Can the AI create meaningful and correct CSS code? Find out! SUBSCRIBE (Please) 💖 czcams.com/users/FollowAndrew 🌐 Website 🌐 followandrew.dev 📢 Social Media 📢 TWITTER (@followandrewedu) ➞ twitter...
New DVH CSS Unit!!!
zhlédnutí 6KPřed rokem
Check out this new CSS unit that allows us to control the viewport height (much like the CSS VH and VW units) in new ways to overcome issues that arise on mobile devices with their various browser agent overlays, menus & toolbars Stay subscribed as I'll be releasing a whole new set of CSS unit tutorials so you can master the various units with their advantages and disadvantages. SUBSCRIBE (Ple...
I bet you haven't heard of this cool HTML tag & trick!
zhlédnutí 6KPřed rokem
Today we're going to look at the html template tag. It's a tag that sort of does literally nothing! Meaning it makes all of the html/css/js that's inside of it do nothing, not even visible! Learn about this fancy html tag and how you can leverage it for some fairly common use cases. SUBSCRIBE (Please) 💖 czcams.com/users/FollowAndrew 🌐 Website 🌐 followandrew.dev 📢 Social Media 📢 TWITTER (@follo...
Pure CSS tree view with custom tree icons
zhlédnutí 18KPřed rokem
In this tutorial we'll be creating a pure CSS solution to implement a tree view structure. This is a very common structure and typically requires javascript in order to fully complete. In this CSS only solution we'll have customizable tree icons, use pseudo elements for the 'tier' legs and arms along with several tricks along the way! SUBSCRIBE (Please) 💖 czcams.com/users/FollowAndrew 🔗 Links ...
HTML & CSS Troubleshooting Tips in VS Code | Beginner Tips
zhlédnutí 2,5KPřed rokem
Learn troubleshooting tips for your HTML & CSS in VS Code! When beginners are starting to learn html & css it can be quite frustrating spending many hours looking through your code to try and find out why something isn't quite working correctly. Luckily for modern web design, we have quite a few tools and plugins to help beginners spot CSS or HTML problems sooner rather than later! SUBSCRIBE (...
Adobe Substance Stager 3D Mockups Tutorial
zhlédnutí 3,7KPřed 2 lety
Learn how to mockup a real product into 3D in this Adobe Substance 3D Stager Tutorial! We'll be using the book cover that we designed in Photoshop and rendering that as a material on a real 3D modeled book. We'll then stage our scene and place our 3D object seamlessly onto a desk or shelf and render out the final picture with ray tracing and realistic light and shadows! Stager 3D is a great pro...
CSS Parallax Tutorial! AWESOME Effect!
zhlédnutí 3,5KPřed 2 lety
In this tutorial we'll be learning how to do a fancy parallax in pure CSS! This effect uses some transform3D effects as well as cursor location tracking in JavaScript to pull off this parallaxing effect. Parallax has been around for quite some time and is used quite often in video/commercial/web/apps and all over the place. It's a great technique to create a bit of depth and life to otherwise r...
PHP Login System Tutorial with MYSQL
zhlédnutí 22KPřed 2 lety
In this lesson we'll be covering how to create a login and register system in PHP with associated MySQL database! This tutorial is aimed at beginners, but we'll cover several topics along the way such as PHP sessions, PHP data sanitization, cookies, form error messages, and more. SUBSCRIBE (Please) 💖 czcams.com/users/FollowAndrew STARTING FILES: github.com/wilsmex/edu/tree/master/php-login-reg...
HTML & CSS VS Code Tips for Beginners
zhlédnutí 5KPřed 2 lety
A few tips on debugging and fixing HTML and CSS issues for beginners using VS Code. Starting out with HTML and CSS can be very frustrating for beginners as little small errors (such as a missing bracket or colon) can break the entire document. Searching for these errors can take HOURS (from experience here!). These few tips should help those starting out fix issues quicker and hopefully ease th...
CSS Masks Tutorial
zhlédnutí 23KPřed 3 lety
In this tutorial we'll look at using masks in CSS using PNG files set as alpha channels for our html elements, all through CSS Masks! CSS masks do not have great browser support, so to see this feature in your code, you'll need to use CSS browser vendor prefixes to get them working correctly. SUBSCRIBE (Please) 💖 czcams.com/users/FollowAndrew Live Scrimba Code: scrimba.com/scrim/cof334765b781a...
CSS Clip Path Tutorial
zhlédnutí 22KPřed 3 lety
Learn about the fancy CSS Clip Path property and how you can use that to clip (cover or hide) certain areas of images or other design elements. The CSS clip path property is even animatable, allowing for some real fancy user interactions and animations all from within CSS. SUBSCRIBE (Please) 💖 czcams.com/users/FollowAndrew Live Scrimba Code: scrimba.com/scrim/cocf6487e99264da4e193fec8 📢 Social...
CSS Scroll Snap
zhlédnutí 47KPřed 3 lety
Learn how to control scroll snapping for you web galleries with the CSS scroll-snap property. Scroll snap is relatively new and makes the animation and transition between slides much smoother for gallery or card like content transitions. SUBSCRIBE (Please) 💖 czcams.com/users/FollowAndrew Live Scrimba Code: scrimba.com/scrim/coe9643ac9e76748b3015c5ed 🙏 Become a Patron for support! 🙏 www.patreon...
CSS Focus Within
zhlédnutí 4,3KPřed 3 lety
CSS Focus Within
CSS Battle - Me vs. Me
zhlédnutí 2KPřed 3 lety
CSS Battle - Me vs. Me
HTML Tables Tutorial with CSS Styling - Crash Course
zhlédnutí 139KPřed 3 lety
HTML Tables Tutorial with CSS Styling - Crash Course
CSS @Supports (Feature Detection) Tutorial
zhlédnutí 1,9KPřed 3 lety
CSS @Supports (Feature Detection) Tutorial
CSS Color Scheme Tutorial
zhlédnutí 6KPřed 3 lety
CSS Color Scheme Tutorial
CSS Box Alignment Tutorial
zhlédnutí 6KPřed 3 lety
CSS Box Alignment Tutorial
Adobe XD Component States (Button Hover)
zhlédnutí 14KPřed 3 lety
Adobe XD Component States (Button Hover)
CSS Logical Properties Tutorial
zhlédnutí 2,3KPřed 3 lety
CSS Logical Properties Tutorial
CSS Variables (Custom Properties) Tutorial
zhlédnutí 1,6KPřed 3 lety
CSS Variables (Custom Properties) Tutorial
CSS Gap Property Tutorial
zhlédnutí 11KPřed 3 lety
CSS Gap Property Tutorial
CSS Multi Column - 2021 CSS Tips
zhlédnutí 4,9KPřed 3 lety
CSS Multi Column - 2021 CSS Tips
Postcard Design Tutorial in Photoshop for Beginners
zhlédnutí 26KPřed 3 lety
Postcard Design Tutorial in Photoshop for Beginners
iPhone 12 mini review - It's HUGE!
zhlédnutí 1,4KPřed 3 lety
iPhone 12 mini review - It's HUGE!
Animated Subscribe Button Tutorial (Video Lower Third)
zhlédnutí 1,8KPřed 3 lety
Animated Subscribe Button Tutorial (Video Lower Third)
Pen Tool Tutorial for Beginners (Illustrator & Photoshop)
zhlédnutí 1,8KPřed 3 lety
Pen Tool Tutorial for Beginners (Illustrator & Photoshop)

Komentáře

  • @darthchris623
    @darthchris623 Před 20 hodinami

    Great video. I love how you actually show us this stuff in action in your browser's dev tools. Too many people think illustrations give you the full picture.

  • @enkiimuto1041
    @enkiimuto1041 Před 4 dny

    You're such a good teacher that I don't even need to do this on css but i watched it anyway. PS: good music on the intro

  • @Jacob-do5yj
    @Jacob-do5yj Před 4 dny

    How can i insert the whole design into a website using ghl

  • @enkiimuto1041
    @enkiimuto1041 Před 5 dny

    I'm here from some older videos of yours, thank you for being such a great person! My gf is learning a lot from you

  • @gbengaolofin1942
    @gbengaolofin1942 Před 6 dny

    One of the most simple explanation to any topic I have ever come across in recent time. great work Andrew!!!

  • @ellsonmendesYT
    @ellsonmendesYT Před 13 dny

    Future is gr8t label:has(+input){ border:1px solid red; } select preceding sibling

  • @ShanDysigns
    @ShanDysigns Před 16 dny

    In the past I've always sent my form method to additional PHP page but I want to try to incorporate everything into the same page. I'm following along but in your download files I do not see the file where you typed the PHP code within the same document as your HTML. I see four files to download, and the web form.html file which I assume we're supposed to save as a PHP file does not have your PHP code from this video. What am I missing?

  • @OwenAlekos-mh7yw
    @OwenAlekos-mh7yw Před 19 dny

    Potentially they have a complicated situation about https and http because people don't know about the global apples to apples game around the center of the sun's orbit/ tech Tonic plates... Like, it's a compass code for all business technology relationships. Like, what if ISS was grounded because of losing the apple's to apple's game but no one noticed nor cared... Like, the dispute about how big of a deal the twin towers theory about the apple's to apple's would be when it's space stations. Therefore, the center of the sun's orbit on earth and and how many people would be competing in an eye-for-an-eye / 1-1 chain reaction system of construction and development and utilization of resources. Potentially people didn't see how victimized people are by douchebag thieves and identity frauds (like, oh yeah. They are a grounded astronaut because of your military. You know, the international space station of all of our countries (all of our globe). Logic of watching their advancements and how they, as DoucheBags, ruin lives. Like, the competition for being equivalent and sustaining... And they example it on a satellite TV show. With breakdowns. Like, the outsiders who won earning self-gratification gifts).

  • @makimuramiki148
    @makimuramiki148 Před 23 dny

    Wonderful tutorial! Very intuitive!

  • @chanchaldelson
    @chanchaldelson Před 25 dny

    Most simple and indepth understanding of the HTTP protocol ever!

  • @francishubertovasquez2139

    With those status codes of files inquiries can those files be secured enough in this AI Quantum era and intelligent being high modality sensing of the rigged Earth of mixed beings and underground layered habitats not included yet those in the hollow earth plus the mind readers not tarot cards fortune telling but you know the neuronal signals of whatever, too much information congestion and too many unknown technology reconeissance, what if the non physical data files storage development be fast tracked already due to necessity or can we have energy mapping of Earth and it's unseen structure passages to asses whose doing this or that not informational peeping per se but having advanced situational awareness of the spies in there.

  • @francishubertovasquez2139

    That's why the aliens down the deep sea firmaments knows exactly what's going on in the world because of those undersea submarine cables as you said it, and they have the entire ocean as like interconnected screen on the sea bed and surface exchanging hydrogen molecules and gravitational current to and fro messages to the moon base and to other alien habitats whose culprit guilty hostile aliens with invasion of Earth motives in an anonymous culprit order have their planets blown to pieces already as precautionary problem deductive solution except those friendly unhostile aliens, you know their neuronal brain circuitries cannot escape the Caesar King order probe because of the sensitivities of their conductivities and brain interactive receptors. Maybe someday you aliens can be of use if those world leaders per area become trigger nuke happy to serve outsource your nuke popping technology due to some negligent angels out there who have nothing in mind but to decorate themselves like a Christmas tree without doing anything useful. Get that message aliens, as my herald someday. Let it be

  • @alanwyche6952
    @alanwyche6952 Před 28 dny

    Great clarity, professional pace and well-prepared explanations. Thank you.

  • @salentipy
    @salentipy Před měsícem

    Thanks for taking the time to do a tutorial! It would be a lot more beneficial if you explained what each of the numbers/percentages mean in the clip-path. As it stands, watching this, I didn't know what 0% 100%, 30% 0, etc... meant. 0% of what where? 100% of what where? etc. Is this something that one should just know or be able to easily discern?

    • @ezeanichucks3728
      @ezeanichucks3728 Před 18 dny

      They are x, y coordinates. Each pair of numbers always start at the top-left of their containers and find their way around (depending on the value of x and y). My explanation might need diagrams for you to further clearly understand, but trust me, it's an extremely simple concept once you get it

  • @nalindu
    @nalindu Před měsícem

    this video has very clear explanation about http and how that works. nice work!

  • @Malitubee
    @Malitubee Před měsícem

    Dude thank you so freaking much ! For breaking it down so well, for all the new people .

  • @Obaba-ey3gy
    @Obaba-ey3gy Před měsícem

    plz provide code

  • @coryjeffreys5146
    @coryjeffreys5146 Před měsícem

    I like the way you explain things. but you should have built your example so everyone can follow along. I am brand new never set up a flex box yet watched your video but if you had build from the beginning it would have helped us newbies better me anyway.

  • @Studyelectron
    @Studyelectron Před měsícem

    Nice explanation a basis of global communication instantly by almost bit by bit to be closer to communication players

  • @mingdai6221
    @mingdai6221 Před měsícem

    Excellent!

  • @anvloging1899
    @anvloging1899 Před měsícem

    ABF extension more powerful comparison to cutlist

  • @CoolIntellect
    @CoolIntellect Před měsícem

    Thanks a ton for this! Understanding flex-grow, shrink, and basis was such a hurdle for me in Flexbox, and you nailed it by emphasizing their significance right off the bat. Your video's clarity is helping me grasp Flexbox better. Much appreciated!

  • @ArturoEscalanteRamos
    @ArturoEscalanteRamos Před měsícem

    Thanks

  • @ArturoEscalanteRamos
    @ArturoEscalanteRamos Před měsícem

    Thanks

  • @bilalbeny4172
    @bilalbeny4172 Před měsícem

    thank you so much for his great video, 😌

  • @PiusNjori
    @PiusNjori Před měsícem

    great great video on http,, keep up the good work,, it is great

  • @Pospisilpan
    @Pospisilpan Před měsícem

    what’s the short cut so i can add it to my wacom pen? I used to have access to it just by pressing my pen button and ever since an update it’s just fucked and i can’t seem to reassign it

  • @albelland6267
    @albelland6267 Před měsícem

    Thanks for the info.

  • @VincentYang024
    @VincentYang024 Před měsícem

    Thank you for such great tutorial, Andrew. The explanation of "order" property seems not quite right. Let's say you set 2nd item order to 2, it still pushes to the right end.

  • @dollysnow8558
    @dollysnow8558 Před měsícem

    i'm having a hard time getting users registered. It does show if an account/email already exists so it's connecting to mysql database. i've watched this 3 times to see if i have errors and not finding any. anyone have advice?

  • @RaZali-bj1iq
    @RaZali-bj1iq Před měsícem

    Ha😅

  • @WebVid
    @WebVid Před měsícem

    In mirrorless cameras, viewfinder screen resolution is referred to in millions of dots. Why can’t we just use screen resolution units?

  • @HandyDad007
    @HandyDad007 Před měsícem

    Is this only for pro users? I have the "go" plan and not sure if I can use that for this. I'm confused, I downloaded thr desktop version but doesn't seem that I can do anything there. So for now I have only used thr browser version.

  • @bhagyashreekhairnar683
    @bhagyashreekhairnar683 Před měsícem

  • @alionitchi
    @alionitchi Před 2 měsíci

    liked and subscribed

  • @Vortexo07
    @Vortexo07 Před 2 měsíci

    Hello I've made a e-commerce site on which the products section is made with template tag but unfortunately I don't know why, upon hosting on internet, the contents of the template dissappears even tho it works perfectly fine while normally... What could be the issue...I REALLY APPRECIATE your help! 😢

    • @FollowAndrew
      @FollowAndrew Před měsícem

      Not sure there? Check casing for all code, var names etc. I've seen casing issues work locally, but not live

  • @alionitchi
    @alionitchi Před 2 měsíci

    excellent work!

  • @madsarmannaspelund6377
    @madsarmannaspelund6377 Před 2 měsíci

    How Do I change the css that you wrote?

  • @brycecolwell4304
    @brycecolwell4304 Před 2 měsíci

    the blur and fade out behind the text...how do I change it to just fit the text and exceed the borders of the container/img? its a cool idea but this way it looks like a code error, not a fan; I want it to just cover the background of the text and then feather the edges of it. Ai told me i need to add another div after the text div to create another layer, but this is upper level stuff.

  • @Locklesh
    @Locklesh Před 2 měsíci

    Great video. Thank you!

  • @aljeancimene9394
    @aljeancimene9394 Před 2 měsíci

    can u send me the file pls

  • @thejuniorftihl9294
    @thejuniorftihl9294 Před 2 měsíci

    Also could you make a video to explain to me how to swap Cache or cookies from one Pc to another. I.e The Amazon cookies and cache on PC A to PC B

  • @thejuniorftihl9294
    @thejuniorftihl9294 Před 2 měsíci

    Is it possible to manually change the cache and cookies of your browser? Let me explain Considering I take the Cache and cookies on my brother's PC and I modified mine to his, does it mean all the 2 FA asked will change. Given that the New cookie and cache has been updated .

  • @chawesa9010
    @chawesa9010 Před 2 měsíci

    But higher resolution, explained simply, does it not mean more pixels over a standard area, as with dots per square inch. And if so, what is the standard area over which pixels are measured? Is it not per square inch.

  • @ShivamTiwari-tt2gv
    @ShivamTiwari-tt2gv Před 2 měsíci

    I will become genius

  • @Levendo
    @Levendo Před 2 měsíci

    This video helped me a great deal. Thanks a lot, good sir.

  • @Monkey_D_Lufffy
    @Monkey_D_Lufffy Před 2 měsíci

    Can i use two different gradient in one div? Example conic and radial

  • @tymiller2596
    @tymiller2596 Před 2 měsíci

    Great work

  • @breadlyb
    @breadlyb Před 2 měsíci

    Awesome tutorial, I've been meaning to dive into flex box for a while but I couldn't find an in-depth explanation. This bridges the gap between the documentation and a quick overview perfectly

  • @asuhayda1
    @asuhayda1 Před 2 měsíci

    THANK YOU for making this video! With all the SketchUp tutorial videos out there it was nearly impossible for me to find any specifically for Open CutList that were also in English. There are a few out there but they were pretty terrible and I wouldn't suggest them to anyone. Thank you again! Great video!