Jump to content

AXiSS

Members
  • Posts

    234
  • Joined

  • Last visited

    Never

Posts posted by AXiSS

  1. I need to enter an array of values into a database, having each value be inserted as it's own row. I've searched for how to do it and the best I found was the foreach() function. So, would:

     

    foreach ($array as value) {
      $result = mysql_query("INSERT INTO some_table (value1, value2) VALUES ('$value', '$someOtherValue')");
    }

     

    work, or is there a better way to do it?

  2. you mean :

    <?php

    session_start();

    ?>

     

    ?

    I know that has to come first before anything, and it is.. this is (i think) why i cant modify the header (and i dont know what the hell im saying lol) but i think it has something to do with that and i know i cant put anything before session_start();

     

    You can have session start before a header, just move all of your login code above the HTML and it should work.

  3. :( Times New Roman! Use a sans serif font such as Arial, Trebuchet, or Verdana.

     

    Like others said, overall the site looks cheap, and as if it was made for only one resolution screen (on mine, there's about a 30/70 split on the surrounding blank area).

  4. I'm working on a very very simple blog system, and want to allow users to add tags to their blog posts. So I'm wondering how to seperate each tag (from one variable with them seperated by commas) and then how to store each into a seperate row in the tags table, with the same blog_id value.

     

    Thanks.

  5. i only used notepad to create this site, and i still think its fairly obvious what this site does, just as obvious as you tube or 4chan... and i agree about the front page of the site being pointless and such but that was written just to be an index page on the first day i started creating the site., i still have much cosmetic work to do on the site,  i know. (waiting for photoshop to download).  I was really more concerned about what people thought of the system, and how things worked in the site. but i guess all that matters is that i have tables? and the "front-page" (home or index) is annoying.

    Err... it's content is about as obvious as the content of McDonald's Mystery Meat. And as long as you are referencing Youtube, you might get a clue about what aesthetic design is. And the problem isn't just the tables, it is the fact that there is a total lack of any intelligent design displayed on the site.

  6. Looks like a good start for a clean design. I'd just suggest at this point to change the colors- the lime green is a bit too bold, especially when you put that blue on top of it.

     

    I'd keep one color, either the blue or the green, and make all the other elements a light gray.

  7. ok...i give up...  put simply...site and design have a very narrow audience. period

    What is wrong with a narrow audience? Sites should have a specific audience, it shows they are purposeful. Sites like Digg and Flickr have a specific audience, yet you wouldn't go around saying they are bad. I don't use either, I'm not part of the audience there, and I don't really have any opinion on those sites. Just because you wouldn't ever use it doesn't make it bad for everyone.

     

    Dude film god, first of all your not god sooo...yeah

    second you dont have to be such a jerk. your website isnt much better looking.

    I never said I was a god. I actually said that I don't want to be considered a god. I never said my site was any better.

    Just to point it out, most of your critiques do run along the line of "your site is **** change it its bad", and people are getting fed up right about now.

  8. Looks pretty good and Web 2.0. The brown content body isn't very appealing. The testimonials have a bit too much white space around them, and there is that blue "more" link that is way out of place.

     

    Other than that, very good job.

  9. Look at major sites, like ebay and flickr, then take a look at yours. See how those pages have things like images, bright CONTRASTING colors, and properly distributed whitespace? Matching links, no thick obtrusive bordering, and subtle gradients, a three dimensional experience... all things that make up well designed sites.

     

    Look closely at your sight. No contrast. No images. Thick obstrusive bordering. Dark and dull. Odd link styling. Flat flat flat.

×
×
  • Create New...

Important Information

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.