Forum: Java Jul 17th, 2007 |
| Replies: 7 Views: 1,341 JSP is more difficult than PHP, you may want to try other options :D |
Forum: Geeks' Lounge Jul 17th, 2007 |
| Replies: 600 Views: 46,769 smoke <== make me more stupid (I'm already stupid, can't be even more stupid than this.. seriously lol..) |
Forum: PHP Jul 17th, 2007 |
| Replies: 16 Views: 4,549 Haha, or use Server Side :D |
Forum: PHP Jul 16th, 2007 |
| Replies: 16 Views: 4,549 lol, that one won't work.. you can still see it with View --> page source :D |
Forum: ASP.NET Jul 16th, 2007 |
| Replies: 15 Views: 6,353 Google has their Excel :D
you can use it for free :) |
Forum: PHP Jul 16th, 2007 |
| Replies: 16 Views: 4,549 There's one way to do it, there's one program called HTML Encryptor, you can google search to that. I used to use it a while back.. but it seems useless and crappy because it changed several... |
Forum: Java Jul 14th, 2007 |
| Replies: 37 Views: 4,803 to store inventory, i recommend you to use some kind of database. In java you can use JDMC i think it's called. or, save them in a file if you don't want it to be too much complicated |
Forum: C++ Jul 14th, 2007 |
| Replies: 10 Views: 4,713 you're not necessarily to use multi dimentional arrays right? i guess for me it's easier to just use one dimentional array, but compare the index. Make sure the comparison is on the same index. would... |
Forum: C++ Jul 14th, 2007 |
| Replies: 10 Views: 4,713 I personally don't really get the project, can you give me an example of an input and output..? thx |
Forum: C Jul 13th, 2007 |
| Replies: 12 Views: 5,810 don't you have to use endif to every if statement? I'm not sure in VB though |
Forum: C++ Jul 13th, 2007 |
| Replies: 44 Views: 8,134 why not?
i forgot, it will only work if the number is in order :)
sorry |
Forum: C++ Jul 13th, 2007 |
| Replies: 44 Views: 8,134 that's really easy, you can use many solution.. binary search is one thing that you may want to use.. :)
but there's also another algorithm that basically do the same thing, but it won't be as... |