Jump to content
xisto Community

.hack//GU

Members
  • Content Count

    193
  • Joined

  • Last visited

Everything posted by .hack//GU

  1. spamming is the greatest threat for email, but I don't know if it is a threat for a web?
  2. Hello Michael, I'm also Michael but not usually use any family name.My hometown is in Indonesia, so it isn't so far from Australia, and wow we have common in always on the computer.
  3. first time we opened WMP it will conquer most of desktop area, whilst WinAmp only took a portion of it.That's why I thought WinAmp is better. Anyway, in functionality I don't really think much of it because I used them both for listening music.
  4. ditto.I thought WinAmp is the best.But, nevermind, as long as I could hear my music, anything is fine
  5. My first time skipping class was my English class when I'm in my sophomore year. I remembered it because that was my last class attendance.I regret it, because from that time sometimes I skip my class and my inner selfdidn't give me anymore alert( what do we say... feel guilty?)So, if you haven't skipped any class, dont' do it kay?
  6. by the way, if it's not smtp, will it be compatible with the smtp ones?
  7. by the way, why did you post it here and not in the tutorial forum?I guess it would be usefull for more people.
  8. First of all, what game is it? with Textpad, you can alter the codes even if it's written in Hexadecimal.
  9. Well, I thought my code itself is a failure. I'll take another glimpse through the codes tonight. Anyway, I've acquired some tetris code but all of it are in graphics.h. Anyone know where I can get tetris code without graphics.h?
  10. Please help me, I have an assignment to make a tetris-like game in C/C++.Anyone could help me with the source code?I've thought the algorithm to make a 2-D matrix, but in the end all I can make is only the one I've attached.So, please anyone who knows how to make this one to help me.Thank you in advance. (Attachment: Tetris2.TXT should be Tetris2.CPP to edit in C++) TETRIS2.TXT
  11. I can't reach it. Maybe it's been closed.
  12. Telling the truth, I prefer W800i. I like the walkman function so it's the best choice for those who prefer music. Fr K800i, maybe you could rely on its camera function. Well, in the end, it's comparable which function you want to distinguish.
  13. As long as I know, some communities have their own description of the 4th dimention. Some believe it's time, while others refer to some place doesn't exist in real world. But, basically, dimention is measureable. So, it must be measured. As long as we can measure something, I think it can be described as a dimention. If you add it after the three previous dimentions, it would be called "4th dimention", 5th and so on.
  14. Put it simply, how could I connect MySQL into VB.NET? I use SQLConnection component, but it search only MS SQL servers. Please help... thanks in advance
  15. the project is now complete, thanks for the advice.However, my supervisor said sometimes we may not use this kind of relation (many to many). He said we must break down the relation so that there will be no more many to many relation. Does this third table acceptable to make the whole relation to one to many?
  16. so, the third one. Hm... I'll try to take your advice. Thank you. Tomorrow I'll ask again if I'm still in trouble.
  17. Please help me. I'm building a group of database fro a program.the situation is like this: 'user' may have 1 or more class(es). 'class' itself may have 1 or more user in its classroom.I'm bad at explaining... maybe like this: A program is made to write data of classroom. Hikaru has a math class at Monday and statistic class at Tuesday. The math class itself consists of about 50 students in a classroom.So, Hikaru (user ) may have one or more class at time,math class (class) may have one or more students at time.So, basically I must make these two tables joined together. It is (many-to-many) relation in which I haven't known how to build. So, please tell me how I build these two tables.Thanks in advance.
  18. Hmm... anyway, thanks for everything. So, you say I need to use JavaScript if I want to print the page... well, I'm still learning beginning JAvaScript, so I barely just knew. Btw, if the computer of the client cannot use JAvaScript, then what I have to do?
  19. Sometimes it's not a good idea to make the link of the picture intact with your site. I mean, think if somehow anyone post a annoying picture? maybe you should analyze the pictures first.Anyway, if you want to convert the url into just txt, just use htmlentities(). It will discard the function of all HTML tags, so it won't do any HTML commands.
  20. I want my site (with PHP) to enable PRINT command. The usual print, with printer as output I mean. So, how can I do it? I've seen my college site use ASP and they can give me a PRINT xommand box, when I click it the printer will print the page.
  21. my friend who ask me to develop his site told me not to use the submit box, because it will ruin his whole design. Thank you for the advice, electriic. I'll try to do that. Also my thanks for the other posters.
  22. yes, in the first code it return false if the brackets is empty. But, what I mean is when I use brackets, well is pops up the window (alert), but the browser goes through the action in the form, means it doesn't return false. So, in short, I can only have 1 command after 'if' and cannot use any brackets. Is that possible for mistake? thanks in advance
  23. .hack//GU

    Opengl

    thank you for the advice. I'll go to there
  24. I make this function: <script language="JavaScript" type="text/javascript"> function validFormUse(passF) { if(passF.user.value == "") return false; if(passF.pass.value == "") return false; return true }</script> I want to make : if(passF.user.value == "") return false; like this: if(passF.user.value == ""){ alert("FALSE"); return false;} but, it doesn;t work. Why? I use the brackets and it doens't work. only if it doesn't use brackets it is fully operational. anybody know what's wrong? Notice from BuffaloHELP: Please use correct bbcode for posting codes.
×
×
  • 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.