Profile_bird

Hey there! brandonaaron is using Twitter.

Twitter is a free service that lets you keep in touch with people through the exchange of quick, frequent answers to one simple question: What are you doing? Join today to start receiving brandonaaron's updates.

Already using Twitter
from your phone? Click here.

brandonaaron

  1. @jdsharp in the past i've just reverted the broken check-in so i can keep working :)
  2. @jdsharp that is the worst ... especially when someone checks in broken code and goes to lunch or goes home for the day :/
  3. we had a blast at @josht323 and @ketaylor7 4th of july party :)
  4. @josht323 yes ... i'm your proxy for twitter :p
  5. the new firefox icon on mac at least has such a bright spot on the top ... really distracting down in the dock
  6. @RedWolves LiveQuery uses jQuery's .selector and .context properties... not sure if that helps or not... http://tr.im/r1mj
  7. chipped a tooth and it is starting to hurt... going to the dentist tomorrow... hopefully nothing to serious since i fly to boston tuesday :(
  8. thanks adobe for the informative error message :( http://pic.im/6HY
  9. thinking about taking advantage of the *cooler* temps (80s) and do some yard work...
  10. @josht323 dude that is a huge cab
  11. seriously ... tabs or spaces for indentation ... pick *one* or the other ... not both! #petpeeve
  12. Slow indeed... At the dump, dumping stuff... http://twitpic.com/964q6
  13. jQuery Conference 2009 Date and Venue Announced: http://bit.ly/eBma8
  14. @nonken no, i spent way to much time on it and went back to non button markup as well. tried all the -webkit-* props i could find, no luck.
  15. @nonken did you ever find a way around the default padding on buttons in mobile safari?
  16. @phiggins i'm not finding anything similar in webkit ... this only applies to mobile safari too ... thanks though :)
  17. a screen grab from the refreshed iphone api browser i'm working on... http://pic.im/6tr ... more to come
  18. @phiggins gave up and used an a tag with -webkit-touch-callout: none; to prevent empty url popup when holding down your finger on the button
  19. @phiggins tried the -webkit-* props ... was really hopping it'd be that simple... -webkit-appearance: none; still has the padding :(
  20. i really hate having to use a (or any other) tags for my buttons instead of button or input[type=button] tags :(