+ 7
How can I launch my web or advert to the internet?
html,javascript
14 Respuestas
+ 8
the question was...how can I host a web on the internet for free and some of the free web hosting platforms
+ 7
what is ftp?
+ 6
which are some of these free hosting...?
+ 3
Does anyone code from scratch these days? A standard website will have html /css (which will be handled by frameworks like bootstrap), php (handled by laravel and the likes), Javascript (handled by angular, react, bootstrap, etc).. All the open-source frameworks have libraries of code that aid in reducing errors and development time
+ 2
code some website, register and buy domain, pay web hosting, upload Your code throught ftp. Delete index html premade by web hosting provider. You should register some free hosting or use Your own server but this does not differ much from the suggested.
+ 2
FTP is an acronym for File Transfer Protocol. As the name suggests, FTPis used to transfer files between computers on a network. You can useFTP to exchange files between computer accounts, transfer files between an account and a desktop computer, or access online software archives.
+ 2
The easiest way(at least for me) is using content management applications like WordPress, Drupal, Joomla, etc which will reduce your website development time and effort... The applications are easy to get familiar with... They even handle ftp(file transfer protocol) for you; although knowing how to handle ftp on your own can prove to be advantageous.
+ 2
using wordpress, drupal, joomla and other such content management applications is a good idea but I would advocate for you to try and code your own website, learning html is easy and fun, and since it's your own code managing your website wouls be far much easier
+ 2
Actually I would prefer to have my own server with adequate local storage
As of that advert you have to consult the owner of the advert or place it in your website as an element and animate is using js
+ 2
not really answered am keenly following, the question was whether you can code your own website and some of this Free web hosting
+ 2
You can host with firebase it's free. Or Google Cloud Pltfork upon signing up you are given free 300 US dollars. Unless I'm the only lucky one here
+ 1
yeah hv got you...am a victim so eager to have then answering
+ 1
some are talking about their own server.... how
+ 1
heroku provides free hosting services for development purposes, you can host there then buy buy a custom domain . for deployment/hosting ,you can use git and heroku cli.