DISQUS

DISQUS Hello!  The comments on this profile are unclaimed and thus are unverified.

Do they belong to you? Claim these comments.

Doug's picture

Unregistered

Feeds

aliases

  • Doug
  • Doug Finke

Doug

9 måneder dage siden

in I need a server strategy (Scripting News) on Scripting News
Curious, have you looked at or have an opinion on GoGrid?
http://www.gogrid.com/

1 år dage siden

in WPF From PowerShell - Something Useful on Huddled Masses
Great stuff.

The link to simple graph window in XAML doesn't work.

2 år dage siden

in I need Excel help, off to Amazon’s Mechanical Turk on Scobleizer
Here is a powershell approach.

You can paste this into a PS commandline window and you should end up with a scrubbed.csv file ready for Excel.

If you want, let me know where I can post the file directly.

$wc = New-Object Net.Webclient
$wc.DownloadString("http://rpc.weblogs.com/changes.xml") > changes.xml

$data = [xml](get-content changes.xml)

$data.weblogUpdates.weblog | where {$_.url -match "blogspot.com|wordpress.com|livejournal.com|spaces.live.com|typepad.com"} | Export-Csv -NoTypeInformation scrubbed.csv
Returning? Login