Cloud Computing and Azure – Microsoft Cloud Summit Australia

Yesterday I attended Microsofts Cloud Summit. I found it be a great introduction with the most benefit comming from the real word uses. Nearly every presentor showcased one of Microsofts data centers. I believe their data center in Chicago contains 150,000 servers with only 4 onsight operator. This was explained to be one of the many reasons… Continue reading Cloud Computing and Azure – Microsoft Cloud Summit Australia

Four kinds of positioning in CSS: Relative, Absolute, Float, and Fixed

There are four kinds of positioning in CSS: Relative, Absolute, Float, and Fixed Relative is a misnomer and does not mean that it is positioned relative to something else. Position:Relative makes the outer div a candidate as a reference point for the Absolute positioning of the things inside of it. There needs to be a… Continue reading Four kinds of positioning in CSS: Relative, Absolute, Float, and Fixed