October 2009
2 posts
1 tag
challenge done: a 6 line playlist.com WPF player...
Here is a quick version. It only works if the original song is still around. Maybe i’ll fix that another day but it was a nice little proof of concept.
ps code
$pl = 3040381707 $xml = [xml](new-object system.net.webclient).downloadstring(“http://pl.playlist.com/pl.php?playlist=$([int]($pl/256))”) Boots -MaxHeight 600 { stackpanel -width 300 { Label -HorizontalAlignment center...
1 tag
Fun powershell project of the evening
Goal: make a small (5 to 10 line) powershell script that uses powerboots to present a snazy ui consuming some sort of web based service and be something that would have general web user interest.