Jump to content

spscwork

Helpers
  • Posts

    26
  • Joined

  • Last visited

Posts posted by spscwork

  1. Thank You,

     

    Just so you know, I'm creating a HTML5 Canvas Library called Hotspots which allows the web developer to define a section of the canvas which is responsive to events and, unlike others that I have found, is responsive to canvas transformations. so you can rotate, scale, translate and skew the canvas and align the Hotspots easily.

     

    Thank you again.

  2. Hello,

    I am trying to figure out a way to get a default function that is called if a function does not exist. For example

     

    var foo = {
    bar: function(){
     console.log("Bar was called")
    },
    unknown: function(){
     console.log("Unknown was called")
    }
    }
    foo.bar(); // Should log "Bar was called"
    foo.biz(); // Should log "Unknown was called"
    

     

    Is there any way to do this cross browser, and if not then is there a way to do this in certain browsers?

     

    Thank you

  3. Hi,

     

    I just noticed that on my posts, above my name "Newbie" has changed to "

    Rank I Member", could someone tell me how the ranking works. Also I've noticed that some accounts have 'Contributor' or 'Support Admin', could someone tell me what these titles mean.

     

    Thank you

     

    I don't know why the formatting has gone all weird, but I can't change it, sorry.

  4. I think that if any country has a secret nuclear program it would be America, because they always push things over the top, citing national security.

     

    Also, if the US is making nukes then I don't think that they start a war because that's not the American way (just look at the cold war), no shots were fired, but the weapons got more and more advanced until there were missile in Cuba when they backed away. The American way is more of a intimidate into submission.

     

    Maybe the US government are paranoid or something...

  5. I used to use Ubuntu, but I found that using it with other computers was very difficult. Also, you need Windows to test websites on IE and seeing as how my computer is around ten years old, using a virtual machine would 1, not fit on the HDD and 2, would use too much of the resources.

     

    It's just plain easier to use Windows.

  6. Thank you so much for all of your help, but please could you explain further:

    Am I meant to set up the CNAME record in the DNS Zone Editor of the HelioHost account or the 1FreeHostng account;

    Also, in the 1FreeHost account there are four NS records which read:

     

    spow.hostingsiteforfree.com. IN NS ns1.1freehosting.com.
    spow.hostingsiteforfree.com. IN NS ns2.1freehosting.com.
    spow.hostingsiteforfree.com. IN NS ns3.1freehosting.com.
    spow.hostingsiteforfree.com. IN NS ns4.1freehosting.com.
    

     

    Would this suffice or do I still need to put in the A records and if so in which account do I put them in.

     

    Thanks Again

  7. Sorry, I wasn't clear.

     

    I want to be able to access everything on second.com from sub.first.com, not just webpages but directories, images and everything else.

     

    Also the two accounts are from different providers (the first is from HelioHost and the second is from 1freehosting.com), I am trying to make this set up work as as 1freehosting provides just under 10GB disk size and I am running out of space on the HelioHost account. However 1freehosting caps the amount of email address, databases etc that you can have, therefore the two accounts, when put together in the afore mentioned way provide an ideal environment.

  8. Hello all,

     

    I am trying to link two websites in such a way that by using a subdomain of one I can access the files on the second.

     

    For example, I want to be able to get:

     

    http://www.second.com/dir/index.html

     

    From:

     

    http://sub.first.com/dir/index.html

     

     

     

    I can use DNS Zone editors to make records (on the first I can make A, CNAME and TXT records and on the second I can make A, MX, AAAA, CNAME, HINFO, NAPTR, NS, PTR, RP, SRV and TXT records).

     

    Also, please could you tell me a good place to learn how to do this type of thing in the future.

     

    Thank You,

    Scott

×
×
  • Create New...