Profile_bird

Hey there! RoryBecker 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 RoryBecker's tweets.

Already using Twitter
from your phone? Click here.

RoryBecker

  1. @TheCodeJunkie excellent... Great stuff... All working now... Thanks very much.... Twitter and Community FTW!!
  2. @TheCodeJunkie is there any way to do $('td (a or span):contains(text)')
  3. @TheCodeJunkie Seems that... $('td a:contains(text)').parent(); works ... It's not a pure selector but it's enough for now.
  4. @TheCodeJunkie yeah apparently
  5. @TheCodeJunkie Sort of. It selects all higher level td aswell. I'm only after the immediate parent cell to the specific anchor.
  6. @TheCodeJunkie sweet ... Thanks man
  7. Little jquery help.... Need a selector to find TableCell which contains Anchor... which contains text XYZ
  8. Test from Digsby
  9. @nwoolls Ok , I've no idea how I missed this.... Many congrats man... excellecnt news :D
  10. Coderush / Refactor Pro license giveaway -> http://is.gd/4P7J3
  11. Ok ... Seriously?... Can't serialize an XElement? Why the F*** not?... It's F***ing XML for F***s sake ?!?!?
  12. @liffeyd CodeRush / RefactorPro every time :)
  13. @tomasrestrepo If you do try again and have questions, I'm happy to try and answer them.Either twitter or email (rorybecker@gmail.com)
  14. @tomasrestrepo Let me know when you try again. Pretty much all the graphical elements can be turned off with a simple toolbar button.
  15. @tomasrestrepo What did you not like about Xpress?
  16. Today's xkcd.com -> http://xkcd.com/660/ Excellent stuff. Don't forget the tooltip extra though.
  17. @Grumpydev Tell her the old one broke and this is the replacement they sent you :D
  18. @RickStrahl Mark explained some of how it should work in this blog post: http://is.gd/4QodD
  19. @RickStrahl FWIW I see use Tab more for navigation than I do for indenting. Probably because I code in VB where indenting is automatic :)
  20. @RickStrahl ...prior to first char of variable. I wonder is there a similar adjustment which could be made to the HTML table version?