<body><script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener('load', function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <div id="navbar-iframe-container"></div> <script type="text/javascript" src="https://apis.google.com/js/platform.js"></script> <script type="text/javascript"> gapi.load("gapi.iframes:gapi.iframes.style.bubble", function() { if (gapi.iframes && gapi.iframes.getContext) { gapi.iframes.getContext().openChild({ url: 'https://www.blogger.com/navbar.g?targetBlogID\x3d33142127\x26blogName\x3dfishyweb\x26publishMode\x3dPUBLISH_MODE_BLOGSPOT\x26navbarType\x3dBLUE\x26layoutType\x3dCLASSIC\x26searchRoot\x3dhttps://fishyweb.blogspot.com/search\x26blogLocale\x3den_US\x26v\x3d2\x26homepageUrl\x3dhttp://fishyweb.blogspot.com/\x26vt\x3d4851815010354999608', where: document.getElementById("navbar-iframe-container"), id: "navbar-iframe" }); } }); </script>

EverNote! Saturday, January 24, 2009 |

Discovered Evernote. I think this should be good way to capture my day-to-day activities (as i used to do earlier with Q10) and with its online sync, i don’t have to worry about local storage and organizing blues.

Learnings Today #2009.01.25 – Adding a file to the “Content files from…” list in a VS2005 Installer project |

Adding files to the "Content Files" an Installer project under VS2005

161-412661eedc7dea01

is a tricky business!

The control for adding the files aren't in the installation project, but in the actual VS2005 project where the file is present.

Under the file properties (F4 on the file name), make sure to set the "Build Action" property value to "content".

161-412661eeddc8a0ce

This action automatically adds the file to the "Content files from..." list in the Installer project.

Think Microsoft for addressing Usability! Whew!

Treasure trove of free windows software from Microsoft! Yes… :) Friday, January 23, 2009 |

http://bhandler.spaces.live.com/blog/cns!70F64BC910C9F7F3!1231.entry?wa=wsignin1.0

Bumped upon this ultimate free list of (lesser known) free windows downloads dug up from the annals of M$ download server.

Worth a list. Share with all.