Jump to content

pixy

Members
  • Posts

    295
  • Joined

  • Last visited

    Never

Posts posted by pixy

  1. Oh, I know what you mean! Yeah, that would be really awesome. Thanks for the idea. I think i'll keep both. The breadcrumbs are great, but the quicklinks are for remembering pages they go to often and don't want to navigate there the long way.

    [quote author=jcombs_31 link=topic=102264.msg408275#msg408275 date=1154541949]
    I personally don't think I can critique anything drawn on a piece of paper.  Try to design something with an image editor and then post again.
    [/quote]
    I have been working on it. I'll post it tomarrow or something so you all can see the progress and how it's been changed based on suggestions.
  2. Yeah, I don't know about the colorscheme. It's not all going to be brown (I hope to incorporate colors based on the section of the site they're in) but i'm still working on making the paper part. I'm having a REALLY hard time creating the paper in photoshop.

    [quote author=Colleen78 link=topic=102264.msg407014#msg407014 date=1154408140]
    Wow, that looks awesome! I think making the quick links a breadcrumb navigation instead would be a very useful feature!
    [/quote] I'm not sure what you mean by that. Care to explain?
  3. It's lovely for me. Easy to navigate, lovely colorscheme. I do agree with the person above, if you are going to be offering lots of scripts you might have to re-think the menu design. Perhaps break them up into categories?
  4. ^ Yes, you can. Like so...

    $result = mysql_query("SELECT * FROM users WHERE username='user'");
    if (mysql_num_rows($result) == 1) {
      echo 'You are in the database!';
    }
    else {
      echo 'Could not find ya.';
    }
  5. [quote author=steviewdr link=topic=102264.msg406434#msg406434 date=1154351368]
    Layout looks ok. Be careful of colours. Test it out with colours before you begin development.

    -steve
    [/quote] I said I wasn't actually going to use those colors, I was just using some fun colored pens. ;)
  6. No no no, I hate the green text. It's practically become the bane of my existence. haha.

    There've got to be other ads. I think yahoo does ads, too. Just post a notice below them "don't click unless you are interested in purchasing something."
  7. ^ That means you need to change the query. You're trying to select information from a column called "membername" which doesn't exist.

    [code]$recieve = "SELECT * FROM users WHERE username='".mysql_real_escape_string($username)."' AND `password`='".mysql_real_escape_string($password)."'";[/code]
×
×
  • 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.