HTML coding - Printable Version +- Gimp-Forum.net (https://www.gimp-forum.net) +-- Forum: Other topics (https://www.gimp-forum.net/Forum-Other-topics) +--- Forum: Watercooler (https://www.gimp-forum.net/Forum-Watercooler) +--- Thread: HTML coding (/Thread-HTML-coding) |
HTML coding - denzjos - 11-12-2023 Because my old website maker (copy and paste, WYSIWYG) generate HTMLcode that now show errors on the screen after uploading to a server (errors: some images and some characters not shown), I had to change to another webside maker. I wanted freeware and after installing and trying some freeware I found Bluegriffon. I think that's a good one. Now it's quite pleasant to code again (still learning). And I can now correct my old websites. Link : http://www.bluegriffon.org/#screenshots I also use TED Notepad (freeware) to make corrections to the code because it's sometimes easier and I am now learning something new : HTML coding. Somtimes frustrating, but if I get some result it feels good. Link : https://jsimlo.sk/notepad/ RE: HTML coding - zeuspaul - 11-12-2023 I maintained a couple of my own websites a few years ago. I found a basic website similar to what I wanted, copied the text and placed it into Notepad. It was easy to learn the basics and I could modify the text as needed and ended up with an easy to update basic website. RE: HTML coding - PixLab - 11-13-2023 If you use FireFox some nice tips about the web development tools of FireFox (Tools > Browser Tools > Web Dev Tools) > http://devtoolschallenger.com/ If you're searching for a good FLOSS text editor with minimap, colored syntax, git, and so on : - Atom > https://github.com/atom/atom/releases/tag/v1.60.0 Sadly Microsoft Killed it recently for its own when they bought github, but still very relevant. - Pulsar > https://pulsar-edit.dev/ the Atom's community to continue Atom with another name, maintain all plugins, etc, etc.. RE: HTML coding - denzjos - 11-13-2023 (11-13-2023, 04:03 AM)PixLab Wrote: If you use FireFox some nice tips about the web development tools of FireFox (Tools > Browser Tools > Web Dev Tools) > http://devtoolschallenger.com/ Pixlab, Atom seems to be a good one. Thank's for the link. RE: HTML coding - denzjos - 10-28-2024 I use Notepad++ and TED notepad to correct/convert some coding (messed coding from WYSIWYG) and Bluegriffon to correct the layout. I correct HTML errors with the help from : https://www.htmlvalidator.com/ |