19 October 2008
This looks wrong:
Tagged: Web Design/Programming | Comments Off
4 October 2008
JavaScript has a lot of haters. They gripe about its loose typing and semicolon insertion. They whine about it’s lack of inheritance and hardened classes. My guess os that many of these complaints come from programmers trying to write JavaScript as if it were Java, C or Objective-C. JavaScript, however, is a unique dynamic and [...]
Tagged: Web Design/Programming | Comments Off
20 July 2008
I felt a bit elitist after posting about my desire that job candidates should have a low-level understanding of JavaScript. Today a bug I caught reinforced that belief.
Tagged: Web Design/Programming | 1 Comment »
13 July 2008
Although they label it as “beta”, YouTube has done some re-working of their video management interfaces in quite an intriguing manner. With their interface changes, the Help Center Page is a little out of date. The comment mechanism on their blog doesn’t work (note all the double comments—mine didn’t even show up). I thought I’d [...]
Tagged: Web Design/Programming | 4 Comments »
10 July 2008
I’ve been working on a (very) small side project that targets mobile Web Browsers. Testing for the mobile platform, however, is ludicrous: someone I met a SXSW told me that their mobile application had over four-hundred different builds. Simple applications, however, aren’t terribly difficult to make, so long as you keep your focus small.
Tagged: Web Design/Programming | 1 Comment »