5,727 Posted Topics

Member Avatar for LCdave

yup, the language specification for each language will have it all. But I have to disappoint you: the approach you've chosen is woefully naive! Not only does syntax highlighting need to do a lot more than just identify keywords (it for example needs to be able to colour variables at …

Member Avatar for LCdave
0
124
Member Avatar for ToddChapman

A ready made system (including all payment handling) is offered by a company I do volunteer support for (mind, they don't pay me, I just get to use their products for free). While centered around Microsoft Flightsimulator addons, their system should be universally applicable. Their system takes care of payment, …

Member Avatar for jwenting
0
168
Member Avatar for QuirkyCindy

no, we're not going to do your work for you. We can however point you to some existing packages that might do the trick. Check out Lucene.

Member Avatar for QuirkyCindy
0
107
Member Avatar for b_bayaraa_d
Member Avatar for jwenting
0
41
Member Avatar for caprisan06

no. that's defined by the browser. Most likely IE is just faster than is FF (wouldn't surprise me, it is faster in my experience) so it's getting a response and processing it before it gets a chance to display the bar.

Member Avatar for caprisan06
0
5K
Member Avatar for joshmo

music helps a lot, but it highly depends on the music. And that's highly personal... I know a lot of people who code best when listening to heavy metal, myself I can't stand that and work best listening to folk music or orchan cantatas. As to coding nude, I can …

Member Avatar for 0named
0
355
Member Avatar for javaAddict

write a thesis about why it's irresponsible to use VB for serious software development, and submit that with a C# application :) There is a pretty decent book "C# for Java programmers" that explains the transition from Java to C#. Given that VB.NET is another .NET/CLR language, you should be …

Member Avatar for jwenting
0
149
Member Avatar for nico3641

that has nothing whatsoever to do with JSP. It's clientside functionality which means it's probably Javascript. and how do you think we could help you (even had you asked in the right place?) without any information?

Member Avatar for jwenting
0
54
Member Avatar for moe3ius

the grammar check in Microsoft Word would do you good... The spellchecker might help as well... Maybe had you used them we'd be able to make sense of what you're writing.

Member Avatar for sreein1986
0
191
Member Avatar for Lardmeister

[QUOTE=Ancient Dragon;621781]Of course that is true -- In the USA they are called senators, congressmen, and lobbyists.[/QUOTE] nope, they're called lawyers.

Member Avatar for techbound
1
83
Member Avatar for tigerkartik

go with Ruby. Steve Jobs says noone uses Java, and .NET doesn't work on Macs. Ruby is also massively hyped.

Member Avatar for icorey
0
83
Member Avatar for scru

anywhere they stock black jeans and matching colour T-shirts or dress shirts... If they're cheap, so much the better.

Member Avatar for jwenting
0
149
Member Avatar for neha555

by reading the tutorials that come with it and the JEE distribution from Sun.

Member Avatar for jwenting
0
94
Member Avatar for weevil

well, ANY version of Oracle released in the last decade has JDBC drivers. Using the bridge driver is ALWAYS wrong! ALWAYS! And so is doing database access from JSP.

Member Avatar for jwenting
0
684
Member Avatar for joewazen

of course it's not going to work. And a good thing it is. The security risks would be tremendous if it were otherwise.

Member Avatar for jwenting
0
69
Member Avatar for g.d.s.prasad

by taking a piece of paper and starting to figure out how to do it. When you know that, you can fire up an editor and write your code.

Member Avatar for debasisdas
0
85
Member Avatar for misra
Member Avatar for Dortz

sigh... If Microsoft don't install security systems people complain about that. If Microsoft do install them people complain about having security systems that request permission to do things. Guess it's a no-win situation for them, whatever they do people are going to complain about it.

Member Avatar for indigo196
1
145
Member Avatar for Spartan552
Member Avatar for insauciant
Member Avatar for vedmack
Member Avatar for timhysniu

and please don't use Struts. There are far better alternatives out there, and pretty much everyone wants it to die a slow and horrible death.

Member Avatar for jwenting
0
129
Member Avatar for sweprojekt
Member Avatar for versatile36

and what made you think asking about MS SQL Server in an Oracle forum would get you any help?

Member Avatar for jwenting
0
77
Member Avatar for Muaz AL-Jarhi

So because you were lazy and didn't start until 3 weeks before the paper is due, and can't be bothered to do more than a cursory search of the web, you want us to write your paper for you... Do your own homework, kiddo. If you can't you deserve to …

Member Avatar for rgviza
0
115
Member Avatar for ladie-loo@hotma

but they're unlikely to be your "mates" (though they may become so in time).

Member Avatar for The Dude
0
78
Member Avatar for Triggerhappy41
Member Avatar for jwenting
0
87
Member Avatar for dskanth
Member Avatar for jwenting
0
85
Member Avatar for DWFENNEL

if they're updated infrequently, it's best to cache the results for a period known to be shorter than that update interval. Analyse how long you can live with the old information after new information becomes available. That will tell you the longest period you should cache the data. And don't …

Member Avatar for DWFENNEL
0
86
Member Avatar for francDeveloper

that's not what you use JSP for, so we're not going to tell you. And yes, we do know how you'd do it if you'd be really stupid and used JSP for it anyway.

Member Avatar for jwenting
0
65
Member Avatar for Tareq85

and? there's no question there, only a lot of unformatted code and some ramblings about things that have nothing whatsoever to do with Java.

Member Avatar for jwenting
0
129
Member Avatar for sunny9
Member Avatar for jwenting
0
23
Member Avatar for sana bangash

I wonder why kids are too lazy to even come up with their own project ideas. Doesn't bode well for them actually getting around to implementing those projects...

Member Avatar for hammerhead
0
124
Member Avatar for Jishnu

It's also no longer supported, and I think not even Y2K compliant in places. There is NO reason to use it.

Member Avatar for Jishnu
0
101
Member Avatar for sandeep soni
Member Avatar for daniel88

whatever happened to actually learning and understanding what you're supposed to know rather than waiting for the last minute to cram for the exam?

Member Avatar for hammerhead
0
290
Member Avatar for cancer10

Unix will suffer its own version of the Y2K problem in 2038. Because of the way it represents dates internally as an integer it will in 2038 roll over. This doesn't affect 64 bit versions but those are still (and will likely be by then) not universally used (given that …

Member Avatar for selfhelpebooks
0
928
Member Avatar for ashish1234
Member Avatar for nihardhruva

NEVER use Thread.stop(). It's extremely dangerous and will more likely than not cause very nasty things to happen. It's deprecated for a reason you know, and that reason is that it will NOT do any cleanup. It will kill the thread, and everything in it, now. No questions asked. If …

Member Avatar for jwenting
0
245
Member Avatar for abhijeet_raj
Member Avatar for Ghosh

what about reading a tutorial? It's no rocket science, and every introductory tutorial will have the information. And as hinted at, the exact procedure depends on the server.

Member Avatar for Ghosh
0
91
Member Avatar for k_en

hardly surprising. If "rcd" is null you get an exception. thus the error in your code (or at least that one) is not on that line but elsewhere, where you fail to fill "rcd".

Member Avatar for jwenting
0
105
Member Avatar for sasidharnet

rather idiotic to ask kids to go home and steal some code from the web to turn in as a show of how well they can do the job. Makes me think that plagiarism and theft is the business model of that company... Now if you give us the name …

Member Avatar for javaAddict
0
279
Member Avatar for freesoft_2000

[QUOTE=mikk]I would recommend Netbeans. The last versions are very good. Netbeans also gives J2EE, SOA, Mobility and other things for free which may be interesting for you.[/QUOTE] Why do you recommend Netbeans to someone who tried it and wants something else?

Member Avatar for sciwizeh
2
355
Member Avatar for kinger29

in fact with older Microsoft exams it was often beneficial to not have prior experience with the subject matter because the Way as prescribed by the exam requirements was often contradictory to how things are actually done in the real world, and using anything but the Way to solve the …

Member Avatar for jwenting
0
109
Member Avatar for marcosjp

You're using an anonymous inner class for the tablemodel. That means you'll never be able to call any methods on it at a later time. That's not going to work as you want to change the content of the JTable.

Member Avatar for jwenting
0
127
Member Avatar for sreddy_k

AJAX is a JavaScript technology, not Java. Of course you can implement the serverside components that spit out the content you need in Java using Servlets (and there are indeed some specialty AJAX libraries to make that easier).

Member Avatar for jwenting
0
68
Member Avatar for chopram

in that case you should go back to tha basics and try some more things on the level of "Hello World".

Member Avatar for jwenting
0
321
Member Avatar for DAKORACING

never had a problem installing JVMs on Vista, but you do need to know which ones are compatible (and that means modern ones only, not the ancient stuff that ships with a lot of old books).

Member Avatar for jwenting
0
88
Member Avatar for The Dude

the best time of year for Disney World is just after it burns down. No more fake happiness, and the inevitable lawsuits haven't started yet.

Member Avatar for maydhyam
0
110

The End.