Archive

Archive for Monday, 6 August 2007 6:18 pm

Using Silverlight

Monday, 6 August 2007 6:18 pm rbonini Leave a comment

Not that I’ve used Expression Blend 2 to create anything fancy. I’ve done a two page test Slideshow in a quick feasibility study with regard to one of my pet projects.

Then I had to deal with the hosting. I’m using Sliverlight Streaming to deliver the applications to my webpages (via an Iframe, I belive).

It took a while to figure out how to upload the pages so that the service could understand what was supposed to happen with the application. then it took a wee bit longer to understand how to integrate the provided code on to my ASP.net page.

But I got it working, in the end :) .

Now that I know it works, I have a few ideas.

And now I have to go and actually build the thing….

PS. If you get Error 2252 while running your application make sure that the path from your xaml file to the dll is correct. Took me a while to figure that one out. I find that its usually the simplest things that stump you :) .

Quote of the Day

Monday, 6 August 2007 2:49 pm rbonini Leave a comment

You see, wire telegraph is a kind of a very, very long cat. You pull his tail in New York and his head is meowing in Los Angeles. Do you understand this? And radio operates exactly the same way: you send signals here, they receive them there. The only difference is that there is no cat.
  – Albert Einstein

 

If Einstein only knew the half of it… :)

Categories: Quotes

How True

Monday, 6 August 2007 2:45 pm rbonini Leave a comment

I’ve just read this post from Jeff Atwood:

I believe there’s a healthy balance all programmers need to establish, somewhere between…

  1. Locking yourself away in a private office and having an intimate dialog with a compiler about your program.
  2. Getting out in public and having an open dialog with other human beings about your program.

If you didn’t catch the humor there, it had to do with the “intimate dialog with a compiler” bit :) .

Funny things are often true. Hold that thought.

So this bit had me chuckling:

Most programmers are introverts, so they don’t usually need any encouragement to run off and spend time alone with their computer. They do it naturally. Left to their own devices, that’s all they’d ever do. I don’t blame them; computers are a lot more rational than people. That’s what attracts most of us to the field. But it is possible to go too far in the other direction, too. It’s much rarer, because it bucks the natural introversion of most software developers, but it does happen. Take me, for example. Sometimes I worry that I spend more time talking about programming than actually programming.

 

Natural introvert. Hmmm. Remarkable timing on Jeff’s part. I was telling myself  just the other day how much more comfortable it is to talk to a C++ compiler….

Jeff spends the rest of his post urging the rest of us to stop talking about implementing features and implement them. I’m as guilty of this as the next programmer/developer, so I’d better get a move on.