Forum: DaniWeb Community Feedback 7 Hours Ago |
| Replies: 7 Views: 127 This issue was brought up & discussed (http://www.daniweb.com/forums/thread208180.html)to some lengths a couple of months back.
> As you can see I have no tags whatsoever in "plaintext"
This... |
Forum: DaniWeb Community Feedback 2 Days Ago |
| Replies: 22 Views: 906 > Thought this was a feedback forum. If moderators/admins don't like
> honest feedback, why not have a "Daniweb Community Feedback" for
> ****-lickers only.
Keep things on topic; there is... |
Forum: DaniWeb Community Feedback 2 Days Ago |
| Replies: 6 Views: 231 > i miss getting beat up by her.
You can of course pop in the Daniweb irc to get beaten down in real time... ;-) |
Forum: Java 3 Days Ago |
| Replies: 2 Views: 126 > If re-direction must occur, it must be the first line of a constructor. Why?
To ensure that the parent class is completely initialized before it gets used in the child class's constructor body.... |
Forum: DaniWeb Community Feedback 3 Days Ago |
| Replies: 53 Views: 1,835 *sigh* Some people never learn....
Closed. |
Forum: JSP 3 Days Ago |
| Replies: 1 Views: 204 Remove the semi-colon from your JSP expression. |
Forum: DaniWeb Community Feedback 4 Days Ago |
| Replies: 8 Views: 347 Hmm...this is a problem indeed. I've found that checking the 'Remember Me' checkbox fixes the problem, at least on my side.
@Dani
For some reason, the bbsessionhash cookie is set only if the... |
Forum: Java 4 Days Ago |
| Replies: 16 Views: 384 What's wrong with the getTime() method of the Date class which returns the number of milliseconds elapsed since January 1970 as long? To get the seconds, just divide by 1000. |
Forum: DaniWeb Community Feedback 5 Days Ago |
| Replies: 8 Views: 347 > How could a firewall cause the problem? both computers are using the
> same firewall.
Probably a configuration issue. You might want to try turning off the firewall for a couple of minutes... |
Forum: Java 5 Days Ago |
| Replies: 5 Views: 202 > Why is it that even when i specify the index to go to it still returns -1 ?
It's not returning -1; the exception says that you can specifying an array index [-1 in your case] which is out of... |
Forum: DaniWeb Community Feedback 5 Days Ago |
| Replies: 8 Views: 347 Most probably your browser is not set to accept cookies from Daniweb which is the mechanism used for session tracking. This might be because of the Firefox add-on you use or a firewall running on... |
Forum: Java 5 Days Ago |
| Replies: 16 Views: 384 > is it possible to loop through the contents of two arrays to populate a
> third array with the combined content?
In my code I'm using looping through two Lists and populating a third list... |
Forum: Java 5 Days Ago |
| Replies: 16 Views: 384 Sadly, this simple a thing becomes pretty clunky to implement when it comes to Java. A sample implementation might be something like:
class YourClass {
private static final List<String>... |
Forum: Geeks' Lounge 6 Days Ago |
| Replies: 25 Views: 886 After reading the FAQ, the two features which I found interesting were:
- No type hierarchy; this is a life safer given that the ridiculous amount of time OO programmers spend juggling with type... |
Forum: Java 6 Days Ago |
| Replies: 5 Views: 202 You'd typically look-up the item of interest and then perform the necessary operations on it rather than setting a particular item of the ArrayList. A better implementation here would be have your... |
Forum: Java 6 Days Ago |
| Replies: 16 Views: 384 > Does anybody know how I can append to the array
You can't. The best you can do is perform a copy-on-write if the content to be written is more than the initial capacity with which the array was... |
Forum: DaniWeb Community Feedback 8 Days Ago |
| Replies: 7 Views: 511 AFAICT, Dani uses a customized version of vBulletin so any feature which isn't supported out-of-the-box has to be patched in. BTW, why do you need this feature? I mean, how different is it from going... |
Forum: DaniWeb Community Feedback 9 Days Ago |
| Replies: 53 Views: 1,835 > Should poster who answers a question only be a qualified MSCE?
Definitely not; a question posted on Daniweb is always open to discussion. Personal attacks as a means of adding more value to the... |
Forum: JSP 12 Days Ago |
| Replies: 2 Views: 396 > Is there something similar to this that I can use for a Java Web App?
Yes, you can either use the <jsp:include> standard action or tag files... |
Forum: JSP 12 Days Ago |
| Replies: 3 Views: 495 > The following program doesn't work in my Linux system's Mozilla firefox.
> Any help to fix this problem is appreciated
This isn't a browser problem. Make sure that your page which hosts EL... |
Forum: DaniWeb Community Feedback 12 Days Ago |
| Replies: 13 Views: 583 > Also, you're missing the point that if even a handful of people did use
> the feature every five seconds, the database would most likely end up
> very overstressed
That's why I mentioned... |
Forum: DaniWeb Community Feedback 12 Days Ago |
| Replies: 16 Views: 915 >It preserves your formatting and uses a terminal font:
...but is still not enough since the original CODE tags didn't add line numbers. This auto-line numbering feature kinda breaks posts in... |
Forum: DaniWeb Community Feedback 12 Days Ago |
| Replies: 13 Views: 583 > there's no way of knowing for sure whether or not it's automated.
> Someone could set up a greasemonkey script, couldn't they?
I'd again like to suggest what I initially suggested for the... |
Forum: JSP 26 Days Ago |
| Replies: 4 Views: 516 > What i want to do is to search the string
Depends on what kind of search it is; if it's just searching for a single character or a string you can use the overloaded versions of the indexOf... |
Forum: JSP 26 Days Ago |
| Replies: 4 Views: 516 You say that the form sends an empty string but your error checker doesn't detect empty strings? Have you tried debugging your code to see what *actually* the error checker is checking against?
... |
Forum: Java 30 Days Ago |
| Replies: 6 Views: 310 > Thank you - my understanding of generic types is still somewhat limited.
When in doubt, always look at the standard library code which comes prepackaged with the JDK. For e.g. in this case,... |
Forum: Java 30 Days Ago |
| Replies: 6 Views: 310 IMO, though the analysis is correct, the solution provided isn't because an Iterator over a collection of elements of type E isn't the same as an Iterator over a collection of elements of type F... |
Forum: Java 30 Days Ago |
| Replies: 4 Views: 258 > Could that why the created it as an object?
There is absolutely no valid reason as to why a Boolean object needs to be created if one already exists and is ready to use i.e. considering that a... |
Forum: DaniWeb Community Feedback 30 Days Ago |
| Replies: 9 Views: 659 Hmmm...insanely strange. If you are talking about the 'Flag Bad Post' link, see it in the attached screeny. |
Forum: DaniWeb Community Feedback 30 Days Ago |
| Replies: 9 Views: 659 Have you tried clearing your cache? Because I can see the 'Flag Bad post' link... |
Forum: DaniWeb Community Feedback 30 Days Ago |
| Replies: 9 Views: 659 I can see both the links. Try clearing the cache using a force refresh. |
Forum: JSP 30 Days Ago |
| Replies: 1 Views: 400 Read Why Runtime.exec() won't work? (http://www.javaworld.com/javaworld/jw-12-2000/jw-1229-traps.html?page=1)
If you are using Java 1.5 or more, look into ProcessBuilder ... |
Forum: Java 30 Days Ago |
| Replies: 4 Views: 258 > data[i][k + 1] = new Boolean(false);
Better yet; data[i][k + 1] = Boolean.FALSE. Same result, no unnecessary object creation. |
Forum: Java 30 Days Ago |
| Replies: 2 Views: 192 > Can anyone help? help
Check if the Client class has a no-arg constructor in case you have explicitly provided a overloaded constructor. Also, looking at the error message gives an indication... |
Forum: Java 30 Days Ago |
| Replies: 5 Views: 346 > By number of characters l mean not punctuation or a space
Look into the isLetter method of the Character class; modify your logic to increment the count only if the above method returns true. |
Forum: JSP Oct 13th, 2009 |
| Replies: 5 Views: 534 > Does [0-9] need to be in quotes?
No, it needs to be placed inside forward slashes to be considered as a regular expression. Of course, if you place them inside quotes, you need to explicitly use... |
Forum: DaniWeb Community Feedback Oct 11th, 2009 |
| Replies: 5 Views: 704 > Can i remove that duplicated post ??
Just report that post using the "Flag Bad Post" option and it should get appropriately handled. |
Forum: Java Oct 10th, 2009 |
| Replies: 3 Views: 281 > You don't need to do the conversion to int and back; just send the
> double in text format and parseDouble(...) at the Java end.
I don't think that would handle values like +INF, -INF and NaN... |
Forum: DaniWeb Community Feedback Oct 8th, 2009 |
| Replies: 91 Views: 6,051 > No, I mean for people who don't want to install another FF plugin (b/c
> low resources for so many plugins, etc) but who already have an
> adblocker installed.
Yes again. If you already have... |
Forum: DaniWeb Community Feedback Oct 8th, 2009 |
| Replies: 91 Views: 6,051 > sos, do you think that blocking addthis with an adblocker would work?
Yes, it does work. Plus, NoScript isn't exactly an adblocker. See attached. |