Search results

  1. C

    repeated suspensions

    I've been logging into the forums at least once a week but my account is being suspended for inactivity every couple of days. I send an unsuspend request, the account is unsuspended then two days later, its suspended again. Joyce
  2. C

    Trouble getting a Javascript to wrok

    thank you. That was the problem. I am an idiot. :happysad: Normally I do remember to check my file extensions. Also, thank you for the suggestions on making the script more efficient. Its still a work in progress.
  3. C

    Trouble getting a Javascript to wrok

    Thanks for the suggestions. I double checked the image files and they are wehre they are supposed to be. The page is at: http://www.calennadesigns.exofire.net/2009.html
  4. C

    Trouble getting a Javascript to wrok

    Here's the script. Its a basic slide show. <script> var speed = 3000; var fadeDur = 1; var Pics = new Array(); Pics[0] = 'images/2009/crazyhair1.jpg'; Pics[1] = 'images/2009/crazyhair2.jpg'; Pics[2] = 'images/2009/crazyhair3.jpg'; Pics[3] = 'images/2009/crazyhair4.jpg'; Pics[4] =...
  5. C

    Which Operating System do you prefer?

    I like Linux but I like to game too much to stick with it. I'm using a computer that was built for Vista now but I hated Vista. It was a resource hog and the whole thing with it constanly asking permission for things was really annoying. I prefer XP to Vista but I'm currently running the Windows...
  6. C

    Website creation

    Notepad for the coding, Firefox to see what it looks like. I copy and paste things like scripts (if already been done why reinvent the wheel?) but I tend to modify them just for the sake of figuring out how they work. Same goes for css. Come to think of it, that's how I learned HTML... Joyce
  7. C

    wordpress installation

    Hmm. I seems to be working now. Guess I just need a little more patience.
  8. C

    wordpress installation

    Yup, did that. That's when I get the 404 error.
  9. C

    wordpress installation

    I've tried installing wordpress both through fantastico and manually and it still won't work. I go to the address where the blog should be and get a 404 error. Is this an issue with the PHP? Is there a certain period of time I have to wait beforeit shows up? Any other possibilities? I'm lost. :P...
Top