Create and Deploy Your Own COLOR PICKER with JavaScript

Create and Deploy Your Own COLOR PICKER with JavaScript

dcode

2 года назад

20,114 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

regor Wislon
regor Wislon - 27.04.2023 08:22

Thanks for this great tutorial. Your step by step walk through the build helped me as a first time web coder in understanding how it all works enormously and I have been able to implement it in a webserver app I have built to control an Arduino based nixie clock, which includes setting the LED backlighting colour at will, hence the color picker. However, I have a question. The colorpicker all works brilliantly for me in chrome but the 5 saved colors show up as blank outlines in iOS and macOS Safari. This relates to to saveColor() and getSavedColors() functions and the use of the localStorage.setItem() and localStorage.setItem() functions. It appears Safari doesn’t support these functions and commentator’s suggestions that it can be fixed by allowing cookies in Safari preferences doesn’t help me. I do not have cookies blocked.
Are you able to tell me if there is an inherent issue with Safari or is there a solution for this? Perhaps I just need to delete these functions and settle for pre-set colors in these elements as demonstrated in your walk-through. Thanks in anticipation of your further help with this.

Ответить
vidn chi
vidn chi - 20.05.2022 22:55

Thank you

Ответить
Hassane OUTOUAYA
Hassane OUTOUAYA - 15.02.2022 21:25

Thank you, it's an amazing tutorial video !

Ответить
Acharya
Acharya - 13.02.2022 16:29

how to upload file with put api in php

Ответить
ً
ً - 11.02.2022 10:41

Hey dcode, have you ever considered going over the topic of web components? I think making a reusable color picker from scratch can turn out to be an interesting video.

Ответить
Jhon
Jhon - 10.02.2022 22:35

Amazing tutorial!!!!!
I would like to see a tree view tutorial, using HTML, CSS and JavaScript.

Ответить
Ddhruv Arora
Ddhruv Arora - 10.02.2022 21:55

Wow, i was looking to make the same thing thanks a lot for posting 😊

Ответить
Jarizen
Jarizen - 10.02.2022 20:55

Yo Great Video i have an idea for a project but i just dont know how to make it will be my first project how do you make your ideas to the code ?

Ответить
Abubakar Balogun
Abubakar Balogun - 10.02.2022 20:23

I didn't see this coming

Ответить
Cereal Port
Cereal Port - 10.02.2022 15:37

Excellent video, I hadn't heard of this library before.

Ответить
Ijajul Islam
Ijajul Islam - 10.02.2022 15:09

Great job

Ответить
Tomáš Mišura
Tomáš Mišura - 10.02.2022 15:04

few weeks ago I have made my own color picker due to I needed to pick up from given list of colors. However this is another very useful piece of code that I will use in the near future project or modify existing one :)

Ответить
Benjamin Aster
Benjamin Aster - 10.02.2022 14:54

You can't just make a tutorial on "how to create a color picker" and then use a library that does everything for you. That's deception what you do here to your viewers!

Ответить