Battle for Football TV Packages heats up With the start of the new Premier League season just around the corner, the battle between Sky, BT Vision and Virgin Media is really heating up following a ruling by Ofcom earlier this year. Ofcom ordered Sky to reduce the price that it charges rival digital TV providers,…
Month: July 2010
A Visual Representation of Web Browsers
I came across this little gem on a forum and thought I would share as it certainly made me chuckle.
How to duplicate input value to another using jQuery
Just thought I would post this little jQuery snippet which simply updates the value of input field based on value of another. This can be particularly useful in some situations where information can be duplicated for example perhaps on a billing and shipping address form etc. Example for standard text based input field: $(“#src-field”).change(function () {…