Standing on the shoulders of giants. RSS 2.0
Page 1 of 3 in the Fun category Next Page
# Monday, April 28, 2008

Today we released the 1.0 version of the Euro 2008 Webparts for SharePoint 2007 and 2003.

These webparts allow you to host a Euro 2008 game on your SharePoint portal. The game consists of 2 webparts (there is a version for SharePoint 2003 and 2007), which allow the participants to predict the results of all the matches of the Euro 2008 Championship. The webparts connect to a webservice hosted by Tam Tam where the results of the matches and the scores of the participants is managed.

Other features include:

  • Overview of the next 10 matches.
  • Overview of all Euro 2008 matches.
  • A leaderboard of all users. The top 15 users with the highest points and the points of the current user.
  • View the details of a participating country with all the matches.
  • Multilingual. The web parts can be displayed in the following Languages: English, Dutch, German, French, Portugese and Spanish.
  • The end results of matches are hosted and administered by Tam Tam. You do not have to do anything to update scores.
  • All data stored on the Tam Tam servers is hashed.

Download the webparts from the Euro 2008 Webpart site.

Some screenshots:

Upcoming matches:

View upcoming matches

View a match and enter your prediction:

view match and enter prediction 

View country details:

View country details

Monday, April 28, 2008 4:52:45 AM (Pacific Daylight Time, UTC-07:00)  #    Comments [0] - Trackback
Fun | Sharepoint
# Thursday, August 09, 2007

[via: Coding Horror]

Thursday, August 09, 2007 9:54:25 AM (Pacific Daylight Time, UTC-07:00)  #    Comments [0] - Trackback
Fun
# 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 6:21:40 AM (Pacific Daylight Time, UTC-07:00)  #    Comments [0] - Trackback
Development | Fun
# 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 6:38:22 AM (Pacific Daylight Time, UTC-07:00)  #    Comments [2] - Trackback
Codesnippet | Fun
# Monday, July 18, 2005

SeaMen screenshot

Mart Muller: There is a lot of talk about AJAX lately. It's not new but there are a lot of cool things that you could do with it. Some guys at Tam Tam dove into it and gave a session about it last week. One of the "demo's" they've built is "Seamen - Massive Multiplayer Battleships". A cool AJAX example I do not want to keep away from you!

[note: it’s kinda slow right now, but that’s probably due to the hosting, it’s hosted from a home-adsl connection.]

Monday, July 18, 2005 1:34:34 AM (Pacific Daylight Time, UTC-07:00)  #    Comments [0] - Trackback
Development | Fun
# Sunday, May 16, 2004
Sunday, May 16, 2004 6:46:18 AM (Pacific Daylight Time, UTC-07:00)  #    Comments [0] - Trackback
Fun
# Saturday, February 28, 2004

Most attempts to teach Japanese to foreigners start off with long lists of words to learn and endless drills practicing how to say things like "Suzuki-san, konnichi-wa." But with an appropriately nerdular mind, none of this is necessary. The nerd can simply study the formal Backus-Naur definition of the language, and then treat all the individual words to be learned the same way he would learn a long list of manifest constants #define'd in some C library. This article is a pioneering attempt to provide that Backus-Naur definition.

Japanese for nerds 

[via: Enjoy every sandwich]

Saturday, February 28, 2004 7:25:59 AM (Pacific Standard Time, UTC-08:00)  #    Comments [0] - Trackback
Fun
# Monday, February 23, 2004

They only arrived in their new houses in the past weekend and allready one was butchered for it's precious intestines.

Monday, February 23, 2004 5:12:16 AM (Pacific Standard Time, UTC-08:00)  #    Comments [0] - Trackback
Fun
# Thursday, February 19, 2004

"It's so sexy I want to take it to dinner"

iPod mini video review

Thursday, February 19, 2004 4:05:24 PM (Pacific Standard Time, UTC-08:00)  #    Comments [0] - Trackback
Fun
# Friday, February 13, 2004

Frank Arrigo invited me to join orkut, anybody know where the name came from?

I think it's a cool experiment in social computing, so we'll see where this will lead.

If you feel neglected, because I didn't add you as a friend let me know.

 

Friday, February 13, 2004 7:07:51 AM (Pacific Standard Time, UTC-08:00)  #    Comments [2] - Trackback
Fun
Ads
About
© Copyright 2012
Paul van Brenk
Sign In
newtelligence dasBlog 2.3.2011.0
All Content © 2012, Paul van Brenk
DasBlog theme 'Business' created by Christoph De Baene (delarou)