Jump to content
xisto Community

T X

Members
  • Content Count

    60
  • Joined

  • Last visited

Everything posted by T X

  1. T X

    Death

    I'm an Atheist however I don't insult religion because I simply cannot blame it. People can believe what they want to believe. I've feared death since I was little but now it doesn't bother me much.I do believe that after death there is nothing. You can't think or live or walk or talk or anything. That's okay though since once you die you become insignificant and what does death matter anyway? We should focus on life considering the fact that it's so short and we don't have time to think about death.I mean I base my beliefs off of religious beliefs such as karma but I don't consider myself religious because I'm not heavy on souls and heaven and god and Jesus.
  2. Yes I have and I have actually done it.Java of course since it's easy to learn, understand, and use. Made my own library to be exact.
  3. Why use a game maker software? You never learn anything with visual editors, you gotta take the jump sometime into programming if you want it custom to your specifications so why not start out that way?
  4. Retrieving: Example: It would get all the fields from the user with the id of one. Using a form to get info for a username: if($_POST) { $user = $_POST['username']; $sql = mysql_connect('localhost', 'root', ''); mysql_select_db('mydb'); $query = mysql_query('SELECT * FROM users WHERE username = "'.$user.'"'); $row = mysql_fetch_array($query, $sql); echo '<p>'; echo 'Username: '.$user; echo '<br>'; echo 'UID: '.$row['uid']; echo '<br>'; echo 'Password: '.$row['password']; echo '</p>';}Assuming your fields are username, uid, and password. Code might not be perfect since I just pulled that out of my head but in theory it's pretty similar or the same.
  5. Well, I honestly think surveys are overrated. Something like this forum would be much more appropriate for the reason that surveys are simply boring.Template - It's from Zymic I almost used that one for my own website.Buttons - Third one is edited it must have said something else.Navigation - Second button is not capitalized so it doesn't flow with the template.But you have a decent idea going I guess.
  6. I use my own engine. It's lightweight and I can make a simple game in a matter of minutes.
  7. http://docs.oracle.com/javase/tutorial/reallybigindex.html This has pretty much everything from A to Z in Java. Good luck.
  8. How/when did you start using it? 2008Which distribution are you running? DebianActually I like Linux more than Windows. Software management is ten times easier and there's less security holes.
  9. I prefer Eclipse over the other two. I've personally used all three and I must say Eclipse is the easiest and most efficient. IDEA as far as I know only allows you to manage one project at a time. Netbeans allows you to have multiple projects but it also creates a lot of confusion. It's good for visually creating GUIs however it does not allow you to edit the initial code. Eclipse is easy, allows you to start/open a project in a couple of clicks, and manage them all with ease.Overall, they all have their pros and cons but Eclipse just seems the most efficient to use.Regards.
  10. T X

    Hi All!

    Hello. My name is Matt in real life and I like to do a plethora of things, airsoft being one of them. Since I like airsoft a lot and I have assembled a team, I am looking for a decent free web host while we grow and can afford our own web hosting. I also do some programming in Java and I had made my own web site once with PHP but it kind of failed being completely honest with you. So, anyway, I hope to get to know some of you and make some friends, hopefully while contributing to the community as well.Regards.
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | 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.