• Welcome to Autism Forums, a friendly forum to discuss Aspergers Syndrome, Autism, High Functioning Autism and related conditions.

    Your voice is missing! You will need to register to get access to the following site features:
    • Reply to discussions and create your own threads.
    • Our modern chat room. No add-ons or extensions required, just login and start chatting!
    • Private Member only forums for more serious discussions that you may wish to not have guests or search engines access to.
    • Your very own blog. Write about anything you like on your own individual blog.

    We hope to see you as a part of our community soon! Please also check us out @ https://www.twitter.com/aspiescentral

Free website creation?

A beautiful free little code editor out now is Sublime Text editor it is wonderful for coding if you aren't color blind.
The default text editor in Linux is the same, simply called Text Editor. Has quite a few useful tools built in too.

screen88.jpg
 
Maybe you didn't understand my joke, or I don't understand you. What do "flavors" mean in linux?
Oh yes misunderstanding there. By flavours I meant the variant of linux based operating system I was using. Ubuntu isn't a straight linux operating system, it's a subvariant based on Linux. But then even within the Ubuntu variant there are sub-variants to it, Xubuntu, Lubuntu, Ubuntu Cinnamon, Ubuntu MATE, Ubuntu Budgie, etc. So I thought when you asked about flavor I didn't get the joke, I thought it a literal question.
 
Oh yes misunderstanding there. By flavours I meant the variant of linux based operating system I was using. Ubuntu isn't a straight linux operating system, it's a subvariant based on Linux. But then even within the Ubuntu variant there are sub-variants to it, Xubuntu, Lubuntu, Ubuntu Cinnamon, Ubuntu MATE, Ubuntu Budgie, etc. So I thought when you asked about flavor I didn't get the joke, I thought it a literal question.
aha okay, thanks for explaining :)
 
What flavor are you running? I've got a dual boot computer Win 11/Ubuntu with gnome.
Ubuntu but with the Cinnamon desktop - same as Mint.

sudo apt-get install cinnamon

You can install as many desktops as you like and switch back and forth between them.
 
As someone that was first writing HTML back in the late 90's I can 100000000% say don't waste your time learning HTML or CSS. With where things are at currently, and where they are going unless you are a really avid tinkerer that wants to learn some history code there isn't much point in learning that code these days. PHP, SQL, Python scripting are all way more beneficial.

HTML and CSS are still used extensively by software developers making applications that run in web browsers. I agree that someone that just wants to make a web page can use tools that generate them without needing to know the foundation, but they are in no way obsolete.

I'm not all in on webdev (different paths for the time being) but I always thought HTML and CSS were still in heavy use for frontend, while Python and JS (among others) were typically used on the backend. Am I wrong to assume this?
 
I don't know anything about websites, and how much it costs to create and just have one. I need the one made for my autistic friend, who would use it as a portfolio for his paintings, music and books he wants to sell. Of course we don't need anything ultra fancy looking.
Are there some easy to create and free websites there? I probably sound stupid with these questions, but it's ultra out of my league :oops:
In addition to authoring the contents, you will need to address the question of hosting, as well, which involves renting or otherwise acquiring space on a computer connected to the Internet in order to serve the pages, and you also need to register a domain name so that the site can by found by name or URL.
 
I'm not all in on webdev (different paths for the time being) but I always thought HTML and CSS were still in heavy use for frontend, while Python and JS (among others) were typically used on the backend. Am I wrong to assume this?
That is correct. HTML is the markup language used to display things in a browser. CSS is a styling language for changing the style (look and some behavior) of the content. It is hard to make anything in a web browser without using them.

Even server side libraries that render web pages use HTML and CSS. Django (python web library), PHP, and others generally use templates in which code can be mixed into the HTML. Basically, you need to know HTML to fully understand what is happening under the hood if you are making a web page.
 

New Threads

Top Bottom