Jump to content

Maq

Administrators
  • Posts

    9,363
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by Maq

  1. Which one is the original...?
  2. Why can't you use the JS redirect? <br /> <!--<br /> window.location = "index.php"<br /> //--><br />
  3. Most IDE's have drag n' drop tools to accomplish this. I don't know if you want to restrict the user to only your domain (game), have it default to your address, or whatever. Should be pretty simple.
  4. You lost me...
  5. For your default style: -missing header -footer content is tiny (unreadable) When you choose other styles everything gets messed up, things are flying all over the screen. For the most part it looks decent, just get some content up there. I like the background!
  6. msyqldump Could you be a bit more specific of what you're trying to do? There are multiple ways to handle this depending on your goal.
  7. Yes I did. Then went and did some more research on my own and came back with another question. My apologies, I thought by '^' you were pointing towards Haku's post. KingPhilip has posted a good explanation.
  8. Did you read the link:
  9. So what's the point of this thread? Are you asking us if we think you should type in proper English...? Of course we do. You should regardless, unless you want to be a "stupid person". If you get a job you won't be able to write like that, speak like that, or act like that. You should always type and speak properly so everyone can understand you. It's kind of like being up to the w3 validation, it just makes everything easier and up to the standard. You can still be "stupid" and speak proper English, and vice versa.
  10. pagination
  11. You did, but obviously he didn't understand...
  12. If you're playing any serious type of game you wouldn't want to use WINE, it will be laggy and annoying. If you're going to use WINE you mine as well set up a virtual machine so it's compatible with everything. They have seamless VM's now that look like you're loading windows programs right on the Linux OS.
  13. Maq

    Page ID

    Can you post the relevant code, it would make life easier
  14. Java is relatively easy to pick up if you compare it to something like C. Compared to PHP it's going to be difficult. You're probably going to have to learn most of the J2EE if you're working with a CMS web application. If the only thing you know is PHP, which is an extremely easy language to pick up, then you're going to want to study more so on classes and objects. Learn and study the Liferay API.
  15. I think it looks nice. Missing a header. The colors are a little drastic. Black straight to white? The main container looks good, simple, easier to read.
  16. Can you post a link so or an image link so we can view the whole thing at once?
  17. $var1 = "omg/123"; echo strstr($var1, "/"); This will (should) return the rest of $var1 after it finds the "/".
  18. I figured that out when you said "for example". Why can't you use the $_GET method?
  19. That URL implements mod_rewrite, you may want to take a look at it. Is this your page or someone else's?
  20. Is there something specific you should be learning? There's a lot to learn and many components in the Java web environment.
  21. Why don't you use the get method and tack the variables on the end of the URL? Depending on what you're sending you could put it in a session as well. Let's see some code and a more detailed explanation of what you want. With the post you have to put it in a form.
  22. You're not going to get much help here, have you tried the forums.sun.com?
  23. Go to sun.com. They have plenty of good tutorials and an awesome forum community if you need any help.
×
×
  • 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.