Forum: Posting Games Sep 16th, 2007 |
| Replies: 2,356 Views: 149,849 |
Forum: JSP Sep 16th, 2007 |
| Replies: 2 Views: 5,266 Re: request.getParameter value passing null It could probably be because you need to specify id for the select element. Some browsers pass data based on id, others based on the name attribute. To be safe, it is a good practice to define the id... |
Forum: JSP Sep 16th, 2007 |
| Replies: 1 Views: 565 Re: can anybody guide me If you are looking at web development, I would recommend that you install Tomcat (http://tomcat.apache.org/). |
Forum: Java Sep 16th, 2007 |
| Replies: 2 Views: 510 Re: Rusty at Java You will have to declare an instance method if you are overriding.
To use a non-static method in main(), you will need to create an instance/object of the class. Since this class is abstract, you... |
Forum: JSP Aug 13th, 2007 |
| Replies: 2 Views: 2,930 |
Forum: Java Aug 13th, 2007 |
| Replies: 3 Views: 2,382 Re: save file to database You can save it as a String (VARCHAR) or CLOB. That depends on what you want to store.
That's got nothing to do with saving the data or the file. You could make use of a HTML parser or a regex... |
Forum: Oracle Jan 30th, 2007 |
| Replies: 2 Views: 2,433 |
Forum: Java Jan 30th, 2007 |
| Replies: 2 Views: 929 |
Forum: Database Design Jan 30th, 2007 |
| Replies: 6 Views: 2,034 Re: Cities and Districts DataBase - Basic Question The complication is not always worth it. As per my experience, normalization does not always mean better performance. It is sometimes better to introduce redundancy to improve performance. But that's... |
Forum: Java Jan 30th, 2007 |
| Replies: 4 Views: 1,713 Re: do-while loop & other stuff From your code:
while (s = "n"){
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... |
Forum: JSP Jan 29th, 2007 |
| Replies: 6 Views: 2,497 |
Forum: PHP Jan 29th, 2007 |
| Replies: 2 Views: 1,958 Re: [help] PHP Script to check excel file 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... |
Forum: Oracle Jan 29th, 2007 |
| Replies: 2 Views: 4,644 Re: order and then compare values from same column 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... |
Forum: Geeks' Lounge Jan 29th, 2007 |
| Replies: 13 Views: 3,735 |
Forum: Geeks' Lounge Jan 29th, 2007 |
| Replies: 3 Views: 759 |
Forum: Database Design Jan 29th, 2007 |
| Replies: 6 Views: 2,034 Re: Cities and Districts DataBase - Basic Question Yeah, it's not in 3NF. I thought it was obvious with the example on the Wikipedia link. It's similar to your own example.
cities (cityID, cityName)
districts (districtID, cityID, districtName)
These... |
Forum: Java Jan 28th, 2007 |
| Replies: 7 Views: 1,402 Re: Jumping on to Java I guess I'll try reading teh book again. It might be an interesting study and a good topic to discuss practices. :) |
Forum: Geeks' Lounge Jan 28th, 2007 |
| Replies: 8 Views: 1,792 Re: MS-Solitaire My average score is 3532 and that's the only time I have played. |
Forum: Java Jan 28th, 2007 |
| Replies: 7 Views: 1,402 Re: Jumping on to Java I see that somebody considers this post of mine as a mockery. It may have been due to me not being a native English speaker or me posting the wrong smilie. But I would genuinely wish to know the... |
Forum: Geeks' Lounge Jan 28th, 2007 |
| Replies: 29 Views: 3,717 Re: Drivers test! That's been my experience in US. Public transport is limited and having a car proves relatively economical, much in contrast with how it works in Mumbai. Driving a car in Mumbai is the last thing I... |
Forum: Database Design Jan 28th, 2007 |
| Replies: 6 Views: 2,034 Re: Cities and Districts DataBase - Basic Question The first approach is the logical thing for a database design. Having a lot of data is not a consideration while designing a database. The essence of a database design is to model generic entities... |
Forum: DaniWeb Community Feedback Jan 28th, 2007 |
| Replies: 0 Views: 682 JSP forum I am probably not the first person to ask this but it feels rather incorrect to me.
You're browsing the JSP forum
Discussion about: A web development language based on Java.
This line on top of... |
Forum: Geeks' Lounge Jan 28th, 2007 |
| Replies: 20 Views: 3,243 Re: Test your U.S. Map Knowledge! I suppose two of them were Alaska and Hawaii. :p It's easier if you play it like a jigsaw puzzle. My cousin who has no idea of US got 50% by fitting the pieces. |
Forum: DaniWeb Community Feedback Jan 28th, 2007 |
| Replies: 36 Views: 5,450 Re: Can't read what I am posting I personally find it difficult writing a sloppy post. Most of the capitalization gets typed without any effort and writing a sloppy post takes more effort. :p
Besides what you mentioned, I can't... |
Forum: DaniWeb Community Feedback Jan 28th, 2007 |
| Replies: 0 Views: 606 New feature :) - possibly could be enhanced 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... |
Forum: DaniWeb Community Feedback Jan 28th, 2007 |
| Replies: 100 Views: 10,263 |
Forum: Java Jan 26th, 2007 |
| Replies: 7 Views: 1,402 Re: Jumping on to Java Refer a couple of them to me so that I could remember not to mention it while replying somewhere. :cheesy: |
Forum: Java Jan 26th, 2007 |
| Replies: 7 Views: 1,402 Re: Jumping on to Java Sun's Java tutorial (http://java.sun.com/docs/books/tutorial/)
Thinking in Java - 3rd edition (http://www.mindviewinc.com/downloads/TIJ-3rd-edition4.0.zip) |
Forum: Java Jan 26th, 2007 |
| Replies: 2 Views: 1,240 |
Forum: Java Jan 26th, 2007 |
| Replies: 3 Views: 899 |
Forum: JavaScript / DHTML / AJAX Jan 26th, 2007 |
| Replies: 2 Views: 5,230 |
Forum: JSP Jan 26th, 2007 |
| Replies: 14 Views: 14,366 Re: JSP shopping cart Get connecting JSP with Mysql (http://www.httpguru.com/x.php?subaction=showfull&id=1168011453&archive=&start_from=&ucat=5)
The link in his signature is an indicator of the crap he's mentioned in the... |
Forum: Java Jan 26th, 2007 |
| Replies: 3 Views: 899 |
Forum: Java Jan 26th, 2007 |
| Replies: 6 Views: 2,981 Re: How to install Apache POI 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 ant too. |
Forum: IT Careers and Business Jan 25th, 2007 |
| Replies: 2 Views: 1,209 Re: IT in Ontario I don't know about the specific trends but sysadmins are always in demand. |
Forum: DaniWeb Community Feedback Jan 25th, 2007 |
| Replies: 100 Views: 10,263 |
Forum: Java Jan 25th, 2007 |
| Replies: 2 Views: 710 |
Forum: Advertising Sales Strategies Jan 25th, 2007 |
| Replies: 1 Views: 1,474 Re: What Google Adsense really means?? You know you could use Google to search for that information. :p There are a few posts which talk about adsense too.
https://www.google.com/adsense/
http://en.wikipedia.org/wiki/AdSense |
Forum: Database Design Jan 25th, 2007 |
| Replies: 3 Views: 1,560 Re: Records to HTML pages ? You don't need to store records in HTML on a web server. You could have an XML if you are trying to avoid databases. HTML could be generated on the fly. |
Forum: Posting Games Jan 25th, 2007 |
| Replies: 2,356 Views: 149,849 |