|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
brisray
Hero Member ⚓︎
    

 ⛺︎ My Room
Artifacts:
 
|
 |
« Reply #24 on: a Spring night » |
|
CSS is getting cleverer all the time. A couple of years ago it learned to count! - https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Counter_Styles/Using_CSS_counters Eventually though you may find you want to do something and the only way to do it is in JavaScript.
It can be frustrating, a single mistype and it can refuse to run at all. I learn by doing, like most I started adapting other people's code, then thought of my own projects and wrote those - that's a good way to learn, so long as you are able to visualize what needs to be done to get to an endpoint, you can always look up individual commands and what they do.
If it helps with how you feel, I just spent all night writing 50 lines of JavaScript helping someone get a hook into one of Google's APIs (Application Programming Interface). World-class programmers, but some of their documentation sucks.
|
|
|
|
|
Logged
|
|
|
|
|
|
|
|
Memory 
Guest
|
 |
« Reply #27 on: a Spring night » |
|
|
|
|
|
« Last Edit: a Summer day by Memory »
|
Logged
|
|
|
|
|
|
Memory 
Guest
|
 |
« Reply #29 on: a Spring night » |
|
As much as it irked me, I did use JS to manipulate a canvas for my avatar maker.
How dare you not show this to me!?  Just kidding, just kidding! It looks so good!! I would give a serious word of caution to people who use JavaScript. I know from personal experience that it can be a very powerful- and dangerous- tool. Learned and tried it first hand in my software security class to hack into fake websites for demonstration purposes; if you're not careful, and don't take proper precautions to make your site secure, you could be open to some gnarly vulnerabilities.
Dito! Couldn't have said it better myself. Javascript is today what PHP was back in the 90's, its pervasive and cheap, can be edited on a simple text editor, require little to no extra infrastructure setup. Which is good! It gives people a tool to learn and explore but since it's widely adopted by newbies it can lead to a bunch of faulty or even dangerous scripts being created. I am a developer, writing javascript code pays my bills but I absolutely hate when it becomes a must for a site to run properly. Do you want to use it/explore it for games/small widgets/complimentary things for your site? Go for it! It's a powerful tool and its worth your time! Just make sure to not overbloat your site and create the need to load 435345 scripts for people simply to look at your front page and texts. Use it with responsibility~ I personally use javascript for my dollmakers and other dressup games but people can freely navigate the site without it. I generate some of my javascript using Blazor but I honestly wouldn't recommend it for people who are not familiar with .net technologies, go and learn node.js if you really want to get into scripting. I only use Blazor because I have some years of .net experience under my belt, not the most reasonable choice but saves me a bunch of time.
|
|
|
|
|
Logged
|
|
|
|