-
Recent Posts
- Sep 2, ’10 IAH George Bush Intercontinental
- Sep 2, ’10 atxryan: People who title case their poorly-worded rants perplex me. Mainly, Because This Is Actually Harder To ***king Type, Ya Heard?
- Sep 2, ’10 atxryan: SFO ✈ IAH ✈ AUS — at SFO San Francisco International http://gowal.la/c/2qioR?137
- Sep 2, ’10 SFO San Francisco International
- Sep 2, ’10 Hertz Car Rental
-
More Info
Code Bubbles Project: Rethinking the User Interface Paradigm of Integrated Development Environments
Mar 10, ’10
5:24 PM
The essential goal of this project is to make it easier for developers to see many fragments of code (or other information) at once without having to navigate back and forth. Each of these fragments is shown in a bubble.
Daily delivery of an electronic newspaper
Feb 5, ’08
6:00 AM
I subscribe to Investor’s Business Daily for insight and valuable education as I gradually learn how to effectively invest in the market. It comes out Monday-Friday and obviously is very time relevant. I initially signed up for the print version so that I could read it on the bus and have something to highlight. However, [...]
Extending link area using DOM methods
Jan 20, ’07
6:32 PM
function addLoadEvent(func) { var oldonload = window.onload; if (typeof window.onload != ‘function’) { window.onload = func; } else { window.onload = function() { oldonload(); func(); } } } function linkTabs() { if(!document.getElementById(“top_tabs”)) return false; var topTabs = document.getElementById(“top_tabs”); var topTabsLi = topTabs.getElementsByTagName(“li”); for (var i = 0; i < topTabsLi.length; i++) { topTabsLi[i].onmouseover = function() [...]