Тёмный
Code Canvas
Code Canvas
Code Canvas
Подписаться
Thank you for Subscribing! If you have not, Subscribe now!

Code Canvas is dedicated to teaching various web development skills in a highly effective manner. If you are starting on a career in web development, Code Canvas is the ideal starting point for your exciting journey.

My motivation for starting Code Canvas was to share my knowledge with the world and help people understand basic web concepts easily. I have been coding since 2010 and have developed a passion for Node.js, React, HTML 5, CSS 3, JavaScript, responsive web design, PHP, and many other programming languages.

If you have any questions or feedback, feel free to contact me at manage.codecanvas@gmail.com. I am eager to hear from you.

Thank you for watching!
CSS Property :grid-column explained !
15:15
14 дней назад
Conditional shortcuts in JavaScript !
9:19
Месяц назад
CSS Property : grid-area explained !
12:11
Месяц назад
CSS Property : grid explained !
9:36
2 месяца назад
CSS Property : gap explained !
12:21
2 месяца назад
CSS Property : font-weight explained !
9:51
2 месяца назад
CSS Property : font-variant explained !
8:24
2 месяца назад
CSS Property : font-synthesis explained !
8:42
3 месяца назад
Best starter Templates for WordPress !
14:00
3 месяца назад
How to add Age Verification in WordPress ?
16:45
3 месяца назад
Комментарии
@Kuestech
@Kuestech 8 дней назад
Very helpful... thank you!🙏❤
@CodeCanvas
@CodeCanvas 8 дней назад
Glad to know that helped !
@assulaimi7973
@assulaimi7973 13 дней назад
Hi, can I create an SEO auditing tool beside Chatbot? Many thank s
@CodeCanvas
@CodeCanvas 11 дней назад
Hi, this plugin is related to ChatGPT integration with WordPress. You can checkout other plugins for SEO auditing related tools using ChatGPT.
@assulaimi7973
@assulaimi7973 11 дней назад
@@CodeCanvas Thanks a lot
@CodeCanvas
@CodeCanvas 11 дней назад
Don't miss out on any of my new videos! Make sure to subscribe to my channel and hit the notification bell to stay updated. See you in the next video! 😇
@Slava-om1sz
@Slava-om1sz 14 дней назад
Where do you get the names of the font features?
@CodeCanvas
@CodeCanvas 11 дней назад
Check this out : developer.mozilla.org/en-US/docs/Web/CSS/font-feature-settings
@CodeCanvas
@CodeCanvas 11 дней назад
Don't miss out on any of my new videos! Make sure to subscribe to my channel and hit the notification bell to stay updated. See you in the next video! 😇
@Slava-om1sz
@Slava-om1sz 11 дней назад
@@CodeCanvas I know this page. But it doesn't give the names because each font is free to give any names. So how do you get the names of the font features for each specific font?
@CodeCanvas
@CodeCanvas 11 дней назад
This is a list of every value that is supported by font-feature-settings, but make sure to check the web font that you’re using supports these values too before trying them: liga: standard ligatures dlig: discretionary ligatures onum: old style figures lnum: lining figures tnum: tabular figures zero: slashed zero frac: fractions sups: superscript subs: subscript smcp: small caps c2sc: small capitals from capitals case: case-sensitive forms hlig: historical ligatures calt: contextual alternates swsh: swashes hist: historical forms ss**: stylistic sets kern: kerning locl: localized forms rlig: required ligatures medi: medial forms init: initial forms isol: isolated forms fina: final forms mark: mark mkmk mark-to-mark positioning This is what I found.
@neetapatel3677
@neetapatel3677 Месяц назад
It's useful. Thank you 👍
@CodeCanvas
@CodeCanvas Месяц назад
Glad it was helpful!
@MilapPatel-f4g
@MilapPatel-f4g 2 месяца назад
Perfect 👍
@CodeCanvas
@CodeCanvas 2 месяца назад
Don't miss out on any of my new videos! Make sure to subscribe to my channel and hit the notification bell to stay updated. See you in the next video! 😇
@EcommerceConcino
@EcommerceConcino 2 месяца назад
I already have a website running in my localhost but when i tried making a second one i got a connection error from worpress. Any help? thanx
@CodeCanvas
@CodeCanvas 2 месяца назад
When you create second WordPress website, you need to use new database for that.
@CodeCanvas
@CodeCanvas 2 месяца назад
Don't miss out on any of my new videos! Make sure to subscribe to my channel and hit the notification bell to stay updated. See you in the next video! 😇
@IonelColtea
@IonelColtea 2 месяца назад
Good video! Can you provide a code that will disable the Admin Bar for all users except the Administrator?
@CodeCanvas
@CodeCanvas 2 месяца назад
The below code identifies any non-admin users who are not currently looking at the admin dashboard. For these users, it disables the WordPress admin bar. add_action('after_setup_theme', 'remove_admin_bar'); function remove_admin_bar() { if (!current_user_can('administrator') && !is_admin()) { show_admin_bar(false); } }
@CodeCanvas
@CodeCanvas 2 месяца назад
Don't miss out on any of my new videos! Make sure to subscribe to my channel and hit the notification bell to stay updated. See you in the next video! 😇
@IonelColtea
@IonelColtea 2 месяца назад
@@CodeCanvas Thank you!
@CodeCanvas
@CodeCanvas 2 месяца назад
@@IonelColtea Don't forget to Subscribe my channel !
@naruto5437
@naruto5437 2 месяца назад
nice
@CodeCanvas
@CodeCanvas 2 месяца назад
Glad it helped.
@CodeCanvas
@CodeCanvas 2 месяца назад
Don't miss out on any of my new videos! Make sure to subscribe to my channel and hit the notification bell to stay updated. See you in the next video! 😇
@naruto5437
@naruto5437 2 месяца назад
@@CodeCanvas 1 feedback, could you please arrange your videos in some playlist like CSS videos in one (or css sections) , js in one etc when I check ur playlist , CSS selectors videos playlist is there but not other videos can be found in it even though u have in your channel
@CodeCanvas
@CodeCanvas 2 месяца назад
Thank you for your feedback. There are already playlists created for CSS, JavaScript, WordPress and others. Kindly have a look at playlist section.
@naruto5437
@naruto5437 2 месяца назад
@@CodeCanvas thanks , found it - Mastering CSS3 Properties
@thanhchill9996
@thanhchill9996 2 месяца назад
it's very helpful bro
@CodeCanvas
@CodeCanvas 2 месяца назад
Glad you liked it.
@CodeCanvas
@CodeCanvas 2 месяца назад
Don't miss out on any of my new videos! Make sure to subscribe to my channel and hit the notification bell to stay updated. See you in the next video! 😇
@blackbox1104
@blackbox1104 3 месяца назад
will it be conflicted if i use plugins instant indexing (rankmath) and indexnow (bing) at the same time?
@CodeCanvas
@CodeCanvas 2 месяца назад
I haven't used "Instant indexing" (Rankmath) plugin yet. Ideally you should use only 1 indexing plugin at a time to get best result. You can try to use both plugin at the same time and share your experience.
@CodeCanvas
@CodeCanvas 2 месяца назад
Don't miss out on any of my new videos! Make sure to subscribe to my channel and hit the notification bell to stay updated. See you in the next video! 😇
@JoyfulFamilyMoments
@JoyfulFamilyMoments 3 месяца назад
hi, do we need to have a paid account in chatgpt? "Received the 'API URL was not found' error from OpenAI. This actually means that your OpenAI account has not been enabled for the Chat API. You need to either add some credits to OpenAI account, or link a credit card to it."
@CodeCanvas
@CodeCanvas 3 месяца назад
Hi there, No, you do not need credit into your OpenAI account. You should receive few free credits in your account at the time of signup. You can use that credit to test this plugin and if you need, you can purchase more credit. As per my understanding, you don't need to enable Chat API in order to test this plugin.
@CodeCanvas
@CodeCanvas 3 месяца назад
Don't miss out on any of my new videos! Make sure to subscribe to my channel and hit the notification bell to stay updated. See you in the next video! 😇
@MohammedHasmi577
@MohammedHasmi577 3 месяца назад
Bro today i got this question in my interview I have done 75% of this but not solve complete question
@CodeCanvas
@CodeCanvas 3 месяца назад
Good luck with the results 👍
@CodeCanvas
@CodeCanvas 3 месяца назад
Don't miss out on any of my new videos! Make sure to subscribe to my channel and hit the notification bell to stay updated. See you in the next video! 😇
@MohammedHasmi577
@MohammedHasmi577 3 месяца назад
@@CodeCanvas sure sir ,tysm
@CodeCanvas
@CodeCanvas 3 месяца назад
Hope you have subscribed 😊
@YashDEVELOPER12
@YashDEVELOPER12 3 месяца назад
very useful, thank you !
@CodeCanvas
@CodeCanvas 3 месяца назад
Glad it was helpful!
@CodeCanvas
@CodeCanvas 3 месяца назад
Don't miss out on any of my new videos! Make sure to subscribe to my channel and hit the notification bell to stay updated. See you in the next video! 😇
@visualmodo
@visualmodo 3 месяца назад
Excellent content!
@CodeCanvas
@CodeCanvas 3 месяца назад
Thank you !
@CodeCanvas
@CodeCanvas 3 месяца назад
Don't miss out on any of my new videos! Make sure to subscribe to my channel and hit the notification bell to stay updated. See you in the next video! 😇
@CR-xr7im
@CR-xr7im 3 месяца назад
Thank you for putting together all these helpful videos!!!
@CodeCanvas
@CodeCanvas 3 месяца назад
Happy to help!
@CodeCanvas
@CodeCanvas 3 месяца назад
Please subscribe to my channel and keep supporting.
@CR-xr7im
@CR-xr7im 3 месяца назад
Thank you so much for making this informative video!!
@CodeCanvas
@CodeCanvas 3 месяца назад
Glad it was helpful!
@CodeCanvas
@CodeCanvas 3 месяца назад
Don't miss out on any of my new videos! Make sure to subscribe to my channel and hit the notification bell to stay updated. See you in the next video! 😇
@FisheryHub1995
@FisheryHub1995 3 месяца назад
Whenever I update my laptop thus error comes .sometimes even mysql server don't get start I face This error many time when I am learning word press ..
@CodeCanvas
@CodeCanvas 3 месяца назад
Please check stackoverflow.com/questions/18022809/how-can-i-solve-error-mysql-shutdown-unexpectedly for MySQL shutdown problem.
@CodeCanvas
@CodeCanvas 3 месяца назад
Don't miss out on any of my new videos! Make sure to subscribe to my channel and hit the notification bell to stay updated. See you in the next video! 😇
@FisheryHub1995
@FisheryHub1995 3 месяца назад
@@CodeCanvas Thank you ! And ek or problem hai mai word press per website create karti ho and sometimes suddenly mysql shutdown hojata hai and website per error ata hai ke error established in database connection, and also maine wo method try ki hai jisme data folder ko old data karke save karna hota hai but use wordpress dashboard open hojata hai but humari website wapas nhi milti is error ko kaise resolve karte hai .
@CodeCanvas
@CodeCanvas 3 месяца назад
For that, you need to checkout all possible solutions in ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-Q16IpB8-WyU.html video. It should fix your problem.
@bb_pie
@bb_pie 3 месяца назад
@@FisheryHub1995 hey, even im facing the same issue, koi solution hi nahi mil raha hai teen din se :(
@vuthe6891
@vuthe6891 4 месяца назад
you can share your theme ?
@CodeCanvas
@CodeCanvas 4 месяца назад
Twenty Twenty-Four : wordpress.org/themes/twentytwentyfour/
@CodeCanvas
@CodeCanvas 4 месяца назад
Don't miss out on any of my new videos! Make sure to subscribe to my channel and hit the notification bell to stay updated. See you in the next video! 😇
@transformationtesting
@transformationtesting 4 месяца назад
Nice
@CodeCanvas
@CodeCanvas 4 месяца назад
Don't miss out on any of my new videos! Make sure to subscribe to my channel and hit the notification bell to stay updated. See you in the next video! 😇
@pradnyagaikwad22
@pradnyagaikwad22 4 месяца назад
How to set custom name for downloaded pdf?
@CodeCanvas
@CodeCanvas 4 месяца назад
Checkout this: stackoverflow.com/questions/10189225/how-to-create-a-custom-file-name-for-a-file-while-saving-the-print-page
@CodeCanvas
@CodeCanvas 4 месяца назад
Don't miss out on any of my new videos! Make sure to subscribe to my channel and hit the notification bell to stay updated. See you in the next video! 😇
@mohammadumair127
@mohammadumair127 4 месяца назад
Thank you
@CodeCanvas
@CodeCanvas 4 месяца назад
Don't miss out on any of my new videos! Make sure to subscribe to my channel and hit the notification bell to stay updated. See you in the next video! 😇
@Gyaanganga1008
@Gyaanganga1008 4 месяца назад
❤🎉🎉 very nice
@Muhammedethiopia
@Muhammedethiopia 5 месяцев назад
When I try to log in to my website it says "Error establishing database connection" and on cPanel it says "WordPress is not installed". The "Error establishing database connection" issue may be a database credential issue. But as long as there is a "WordPress is not installed" warning, does it still work if the database credentials are fixed and WordPress is not reinstalled? Or do I need to reinstall WordPress as a fresh start? If I reinstall WordPress, I will lose all my works and google ranking position. So I would really appreciate it if you could tell me the only option I have.
@CodeCanvas
@CodeCanvas 5 месяцев назад
Hello, It seems you have some configuration issues with your WordPress installation. Kindly check error logs for detailed errors. You need to debug it.
@CodeCanvas
@CodeCanvas 5 месяцев назад
Don't miss out on any of my new videos! Make sure to subscribe to my channel and hit the notification bell to stay updated. See you in the next video! 😇
@Muhammedethiopia
@Muhammedethiopia 5 месяцев назад
@@CodeCanvas Thanks for your response, but unfortunately, I don't have any idea how to check error logs. Please can you give some insights about it?
@CodeCanvas
@CodeCanvas 5 месяцев назад
Checkout this article : www.wpbeginner.com/wp-tutorials/how-to-find-and-access-wordpress-error-logs-step-by-step/
@KonstructChannel
@KonstructChannel 5 месяцев назад
Thank you!
@CodeCanvas
@CodeCanvas 5 месяцев назад
You're welcome!
@CodeCanvas
@CodeCanvas 5 месяцев назад
Don't miss out on any of my new videos! Make sure to subscribe to my channel and hit the notification bell to stay updated. See you in the next video! 😇
@neetapatel3677
@neetapatel3677 5 месяцев назад
Awesome 👍
@CodeCanvas
@CodeCanvas 5 месяцев назад
Thank you.
@arthurebi7414
@arthurebi7414 5 месяцев назад
Can clip-path be applied to a div
@CodeCanvas
@CodeCanvas 5 месяцев назад
Yes. clip-path can be applied to a div. Checkout this demo. stackoverflow.com/questions/41756579/how-to-apply-a-clipping-path-to-a-div-container
@CodeCanvas
@CodeCanvas 5 месяцев назад
Don't miss out on any of my new videos! Make sure to subscribe to my channel and hit the notification bell to stay updated. See you in the next video! 😇
@polymorphism7559
@polymorphism7559 5 месяцев назад
Thank you so much for this video.
@CodeCanvas
@CodeCanvas 5 месяцев назад
Glad it was helpful!
@CodeCanvas
@CodeCanvas 5 месяцев назад
Don't miss out on any of my new videos! Make sure to subscribe to my channel and hit the notification bell to stay updated. See you in the next video! 😇
@markthomas8018
@markthomas8018 5 месяцев назад
confused. Is it free if I subscribe to Chat GPT4?
@CodeCanvas
@CodeCanvas 5 месяцев назад
WordPress plugin is free; however, the functionality depends on whether you have a paid plan for ChatGPT.
@markthomas8018
@markthomas8018 5 месяцев назад
@@CodeCanvas I am with GPT4 Plus. This chatbot plugin might be free to install but it's certainly not free to use. Support told me that it's not included with ChatGPT, so I don't know how you're doing it.
@CodeCanvas
@CodeCanvas 5 месяцев назад
I didn't purchase GPT-4 Plus when creating this video. I simply created a free account on platform.openai.com/ and used credentials from the developer app. They may have updated their terms by now.
@CodeCanvas
@CodeCanvas 5 месяцев назад
Don't miss out on any of my new videos! Make sure to subscribe to my channel and hit the notification bell to stay updated. See you in the next video! 😇
@destroyer-pf7wm
@destroyer-pf7wm 5 месяцев назад
Thanks great explanation
@CodeCanvas
@CodeCanvas 5 месяцев назад
Glad it was helpful!
@CodeCanvas
@CodeCanvas 5 месяцев назад
Don't miss out on any of my new videos! Make sure to subscribe to my channel and hit the notification bell to stay updated. See you in the next video! 😇
@onlyforchrist7137
@onlyforchrist7137 5 месяцев назад
Super ❤ please upload more videos about Javascript 😊
@CodeCanvas
@CodeCanvas 5 месяцев назад
Thank you. There is a playlist for JavaScript videos : ru-vid.com/group/PLAdinofCy1nRrU19oSS2RHXEa_FUR5exy. I will try to add more videos into this playlist.
@OneOfAllBG
@OneOfAllBG 6 месяцев назад
Another wannabe ... and when you login you see "wp-admin" ...
@CodeCanvas
@CodeCanvas 6 месяцев назад
Yes, because that's how it should be. WordPress Dashboard loads on "wp-admin", you can not change it. You can hide it before login.
@DevParekh612
@DevParekh612 6 месяцев назад
Thanks
@CodeCanvas
@CodeCanvas 6 месяцев назад
Glad to help you.
@CodeCanvas
@CodeCanvas 6 месяцев назад
Don't miss out on any of my new videos! Make sure to subscribe to my channel and hit the notification bell to stay updated. See you in the next video! 😇
@maisonsavvy
@maisonsavvy 6 месяцев назад
I want to express my gratitude for the outstanding video. It provided me with a wealth of valuable information. Thanks to it, I now feel confident and well-informed about this exceptional plugin.🤠
@CodeCanvas
@CodeCanvas 6 месяцев назад
Glad it was helpful!
@CodeCanvas
@CodeCanvas 6 месяцев назад
Don't miss out on any of my new videos! Make sure to subscribe to my channel and hit the notification bell to stay updated. See you in the next video! 😇
@maisonsavvy
@maisonsavvy 6 месяцев назад
I did hit the subscribe button and gave it a like@@CodeCanvas
@CodeCanvas
@CodeCanvas 6 месяцев назад
Thank you so much 😇
@Progculers
@Progculers 7 месяцев назад
Well done
@CodeCanvas
@CodeCanvas 7 месяцев назад
Glad you liked it !
@CodeCanvas
@CodeCanvas 7 месяцев назад
Don't miss out on any of my new videos! Make sure to subscribe to my channel and hit the notification bell to stay updated. See you in the next video! 😇
@marty9404
@marty9404 7 месяцев назад
Tried putting in a shortcode in Elementor builder. Didn't work
@CodeCanvas
@CodeCanvas 7 месяцев назад
What's the error ? Do you see any error in developer tool ? Make sure you use correct single or double quotes in short code.
@marty9404
@marty9404 7 месяцев назад
@CodeCanvas No error shown. I just used the shortcake widget in Elementor, put in the fb code on your plugin page. But nothing happened.
@CodeCanvas
@CodeCanvas 7 месяцев назад
Try debugging. There must be some JavaScript errors. I can't help without proper details.
@truecommentor2657
@truecommentor2657 7 месяцев назад
Hlo sir Here its working but in my code its not working
@CodeCanvas
@CodeCanvas 7 месяцев назад
Hello, What do you mean by not working? Please share your CSS fiddle with demo.
@akashjajoriya8677
@akashjajoriya8677 7 месяцев назад
thx sir
@CodeCanvas
@CodeCanvas 7 месяцев назад
Don't miss out on any of my new videos! Make sure to subscribe to my channel and hit the notification bell to stay updated. See you in the next video! 😇
@rahulchopra8815
@rahulchopra8815 7 месяцев назад
i've got a question, is there any ai plugin that enable this functionality :- use highlights some text in the website and the ai gives examples or if it is a question then solves it. Something like this.
@CodeCanvas
@CodeCanvas 7 месяцев назад
I'm not aware of it, but it sounds like a fantastic concept for a new plugin.
@CodeCanvas
@CodeCanvas 7 месяцев назад
Don't miss out on any of my new videos! Make sure to subscribe to my channel and hit the notification bell to stay updated. See you in the next video! 😇
@martinkaspar5095
@martinkaspar5095 8 месяцев назад
- its amazing! 🚀I wanna truly thank you for making this for us all. 🙏🙏🙏😊👍🏻
@CodeCanvas
@CodeCanvas 8 месяцев назад
Glad it helped you ! May I request you to subscribe my channel and support ? 🙏
@Nathaniel-go5rs
@Nathaniel-go5rs 8 месяцев назад
first
@Nathaniel-go5rs
@Nathaniel-go5rs 8 месяцев назад
i feel bad for u indian man you have helped me so much with i will be the first commmentor on your video about cursors
@CodeCanvas
@CodeCanvas 8 месяцев назад
Glad I could help.
@CodeCanvas
@CodeCanvas 8 месяцев назад
Don't miss out on any of my new videos! Make sure to subscribe to my channel and hit the notification bell to stay updated. See you in the next video! 😇
@nitindubey9257
@nitindubey9257 8 месяцев назад
Thanks worked for me ❤
@CodeCanvas
@CodeCanvas 8 месяцев назад
Great to know it helped you!
@CodeCanvas
@CodeCanvas 8 месяцев назад
Don't miss out on any of my new videos! Make sure to subscribe to my channel and hit the notification bell to stay updated. See you in the next video! 😇
@chayansen9455
@chayansen9455 8 месяцев назад
How can I use this for my website assistant?
@CodeCanvas
@CodeCanvas 8 месяцев назад
There are multiple ways you can use this plugin for your website, it depends on your requirements !
@CodeCanvas
@CodeCanvas 8 месяцев назад
Don't miss out on any of my new videos! Make sure to subscribe to my channel and hit the notification bell to stay updated. See you in the next video! 😇
@CodeCanvas
@CodeCanvas 8 месяцев назад
It's important to note that using floats for layout purposes has become less common with the advent of more modern layout techniques like Flexbox and Grid. However, the `float` property is still relevant in certain scenarios, such as when dealing with older code or specific design requirements. Additionally, clearing floats (using the `clear` property) is often necessary to prevent unintended layout issues.
@thetopgtube
@thetopgtube 8 месяцев назад
What if there is a thousand numbers.
@CodeCanvas
@CodeCanvas 8 месяцев назад
Did you test with thousand numbers ? ⁠🙂
@mocococo2877
@mocococo2877 8 месяцев назад
Thank you. I think one of the main reasons for border collapse is to collapse one of the two borders standing next to each other. Like two adjacent tds, both horizontally and vertically.
@CodeCanvas
@CodeCanvas 8 месяцев назад
True.
@CodeCanvas
@CodeCanvas 8 месяцев назад
Don't miss out on any of my new videos! Make sure to subscribe to my channel and hit the notification bell to stay updated. See you in the next video! 😇
@mocococo2877
@mocococo2877 8 месяцев назад
Thank you. Wow, you are saying that with column -width and column-gap you can make block elements to stay inline ?? If this is so, I did not know that. Thank you.
@CodeCanvas
@CodeCanvas 8 месяцев назад
Glad you liked it.
@mocococo2877
@mocococo2877 8 месяцев назад
Thank you and greetings from Bulgaria. Short tutorials but with the examples they are exactly to the point. I would like to ask you - shadow and opacity can also be set in CSS using more generic way. So what would be the difference then ?? Thank you.
@CodeCanvas
@CodeCanvas 8 месяцев назад
Certainly! CSS provides a more generic approach to setting shadow and opacity. Both options are available, and it's your choice which one you prefer.
@viper1x2
@viper1x2 8 месяцев назад
thank you so much!!! searching at 5 in the morning lol. Will be trying this in my program.
@CodeCanvas
@CodeCanvas 8 месяцев назад
You got this!
@CodeCanvas
@CodeCanvas 8 месяцев назад
Don't miss out on any of my new videos! Make sure to subscribe to my channel and hit the notification bell to stay updated. See you in the next video! 😇
@FajarAhmadKurniadi
@FajarAhmadKurniadi 9 месяцев назад
Thank you India brother 👍
@CodeCanvas
@CodeCanvas 9 месяцев назад
My pleasure.
@CodeCanvas
@CodeCanvas 9 месяцев назад
Don't miss out on any of my new videos! Make sure to subscribe to my channel and hit the notification bell to stay updated. See you in the next video! 😇