Search Results

Showing results 1 to 40 of 1000
Search took 0.13 seconds.
Search: Posts Made By: ~s.o.s~
Forum: DaniWeb Community Feedback 7 Hours Ago
Replies: 7
Views: 127
Posted By ~s.o.s~
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
Posted By ~s.o.s~
> 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
Posted By ~s.o.s~
> 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
Posted By ~s.o.s~
> 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
Posted By ~s.o.s~
*sigh* Some people never learn....

Closed.
Forum: JSP 3 Days Ago
Replies: 1
Views: 204
Posted By ~s.o.s~
Remove the semi-colon from your JSP expression.
Forum: DaniWeb Community Feedback 4 Days Ago
Replies: 8
Views: 347
Posted By ~s.o.s~
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
Solved: Append to array
Views: 384
Posted By ~s.o.s~
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
Posted By ~s.o.s~
> 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
Posted By ~s.o.s~
> 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
Posted By ~s.o.s~
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
Solved: Append to array
Views: 384
Posted By ~s.o.s~
> 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
Solved: Append to array
Views: 384
Posted By ~s.o.s~
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
Posted By ~s.o.s~
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
Posted By ~s.o.s~
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
Solved: Append to array
Views: 384
Posted By ~s.o.s~
> 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
Posted By ~s.o.s~
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
Posted By ~s.o.s~
> 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
Posted By ~s.o.s~
> 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
Posted By ~s.o.s~
> 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
Posted By ~s.o.s~
> 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
Posted By ~s.o.s~
>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
Posted By ~s.o.s~
> 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
Posted By ~s.o.s~
> 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
Posted By ~s.o.s~
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
Posted By ~s.o.s~
> 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
Posted By ~s.o.s~
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
Posted By ~s.o.s~
> 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
Posted By ~s.o.s~
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
Posted By ~s.o.s~
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
Posted By ~s.o.s~
I can see both the links. Try clearing the cache using a force refresh.
Forum: JSP 30 Days Ago
Replies: 1
Views: 400
Posted By ~s.o.s~
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
Posted By ~s.o.s~
> 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
Posted By ~s.o.s~
> 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
Posted By ~s.o.s~
> 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
Posted By ~s.o.s~
> 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
Solved: Duplicate posts
Views: 704
Posted By ~s.o.s~
> 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
Posted By ~s.o.s~
> 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
Posted By ~s.o.s~
> 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
Posted By ~s.o.s~
> 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.
Showing results 1 to 40 of 1000

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC