These should be the international standards for E-learning material 1- Concise & short "only what matters" by using video editing to avoid distraction & headache 2- Clear "directly to the f* point" 3- Simple "easy to understand" 4- Informative "Up-to-date" to avoid trash dead technologies. 5- Fun to avoid boredom & make it easy to remember & recall! All of the above needs editing, animations and examples in order to get my approval! :P
Yup, it's actually so short and concise I had to slow down the early part of the video on .75 speed. With most videos I'm speeding up at 1.5 to 1.75 speed. I appreciate the quick information.
Hey Man Thanks for you videos!! I have one quick question..how to reset the stylish setting of a theme.. Because I am using elementor kit and always backups some code of the old theme and inser it to the new one so thats change the appearace of my new theme....any idea ?
Why * selector for reset.css is not efficient? I mean yeah some default styles are usefull but if you use default styles, it's not gonna look same on every browser.
It's not efficient since there is no free pastry in Switzerland. CSS can't just magically style elements in no time, although faster than JS, it still needs to traverse the DOM to find all those elements to style, so when you specify * in a project with 100 nodes - of course you won't notice any difference, but if we are talking about 100 000 nodes - each repaint will take longer and you will notice it, trust me
They are for different purposes! I typically don't really use them anymore though its not bad to. Normalize is going to give you the most consistent results.
I appreciate the video, just the speed at which he is speaking is very fast. I had to check my playback speed because I thought I may have speed up my videos. lol
First, I know this an older video &, second, you're not that active in this channel right now (RE: video posting on career path - June/18). But, I have one question & it has nothing to do with coding. What is the audio hardware setup you used in this vid? Great sound quality.
Im trying to be active! Several videos in the works. Sorry, working full time restricts my free time. That is an AT2020. Links in the newer video descriptions.
Temple of Dimensions it's best practice to be as explicit as possible when coding. though "0" may work, you never want to leave the opportunity for something to potentially be misinterpreted. specifying 0px explicitly defines what you want in a way that couldn't ever possibly be misinterpreted by some strange third party browser or something like that.
I agree with Temple, most recommendations in style guides etc. say not to use explicit units for 0 values, as 0 is always the same regardless of the unit.
Nice video :) ty for advices but I've only one question? Are you reading out of something what you r telling, aren't you? It's just an impression but I saw your eyes not pointing exactly at the camera's objective, a double reflex of screens into your eyes and you r talking 2 smooth and quickly xD just for saying and it's not a critic, just wondering. Cya xD
These should be the international standards for E-learning material
1- Concise & short "only what matters" by using video editing to avoid distraction & headache
2- Clear "directly to the f* point"
3- Simple "easy to understand"
4- Informative "Up-to-date" to avoid trash dead technologies.
5- Fun to avoid boredom & make it easy to remember & recall!
All of the above needs editing, animations and examples in order to get my approval! :P
I f* agree
Yup, it's actually so short and concise I had to slow down the early part of the video on .75 speed. With most videos I'm speeding up at 1.5 to 1.75 speed. I appreciate the quick information.
I think there might be an error in your tag @ 3:37?
yeap rel="stylesheet" X2
this is awesome. I love how concise you are
DeEsser please! the ssssss is killing me! I see that you have a nice setup.
Hello RoboSquid; this is the first video of yours I've come across; you are fast and informative. Subbed. Thanks
Nice info about import in css, but not so clear about which one is better to use - normalize or reset
Very clear explanation! I would like to know when is better to use normalized css and when reset.
Hey Man Thanks for you videos!!
I have one quick question..how to reset the stylish setting of a theme..
Because I am using elementor kit and always backups some code of the old theme and inser it to the new one so thats change the appearace of my new theme....any idea ?
CSS is loaded in order. You can always overwrite styles by changing them later on
Thanks for the explanation
Nice video! Keep up the great work! I can't wait to see where this channel goes!!!
Gonna give it a try, we'll see if your channel keeps up these quick and intresting vids :>
Why * selector for reset.css is not efficient? I mean yeah some default styles are usefull but if you use default styles, it's not gonna look same on every browser.
+Eren Kara definitely so. It's not the most efficient or best practice. That's where Normalize comes in really handy.
It's not efficient since there is no free pastry in Switzerland. CSS can't just magically style elements in no time, although faster than JS, it still needs to traverse the DOM to find all those elements to style, so when you specify * in a project with 100 nodes - of course you won't notice any difference, but if we are talking about 100 000 nodes - each repaint will take longer and you will notice it, trust me
So how do you avoid that? @@Andrey-il8rh
@@itech40 just don't use * selector at all, target a specific element instead
But I want to target everything :I @@Andrey-il8rh
I can see you reading your notes behind your camera. Thumps up
Should be fixed in newer videos 👍
Informative but what is your recommendation? Normalize? Rest? Mix of both? I would like to know.
They are for different purposes! I typically don't really use them anymore though its not bad to. Normalize is going to give you the most consistent results.
thanks
very much
very clean and straight to the point
I appreciate the concise explanation with clear examples. Thank you for sharing.
I appreciate the video, just the speed at which he is speaking is very fast. I had to check my playback speed because I thought I may have speed up my videos. lol
Good work saved me time
I don't know why, but after I use reset, it prevails and I can't change some of the other things.
Make sure your reset happens BEFORE you restyle it. CSS loads in order.
@@TechSquidTV Thanks, I'll pay attention to it.
Great video! Very clear.
First, I know this an older video &, second, you're not that active in this channel right now (RE: video posting on career path - June/18). But, I have one question & it has nothing to do with coding. What is the audio hardware setup you used in this vid? Great sound quality.
Im trying to be active! Several videos in the works. Sorry, working full time restricts my free time.
That is an AT2020. Links in the newer video descriptions.
man put the prompter closer to the lens, it's so distracting when you looking at the side of the camera 😂 and thanks for the video ;)
Fixed in newer videos.
Awesome, dood.
Very informative!!
keep up the good work!
Whyyyyy!? Margin: 0px not just 0 ? why :(
Temple of Dimensions it's best practice to be as explicit as possible when coding. though "0" may work, you never want to leave the opportunity for something to potentially be misinterpreted. specifying 0px explicitly defines what you want in a way that couldn't ever possibly be misinterpreted by some strange third party browser or something like that.
RoboSquidTV i dont think so, best practice is to use just 0. Even if the interpretation might be differebt 0 is still 0
I agree with Temple, most recommendations in style guides etc. say not to use explicit units for 0 values, as 0 is always the same regardless of the unit.
0 is sufficient. It’s a real number; cannot be misinterpreted by the browser.
Alert: Nerd detected 😂
You should describe the content with example and in depth. Thankyou anyways
I am from 2024
Nice video :) ty for advices but I've only one question? Are you reading out of something what you r telling, aren't you? It's just an impression but I saw your eyes not pointing exactly at the camera's objective, a double reflex of screens into your eyes and you r talking 2 smooth and quickly xD just for saying and it's not a critic, just wondering. Cya xD
You caught me. For the tutorials I use a teleprompter :P