Home Events! Entrance Everyone Wiki Search Login Register

Welcome, Guest. Please login or register. - Thinking of joining the forum??
November 22, 2024 - @19.41 (what is this?)
Forum activity rating: Three Stars Posts: 29/1k.beats Unread Topics | Unread Replies | My Stuff | Random Topic | Recent Posts    Start New Topic
News: :skull: Websites are like whispers in the night  :skull:

+  MelonLand Forum
|-+  World Wild Web
| |-+  ✁ ∙ Web Crafting
| | |-+  What do you use to code websites?


« previous next »
Pages: 1 2 3 [4] 5 Print
Author Topic: What do you use to code websites?  (Read 7298 times)
nenrikido
Newbie ⚓︎
*


⛺︎ My Room

View Profile WWW

First 1000 Members!Joined 2023!
« Reply #45 on: June 14, 2023 @199.46 »

I don't think I've seen anyone mention VS Codium yet, but it's basically just VS Code for Microsoft haters. I use that, Hugo (static site generator), and Neocities CLI for my site.
Logged

      
phexe
Casual Poster ⚓︎
*


⛺︎ My Room
StatusCafe: phexe
iMood: phexe

View Profile WWW

First 1000 Members!Joined 2023!
« Reply #46 on: June 14, 2023 @405.83 »

Ive used a bunch over time but for some reason always find myself going back to brackets! i dont really have a good reason as for why but i just think its nice and clean.  :4u:
Logged


starbreaker
Sr. Member ⚓︎
****


What good is Heaven if we dare not storm it?

⛺︎ My Room
SpaceHey: Friend Me!

View Profile WWW

First 1000 Members!G4 Club Member!Joined 2023!
« Reply #47 on: July 14, 2023 @996.88 »

I use GNU Emacs, but I don't hand-code HTML for every page. I have partials that I include in a pandoc template or in Markdown files, and I've written a bunch of shell scripts to build my site, which I call from a Makefile. I can push my site to my host by running "make install".
Logged

Daryl Sun
Jr. Member ⚓︎
**


She/Her

⛺︎ My Room
Matrix: Chat!
XMPP: Chat!

View Profile WWW

First 1000 Members!Joined 2023!
« Reply #48 on: July 14, 2023 @661.37 »

  • A text editor that doesn't get in my way of coding (currently VS Codium)
  • An Internet browser to preview websites and look up how that particular CSS style works again (currently Librewolf with DuckDuckGo)
  • git to save and track my edits
  • Plenty of time and patience
Logged

starbreaker
Sr. Member ⚓︎
****


What good is Heaven if we dare not storm it?

⛺︎ My Room
SpaceHey: Friend Me!

View Profile WWW

First 1000 Members!G4 Club Member!Joined 2023!
« Reply #49 on: July 14, 2023 @873.70 »

  • A text editor that doesn't get in my way of coding (currently VS Codium)
  • An Internet browser to preview websites and look up how that particular CSS style works again (currently Librewolf with DuckDuckGo)
  • git to save and track my edits
  • Plenty of time and patience

Daryl, did you know about MDN Web Docs? Mozilla maintains them, they have a section for CSS, and I keep it open at my day job too.

Incidentally, my setup is similar to yours except I have a different editor and add liberal amounts of profanity.
Logged

Grimlock
Jr. Member ⚓︎
**


Harley | He/they |

⛺︎ My Room
SpaceHey: Friend Me!
StatusCafe: dinosaur
iMood: Grimlock

View Profile WWW

First 1000 Members!Joined 2023!
« Reply #50 on: July 14, 2023 @917.25 »

i use the built in neocities editor for html mostly and for css i use the extension stylus (don't get it mixed up with stylish btw that one collects your data) to edit because it lets me preview it on my site really easily without making me have to hard refresh to see the changes and make sure they're right
Logged

Daryl Sun
Jr. Member ⚓︎
**


She/Her

⛺︎ My Room
Matrix: Chat!
XMPP: Chat!

View Profile WWW

First 1000 Members!Joined 2023!
« Reply #51 on: July 16, 2023 @255.90 »

Daryl, did you know about MDN Web Docs? Mozilla maintains them, they have a section for CSS, and I keep it open at my day job too.

I did know about MDN Web Docs, but erm, I never thought of bookmarking it until now. Fixed! :ok:

Incidentally, my setup is similar to yours except I have a different editor and add liberal amounts of profanity.

Pfff!
Logged

CytricAcid
Casual Poster ⚓︎
*


wait another year, utopia is here

⛺︎ My Room

View Profile WWW

First 1000 Members!Joined 2023!
« Reply #52 on: July 19, 2023 @790.28 »

I've been coding just in the neocities editor, but i was interested in jumping into vs code since i've used it before in the past.
Unfortunately.... my site just doesn't load from my hard drive so I think I have to keep coding in the neocities editor :')

Edit: I figured it out! VS Code is a lot nicer than neocities built in code editor owo
« Last Edit: July 20, 2023 @41.11 by CytricAcid » Logged

they/them
Necrosia
Full Member ⚓︎
***


Lord of the Labyrinth

⛺︎ My Room

View Profile WWW

First 1000 Members!spring 2023!Welcome Soup!Joined 2023!
« Reply #53 on: July 19, 2023 @808.63 »

I lost too many things in the past because I wrote in the browser editor and when I pressed 'send' the internet or the session gave up and I lost everything so no more serious writing in the browser editor for me.  :ozwomp:

I use vscode or visual studio depending on the project.
Logged



 
Avatar by Urubu
TheNothingMonster
Full Member ⚓︎
***


Hey psst! Wanna see something spooky?

⛺︎ My Room
StatusCafe: thenothingmonster

View Profile WWW

First 1000 Members!Joined 2023!
« Reply #54 on: July 19, 2023 @844.47 »

Even though the project has been sunsetted, I still use Atom as my main code editor. I find it comfortable and I do not have any issues with it.

Aside from Atom, I sometimes use Notepad++ for editing more obscure files (or as a secondary editor along with Atom) and Visual Studio Code whenever I want to test something in JavaScript with Node enabled.
Logged

~~~~~~~~~~~~
vvinrg
Jr. Member ⚓︎
**


It's mine! My text! You can't have it!! Bwahaha!!!

⛺︎ My Room
StatusCafe: winrg
iMood: winrg
Matrix: Chat!
XMPP: Chat!

View Profile WWW

First 1000 Members!Joined 2023!
« Reply #55 on: October 10, 2023 @949.58 »

For my Neocities site I honestly just use the builtin editor 90% of the time, although I don't update it much these days. I used to edit the files for my main site in Emacs via Tramp(lets you access stuff via SSH), but these days I do just about everything in GNU Nano. I'm 90% sure all of comics.marigold.town was built in it lol.

BTW, to all the folks mentioning cache issues: Keep devtools open! Both Firefox and Chrome have options to disable the cache while devtools are open!! It's in the network tab!!!! It's a lifesaver!!!!!!
Logged
Loebas
Casual Poster ⚓︎
*


⛺︎ My Room
Matrix: Chat!

View Profile WWW

First 1000 Members!Joined 2023!
« Reply #56 on: October 22, 2023 @460.49 »

I've used Frontpage Express for editing my website over on neocities. My website is sadly a little plain, but i like to change that in the foreseeable future.

Frontpage express is i WYSIWYG editor which also comes with a source editor. I'm not sure where i found the installer, but i am sure you will find it over on the internet archive.
Logged
seraph
Casual Poster ⚓︎
*


you're telling me a queer coded this?

⛺︎ My Room

View Profile WWW

First 1000 Members!Joined 2023!
« Reply #57 on: October 27, 2023 @719.17 »

i used to use notepad, but now i use vscode
Logged

Kala
Casual Poster ⚓︎
*


she/her

⛺︎ My Room

View Profile WWW

First 1000 Members!Joined 2023!
« Reply #58 on: October 28, 2023 @221.90 »

I use the plain old windows notepad  :smile:  reliable and easy to use.
Logged

Memory
Guest
« Reply #59 on: October 28, 2023 @934.53 »

Currently I use TextMate on Mac. On Linux I used Notepad++ with Wine.
Logged
Pages: 1 2 3 [4] 5 Print 
« previous next »
 

Vaguely similar topics! (3)

Deltarune Chapter 2 and The Goner Code

Started by DoctorScreechBoard ♖ ∙ Video Games

Replies: 0
Views: 3368
Last post December 03, 2021 @256.40
by DoctorScreech
Yesterweb Zine - Issue 02 - Websites as an Act of Creativity - OUT NOW!!

Started by sadnessBoard ☆ ∙ Showcase & Links

Replies: 4
Views: 1858
Last post April 27, 2022 @745.66
by Dojidave
Whats your life like? (Time Capsule Thread)

Started by MelooonBoard ⚚ ∙ Life on Earth!

Replies: 45
Views: 5401
Last post November 05, 2024 @868.59
by Eunice

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


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