hash_bucket()

Archive for April 2007

[plug] Venom Yum

Posted by: globbe on: April 24, 2007

is the name of my good friend Ander’s project that he is running out of Copenhagen, Denmark (and sometimes Tokyo, Japan as well). The project revolves around design in various fields such as web, print, fashion and so on. You should definitely check out his site at
http://www.venomyum.com/
I’m sure you’ll like what you see! Also don’t [...]

MIX 2007

Posted by: globbe on: April 20, 2007

Maybe most of you already know, but I’ll be visiting the Mix07 Conference in Las Vegas, USA (April 30th to May 2nd). Mix is a conference that aims to bring together web developers, designers and IT decision makers for a 72h discussion on the future of the web.

While MIX is organized by Microsoft Corp. they [...]

XBAP Connectivity and Web Services

Posted by: globbe on: April 12, 2007

This post is going to explain, in simple terms, how to build an XBAP that needs to access data (in this case XML) over a network. It is also going to talk about how to communicate with a Web Service from within an XBAP. All this while avoiding the WebPermission exception AND the Environment exception. [...]

Teaching

Posted by: globbe on: April 11, 2007

Today I held a 3 hour introduction to building user experiences (that’s UI’s for those who don’t like Buzz words :) using the Microsoft Expression suite of applications.
Focusing mainly on Expression Blend and how to integrate it into the workflow, I took the class from understanding the relationship between code-behind files and XAML, walked through [...]

Dating

Posted by: globbe on: April 11, 2007

Last weekend me and S went to Oodaiba for a good old fashioned date. It’s been a while since we went out dating like that. Not that we don’t go on dates, but since we have a car we often drive to different locations. The problem with that however is that you are always sort [...]

USE broken-stock-of-a-gun-on-a-chain ON door

Posted by: globbe on: April 4, 2007

as the old statement reads in Murder on the Mississippi (c64 Adventure game released in 1986).
Yesterday I was feeling a little bit odd and my head just wouldn’t focus on my tasks at hand. I though maybe I was just tired, but when I got back home S suggested I check my temperature, and it [...]


.

This blog has no clear focus. It has a focus though, it's just not very clear at the moment...

meanwhile, in the bat-cave:

  • @joltcan let's hope it stays 'til xmas!! 4 weeks ago
  • @sefr jo ti s? 4 weeks ago
  • looking for a good webhosting company in japan, with support for Ruby/MySQL/mail... any ideas? 国内でルビーの利用可のホスティングを探してます。お勧めはありますか? 4 weeks ago
  • should be sleeping, can't stop coding... 1 month ago
  • @kohji405mi16 True dat! But I have no LP player any more, and sadly most of the great new jazz that comes out is not released on wax.. 1 month ago

c

Dev Env.

Visual Studio 2008 Prof / NUnit / Gallio / csUnit / STools (ExactMagic) / doxygen / dxCore / TypeMock / TestDriven.net / SequenceViz / CLRProfiler / Snoop / Reflector / Mole / FxCop / Subversion / TortoiseSVN / SlikSVN / CruiseControl.net / msbuild / nant

Blog Stats

  • 26,943 hits

  • Paul Molyski: I ran into the problem of Premiere Pro 1.5 hanging on startup when I tried to run it from a cloned backup of my XP Pro system disk drive. Running the
  • LosManos: Instead of writing "DEBUG" everywhere one can do: private const string Debug = "DEBUG"; [System.Diagnostics.Conditional(Debug)]
  • LosManos: Running a client which talked to a web service I noticed: Only the client's System.Diagnostics.Debug.WriteLine calls were visible, not IIS's. But wh