KZ
bin
Негізгі бет
Қазірдің өзінде танымал
Тікелей эфир
Ұнаған бейнелер
Қайтадан қараңыз
Жазылымдар
Кіру
Тіркелу
Ең жақсы KZbin
Фильм және анимация
Автокөліктер мен көлік құралдары
Музыка
Үй жануарлары мен аңдар
Спорт
Ойындар
Комедия
Ойын-сауық
Тәжірибелік нұсқаулар және стиль
Ғылым және технология
Жазылу
Easy Web Development
Easy Web Development is teaching web development skills and techniques in an efficient and practical manner. If you are just getting started in web development we have all the tools you need to learn the newest and most popular technologies to convert you from a no stack to full stack developer. Easy Web Development also deep dives into advanced topics using the latest best practices for you seasoned web developers.
|- JAVA SCRIPT -| |- HTML -| |- CSS -|
Thank you for watching!
48:26
Parallax Scrolling Portfolio Page How to Make Portfolio Page using Html CSS & JQuery
2 жыл бұрын
16:37
Simple Circular Progress Bar with React
2 жыл бұрын
21:47
3d responsive touch slider using html css javascript jQuery
2 жыл бұрын
41:41
How to make Profile Card in HTML CSS & JavaScript
2 жыл бұрын
10:43
Animated Counter With JavaScript HTML, CSS
2 жыл бұрын
12:31
Create a Split Landing Page With HTML, CSS & JS
2 жыл бұрын
8:53
How To Make A Search Bar Using HTML And CSS
2 жыл бұрын
16:31
How To Create a Responsive Contact Form with Html CSS
2 жыл бұрын
11:04
CSS Responsive Card Hover Html5 CSS3 Responsive
2 жыл бұрын
12:24
Neon Light Button Animation Effects on Hover
2 жыл бұрын
13:59
How To Make Circular Progress Bar Using HTML CSS JavaScript Progress Bar
2 жыл бұрын
10:08
Animated Card Hover Body Background Change Using HTML And CSS
2 жыл бұрын
9:22
Simple Loading Animation Effects Using HTML And CSS
2 жыл бұрын
10:06
Text Animation Glowing Effects Using HTML And CSS
2 жыл бұрын
9:03
Create Loading Animation Effects Using Only HTML & CSS
2 жыл бұрын
5:48
Create Amazing Loading Neon Animation Using Only HTML & CSS
2 жыл бұрын
5:07
Amazing Loading Animation Using Only HTML & CSS
2 жыл бұрын
5:22
Creative CSS Loading Animations Effects Using HTML And CSS
2 жыл бұрын
18:20
Create Tricky Loading Animation Button With Html & CSS & Javascript
2 жыл бұрын
15:58
How to create an Accordion Animation using Html CSS & JQuery
2 жыл бұрын
29:39
Responsive Touch Slider Using Html CSS & Javascript
2 жыл бұрын
12:05
CSS Water Wave Background Animation Effects with loading
2 жыл бұрын
21:01
How To Create An Flex Slider Animated Image With Using HTML And CSS And Javascript
2 жыл бұрын
6:06
How to Add Preloader in Website Using HTML CSS With Code | Preloader in HTML Page
2 жыл бұрын
10:44
Pure CSS Animation Effects How To Create CSS3 Preloader
2 жыл бұрын
14:29
build stanning card with hover effect with HTML & CSS3 & Bootstrap
2 жыл бұрын
13:45
Awesome accordion menu using only HTML & CSS & Bootstrap & FontAwesome
2 жыл бұрын
11:03
Pure CSS Animation Effects How To Create CSS3 Preloader
2 жыл бұрын
38:05
build parallex slider plugin with jquery and html and css from scratch
2 жыл бұрын
Пікірлер
@CarlosEduardo-ts7pv
3 ай бұрын
Very good tutorial, I made that in angular
@syedsamrozeali63
4 ай бұрын
Excellent video❤❤
@ODISEAxRecords
6 ай бұрын
Hello can we talk? I would like to ask you if you do commissioned work. Can you provide me with an email so we can talk? Thanks <3
@EbbaWaqshum-ii5qv
6 ай бұрын
It is not working
@roy_moyal9016
8 ай бұрын
const slider_items= $('.slider-items li'); const slider_dots = $('slider-dots li'); const nav_next = $('.slider-nav.next'); const nav_prev = $('.slider-nav.prev'); let selected_item=0; function setItemSlider(index){ selected_item = index; slider_items.each(function(idx){ let offset=idx -selected_item; if(offset<0) offset += slider_items.length; for (let i = 0; i < slider_items.length+1; i++) { $(this) .removeClass(`item-${i}`) .addClass(`item-${offset+1}`); } slider_dots .eq(selected_item) .addClass('active') .siblings('li') .removeClass('active'); }); } slider_items.click(function () { setItemSlider($(this).index()); }); slider_dots.click(function () { setItemSlider($(this).index()); }); nav_next.click(function(){ selected_item = selected_item < slider_items - 1 ? ++selected_item:0; setItemSlider(selected_item); }); nav_prev.click(function(){ selected_item = selected_item >= 1 ? --selected_item: slider_items.length-1; setItemSlider(selected_item); }); what is the problem with my code ?? it telling my the $ is not defined... please help me 😢
@roy_moyal9016
8 ай бұрын
Its telling me the $ is not defined
@roy_moyal9016
8 ай бұрын
Not working
@xb_mathsonghanhcungcon2126
9 ай бұрын
Tuyệt đỉnh SVG????
@chihuhahuana4863
9 ай бұрын
massively helpful tutorial. Thanks a lot
@easywebdevelopment
9 ай бұрын
Glad it was helpful!
@Feeeiiid
9 ай бұрын
this is so cool definitely want to practice this, do you have by any chance the source code?
@repuestosbong
10 ай бұрын
que medida tiene esas imagenes ?
@rohittambe107
10 ай бұрын
Source code?
@easywebdevelopment
10 ай бұрын
github.com/loverphp487/split-landing-page
@Shivamff-f2t
11 ай бұрын
Give me source code plss
@Maruf-q5n
11 ай бұрын
Can you say me the vscode font name, please ?
@easywebdevelopment
11 ай бұрын
vscode font name “Consolas, ‘Courier New’, monospace.”
@easywebdevelopment
11 ай бұрын
www.alphr.com/vs-code-how-to-change-font/#:~:text=Click%20%E2%80%9CText%20Editor%20%3E%20Font%2C,name%20of%20your%20preferred%20font.
@Maruf-q5n
11 ай бұрын
Thanks
@jefb3145
Жыл бұрын
Excellent , merci beaucoup pour ce superbe tutoriel .
@shariqshah8470
Жыл бұрын
Amazing bro👍
@easywebdevelopment
Жыл бұрын
Thanks for the visit
@tienha6089
Жыл бұрын
Can it work with react native ?
@easywebdevelopment
Жыл бұрын
Yes 100% with diffrence change in code
@mayursuthar4076
Жыл бұрын
Can you make more like this? That's nice
@easywebdevelopment
Жыл бұрын
soon thanks for watch
@cheez7782
Жыл бұрын
cool
@SULEIMANABDULLAHI-gy8ps
Жыл бұрын
just add a link where we can download the code, don't see a need to code from scratch.!!!
@RichardAllccaLlano
Жыл бұрын
it was amazing, greetings from Perú 🙋♂
@easywebdevelopment
Жыл бұрын
Thank you! 😃
@chriscrowd4946
Жыл бұрын
Excellent work thanks!
@easywebdevelopment
Жыл бұрын
Thank you too!
@녹쨔-m8r
Жыл бұрын
3:37 using the vw in height is correct??
@easywebdevelopment
Жыл бұрын
yes it is correct
@gabrielcontegrand6135
Жыл бұрын
That's outstanding work!! Can you share us the repo?
@shrikantkanade1228
2 жыл бұрын
sir please provide coding.
@easywebdevelopment
2 жыл бұрын
you want the project file ?
@shrikantkanade1228
2 жыл бұрын
@@easywebdevelopment Yes Sir Please !
@easywebdevelopment
2 жыл бұрын
@@shrikantkanade1228 www.upload-4ever.com/7hzo9f28j4rl
@iamquotes3692
2 жыл бұрын
Great job👍👍👍
@easywebdevelopment
2 жыл бұрын
Thanks for watching!
@loverphp5605
2 жыл бұрын
very perfect and nice tutorial video👍👍👍👍
@easywebdevelopment
2 жыл бұрын
Thanks for watching!
@mirelysacosta7592
2 жыл бұрын
Excelente
@easywebdevelopment
2 жыл бұрын
Thanks for watching!
@rowenatv
2 жыл бұрын
hi
@loverphp5605
2 жыл бұрын
very perfect and nice tutorial video thanks for sharing and make it this video
@easywebdevelopment
2 жыл бұрын
Thanks for watching!
@PamDSouza
2 жыл бұрын
Nice :)
@easywebdevelopment
2 жыл бұрын
Awesome, thank you!
@conan-kids
2 жыл бұрын
thanks for your video 👍 subscribed 😎 #Conankids
@easywebdevelopment
2 жыл бұрын
Awesome, thank you!
@conan-kids
2 жыл бұрын
@@easywebdevelopment yeah. I am software engineer too.
@orensyt
2 жыл бұрын
Thanks for sharing😎
@easywebdevelopment
2 жыл бұрын
Thanks for watching!
@realcoolgamez
2 жыл бұрын
cool
@easywebdevelopment
2 жыл бұрын
thanks
@kabulanimasi
2 жыл бұрын
👍👍👍
@drmahmoudzahran
2 жыл бұрын
nice
@easywebdevelopment
2 жыл бұрын
Thanks
@mobilobrolannew6231
2 жыл бұрын
apo ge nco👍👍🙏🏻
@Canadatamil-kf2ph
2 жыл бұрын
👌
@rhemawordofgod
2 жыл бұрын
nice
@easywebdevelopment
2 жыл бұрын
Thanks
@loverphp5605
2 жыл бұрын
👍👍👍👍
@wahyubbc8016
2 жыл бұрын
👍👍👍
@eunicereyes3520
2 жыл бұрын
@loverphp5605
2 жыл бұрын
very cool video thanks for sharing
@easywebdevelopment
2 жыл бұрын
thanks so much for interesting
@soft4Minsung
2 жыл бұрын
👍🏻
@ascuoladirock
2 жыл бұрын
interesting with jabascript
@easywebdevelopment
2 жыл бұрын
thanks glad you like it
@ascuoladirock
2 жыл бұрын
nice
@easywebdevelopment
2 жыл бұрын
Thanks
@giannimirizzi
2 жыл бұрын
#3 Sei bravissimo e ti faccio tantissimi complimenti ! ! !
@easywebdevelopment
2 жыл бұрын
Awesome! Thank you!
@loverphp5605
2 жыл бұрын
thanks for sharing this nice and amazing video
@easywebdevelopment
2 жыл бұрын
Awesome! Thank you!
@AllVideoRajaRaj
2 жыл бұрын
Nise
@easywebdevelopment
2 жыл бұрын
thanks happy you like it
@londonsounds
2 жыл бұрын
Great video! London Sounds have liked and subscribed. 😊 You might enjoy one of ours as well! 🙌
@easywebdevelopment
2 жыл бұрын
Awesome! Thank you!