Thursday, May 3, 2012
Add NTFS rights to app pool
C:\>ICACLS E:\blah\blah /grant "IIS APPPOOL\blahapp":(OI)(CI)(RX)
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:
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
- Only one product owner
- all members of development team are equal
Add New Item Greyed Out
Most probably means that debug is being run
Subscribe to:
Comments (Atom)

