Building and deploying an office 2003 add-in

Just in case I need to go through this again, here are the resources that I found useful. Walk through on preparing your add-in for deployment http://msdn.microsoft.com/en-us/library/bb332051.aspx Enable Windows Installer Logging – if anything fails during deployment, this is useful for figuring out what went wrong. http://support.microsoft.com/kb/223300

Hosting WordPress on a Windows Hoster

I remember having this problem before which I have forgotten about and hadn’t experienced, until I had updated my WordPress installation on a Windows hosted blog. I got the error, “Failed opening required './wp-blog-header.php' “. Just so I remember next time, 2 files I need to update when this happens: index.php change: require('./wp-blog-header.php'); => require('wp-blog-header.php');… Continue reading Hosting WordPress on a Windows Hoster

Will it Blend: Wrapping the Text on Silverlight Chart Legends

In the course of my building our ROI app, I was trying to figure out how to wrap the legends of charts when the text gets too long. This is what I get with the default chart. You’ll see here, there’s a lot of waste of space for the legend when what I really want… Continue reading Will it Blend: Wrapping the Text on Silverlight Chart Legends

Syncing One Note on your WP7 phone with Office Live

If you start up the Office app, there’s a One Note section Basically, click on all and then refresh. There will be a prompt that will ask you to confirm the creation of your default notebook on your Skydrive. After that’s done, you should be able to access your notes from the phone on http://office.live.com … Continue reading Syncing One Note on your WP7 phone with Office Live