-
Recent Posts
- May 24, ’12 atxryan: @PolyglotATX I’m struggling between this and @awpug tonight. /cc @BrandonSatrom #TooManyMeetups #TechSceneProblems
- May 24, ’12 atxryan: I really want a kickstarter for a .js TLD to be successful. I’ve wanted this for a long time now. :-) http://t.co/qUl8pytz
- May 24, ’12 atxryan: I was looking into doing this a few weeks ago, but the deadline for application has passed. Unless I’m wrong. http://t.co/Tw5ri2rL
- May 24, ’12 atxryan: No words either, but I has a sad. “@garannm: 1.6% voter turnout. http://t.co/JemKJNfq I don’t even have the words.”
- May 24, ’12 atxryan: @getify I’ve been waiting for TweetDeck to add that feature. $SYMBOL can be treated like a hashtag. I end up using StockTwit for that.
-
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() [...]
