Navigation X
ALERT
Click here to register with a few steps and explore all our cool stuff we have to offer!



   2096

Creating a fully functioning website

by izaoZero - 18 December, 2020 - 08:30 AM
This post is by a banned member (izaoZero) - Unhide
izaoZero  
Registered
37
Posts
3
Threads
5 Years of service
#1
Hello and good day everyone. I'm quite new to programming and currently, I am trying to learn how to create a fully functioning website. I understand the basics of HTML but I'm still trying to understand what bootstrap is and how I can use Visual Studio/VS Code to create a website with register and login features. I did try to search online but I couldn't find anything to help me understand how I can even start creating a functioning register form. Can you guys at least tell me which sources I can use to learn how to create a fully functioning website? Thank you in advance!
Hello  Hype
This post is by a banned member (aeezy) - Unhide
aeezy  
Godlike
3.990
Posts
1.225
Threads
5 Years of service
#2
(This post was last modified: 18 December, 2020 - 01:21 PM by aeezy.)
the best way is to learn with w3schools

https://www.w3schools.com/howto/howto_cs...r_form.asp

Just implement this HTML & PHP into your C# project

Advice: Try to use XAMPP and make codes with Visual Studio Code, its easier to figure everything and everyone use html documents not cprojects...

Sorry for DP. I Forgot, for every php code, you can use stackoverflow. Peace :)

https://codewithawa.com/posts/complete-u...l-database


Completed registration system with mysql
DuoPlus Cloud Phone
Provides cloud phone services for overseas social media marketing (such as TikTok, WhatsApp, etc.), allowing users to operate multiple cloud phones and manage multiple social media accounts from a computer without the need to purchase multiple physical phones.
Use my code: aeezycio
This post is by a banned member (izaoZero) - Unhide
izaoZero  
Registered
37
Posts
3
Threads
5 Years of service
#3
(18 December, 2020 - 01:19 PM)aeezy Wrote: Show More
the best way is to learn with w3schools

https://www.w3schools.com/howto/howto_cs...r_form.asp

Just implement this HTML & PHP into your C# project

Advice: Try to use XAMPP and make codes with Visual Studio Code, its easier to figure everything and everyone use html documents not cprojects...

Sorry for DP. I Forgot, for every php code, you can use stackoverflow. Peace :)

https://codewithawa.com/posts/complete-u...l-database


Completed registration system with mysql
Thank you for the suggestion but what do you think of Adobe Dreamweaver? Is it good for web development?
Hello  Hype
This post is by a banned member (aeezy) - Unhide
aeezy  
Godlike
3.990
Posts
1.225
Threads
5 Years of service
#4
(19 December, 2020 - 12:06 PM)izaoZero Wrote: Show More
(18 December, 2020 - 01:19 PM)aeezy Wrote: Show More
the best way is to learn with w3schools

https://www.w3schools.com/howto/howto_cs...r_form.asp

Just implement this HTML & PHP into your C# project

Advice: Try to use XAMPP and make codes with Visual Studio Code, its easier to figure everything and everyone use html documents not cprojects...

Sorry for DP. I Forgot, for every php code, you can use stackoverflow. Peace :)

https://codewithawa.com/posts/complete-u...l-database


Completed registration system with mysql
Thank you for the suggestion but what do you think of Adobe Dreamweaver? Is it good for web development?

that's too old kit, the best way is to use visual studio code, because you allready have finished extensions who can help you to do everything with web.

https://code.visualstudio.com/docs/languages/php
https://code.visualstudio.com/docs/edito...on-gallery
https://marketplace.visualstudio.com/
https://code.visualstudio.com/docs/introvideos/extend

you can try something of theese  :pepo:
DuoPlus Cloud Phone
Provides cloud phone services for overseas social media marketing (such as TikTok, WhatsApp, etc.), allowing users to operate multiple cloud phones and manage multiple social media accounts from a computer without the need to purchase multiple physical phones.
Use my code: aeezycio
This post is by a banned member (izaoZero) - Unhide
izaoZero  
Registered
37
Posts
3
Threads
5 Years of service
#5
(19 December, 2020 - 04:30 PM)aeezy Wrote: Show More
(19 December, 2020 - 12:06 PM)izaoZero Wrote: Show More
(18 December, 2020 - 01:19 PM)aeezy Wrote: Show More
the best way is to learn with w3schools

https://www.w3schools.com/howto/howto_cs...r_form.asp

Just implement this HTML & PHP into your C# project

Advice: Try to use XAMPP and make codes with Visual Studio Code, its easier to figure everything and everyone use html documents not cprojects...

Sorry for DP. I Forgot, for every php code, you can use stackoverflow. Peace :)

https://codewithawa.com/posts/complete-u...l-database


Completed registration system with mysql
Thank you for the suggestion but what do you think of Adobe Dreamweaver? Is it good for web development?

that's too old kit, the best way is to use visual studio code, because you allready have finished extensions who can help you to do everything with web.

https://code.visualstudio.com/docs/languages/php
https://code.visualstudio.com/docs/edito...on-gallery
https://marketplace.visualstudio.com/
https://code.visualstudio.com/docs/introvideos/extend

you can try something of theese  :pepo:

awesome! thank you and i will be checking them out
Hello  Hype
This post is by a banned member (imber) - Unhide
imber  
Registered
7
Posts
1
Threads
4 Years of service
#6
(This post was last modified: 31 December, 2020 - 02:37 AM by imber.)
You mentioned that you wanted to create not just HTML sites but also a login system within the site.
I agree with @aeezy in that you should use VS Code, it is an excellent IDE for coding with web technologies.

Bootstrap is a library that you can base your website of and it can speed up your development as it means you don't have to write entire CSS files by yourself as well as classes. A video that I recommend on watching HTML development with Bootstrap would be this one: https://www.youtube.com/watch?v=V_lAhqLXT9A .

Before you understand how to implement Bootstrap though I'd try to have an intermediate understanding of how HTML/CSS works as a package. For this I recommend TheNewBoston's tutorial series on YouTube. He hasn't made tutorials for a while now but he goes really in depth and I find its easy to understand. Here is a link to one of this videos where you can get started: https://www.youtube.com/watch?v=Mp0f0zTPLec

Lastly, you mentioned you wanted to make a login system for your website, for that I would recommend learning a bit about PHP, JS and mySQL. For this I would recommend the following video: https://www.youtube.com/watch?v=gCo6JqGMi30
I personally like using video tutorials and YouTube examples while I learn things compared to only learning off w3 schools (which I find is also a bit dated now). A login system may be easier to make if you use a library but I will leave that up to you to find and research.
This post is by a banned member (izaoZero) - Unhide
izaoZero  
Registered
37
Posts
3
Threads
5 Years of service
#7
(31 December, 2020 - 02:36 AM)imber Wrote: Show More
You mentioned that you wanted to create not just HTML sites but also a login system within the site.
I agree with @aeezy in that you should use VS Code, it is an excellent IDE for coding with web technologies.

Bootstrap is a library that you can base your website of and it can speed up your development as it means you don't have to write entire CSS files by yourself as well as classes. A video that I recommend on watching HTML development with Bootstrap would be this one: https://www.youtube.com/watch?v=V_lAhqLXT9A .

Before you understand how to implement Bootstrap though I'd try to have an intermediate understanding of how HTML/CSS works as a package. For this I recommend TheNewBoston's tutorial series on YouTube. He hasn't made tutorials for a while now but he goes really in depth and I find its easy to understand. Here is a link to one of this videos where you can get started: https://www.youtube.com/watch?v=Mp0f0zTPLec

Lastly, you mentioned you wanted to make a login system for your website, for that I would recommend learning a bit about PHP, JS and mySQL. For this I would recommend the following video: https://www.youtube.com/watch?v=gCo6JqGMi30
I personally like using video tutorials and YouTube examples while I learn things compared to only learning off w3 schools (which I find is also a bit dated now). A login system may be easier to make if you use a library but I will leave that up to you to find and research.
Thank you so much for the tips and recommendation! I appreciate it a lot and I will be checking those videos out!
Hello  Hype

Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
or
Sign in
Already have an account? Sign in here.


Forum Jump:


Users browsing this thread: 1 Guest(s)