Volg de onderstaande video om te zien hoe je onze site als web-app op je startscherm installeert.
Opmerking: Deze functie is mogelijk niet beschikbaar in sommige browsers.
Maar wie wil daar nu ook hosten?GigaPixels zei:^ Bij Versio kan je tot 25 domeinen hosten op het laagste hostingspakket (0.50€ / maand)

dJeez zei:Maar wie wil daar nu ook hosten?![]()
When using # for dynamic content change the # to #! and then on the server $_REQUEST["_escaped_fragment_"] is what googlebot uses instead of #!. In other words, ./#!page=1 becomes ./?_escaped_fragments_=page=1. Also, for users that may be using FF.b4 or Chromium, history.pushState({"foo":"bar"}, "About", "./?page=1"); Is a great command. So even though the address bar has changed the page does not reload. This allows you to use ? instead of #! to keep dynamic content and also tell the server when you email the link that we are after this page, and the AJAX does not need to make another extra request.
faxxR zei:Ik wil een kleine site online zetten met een zelfgekozen domein. (1GB Webruimte volstaat) Waar kan ik dit het beste doen? Had zitten denken aan one.com?
haha
W0utR zei:best practices - What should every programmer know about web development? - Programmers - Stack Exchange
Toch wel interessant om is te lezen