Home Entrance Everyone Wiki Search Login Register

Welcome, Guest. Please login or register. - Thinking of joining the forum??
April 26, 2024 - @662.86 (what is this?)
Forum activity rating: Three Star Posts: 29/1k.beats Unread Topics | Unread Replies | Own Posts | Own Topics | Random Topic | Recent Posts
News: :dive: Are u having fun?? :dive:

+  MelonLand Forum
|-+  World Wild Web
| |-+  ✁ ∙ Web Crafting
| | |-+  Do you guys use JS or any sort of scripting language to build your site?


« previous next »
Pages: [1] 2 3 Print
Author Topic: Do you guys use JS or any sort of scripting language to build your site?  (Read 1997 times)
angel-val
Casual Poster ⚓︎
*


Matrix: Chat!
Itch.io: My Games

View Profile WWW

First 1000 Members!Pocket Icelogist!Joined 2023!
« on: January 13, 2023 @806.52 »

I have only ever had bad experiences with JS in my admittedly limited overall time using it, and the ecosystem around it (NPM, frameworks, etc) is honestly headache-inducing in my opinion, so I have opted to essentially never use it as basically the only site I maintain is my own homepage.

I was wondering how much of y'all use JS, specifically for your web revival/personal homepage sites, and what you think of it generally?

(also, side question, is there any way of reusing HTML without JS? I'm planning on doing a homepage redesign soon and something like that would be convenient, but as established, I despise JS, but I've been so far unsuccessful in finding alternatives)
Logged
Guest
Guest
« Reply #1 on: January 13, 2023 @830.66 »

I personally don't. I want my sites to work on every browser no matter how old or minimalist. I test my site on Kristall, Netscape and Lynx before deploying.

As for reusing HTML, check out this reply I made:
https://forum.melonland.net/index.php?topic=836.msg5957#msg5957
Logged
glacial_pace
Casual Poster
*


View Profile

First 1000 Members!Joined 2023!
« Reply #2 on: January 13, 2023 @965.50 »

JS is good even for small bits of content that might change regularly. like if you want to show a copyright notice at the bottom of a page for example

Code: html
<p>Copyright <span id="date" /> by angel-val

Code: js
document.getElementByID('date':wink:.innerText = new Date().getFullYear()

would yield "copyright 2023 by angel-val"

but for the most part, websites don't need JS to be useful or even interesting. it's just impossible to get interactive elements on the screen without it.
Logged
NacreousDreams
Jr. Member ⚓︎
**


Rockin' at the Dance of Exis

iMood: Eldridge_Jameson

View Profile WWW

First 1000 Members!Joined 2022!
« Reply #3 on: January 13, 2023 @979.54 »

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.

I've used some JS on a site I built during an internship I took, but besides that, nah, I haven't used it. What I tried was painful, though. A friend of mine that I did senior capstone with swears by JS, but acknowledged that vanilla JS is tough to work with.
Logged
nymphaeaphoo
Casual Poster ⚓︎
*



View Profile WWW

First 1000 Members!Joined 2022!High Speed Ozwomp!
« Reply #4 on: January 14, 2023 @6.31 »

In terms of client side JavaScript, I think HTML and CSS shouldn't have a JS dependency, so that means not using React or something similar for simple things such as a blog or artwork portfolio. The only JS on my site is when JS is the whole point, that is you want to host a program on the web, so maybe you want to port your video game to webgl or in my case I have a painting program made in JS.

and obviously JS shouldn't be used for malware such as spying.
« Last Edit: January 14, 2023 @10.28 by nymphaeaphoo » Logged

-
glacial_pace
Casual Poster
*


View Profile

First 1000 Members!Joined 2023!
« Reply #5 on: January 14, 2023 @392.84 »

i mean JS is the only scripting language browsers support so it's not like there's an alternative lol
« Last Edit: January 15, 2023 @884.59 by glacial_pace » Logged
Melooon
Hero Member ⚓︎
*****


So many stars!

SpaceHey: Friend Me!
StatusCafe: melon
iMood: Melonking
Itch.io: My Games

View Profile WWW

First 1000 Members!spring 2023!Squirtle!!!!MIDI WarriorMIDI Warrior1234 Posts!OzspeckCool Dude AwardRising Star of the Web AwardMessage BuddyPocket Icelogist!OG! Joined 2021!The Smallest Ozwomp Known To ManBug!
« Reply #6 on: January 14, 2023 @648.43 »

There's front end JavaScript (the kind the runs in someones browser) and backend JavaScript (the kind that runs on your web server) - as others have said, I think frontend JS should be kept to a minimum unless its really necessary (for a game or extra functionality) but the site should be usable without it. So for example, my frame link fixer script will fix URLs in frames if you have JS turned on, but its setup in such a way that the site does not NEED it to be there - it just adds a lil extra.

As for backend JS though! I use SO MUCH JavaScript behind the scenes on a lot of my projects :grin: TextureTown is entirely generated using JS, the Newsletter, Surf Club, Worm, my Monday site closing, all depend on it!
Logged


everything lost will be recovered, when you drift into the arms of the undiscovered
worldwidewar
Casual Poster ⚓︎
*


🖕💩 👽👎💩🖕 👽💯➡️💩

iMood: worldwidewar

View Profile WWW

First 1000 Members!Joined 2022!
« Reply #7 on: January 14, 2023 @707.34 »

I have a single info.json on my backend for things like the title, header, footer, etc. There isn't any scripting at all on the frontend though.
EDIT: I probably should've noted that my whole site generator is written in Python, but I still don't put any Javascript on my frontend.
« Last Edit: January 14, 2023 @750.58 by worldwidewar » Logged

____________________________________
/ After your lover has gone you will \
\ still have PEANUT BUTTER!          /
 ------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||--WWW |
                ||     ||
Guest
Guest
« Reply #8 on: January 14, 2023 @711.88 »

I personally don't use any scripting. I write everything statically in a text editor and upload it manually via SFTP.
Logged
Cele
Sr. Member
****

any way the wind blows


View Profile

First 1000 Members!Joined 2022!
« Reply #9 on: January 14, 2023 @836.77 »

I think I have JavaScript in a music player
Logged
isopod
Casual Poster ⚓︎
*


real life isopod

StatusCafe: niceopod
Matrix: Chat!

View Profile WWW

First 1000 Members!Joined 2022!
« Reply #10 on: January 15, 2023 @308.00 »

I'm of the opinion that the client should have to do as little as possible when rendering a webpage, so I try to keep client-side Javascript to an absolute minimum and serve static HTML whenever possible, but my backend is full of PHP code. I love adding dynamic features and automating simple backend tasks to minimize the amount of repetitive markup I have to write - for example, my art page is really just a PHP script that scans a directory for images and populates the page in chronological order based on file metadata, so all I have to do to update it is upload an image and the rest is taken care of for me!
Logged

it is now real isopod hours
RodFireProductions
Jr. Member ⚓︎
**


🍄🖤🐀

StatusCafe: rodfire8181
iMood: rodfire8181
Itch.io: My Games

View Profile WWW

First 1000 Members!Joined 2022!
« Reply #11 on: January 16, 2023 @23.46 »

A couple of my purely hand-coded sites use Vanilla JavaScript in their client for stuff like generating navigation links and opening modals. The rest of them are built using static site generators (SvelteKit and Hugo) so scripts get used less.

I've use vanilla, NPM, and frameworks. Believe it or not, I do kinda like working with Vanilla Javascript. I used to hate it in the past though.

I do want to try out Ruby on Rails and PHP though for web development in the future. I know some people have JavaScript disabled. It's not the easiest to get away from JavaScript when it's the easiest to get hosted with my budget of zero dollars and zero cents.
Logged

we art, web dev, and game dev
tarraxahum
Full Member ⚓︎
***


Xx_O_o_xX

SpaceHey: Friend Me!
StatusCafe: tarraxahum
iMood: tarraxahum
Matrix: Chat!

View Profile WWW

First 1000 Members!Joined 2022!
« Reply #12 on: January 16, 2023 @527.94 »

Not being afraid to seem a totall noob, which I am, I'll admit I'm still at the part of "putting stuff together like lego bricks instead of coding it myself" and there's no guarantee I'll ever progress much further than that.

So as far as I'm aware my art gallery (which I wanted to work in a specific way) and my comic reader (aka rarebit) are both running on scripts, but I'd be hard pressed to tell you how much strain they put on a user's browser and which end they are running at...
Logged



"Why change the past, when you can own this day?" (c)
princemaggots
Casual Poster ⚓︎
*


mew... <33

StatusCafe: hellspit
iMood: princemaggots

View Profile WWW

First 1000 Members!Joined 2023!
« Reply #13 on: January 24, 2023 @26.89 »

My main site uses a small amount on the client side where it helps (music player, generating one out of a random list of quotes I have for the entrance page, injecting a back home button on non-home pages with the sidebar so I only have to maintain one sidebar page), but is mostly useable regardless save for one shrine (though I should put a <noscript> tag in a couple places now that I'm looking at it...). On my second site necronomicon though, that one is mainly run off of javascript for it's desktop version (since it's supposed to simulate a desktop screen), so I have a tag on the entrance page to tell the user to enable Javascript if they want to view it.

Overall, I like using JS now that I've worked enough with React to understand it, so I like building with it - but I like to give alternatives or at least something to the user if they don't have it enabled.
Logged


brisray
Full Member ⚓︎
***



View Profile WWW

First 1000 Members!Joined 2023!
« Reply #14 on: January 24, 2023 @246.64 »

I try not to use JS unless I absolutely need it. HTML and CSS have advanced so much, my need for JS is decreasing, but there's some things it is indispensiible. I'm a great fan of Google Charts API - https://developers.google.com/chart and that depends on JS.
Logged
Pages: [1] 2 3 Print 
« previous next »
 

Vaguely similar topics! (3)

Best way to have a 2 column site?

Started by ObspogonBoard ☔︎ ∙ I need Help!

Replies: 3
Views: 1925
Last post February 13, 2023 @208.53
by fLaMEd
How do you prefer to keep your site organized (or not)

Started by NightdriftBoard ✁ ∙ Web Crafting

Replies: 26
Views: 5788
Last post January 26, 2024 @915.29
by Paprika
POLL: How many personal sites have you built?

Started by xandraBoard ✁ ∙ Web Crafting

Replies: 30
Views: 4359
Last post January 11, 2024 @150.49
by xXWebMasterXx_Gina

Melonking.Net © Always and ever was! SMF 2.0.19 | SMF © 2021, Simple Machines | Terms and Policies Forum Guide | Rules | RSS | WAP2


MelonLand Badges and Other Melon Sites!

MelonLand Project! Visit the MelonLand Forum! Support the Forum
Visit Melonking.Net! Visit the Gif Gallery! Pixel Sea TamaNOTchi