How can I launch my web or advert to the internet? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 7

How can I launch my web or advert to the internet?

html,javascript

15th Aug 2017, 6:48 PM
Elizabeth muli
Elizabeth muli - avatar
14 Answers
+ 8
the question was...how can I host a web on the internet for free and some of the free web hosting platforms
18th Feb 2018, 5:14 PM
Elizabeth muli
Elizabeth muli - avatar
+ 7
what is ftp?
15th Aug 2017, 8:09 PM
Elizabeth muli
Elizabeth muli - avatar
+ 6
which are some of these free hosting...?
15th Aug 2017, 8:21 PM
Elizabeth muli
Elizabeth muli - avatar
+ 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
21st Aug 2017, 5:05 PM
Brian Njine
Brian Njine - avatar
+ 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.
15th Aug 2017, 7:31 PM
zdena
+ 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.
15th Aug 2017, 8:15 PM
Hima
Hima - avatar
+ 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.
15th Aug 2017, 11:23 PM
Brian Njine
Brian Njine - avatar
+ 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
21st Aug 2017, 1:45 PM
Scarface
Scarface - avatar
+ 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
25th Aug 2017, 6:53 PM
Austin Nzioka
Austin Nzioka - avatar
+ 2
not really answered am keenly following, the question was whether you can code your own website and some of this Free web hosting
18th Feb 2018, 5:11 PM
JOSEPHAT MUTIAH
JOSEPHAT MUTIAH - avatar
+ 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
15th Mar 2018, 9:06 PM
Jerry Shikanga
Jerry Shikanga - avatar
+ 1
yeah hv got you...am a victim so eager to have then answering
18th Feb 2018, 5:19 PM
JOSEPHAT MUTIAH
JOSEPHAT MUTIAH - avatar
+ 1
some are talking about their own server.... how
18th Feb 2018, 5:20 PM
JOSEPHAT MUTIAH
JOSEPHAT MUTIAH - avatar
+ 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.
20th Feb 2018, 11:44 AM
desmond korir
desmond korir - avatar