Aaron Kavlie
Aaron Kavlie
In landscape, DayFlow's day tiles continue beyond the standard layout (7 days per row) that one would expect in a calendar. There are 10 tiles per row in landscape. Instead,...
A lot of the features that the widget generator (at api.html5please.com) suggests are not recognized by Modernizr. Examples: - css-sel2 - css3-boxsizing - mathml - datalist
From the nodester deployment logs: ``` debug - xhr-polling received data packet 5:::{"name":"connect","args":[{"nick":"addyosmani","server":"freenode","channels":["jquery-ot,jquery-dev"]}]} Starting IRC client; wiring up socket events. events.js:45 throw arguments[1]; // Unhandled 'error' event ^ Error: ENOTFOUND,...
Clearly, appending all the channels returned on a site like Freenode to the DOM as they're received kills performance. Let's try lazy-loading the channels once it gets past a fairly...
Add support for user notification of any channel mentions A couple of ideas for notification methods: - Add a count of unread mentions (for all channels) in title - Play...
Client obviously needs polish, from a better designer. Both visual and UI/UX
UI experience needed here -- find a good way to deal with tabs when they run past the browser window width. Concept & mockups would be useful even if you...
It would be nice to have a mock server for testing the app (client side), to alleviate the need to connect to a real IRC server and such every time...
This may be a big one, and may warrant multiple separate issues. Here are some ideas: - When a URL is pasted with a standard image format extension, it's downloaded...
Think about possible approaches to supporting persistent logins, even after a user leaves the page. I don't think any free web IRC clients do this. May need to split into...