Jump to content
xisto Community

iGuest

Members
  • Content Count

    72,093
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by iGuest

  1. I have used Adobe Illustrator CS2, I believe, it was a trial version. I found it rather difficult to use. Maybe it has too many features. I want to design signatures as I host a couple forums myself. I found this by searching Forum Signature Design. I am going to try out the free Gimp mentioned above. For one it’s priced right, can’t get better than free, and for two I am a fan of open source. Note to the admin - I like the layout of this forum, I've played with phpBB, Snits, and YaBB, until now I have never heard of IP Board.
  2. I think anyone who thinks Global Warming isn't real needs to burst their little bubble and be realistic. If we all sit on our bottoms pretending that nothing's wrong, we're going to end up in serious trouble. In Australia here, we're in the middle of the worst drought on record, there've been torrential rain and flooding in NSW, and overall erratic and unpredictable weather patterns. Exactly what scientists have been telling us will happen as a result of global warming. Temperatures have never been this hot before, and still our Prime Minister insists that there is "No Scientific Evidence" of global warming, and gets back to talking about having Nuclear Power Plants placed all over the country. When Global Warming starts to get really bad (and it's getting worse), people will realise that when they could have been cutting down on emissions, using environmentally friendly products, and using alternative energy, and helping stop the problem, they've been burning fossil fuels, emitting greenhouse gases and using petroleum cars, and making it worse. Global warming is a serious problem, and people need to start taking it seriously, or we'll all pay the price. Oh, and as for that "Global Warming Swindle" documentary, the fact that half of the graphs were made up suggests that it's not to be taken entirely seriously.
  3. One day, I'll wave my hand in the air to turn the computer on instantly, log on by using my thumbprint, rotate the holographic screen by waving my hands around it, move my eyes around to move the cursor, and blink to click.Mind you, that would be inconvenient."Err.... I was kinda looking at the 'Self Destruct' button on the computer, and... well... I blinked."We could also get phones that go in our teeth. Teeth are very good at picking up signals and sending sounds to our ears (true story!)Teacher: "Whose tooth is that!? Detention!"
  4. Also, I found out recently, you can use semitransparent PNGs as backgrounds etc. for websites, and this stops any elements inside it from becoming transparent.
  5. Your IDE should come with a function to run/test a program. Remember that you must compile it before doing so. If your IDE doesn't have this, you can always try putting it in a webpage as an applet.
  6. I was on about 2 credits 2 days ago, and then it suddenly went down to -4.37! I think something might be wrong...
  7. I'd recommend db4free.net, or otherwise, try signing up to a free web host that has MySQL databases, and using them if they have remote access. If you are prepared to host your own, and you have a broadband internet connection with a computer that's always on, that's always a good option.
  8. It would be helpful if youa) Told us what it was:P gave us a linkc) Posted in the correct forum
  9. <?php$to = 'someone@example.com';$subject = 'Contact e-mail';$user_name = $_GET['Name'];$user_email = $_GET['Email'];$user_message = $_GET['Message'];$user_reason = $_GET['Reason'];$message = "Name: $user_name \n E-mail: $user_email \n\n $user_message \n\n Reason: $user_reason";$headers = 'From: webmaster@example.com' . "\r\n" . 'Reply-To: webmaster@example.com' . "\r\n";if !( mail( $to, $subject, $message, $headers) ) { echo 'Mail not sent!';}else {echo '<script language="JavaScript" type="Text/JavaScript">document.location = 'thankyou.php';</script>';}?>Some Mail Servers require a From header in the mail() even though the php function lists it as an Optional part of the Function's parameters, so review the code above and notice that it uses the variable named $header to add the From and Reply-to headers for the mail script. I have seen mail fail because these headers are missing on the attempt to mail out stuff. Also, this code does not show any error handling, so another problem might be that the client is leaving one of the required fields blank? Check the Mail function information at the php site: http://php.net/.
  10. http://forums.xisto.com/no_longer_exists/
  11. http://forums.xisto.com/no_longer_exists/
  12. Here is an HTML and CSS code that will enable you change the look of your MYSPACE page. Here is a sample page JointBreaker Download the code here: http://forums.xisto.com/no_longer_exists/
  13. tokiohotel Good or BAd muwhah ;lPlease post what you thinq
  14. Another way to center the div, is by placing it in <center> tags, and adding the following CSS:text-align: left;
  15. I use Xisto, and I'll try it with cronjobs (I don't know perl).I didn't think cronjobs would be able to do it, but I'll try it! Thanks!
  16. No, I am don't stup much either. I know exactly what the problem is and how to fix it! Thanks for being so detailed! I'm afraid we're gonna need a but more information... If your english isn't too good, try a translator.
  17. Yeah, the main reason why I use Serverside codes, is because if you had something in JavaScript, it might do one thing in Safari, another in Firefox, and nothing in IE, which is what usually happens... But with serverside it doesn't matter what browser the user has, its what server you have.
  18. That's not what my problem is. the problem is getting it to check at intervals, even when the user isn't on the page
  19. Hi,Does anyone know a way to get the mouse co-ordinates from JavaScript? Im making a thing where you drag and drop objects on a page, and I know how to do it, except for this bit, so if anyone knows, that's help.Thanks!
  20. Hi, I was wondering, is it possible to execute a PHP script when a user isn't on the page with it? Say for example, have it so that a script checks that if a certain time has passed since a user was last active, it logs them off? So that if they've closed the window, it doesn't keep them marked as logged in.Also, is there any way, with PHP to alert a user when something changes, as soon as it happens? Say that if they recieve a new message, a box pops up telling them? You could do this with Ajax I suppose, but (correct me if I'm wrong) continually running a script to check it would slow the user's browser down considerably.
  21. Whats the difference between a drunk driver and a stoned driver?A drunk driver will go right through a stop sign while a stoned driver will sit at it and wait for it to turn green.
  22. My Top Browsers: 1. Firefox 2. Safari 3. Netscape (Only because its better than all the others!) 4. Opera [every other random browser ever made] Bottom. Internet Explorer IE is the most crap thing ever, seriously, why on earth would you use it? I've never, ever used it as my main browser, and I never will. You can't even get skins for it! People, use Firefox, or as I'm doing now, Safari.
  23. Could Xisto possibly get shoutcast, or another internet radio service? Just most of them cost lots, even though the actual ShoutCast DNAS program is free. It would definitely make things a lot easier for me.
  24. Would it be possible for you to post up some of the original code and then some of the fixed code so that others might learn from your trials?After all, that is the purpose of the Forum. You came here asking for assistance but don't appear to willing to assist others. Not very good Netiquette...
  25. Have you seen or tried Wink from Debugmode.com?Free download and install... the price is right. Only thing is I am not certain about the produced file type. *edit* It does do FLASH *edit*And the price is right...
×
×
  • 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.