
May 4, 2011 12:24 by
Brian
I experienced a very annoying thing revently. My GMail looked like the top elements (buttons colors etc.) was scrambled together like the CSS was wrong or something. On my other computers and my phone and iPad i had no problems. It turns out that it detected the page as to be shown in "Compact View". Now i changed it to be shown in standard view. Here is how to solve it if you run into this problem:
1. Open the Gmail page
2. Press F12 to access the developer tools
3. Go to the menu "Browser Mode"
4. Change this to IE9 (the one i was using)
Now you are all done and GMail should again look like it should. Hope you find this helpful
943a1beb-c54e-45e7-9638-75b8c10f4b29|1|5.0

May 1, 2011 19:35 by
Brian
One of the problem I recently ran into was that my project had refactored the business logic and the dataaccess out into a seperate assembly. The problem i ran into was that i kept getting connected to the old database i used before and not the new one i installed on lmy local machine. I stumbled across this blog entry explaining that my connectionstring was being saved several place. I followed this simple receipe and voila, it works.
http://goneale.com/2009/03/26/untie-linq-to-sql-connection-string-from-application-settings/
088d9ab0-690e-4edb-80f9-05c3843c143c|1|5.0