Jump to content
xisto Community

bcarasco

Members
  • Content Count

    7
  • Joined

  • Last visited

  1. Personally I prefer one of the free anti-viruses. They are usually less bloated and I trust them a lot more.
  2. There's no real way to detect a popup blocker in PHP but it is pretty easy in JavaScript. <script type="text/JavaScript" language="JavaScript"> var mine = window.open('','','width=1,height=1,left=0,top=0,scrollbars=no'); if(mine) var popUpsBlocked = false else var popUpsBlocked = true mine.close()</script> Just insert that in the HEAD of your code and wether or not their browser blocks popups will be stored in the popUpsBlocked variable.
  3. But if you are using Actionscript 3 this is the way to do it include "scripts/myscript.as" There were many changes between Actionscript 2 to Actionscript three. One of them was getting rid of the "#" before the include directive. Including files is very useful say if you wanted to create a class in AS. It's much easier to interpert your code if you include it in a seperate AS file.
  4. How many of you have iPhones or iPod Touches? How often do you use them (more than your current computer or less)? Is it your main way to view the internet? If you do have expierience using the internet on these devices what websites do you find enjoying to use on them and what websites frusturate you?
  5. I agree with the others, PHP is certainly the best way of doing this. However, it is not the easiest programming language to learn. Something like javascript or actionscript (in Flash) might be easier for a new user to get used to. That said if you are really serious about the game PHP is the way to go.
  6. This seems to be something occuring on both of the Xisto post-for-host sites. I have seen a lot of posts about this error. Popular opinion seems to be that a few of their servers may have run out space. (Not to be redundent, this is quite obvious from the error). I'm not saying that your account has used up all of its allowed space, just the server that your account resides on.
  7. I have actually found Gmail's spam filters to be quite good. However I guess some email programs may download all folders instead of just the inbox.
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.