Jump to content
xisto Community

moldboy

Members
  • Content Count

    522
  • Joined

  • Last visited

Posts posted by moldboy


  1. I have created DVD ISOs and rather then burn them to disk (I don't have DVD burner, as of yet) I would like to test them in ISO format in a stardard DVD viewing program like PowerDVD. So I need a FREE software that will allow me to mount the ISO as a readable drive. For those curious these aren't ISOs I've downloaded, rather as the above states ones I have created.


  2. You say you want the login in the table with the form. That makes sense, it's the natural way to program, and when I first started php the lack of a goto function drove me crazy. The reason the model you have tried (but can't get to wirk) isn't returning an error is because you set the page up properly. Session_start() must be the first line sent to the browser, so fir example in the following code (I just wrote this there may be errors)

    <html><head></head><body><?phpif $sessions == TRUE{session_start();};else {echo "<p>session were not requested</p>";};?></body></html>
    this code will result in an if session == TRUE because it will try to start the session after the browser has recieved code (the <html>... stuff)

    Umm, you really need to post a little more code, If you use session_start() at the top of the page so it doesn't return an error, then you should be able to set session variables at any point later in the page. It may very well be the way you are calling the variables that results in it not working.

    That's all I can think of right now, without more code, I'm sorry I can't be of more help

  3. Yep Session saver will do exactly what you want as far as reopening on next startup, and will let you save opt sessions.

    As for mouse gestures I believe there is a program called Mouse Gestures for firefox
    http://optimoz.mozdev.org/gestures/ I've never tryed this, nor have I used the feature in opera but this might do what you want.


  4. I was using zonealarm. However my computer was craching something about kernal, someone somewhere said that zone alarm causes this on some systems, removing it fixed the problem. Anyway I use a program called Outpost firewall. THere is a free version somewhere, it's only a tiny bit harder then Zonealarm, if you decide to use it and need help, just post back here.


  5. THere is one point in the request that I don't quite understand google not compilying with. I compleatly understand (and approve) their resistance to give search histories. However I feel that in an act of good faith they could turn over their internet index/database. Now get this Google claims that this could take up to a week in human hourse to produce. How much data do they really have?


  6. Frankly Google is as we speak (or type, same thing) is fighting the supreme court to keep information they have gathered private. Now I assume the case has nothing to do with email. But if they are willing to fight to keep information that any intrested party could gather themselves (web crawler information) private then I have no fear of them keeping my emails.You may also note that there is no way to contact the makers of this website (that I can see anyway)


  7. If I'm not mistaken, modem booster sets a few vital system values. Most internet tweeking devices are built for windows 89-me, as those systems were confugured for dial-up and people with broadband didn't experiance the best results. The guy who played warcraft probably had his set to a braodband setting, and then changing it back to dial-up otimoum settings would have helped. Have you ever read "will speed up your downloads 300%"? Forr dial-up no such program exists. A download accelerator will download multiple parts of the same file, if possable from diffrent servers. Some servers will only send a certian % of their bandwidth for each connection. Therefor you can speed up your connection by splitting your download. The problam with that is that you (and me) being on dialup probably are already using the most your internet can accept. I personaly use the Free Download Manager, but it really is personal preference, as they won't speed up your download.Some ISP's will compress data only if your modem can decompress it. So check to see if your ISP/modem support compression. This won't affect your images much, but a site like this might just load faster.And if you have money to spend, and time to waist, get a second phone line, a second modem, and configure your computer to use both modems at the same time, appentrily it's possable. But I wouldn't know how to do it.

×
×
  • 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.