Messages - OGroeger [ switch to compact view ]

Pages: prev1 2 3 4 5 [6] 7 8 9 10 11 ... 16next
26
Living Room / Re: Question about the "spam/advertising links" rule
« on: September 19, 2007, 03:29 AM »
Am I correct? By inserting a link into your signature you can load stuff from another site?

27
Living Room / Re: Forum Signature Spam: Let's discuss how to handle..
« on: September 13, 2007, 05:46 AM »
I agree with mouser and his idea of a minimum post restriction. But i would expand that with a minimum time restriction: You need to be registered at least one month before your signature becomes active or you even can define one. Both sanctions have the advantage that they can be scripted and don't need someone to monitor this.

Btw, i don't like images in signatures, too.


28
Btw, there a lot of useful classes which can be very helpful. What i use very much is the Apache commons project, in particular the lang project (JavaDoc) which contains "Utils" packages, e.g. ArrayUtils which has a toObject() method that converts an int[] to Integer[].
 
The package that i use on every Project (when possible) is StringUtils. I coundn't live without StringUtils.defaultString() and StringUtils.isBlank().

29
nearly there ;-)
  int[] ints = new int[]{1,2,3,4,5};
  Integer[] intObjects = new Integer[ ints.length ];
  for( int i = 0; i < ints.length; ++i )
  {
  intObjects[ i ] = new Integer( ints[ i ] );
  }

30
Post New Requests Here / Re: IDEA: Find the owner program of a hotkey
« on: September 10, 2007, 04:46 PM »
Maybe Keyboard Shortcuts or Clavier are able to do this? I didn't test them, it's just an idea.

Pages: prev1 2 3 4 5 [6] 7 8 9 10 11 ... 16next
Go to full version