5,727 Posted Topics

Member Avatar for johnquester2000

What I call them depends on who I'm talking to. I like to stay on good terms with them after all, because I do need them, but more often than not they're highly annoying in their demands and actions so you have to vent to someone...

Member Avatar for Admiral Duane
0
212
Member Avatar for jwenting

Facebook users are not known to be the smartest people on the intarweb, but that they were this stupid surprised even me: [url]http://angryexile.blogspot.com/2010/03/are-socialists-right-after-all.html[/url]

Member Avatar for GrimJack
0
136
Member Avatar for jephthah
Member Avatar for rythreion

first error: using magic return values to indicate success or failure is not a good idea. Use the exception handling system instead.

Member Avatar for peter_budo
0
96
Member Avatar for jet101

yes, you will need servlets for your business logic, the backend. Suggestion: get a good (and recent, the specs changed a bit over the years) book and start learning.

Member Avatar for jet101
0
168
Member Avatar for Wakesta
Member Avatar for jwenting
0
44
Member Avatar for san_fran_crisko
Member Avatar for peter_budo
0
5K
Member Avatar for aashishdaniweb

Don't EVER use Java code in JSP, don't EVER put any business logic (and yes, sending email is that) in JSP. And don't EVER post questions without the information needed to know what your problem is (like, hint, hint, what exact error you're getting).

Member Avatar for Hakoo
0
188
Member Avatar for suraj_0308

what is it with you zombie idiots today? Is it your breeding season or something?

Member Avatar for jwenting
0
100
Member Avatar for wraph
Member Avatar for jwenting
0
635
Member Avatar for mayank.15

fix the bug in your application that causes it to require inordinate amounts of memory. I can guarantee you that whatever amount you feed it with you'll run out eventually unless you fix that bug.

Member Avatar for mayank.15
0
180
Member Avatar for aravchr

no, you can't. I can though, because I used my brain and read some tutorials and books.

Member Avatar for jwenting
0
92
Member Avatar for rmsagar

read and understand the Java tutorial and all will become clear (or at least clearer than it is now) to you.

Member Avatar for JamesCherrill
0
217
Member Avatar for Wakesta
Member Avatar for bala9611

do you really think another lazy homework kiddo just like you who dumped his assignment here 3 years ago and never came back is going to magically reappear with a working solution to your homework and hand it to you on a golden platter? You're even more stupid than the …

Member Avatar for peter_budo
0
184
Member Avatar for Lordson60

[QUOTE=Lordson60;1239082]The code that you sent, i copied and pasted into my own java file, hoping to be able to run it. unfortunatly this did not work.[/QUOTE] The idea here is that you do your own work. Don't expect to be spoonfed fully working solutions to your homework, rather hope to …

Member Avatar for jwenting
0
91
Member Avatar for daviddoria

A "catalogue" of most repeated questions and answers would consist of versions of the following: q) do my homework for me a) do it yourself

Member Avatar for daviddoria
0
398
Member Avatar for lich

components will move to keep the integrity of the form. That's automatic, when the forum resizes components have to move around to keep everything filled out correctly. Absolute positioning is the one thing you should never use, it makes for absolutely unportable user interfaces.

Member Avatar for xonglennao
0
412
Member Avatar for MalikAamir

no. Your error, yours to solve. Not only do you post your question??? in the wrong forum, you don't provide even close to the amount of information needed to help you, you don't post in correct English, you use a multitude of exclamation marks, all signs of someone we should …

Member Avatar for Virtualbase
0
106
Member Avatar for rag_pratap

not going to work like that, you don't want to "rename a tag" (you won't do that anyway, you'd map one tag in the input to another in the output) but map tags to different tags based on the order in the source document. As there is no hieratchical order …

Member Avatar for iceandrews
0
303
Member Avatar for Fernidad13

[url]http://www.amazon.com[/url] look for books about math in game programming. There are many. Enjoy reading.

Member Avatar for digital29
0
584
Member Avatar for ceyesuma

yup, if you code it correctly that should be possible. That's all that can be said without knowing what convoluted code you produced to generate the behaviour you describe.

Member Avatar for ceyesuma
0
113
Member Avatar for asad_80
Member Avatar for sciprog1

and don't forget package names, don't forget that classnames (as everything) are case sensitive, don't forget to include external jars required by the applet, etc. etc.. Interesting exception by the way, must be a very weird JVM you have running.

Member Avatar for stephen84s
0
169
Member Avatar for mayank.15

I'm not going to tell you how to create an application to steal content from websites, which is exactly what you're trying to do.

Member Avatar for jwenting
0
130
Member Avatar for MrBlack

I won't touch anything released by Gooooooooooogle with a 10 foot pole. It's all spyware. Expect Chrome to send everything you do to Gooooooooooogle for sale to the highest bidder.

Member Avatar for MrBlack
0
119
Member Avatar for bonz78
Member Avatar for kydude36

512 is extremely low these days, 256 is less than I've had for almost 10 years ;) New computers ship with 1024 at least, if they have less don't even consider them. And seriously consider doubling that to 2048 which I expect to be the standard by the end of …

Member Avatar for bryann
0
214
Member Avatar for yashritha

have you even read the product documentation, let alone the answers provided over the last several YEARS in this thread?

Member Avatar for debasisdas
0
90
Member Avatar for SHARKASI

what griswolf said. And the ones on Sun's website, and the books and notes your teacher told you to get/make, etc. etc. Tons of information there, more than enough to learn to do this easily.

Member Avatar for stultuske
0
174
Member Avatar for sajithdil

It's just another file, of course you can load it. And if you have the right libraries you should be able to visualise the models as well. I guess such libraries would exist (try some search engines :) ), if not you'll have to write them (which would I guess …

Member Avatar for sajithdil
0
269
Member Avatar for manohari

"the relationship between the stupidity and lack of imagination of post graduate students, the lack of quality in computer products, and the number of questions asking for project ideas by students in internet forums". p.s. you can be your own test subject.

Member Avatar for Ayaat Monem
-2
52
Member Avatar for nihao
Member Avatar for m.naveen

Any decent company wants people who can think, not monkeys who learned a trick and can repeat it over and over again. Learning C++ or Java would hardly matter to them, they'd know full well that any fresh graduate knows nothing whatsoever and needs to be taught everything from scratch.

Member Avatar for jwenting
0
123
Member Avatar for opera

no, you can't. I could, but not you as you lack the required knowledge. And as you seem unwilling to attain that knowledge, rather wanting people to give you handouts, you'll never be able to do it.

Member Avatar for s_sridhar
0
100
Member Avatar for mateen121

what are you willing to pay me? Rates start at 150 Euro an hour plus tax, for a minimum of 1 week.

Member Avatar for jwenting
-2
52
Member Avatar for blackmagic01021

not really, no. Of course you need enough data in the original file to be able to compress it at all. A 1 byte file for example can't be compressed. Apart from that, the compression algorithm might add more overhead in markers and stuff to the compressed file than it …

Member Avatar for jwenting
0
175
Member Avatar for Philip435
Member Avatar for jwenting
0
80
Member Avatar for bigmouthmonster
Member Avatar for iRemember

you "fix" it by analysing the observed incorrect behaviour and from that deducing what in your code is responsible for that behaviour, then correcting that.

Member Avatar for jwenting
0
99
Member Avatar for sreejithbabu
Member Avatar for griswolf
1
602
Member Avatar for hodna1
Member Avatar for levraheit
Member Avatar for datuna
Re: LSDt

sorry, LSD is so 1960s :) "does not work" doesn't tell us anything. Be more specific, a lot more specific. And please correct your code tags, you tried to use them but I think you forgot the close tag.

Member Avatar for jwenting
0
72
Member Avatar for bigmouthmonster

Sounds trivial, can't see how you'd have trouble implementing that (apart from the formulae being utter PC nonsense, but that doesn't make implementing them in code any harder, in fact it makes it easier as reality is a lot more complex than that).

Member Avatar for jwenting
0
80
Member Avatar for Raakesh399

no, we're not going to do that. For one you're asking something that simply going through the jdbc and jee tutorials would teach you, and then again you're hijacking your own thread here.

Member Avatar for jwenting
0
92
Member Avatar for b89smith
Member Avatar for chris evans

yup, write a parser for that format... Not that hard, shouldn't take more than an hour or so at most. substring is your friend :)

Member Avatar for jwenting
0
48
Member Avatar for Daffodil_Thursday

learn a bit about Java and you'd know the answer to that. I suggest you reread your entire courseware and the Java tutorial from Sun's website, and actually study what's there.

Member Avatar for Daffodil_Thursday
0
4K
Member Avatar for sivaprakashm

and a definition of what the heck a "percentage relative to a particular bar" is, as that phrase makes no sense whatsoever.

Member Avatar for jwenting
0
64

The End.