This year I will finally attend the Professional Developers Conference (PDC) from October 27 to October 30 in Los Angeles.
Continue readingThis evening I took the time to implement a new step on the new version of Tech Head Brothers authoring tool.
Now I am able to write an article in Word 2007 and post it using Web Services.
Continue readingI have reached now another step on the new authoring tool for Tech Head Brothers portal by having some authors installing this new version and starting beta testing it. Has you can see, with the following twit, it seems that the tool is on the good way:
From Rédo (french blog)
Continue readingBefore installing it better use the Visual Studio 2008 Service Pack preparation Tool
Continue reading
For three night now I focused on one scenario for the Tech Head Brothers authoring tool:
- As an author I want to be able to copy source code from Visual Studio and insert it into the authored Word document Continue reading
Time for the Apéro!, originally uploaded by Laurent Kempé.
At Innoveo Solutions, today we went live with our new corporate identity and announced our product name, INNOVEO SKYE.
I was quite involved into the process with the development of the web site and some minor other things.
Continue readingIf you do have Microsoft Source Analysis Tools for C# and JetBrains ReSharper 4.0 installed in you development environment than you might get issue when you run your unit tests through ReSharper Unit Test Explorer and Sessions. As you can read on my bug report feedback:
There is known problem in StyleCop, which prevents build system of VS to report any progress. Unit Testing waits for project to be built. You can switch building to “Never” on Session toolbar and build manually, or uninstall StyleCop
Follow up on the post from Laurent “Expression Encoder 2 publish to Silverlight Streaming plugin”.
My way to upload is to use WebDav by mapping a network drive using my Silverlight Streaming Account ID as the user name and my Account Key as the password. You will find those information on the Administration Home page of Silverlight Streaming.
Continue readingToday I was facing the following issue. I have an indexing system (read more here, here and here) using Lucene.Net that is working quite good. The drawback of the current implementation was that I couldn’t filter any to be indexed property decorated with the attribute. For example if I had a string property of my domain holding HTML, I wasn’t able to remove the HTML out of the string before indexing it.
I scratch my head some time, and finally came to a pragmatic solution.
Continue reading