CodeIgniter: Where hast thou beenst?

So, I love the ethereal sense of awesome I get from CodeIgniter. It seems to cut out both the convolution (4 letter word) of CakePHP with excellent documentation, and slaughters RubyOnRails by installing to my server sans the brain damage and muscle memory of the command line. CodeIgniter doesn’t force me to use models, which [...]

Crystal Reports/ASP.NET: Fix images not appearing on your reports

When the images won’t appear on your reports and you can’t get them back, try this code. It worked for me. Basically, this tells dotnet to use the Crystal Reports image viewer to get the image and use it on the report. You’ll need to put this is the section of your web.config file. You [...]

ASP.NET: Fix the aspx.designer.cs file when corrupted

For some reason I am coding away and inexplicably, usually when trying to update my Subversion repository, the aspx.designer.cs file that is attached to my page simply decides to ignore all my controls. Perhaps a guru who knows why could explain in the comments, and I am just ignorant. I wouldn’t argue that with you. [...]