Jump to content

Learned HTML5 & CSS, now?

Maybe check out this youtube channel, I found it helpful when I was starting to learn javascript/jquery. Do you have any specific questions?

CPU: i7-4790K --- HEATSINK: NZXT Kraken X61 --- MOBO: Asus Z97-A --- GPU: GTX 970 Strix --- RAM: 16GB ADATA XPG --- SSD: 512GB MX100 | 256GB BX200 HDD: 1TB WD Black --- PSU: EVGA SuperNova G2 --- CASE: NZXT H440 --- DISPLAY3 x Dell U2414H --- KEYBOARD: Pok3r (Clears) --- MOUSE: Logitech G Pro --- OS: Windows 10

Link to comment
https://linustechtips.com/topic/267321-learned-html5-css-now/#findComment-3630760
Share on other sites

Link to post
Share on other sites

Ok, firstly, Java is super not necessary. You're probably confusing it for JavaScript, which is super necessary

Jquery is a JavaScript library, it makes using JavaScript easier and allows you to create complex things easily. Unfortunately, if you just go learn jquery you won't learn core JavaScript. So I suggest you learn JavaScript first, before jquery.

PHP is also necessary, it will perform most of your vote website functionality. It's kinda pretty awesome, especially when you combine it with an SQL database.

JavaScript is a client side scripting language, the scripts run after the page is sent to the client. It's useful for things such as changing CSS on the fly, for example, a website dark theme. It's useful for things such as countdown timers that show the seconds in real time. It's useful for validating forms client side. Unfortunately, being client side means a user can see and manipulate the script, so it's not secure

PHP is a server side language. Scripts are run before the user even gets the page, and the user can't see the script so it's more secure. You can also make a completely different Web page, dynamically created from various parameters.

Sorry for the kinda not so detailed reply, but I'm on my phone

I am good at computer

Spoiler

Motherboard: Gigabyte G1 sniper 3 | CPU: Intel 3770k @5.1Ghz | RAM: 32Gb G.Skill Ripjaws X @1600Mhz | Graphics card: EVGA 980 Ti SC | HDD: Seagate barracuda 3298534883327.74B + Samsung OEM 5400rpm drive + Seatgate barracude 2TB | PSU: Cougar CMX 1200w | CPU cooler: Custom loop

Link to comment
https://linustechtips.com/topic/267321-learned-html5-css-now/#findComment-3630812
Share on other sites

Link to post
Share on other sites

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!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×