In: Technology
20 Mar 2010We get so caught up these days in “open source” this and “proprietary” that. Sometimes it’s a good idea to forget the dogma and just talk about what is simply good software. I decided to do this in a top 10 list, and as you will see, it is not tied to either Windows or [...]
In: Online
20 Sep 20081: <script type="text/javascript"> 2: 3: window.onload = function() { 4: 5: //define message default 6: document.getElementById(‘message’).innerHTML = "(please press a button…)"; 7: 8: //setup events 9: document.getElementById(‘btnStart’).onclick = playIt; 10: document.getElementById(‘btnStop’).onclick = stopIt; 11: 12: } 13: 14: function playIt() { 15: document.getElementById(‘message’).innerHTML = "you pressed PLAY"; 16: document.getElementById(‘btnStart’).style.backgroundColor = ‘yellow’; 17: document.getElementById(‘btnStop’).style.backgroundColor = ‘#ccc’; [...]

Jason Burns is a technology enthusiast, Microsoft guy, photographer, musician and all around geek. This blog is the general rambling one, check out the links for the specific ones!
