Vikingworks.dk

Random ramblings on gaming and .NET development

My GMail looked like it lost the stylesheet, top elements was scrambled together

clock May 4, 2011 12:24 by author 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



Accessing the connectionstring in Linq2SQL from a class library

clock May 1, 2011 19:35 by author 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/

 



About the authors

Your blog hosts are:

Brian: Software Developer, .NET Addict, and always wondering why on earth you would consider doing something manually when you can get your computer to do it for you.

Freddie a.k.a. Azagatoth:
I am a full time developer hired to implement business intelligence.
My hobbies are gaming, diving/svimming and developing stuff for games.


Sign in