Jump to content

Little Goat

Members
  • Posts

    733
  • Joined

  • Last visited

Posts posted by Little Goat

  1. no, that's ok, I was just wondering if maybe I didn't have to create the class. but I've already done that, so I ll just stick with what I'm doing.

  2. RESOLVEDok, so I just got firefox, and I test out one of the sites I am building with it. I have links that are set to width:100% so that the background will extend all the way over, but FireFox doesn't do that. here is what it does:ffproblem4kc.pngis there some workaround for FF?thnxLG

  3. yea, I got that far, but thanks anyway. I figured out the basics of the code that I need, and I'm just going to use my own algorithm.thanksLG

  4. @dan I wanted to make something similar to StrangeBanana.com and I need to make a color scheme for the generated pages.@skym, I am trying to do that, but it's kind of hard to sort out the Javascript. it's very complicated, and even if I did get it figured out, I probably still wouldn't know how the algorythm worked. maybe I'll just keep doing that, but I would like it if I could know how the algorythm works.

  5. I mean colors that would look well together. (for example in a color scheme) if you go to ColorMatch.dk you will see a Javascript one, but I need it in php, and way less advanced. I just want to send a color to a PHP function, and have it return colors that look good with each other.LG

  6. whoa, wait a minute DO NOT INSTALL EASYPHP!!!!!it slows down your computer really bad. (or at least mine) use XAMPP.(just had to warn you)LG

  7. the script you send the form to will just have to open the file, search for something to replace, and replace it with the new value.I would reccomend having a hidden element with the same value, so that the script will know what to replace.LG

  8. True, but you would have to store the sessions somewhere where it is static, but editable. The session itself will get deleted when the user is inactive for a certain period, and all data will be lost :)

    what I meant was to use sessions to keep the person logged in. use mysql for the rest.
  9. Hi, this isn't totally about PHP, but anyway, I need to make a color scheme generator. ther is a Javascript one, (google for ColorMatch 5k)but I need one that is very simple; you put in a random hex code (e.g. F24ECC) and it should output some colors that would go with that color well. all of this needs to be in PHP.I either need to know a method of finding matching colors, or I need some code to do it (if that's easier than explaining to me).thnx,LG

×
×
  • Create New...