Sunday, April 29, 2012

Javascript To hide and show segment

<div style="font-weight:bold"><a href="#" onclick="javascript:document.getElementById(' test').style.display == 'none' ? document.getElementById(test).style.display='' : document.getElementById('Sprint2 test).style.display='none' "></div>
<div id="test" style="display:none">
Blah</div>

Friday, April 27, 2012

bulk import from a csv to only certain columns

I needed to bulk import from a csv to only certain columns. My solution was to create a view on the columns I needed and do the bulk import on that

Wednesday, April 18, 2012

Filling Methods

sometimes you have to implement an interface and you dont want an actual implementation
behold a solution:

      public System.IdentityModel.Claims.ClaimSet Issuer
        {
            get { throw new NotImplementedException(); }
        }

Monday, April 16, 2012

SCRUM- good stuff

I right away enjoyed 2 concepts of scrum
  1. Only one product owner
  2. all members of development team are equal  

Run VS as Admin

or on the exe :

Add New Item Greyed Out

Most probably means that debug is being run