Profile_bird

Hey there! oising 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's happening? Join today to start receiving oising's tweets.

Already using Twitter
from your phone? Click here.

oising

  1. @mscottedwards because i had a dev wrkstn in farm mode; wanted to use networkservice for services (not domain account) - password expiry
  2. successfully downgraded from moss single-server farm to standalone instance ; they said it couldn't be done #sharepoint
  3. "Do not stuff mouth with bread or you will look like an ape" - Noble Boke of Curtasye, William Caxton
  4. At bell centre for canadiens and red wings. Great $500 seats, shit $5 play. Let's hope period three picks up #NHL
  5. had to resort to using #powershell and reflection to invoke an internal method on an internal provisioning class #sharepoint
  6. you can't even put them back - they are "magic" files with no associated listitem...
  7. don't ever delete customquickaccess, customeditactions from the site's mp gallery editingmenu; only edit them. #sharepoint #hosed
  8. @micflan everything that iTunes is not, I take it?
  9. 2.30am, still here. alt.moss.die.die.die
  10. still in work, deploying sh*tpoint solutions. god help me, if I could stab moss in the face, I would. #sharepoint
  11. @Rickster_CDN @energizedtech look it's Rick getting arrested for using his cell in airport security ;)
  12. Thierry Henry is a cheating c**ksucker. #WTF
  13. Gosling must be eating his hat - Java runs after C# like a fat child missing the bus : http://bit.ly/ISHmL #java #functional #flamebait
  14. kinda safe for work, & respectable newspaper but peppered with swear words and very funny - http://bit.ly/UyGsz #parenting #kids
  15. @karlprosser yep, that's it. X2 is captial letters, 2 digit formatting
  16. #powershell v2 1-liner : convert byte[] array to hex string: $hex = ($bytes|%{$_.tostring("X2")}) -join ""
  17. RT @xcud: Unofficially new PowerWF bits just landed at http://powerwf.com/ -- a proper blog entry to follow. Early adopter? Get em!
  18. #powershell one-liner - convert a byte[] array into a hex string: $hex = $bytes | % {$s=""}{$s+=$_.tostring("X2")}{$s}
  19. interesting way to lazy initialize a property in C# 3.0: get { return this._field ?? ( this._field = InitializeField() ) }
  20. .net 4.0 micro framework will be open-sourced under an apache license #oss #dotnet