Ron's Sandbox

What’s on Your iPod?

Thursday, 18 June 2009 09:25 by hagermanr
A girl I met the other night asked me what kind of music I listen to. Being a first date, it was a legitimate question. So I got to thinking about it and just couldn’t help but wonder, what is on your iPod? I have a little bit of everything but lately, I’ve been looking ... [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Categories:   General | Personal
Actions:   E-mail | del.icio.us | Permalink | Comments (0) | Comment RSSRSS comment feed

Files Within Images

Friday, 5 June 2009 03:04 by hagermanr
I may be a little behind the times here but I was watching “Along Came a Spider” today with Morgan Freeman. The general basis of the movie without giving it away is, a hostage negotiator (Morgan Freeman) gets his female partner killed in a sting gone bad. Now months later, bad guy kidnaps senators d... [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Categories:  
Actions:   E-mail | del.icio.us | Permalink | Comments (0) | Comment RSSRSS comment feed

Data Iteration

Wednesday, 3 June 2009 23:16 by hagermanr
I remember back in the days of asp, looping through data arrays and displaying it on web pages. Short of it is, I want to display a table of data and I don’t need to manipulate the data in any way so I just want to display it. What I did in asp was, assign the data row to an array and then assign e... [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Categories:   C Sharp | General
Actions:   E-mail | del.icio.us | Permalink | Comments (0) | Comment RSSRSS comment feed

Regular Expressions (Case Sensitive)

Tuesday, 2 June 2009 23:54 by hagermanr
Regular expressions are case sensitive for the most part. My users of SCOM tend to create groups and use regular expressions against the host names to get a list of servers they own. They generally look like this: ^(xch\-|XCH\-) This returns all Exchange servers both upper and lower case. What h... [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5