User Name Password Register
DaniWeb IT Discussion Community
All
What is DaniWeb IT Discussion Community?
DaniWeb is a massive community of 429,949 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,420 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Showing results 1 to 40 of 351
Search took 0.03 seconds.
Posts Made By: aniseed
Forum: Posting Games Sep 16th, 2007
Replies: 2,356
Views: 149,849
Posted By aniseed
Re: The Vending Machine Game

You get ice.

I put in myself.
Forum: JSP Sep 16th, 2007
Replies: 2
Views: 5,266
Posted By aniseed
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
Posted By aniseed
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
Posted By aniseed
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
Posted By aniseed
Re: problem with dialogbox save/open/cancel jsp in IE

I'm not sure I understand your problem. A little more code and clear explanation maybe!
Forum: Java Aug 13th, 2007
Replies: 3
Views: 2,382
Posted By aniseed
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
Posted By aniseed
Re: using jsp for a calendar connected to oracle

It's possible. However, your description sounds like a two-tiered application.
Forum: Java Jan 30th, 2007
Replies: 2
Views: 929
Posted By aniseed
Re: How to discard stopwords contained in class and do word count?

Wow! How do you expect someone to read that message? Please make use of code tags and line breaks.
Forum: Database Design Jan 30th, 2007
Replies: 6
Views: 2,034
Posted By aniseed
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
Posted By aniseed
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
Posted By aniseed
Re: how to show java out puts in web browser

Yes, you will have to read the log file and display the content in a JSP.



No, there isn't a way of doing this automagically.
Forum: PHP Jan 29th, 2007
Replies: 2
Views: 1,958
Posted By aniseed
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
Posted By aniseed
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
Posted By aniseed
Re: IQ Test for USA Army Pilots

160; missed 11, 14, 17 :o
Forum: Geeks' Lounge Jan 29th, 2007
Replies: 3
Views: 759
Posted By aniseed
Forum: Database Design Jan 29th, 2007
Replies: 6
Views: 2,034
Posted By aniseed
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
Posted By aniseed
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
Posted By aniseed
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
Posted By aniseed
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
Posted By aniseed
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
Posted By aniseed
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
Posted By aniseed
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
Posted By aniseed
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
Posted By aniseed
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
Posted By aniseed
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
Posted By aniseed
Forum: Java Jan 26th, 2007
Replies: 7
Views: 1,402
Posted By aniseed
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
Posted By aniseed
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
Posted By aniseed
Re: date Validation

People don't solve homework here. What effort have you made so far?
Forum: Java Jan 26th, 2007
Replies: 3
Views: 899
Posted By aniseed
Re: call a method in an object, by giving the same object as the parameter

It is possible and it is bad/redundant code design.

If an object has to do some operation on itself, it can make use of the this keyword. There is no need to pass a self-reference. That's simply a...
Forum: JavaScript / DHTML / AJAX Jan 26th, 2007
Replies: 2
Views: 5,230
Posted By aniseed
Re: using javascript to dynamically add to existing html table

Could you please wrap your code with [code] tags the next time you post it?
Forum: JSP Jan 26th, 2007
Replies: 14
Views: 14,366
Posted By aniseed
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
Posted By aniseed
Re: call a method in an object, by giving the same object as the parameter

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...
Forum: Java Jan 26th, 2007
Replies: 6
Views: 2,981
Posted By aniseed
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
Posted By aniseed
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
Posted By aniseed
Re: ads are getting obnoxious

Are you bidding for that? :p
Forum: Java Jan 25th, 2007
Replies: 2
Views: 710
Posted By aniseed
Re: Problem in installing JOnASJOnAs 4.8.4-tomcat5.5.17

Please do not duplicate posts.
http://www.daniweb.com/techtalkforums/thread67707.html

Post some relevant information about your problem.
Forum: Advertising Sales Strategies Jan 25th, 2007
Replies: 1
Views: 1,474
Posted By aniseed
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
Posted By aniseed
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
Posted By aniseed
Re: The Vending Machine Game

You get a clean registry.

I put in a muffin.
Showing results 1 to 40 of 351

 
All times are GMT -4. The time now is 11:11 pm.
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC