Jump to content

alhanson

Members
  • Posts

    16
  • Joined

  • Last visited

Posts posted by alhanson

  1. .co is the Internet country code top-level domain (ccTLD) assigned to Colombia. It is administered by .CO Internet S.A.S.[3] As of July 10, 2010, there are no registration restrictions on second-level .co domains; any individual or entity in the world can register a .co domain.
    ... Wikipedia
  2. Ann,

     

    You have going beyond what wordpress can offer. Wordpress is blog type software with its auto completes and generated code for people that think they are Professionals. Wordpress is junk that creates outdated dinosaur pages in an ever changing web. You are just going to have open up notepad and create your own slideshow.

     

    al

  3. Why do you want to buy a server? When you can have a hosting company host your site for very little money. Let the hosting company worry about all the problems of running a server.I use Bluehost, Domain names are 10 dollars a year and the hosted site is less than 10 dollars a month. The hosting company come with a lot of free services, that are part of the package.

     

    Most servers are Linux and run command-line. So you would need to know Linux command-line first. But if you want to play around with servers an old PC will do and you can down load the Linus OS for free.

     

    al

    • Like 1
  4. Speech Synthesiser

     

    on the js page...

     

    function playIt00()

    {

    var u = new SpeechSynthesisUtterance('Hello World');

    speechSynthesis.speak(u);

    }

     

    <!DOCTYPE html>

     

    <script language="javascript" src="js/text025.js"></script>

     

    <text type="input" id="forEmbed" onclick="playIt00()">Hello World!</text>

     

    </html>

     

    Question; On the nexus 7 or iPad is the Speech Synthesiser Client side? Thus i am only moving the code (text)? Not the Synthesiser each time.

×
×
  • Create New...