Jump to content

Anders Moen

Members
  • Posts

    866
  • Joined

  • Last visited

Everything posted by Anders Moen

  1. Well, if I'm not completely wrong now, the error message tells you that the folder called upload doesn't exist, or something.
  2. You simply go to Google, take google.com away from the addressbar, and then you paste in that code (and take the space between "java" and "script" away.And if you go for an image search, and paste in the code in the address bar, it's even funnier :)Got it now?
  3. Oh, you didn't understand it was irony, didn't you? I'm really bad at designing.That's why I need help with the design on my site, hehe.But about you have a chance to get into the design team? Well, don't ask me. He just told me I could join it lol.
  4. Are you serious?If you have time, I would love to!It should say Anders Moen and I like the colors orange and black, hehe, and red of course.And Kenetix, well, I'm already a member there and stuff (got in some days ago), and yeah - that site's really good.One of the owners (or the owner), said I could join their design team at MSN just randomly, lol...oh yeah! Me and design, very nice match:P
  5. Well, to upload forms via a form, you need more in the form tag.You need: enctype="multipart/form-data"So your form code will be like this: <form id="form1" name="form1" method="post" action="members_pic_upload.php" enctype="multipart/form-data"> <h1>Picture upload</h1> <p> <input type="file" name="file" /> <br /> <label> <input type="submit" name="Submit" value="Upload" /> </label> </p></form>
  6. Oh, like that yeah! Thanks, I will just code something fast and see how it'll go, hehe...Thanks for the example there
  7. I didn't understand that too well.You couldn't just make a real fast drawing in Photoshop or Paint or something, so I could understand better?
  8. On which site? The first one (blue bg), or the one with black bg?
  9. Hehe, okay, thanks for the comments. I don't like them either, but the second one I made in like 10 minutes, and the first one is still under construction.I told you I need ideas for my site...lol cause I'm really bad designing :)I wish someone could just draw me something nice, and then I could code it, but I doubt anyone will do it for free and since I'm a webdeveloper and stuff I should be able to do this myself =/Could you post personal websites you like, so Icould get some more ideas? lol
  10. I couldn't be bothered to read all 3 pages, but what have you done on the site?I mean...have you made any scripts? Have you used server-side languages? Have you only made the design ((X)HTML and CSS)?What have you done? I'm not even sure if you said this in the first post, since I just clicked on page 3, hehe.Well, hard to say for me, though, since I don't use dollars. I use "Norwegian kroner" lol
  11. Okay, I was just wondering...Like I said: "Or is this just because the version 4 isn't "out" yet?"
  12. Hey everybody!Just wondering...when you check your CSS documents if their valid, it says &profile=css2 (or some other number), and this displays the version of CSS it checks. Well, I tried to put in profile=css4 and here's the result. Can't even make links :SOr is this just because the version 4 isn't "out" yet?
  13. I just started building up something, and here it is, but remember: this is just something I made fast and it's a long way from done if I'm even gonna use it.Well, what you think so far?Edit: sorry for dobleposting, and the site is valid XHTML and CSS, at least the last time I checked.
  14. Yes, I know, but other people gotta like it too.Let's see...I build a portfolio, and no one but me likes the site. What will happen? Nobody wanna hire me to make their sites.But I'll try to find some images of some guitars and stuff, and mixing things together and then I'll pass out the link so you can see what you think of it. It might not be done in maybe 1 or 2 days, because I suddenly got 2 jobs at one night, and then maybe one more in some days, hehe.
  15. So like...maybe put in a nice picture of a guitar and stuff, then, since I play guitar and love music? Hehe...Thanks for templatemonster.com, but I've been there too, and I've tried to draw some stuff myself but since I'm really, really bad drawing it never gets any good lol...well, I'm browsing through Web Creme right now, looking for some ideas but I don't find anything I like.Well, a short note:I like the colors black, red and orange a lot, and I love music. Should I try to use those colors with some images of guitars/drumsets and more, or?
  16. Hello!I need some ideas for my new design for my site. After two months, all I got was this =/Oh yeah...the site is a personal one, and is gonna have a portfolio and stuff, just so you know.Max width should be 1024 with body margin and padding on 0px.Anybody got any ideas? I've looked at tons of personal sites, and sites with sites like W3CSites and stuffHope I get something from you guys
  17. Well, post your code so we can see what your error is then..
  18. Anders Moen

    Apache

    And what you mean by that?
  19. Anders Moen

    php & froms

    Post code, or else it's hard to say what's wrong...
  20. If you're gonna have a host, you chose a PHP 5 host, like Awardspace. When you can have PHP 5, you don't choose PHP 4 :S
  21. I know it's 'cool' to have banner rotation and stuff, but I've noticed that on all sites that's got it, the site uses a long time to load...I had one too, so I changed to Flash and everything worked at once. I didn't even see the site load when I changed from banner rotation.
  22. Oh...big edit!I understood what you meant now.Well...if someone orders something, some script will create a session and like...if she/he has a session it'll show what he/she has ordered I guess.It's kinda like loginscripts that uses sessions. Well...not really, but yeah, maybe you get it :)And please tell me if that was explained bad, cause I'm really (O_o - I almost said a bad word <=) bad at explaining things.
  23. Anders Moen

    Apache

    Oh my God!Go into the index.php in htdocs (before the xampp folder), and you'll see index.php. If you know PHP you will see that there's a header code there, for redirect into that folder.That's not too hard to spot, is it?
×
×
  • Create New...