Standing on the shoulders of giants. RSS 2.0
# Tuesday, December 26, 2006
Tuesday, December 26, 2006 3:25:32 PM (W. Europe Standard Time, UTC+01:00)  #    Comments [0] - Trackback
General | photo
# Thursday, October 05, 2006

"If you are designing a piece of tech gear - be it hardware or software - and you need to choose an arbitrary limit or range for something, make sure the limit is either 2^n or 2^n - 1."

Source: Eric Gunnerson

Thursday, October 05, 2006 3:21:40 PM (W. Europe Daylight Time, UTC+02:00)  #    Comments [0] - Trackback
Development | Fun
# Friday, September 22, 2006

Omar has decided we have waited long enough and has released dasBlog 1.9.6264. You can find the changelog and more information than you could ever want at Scott Hanselman's blog.

Friday, September 22, 2006 8:50:55 AM (W. Europe Daylight Time, UTC+02:00)  #    Comments [0] - Trackback
dasBlog
# Wednesday, September 20, 2006

The best new feature in iTunes 7 is the cover art browser, the not so good feature is the fact that it doesn't work so good on Windows Vista. So after moving back to Mediaplayer and missing the cover art, which takes forever to download for a decent sized library in iTunes. I put together this codesnippet, which lets downloads the cover art from the iTunes store for the specified artist/album.

The interesting part is the headers you have to send with your request:

request.Headers.Add("X-Apple-Tz", "7200");
request.Headers.Add("X-Apple-Store-Front", "143457");
request.Headers.Add("Accept-Language", "en-us, en;q=0.50");
request.Headers.Add("Accept-Encoding", "gzip, x-aes-cbc");
request.UserAgent = "iTunes/7.0 (Macintosh; U; PPC Mac OS X 10.4.7)";
request.AutomaticDecompression = DecompressionMethods.GZip;

Also note that the HttpWebRequest class automatically decompresses the response.

Program.cs (3.44 KB)Program.txt (3.44 KB)

Note: this code is based on the perl library by Jesper Nøhr and works as long as Apple doesn't change anything.


Wednesday, September 20, 2006 3:38:22 PM (W. Europe Daylight Time, UTC+02:00)  #    Comments [2] - Trackback
Codesnippet | Fun
# Friday, September 15, 2006

Test post from word…

Word supports the MetaWebLog API in the latest release, which one of my co-workers got late last night (thanks Stef).

Friday, September 15, 2006 11:14:54 AM (W. Europe Daylight Time, UTC+02:00)  #    Comments [0] - Trackback
dasBlog | Office 2007
# Tuesday, August 22, 2006

"Always-fresh" releases of dasBlog are available from http://www.paulvanbrenk.com/blog/bits. These builds are made from the subversion head hourly, so these may not be the most stable, but are the most recent.

Changelog for dasBlog 1.9.

If you want to make a contribution check out this article by Scott Hanselman, about contributing a patch to dasBlog.

Tuesday, August 22, 2006 10:45:52 AM (W. Europe Daylight Time, UTC+02:00)  #    Comments [1] - Trackback
dasBlog
# Saturday, August 19, 2006

Frank just started his new blog and his first post details how to work with control adapters in SPS2007. Very good stuff.

Saturday, August 19, 2006 2:18:43 PM (W. Europe Daylight Time, UTC+02:00)  #    Comments [0] - Trackback
Development | Sharepoint
# Thursday, August 17, 2006

It seems VS 2003 has been out forever, but sp1 has been released for download yesterday. I never experieced any real problems with it, but it's great to see the DDCPX team is still working on improving its stability.

Download here: VS 2003 SP1 and release notes

List of Fixes: KB 918007

Thursday, August 17, 2006 11:48:31 AM (W. Europe Daylight Time, UTC+02:00)  #    Comments [0] - Trackback
Development
About
© Copyright 2008
Paul van Brenk
Sign In
newtelligence dasBlog 2.3.8275.16006
All Content © 2008, Paul van Brenk
DasBlog theme 'Business' created by Christoph De Baene (delarou)