ASP.NET, Bugs, Code »

[17 Oct 2009 | 0 Comments]

The session Id is written to a cookie only when Session.SessionId is called, in my current project we don’t use many sessions in the application but they are used by some partial views to pass data around. Because Session.SessionId is not called before the page is flushed, when the view decides tha... [More]

Bugs, Featured »

[8 Sep 2009 | 0 Comments]

Before this morning I didn’t know what jQuery.noConflict() was, all I knew was some code I had ‘borrowed’ had broken all the JavaScript on a site I was working on. This was because jQuery.noConflict() disables the $ selector and means rather than doing $(‘#YourId&rsqu... [More]

Bugs, Headline »

[24 Aug 2009 | 0 Comments]

I got this strange error this morning after creating some new gifs in Adobe CS4, basically when ever the images were loading i was getting prompted for a username and password. I fixed the error by changing the file security to be read by everyone.