Use ‘viewForRow’ instead of ‘titleForRow’, like this:<pre style="background-image: URL(http://2.bp.blogspot.com/_z5ltvMQPaa8/SjJXr_U2YBI/AAAAAAAAAAM/46OqEP32CJ8/s320/codebg.gif); background: #f0f0f0; border: 1px dashed #CCCCCC; color: black; font-family: arial; font-size: 12px; height: auto; line-height: 20px; overflow: auto; padding: 0px; text-align: left; width: 99%;"> // Used this instead of titleForRow to allow center aligment of text - (UIView *)pickerView:(UIPickerView *)pickerView viewForRow:(NSInteger)row...

How:<div></div><div></div><div><pre class="default prettyprint" style="background-color: #eeeeee; border: 0px; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif; font-size: 14px; line-height: 18px; margin-bottom: 10px; max-height: 600px; overflow: auto; padding: 5px; vertical-align: baseline; width: auto;">/** Save the position **/int currentPosition = listView.getFirstVisiblePosition();//Here u...

If you are trying to parse an String date like:“02:34 PM”Init the Formatter with US locale:<pre style="background-image: URL(http://2.bp.blogspot.com/_z5ltvMQPaa8/SjJXr_U2YBI/AAAAAAAAAAM/46OqEP32CJ8/s320/codebg.gif); background: #f0f0f0; border: 1px dashed #CCCCCC; color: black; font-family: arial; font-size: 12px; height: auto; line-height: 20px; overflow: auto; padding: 0px; text-align: left; width: 99%;"> SimpleDateFormat("hh:mm a", Locale.US); </pre>Note: Witouth the locale parameter...

<ul><li>Optimize PNG Images</li></ul><blockquote class="tr_bq">http://pnggauntlet.com/ for windowshttp://imageoptim.com/ for mac</blockquote>

¿Are you trying to compile big projects? :)Use multiprocess processing to compile more faster, if you really need to.<h4>Steps</h4>Replace n with the number of processes the make process will be divided.<pre style="background-image: URL(http://2.bp.blogspot.com/_z5ltvMQPaa8/SjJXr_U2YBI/AAAAAAAAAAM/46OqEP32CJ8/s320/codebg.gif); background: #f0f0f0; border: 1px dashed #CCCCCC; color: black; font-family: arial; font-size: 12px; height: auto; line-height: 20px; overflow: auto; padding:...