217 Posted Topics
Re: [QUOTE=joeprogrammer;306468]The reason is that I simply can't [I]stand[/I] uncapitalized letters beginning a sentance, missing comas, etc.. It makes it too hard to read and understand for other people. So although I might save my own time by making a sloppy post, I would be wasting other people's time when they … | |
| |
Re: [QUOTE=Mona Z;299960]headache !!!!!!! I can not create shopping cart :( I use JSP with MS access not MySQL :'([/QUOTE] What prevents you from creating it? There is no problem in using MS Access if you realize that there are some inherent limitations to it. | |
Re: I voted for Saturn coz there's a nice "ring" to its name. ;) | |
Re: I don't know if this is related but there's an add-on for FF which allows customizing the site look-n-feel. It can be easily used to create a custom browsing profile and block ads from a site. [url]https://addons.mozilla.org/firefox/2108/[/url] | |
Re: Score - 92% (Average error - 19 mi) :D It was difficult to guess the exact location of Utah, Kansas and Missouri because they were asked early on when I only roughly guessed the location. I wonder why I missed PA. | |
Re: :cool: I got 100% - looks like I have been taking driving seriously over the past few months. :mrgreen: | |
Re: [QUOTE=jwenting;301872] Remember also that Latinos in any definition but the one used in the US are white as well...[/QUOTE] I remembered a funny thing on a speeding ticket I received a few months ago in Virginia. It has a column for classifying the racial origin ([I]don't nitpick on me for … | |
Re: Yes. [inlinecode]document.write()[/inlinecode] is your hint. | |
| |
Re: This doesn't appear to be a task that can be performed with a single SQL if that was what you were looking for. Even if it is possible (because I'm not very good at SQL myself), the query itself is so dependent on the results that having a stored procedure … | |
Re: From your code: [code] while (s = "n"){ [/code] This is wrong in two aspects: 1. You are trying to do an assignment operation instead of comparison. 2. Even if you want to compare Strings, you should be using the equals() method instead of == | |
Re: Since this thread talks about obnoxious ads, here's a screenshot. [url=http://img362.imageshack.us/my.php?image=daniwebadip5.jpg]Obnoxious ad[/url] | |
Re: Wow! How do you expect someone to read that message? Please make use of code tags and line breaks. | |
Re: It's possible. However, your description sounds like a two-tiered application. | |
Re: [QUOTE=rpjanaka;307934]can i show the java out puts(System.out.println) on the browser that is issude from java classes, not from the jsp pages. [/QUOTE] Yes, you will have to read the log file and display the content in a JSP. [QUOTE] i think there may be a way to change the configuration … | |
Re: Asking others to solve your homework and posting in the incorrect forum are inappropriate to the basic forum rules. I suggest that you start with searching information on Google. This will give you some example related to your problem. [url]http://www.google.com/search?q=php+reading+writing+xls[/url] | |
Re: [QUOTE=ankit_the_hawk;306643]Also whats the best place of learning Java through the internet since I am doing it own my own.[/QUOTE] [URL="http://java.sun.com/docs/books/tutorial/"]Sun's Java tutorial[/URL] [URL="http://www.mindviewinc.com/downloads/TIJ-3rd-edition4.0.zip"]Thinking in Java - 3rd edition[/URL] | |
I am probably not the first person to ask this but it feels rather incorrect to me. [code]You're browsing the JSP forum Discussion about: A web development language based on Java.[/code] This line on top of the JSP forum is so very inaccurate. JSP is not a web development language … | |
I see that there is a nice new feature. The last post shows up on the home page. :cool: :cool: :cool: It's a good thing to have IMO. However I am used to other forums and they show up a posting history of say 10 posts. Is it possible to … | |
Re: build.xml could be in the current directory (the directory where you are executing the command). If your build script is named something else, you can specify that with [B]ant[/B] too. | |
Re: People don't solve homework here. What effort have you made so far? | |
Re: Your method signature is, kind of, redundant. When you are calling a method on an object, you don't need to pass the same object to it. Whatever information you need about the object is already available within the method. There is a keyword called "this" to refer to the current … | |
Re: Could you please wrap your code with [u][[/u]code[u]][/u] tags the next time you post it? | |
Re: Please do not duplicate posts. [url]http://www.daniweb.com/techtalkforums/thread67707.html[/url] Post some relevant information about your problem. | |
Re: I don't know about the specific trends but sysadmins are always in demand. | |
Re: You know you could use Google to search for that information. :p There are a few posts which talk about adsense too. [url]https://www.google.com/adsense/[/url] [url]http://en.wikipedia.org/wiki/AdSense[/url] | |
Re: [QUOTE=kickoff3pm;302965]Anyone know of a database app which stores records in html format on the web server and nt in a sql server. I have a spacific need for this. Or does anyone have code that will take records from a Mysql database and copy each record to a seperate html … | |
Re: [QUOTE=mgland;305961] a. Create a method in line 142 named generate that will take two ints, representing the low and high end of a range of random nubers and return a string containing a generated random number.[/QUOTE] If you want the method to return a String, you should not be declaring … | |
Re: It only means that you don't have knowledge in jsp and servlet too. You can't know those before learning core java. You still have time to learn it but your post stinks of laziness. Get some books and start reading before doomsday arrives. | |
Re: Such a vague request... | |
Re: [QUOTE=jwenting;303784]racism is rampant in every country on this planet.[/QUOTE] True! There is no rule that some country is more racist than the other. Racism is a part of the social fabric. People often identify themselves with their own community/race, tend to be in a group with members of their race. … | |
Re: This question is related to the Java forum and it has already been posted there. | |
Re: You will have to make use of GROUP BY clause. [url]http://www.w3schools.com/sql/sql_groupby.asp[/url] I guess it should look like: [code]SELECT name, surname, sum(points) FROM kisiler GROUP BY name, surname[/code] | |
Re: [QUOTE=DimaYasny;304543]Accidentally hopped in, but decided to stay. Dim.[/QUOTE] Great discoveries are made by accident. ;) | |
Re: There is something fundamentally incorrect with what you are doing. I am guessing that you used "Decimal Places" to set the digits right of the decimal separator. That won't work because the setting is only for what data needs to be displayed. You need to set the "Scale" for the … | |
Re: [QUOTE=mkls;304551]Hi By mistake, I hit "reply" on an email sent BCC to my Hotmail . It's really going to hurt someone else. Any chance of retrieving it? (As you can tell, I'm not an IT genius, but really need the help !) Thank you[/QUOTE] The only possibility is to send … | |
Re: [QUOTE=Ancient Dragon;304268]>>tell me what to do so as i can start downloading games again you could reformat the entire hard drive then resinstall the operating system:mrgreen:[/QUOTE] [B]ROFL[/B] | |
Re: Are you looking for a practice assignment? Here's one: [I]Write a program which will print all the pairs of prime numbers whose sum equals the number entered by the user.[/I] | |
Re: [QUOTE=Vinoth;303640]simple , use javascript. <a href="javascript: self.close ()">Your line of code.</A>[/QUOTE] That will display an alert at least with IE, which the OP does not want. | |
Re: Your application is not even using Swing. For a start, make use of Swing classes. Second, making an applet of a Swing application is not too difficult. You need to change the top-level container to JApplet. I'm not much into Swing to be able to tell what all needs to … | |
Re: [QUOTE=musicbox;303360]daniweb forum template is very nice who created it ?[/QUOTE] Dani I guess. :P | |
Re: You can check my comments on your other thread. [url]http://www.daniweb.com/techtalkforums/thread67804.html[/url] | |
Re: Your post does not indicate any reason for getting a NullPointerException. My guess is that the [B]isbn[/B] String is null but that's just a guess. Could you print out the stack trace and see what line it is occurring at? That would help you locate the exact cause. | |
Re: [URL="http://kb.mozillazine.org/JavaScript_is_not_Java"]JavaScript is not Java[/URL] | |
Re: [QUOTE=karthikkannan;302489]Hai, The '2' in Java refers the 2nd Generation. have a look at this link [URL]http://java.sun.com/j2se/1.5.0/docs/relnotes/version-5.0.html[/URL] Have a nice day Regards, Karthikkannan [URL]http://vaaghai.blogspot.com[/URL][/QUOTE] That post is over 2.5 years old when Java 5 wasn't even around. | |
Re: [url]http://developer.mozilla.org/en/docs/HTML:Element:strong[/url] This link explains quite well. |
The End.