Words at the Center of a Horizontal Line

Neat CSS trick I hammered out today when I needed to create an “Or” between two sections of a web page: Bla bla bla Or bleh bleh bleh Minimal markup, works in IE8 (ugh, work), Chrome & Firefox. Code… <p class=”hrtext”>Or</p> <style> .hrtext {   display: block;   overflow: hidden;   text-align: center; } .hrtext:before, …

Comcast, Netflix and a fix with Privacy

Comcast claims otherwise, but I’ve tested and they definitely are limiting Netflix traffic on their Xfinity network.  I tested this by streaming a Netflix movie to various devices – Blu Ray player, Computer, mobile device – on wired and wifi connections that get service from Comcast.  All devices played haltingly and buffered so much it …