0
I Use This!
Inactive

Commits : Listings

Analyzed about 13 hours ago. based on code collected about 18 hours ago.
Apr 19, 2023 — Apr 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Document the old-style format More... almost 13 years ago
Stop using "return false;" http://fuelyourcoding.com/jquery-events-stop-misusing-return-false/ makes a good point about why... More... about 13 years ago
Make board nicer (fix width, etc.) also capsulate board stuff a bit. Still need to decide if i want to have stuff accessible via board.<stuff> or put it into a scope to make it private (pro: less "this.") More... about 13 years ago
Make board <button>s instead of <div>s, so they are focusable. Implement keyboard-navigation. More... about 13 years ago
Debug/Fix missing $frame problem, Fix multiple-reconnect bug More... about 13 years ago
test the Buzzer-Answer widget. More... about 13 years ago
differentiate between "conosle()" to broadcast debug messages and announce() to send game events to everyone More... about 13 years ago
Fix vertical alignment by using display: table-cell; All other approaches I found are way more hacky - this way the browser does it 'for free'. More... about 13 years ago
Add a notice for noscript-users. More... about 13 years ago
Replace my own WebSocket implementation with Protocol::WebSocket. - The spec changed since I last implemented it, and I don't really want to do that low-level stuff anyway. More... about 13 years ago
Add a simple README More... over 13 years ago
initial commit More... over 13 years ago