Archive for November, 2009

Starting with WF/WCF 4 and the new Windows Server AppFabric

PDC09Bling_BeforeAfter_240Heard of these new things yet? Want to work with them but don’t got the overall picture? No problem after watching a day of PDC sessions you’ll be up to speed and excited to get started just like me!

Watch the following sessions:

  1. What’s new for Windows Communication Foundation 4
  2. Spice up your applications with Windows Workflow Foundation 4
  3. Windows Workflow Foundation 4 from the inside out
  4. Workflow Services and Windows Server AppFabric
  5. Scaling your data tier with Windows Server AppFabric
  6. Application server extensibility with Microsoft .NET 4 and Windows Server AppFabric

, , , ,

No Comments

New greasemonkey script: NoEngadgetTopStories

topstories1253968926Since the layout update over at Engadget.com you get this block of “Top Stories” before the actual posts. Personally I find it annoying so I made a script to remove this block. You can find it at userscripts.org: http://userscripts.org/scripts/show/62444

, ,

No Comments

Update: NoEngadgetsAds Greasemonkey script

1253968926 I recently updated the userscript to work with the new layout of the Engadget.com website. You should install this new version if you want to get rid of the advertisments on the Engadget site.

More at: http://userscripts.org/scripts/show/61376

, ,

No Comments

Release a new project: Microsoft Tag Java Library

Remember the previous PHP library I released for the Microsoft Tag API, well this time I’m releasing a library for Java development.

Go check it out at codeplex: http://mstagjavalib.codeplex.com/

, ,

No Comments

I love Engadget, except their Ads

1253968926I’m a loyal reader of engadget.com I visit the site several times a day. The only thing I dislike are those annoying ads in between the posts. For that reason I’ve created a small greasemonkey script that can be downloaded at userscripts.org

, , ,

No Comments

First attempt to create a typography based logo

I’ve been reading a lot about this thing called ‘Typography’ and I must admit I’ve seen some really nice things out there. I myself am not a pro on this area but for the ms tag library project I recently released I decided to try one out. This is the result:

logo_whitebackgroundI used the following fonts from Dafont.com:

, , ,

No Comments

Release a new project: MSTagLib

I recently started messing around with PHP development. Since I am a loyal .net fan it felt a little strange actually enjoying this newly discovered language php. I knew it existed but I never had an interest into it. Until now of course.

Since there is no better way to learn a language then actually working with it I decided I would create a PHP library to access the Microsoft Tag API. Problem with the API is that it was not really PHP friendly in that PHP soap-client could not parse the wsdl created for the API. I the tried a couple of other soap libraries out there but since I’m a newbie not much success was granted to me.

Also I saw that  a REST interface to the MS Tag API was a popular demand over at the community site for MS TAG. I set off to create a REST interface for the API. To do this I used the WCF REST Starter kit preview 2 to create a sort of facade to the actual API service (which is also WCF, but just not REST exposed). It is nothing more than a service that forwards request to the genuine service and returns the result of that service in json. For more information on this facade service go to: http://tag.ws.suddenelfilio.net. The facade is hosted in the Windows Azure cloud.

Along side the development of the REST interface I also started implementing a PHP library that uses the facade service to interact with the MS Tag API. I put this library up at codeplex: http://mstagrestlib.codeplex.com
Currently I’ve implemented support for generating uri, dialer, vcard and freetext tags as well as requesting the generated tag from the MS Tag API. The codeplex project site also has some samples on how to use the library

I plan to implement the entire MS Tag API but the keyword is baby steps ;-)

Feel free to download the PHP library a give me feedback on how to improve it because I’m pretty sure it can be better, but I’m limited by the little php knowledge I posses.

, ,

No Comments