About TwitteReader
TwitteReader is a web application that was designed in order to Twitter users be able to
keep track of which messages they have already read and mark and unmark them.
Its design is based on Google Reader. I use Google Reader all the time to keep my feeds organized
and mark messages read and unread as I want and, although it is very simple, it is also very well
built. Simple design, simple interaction but great features. So instead of re-inventing the wheel,
I built an application based on those principals: simple but functional.
BETA v0.5
Features:
- Offline marking and unmarking read messages
- Page system
- Shortcut keys r-refresh, k/arrow-up->up, j/arrow-down->down, arrow-left/page-up->newer page and arrow-right/page-down->older page
- No signup required
- Update Twitter (send messages) and reply to users
- Delete updates
- Favorite and unfavorite messages
- Message parser
- Messages auto-reload each 5 minutes
It's still in beta version as I want to keep adding features and, of course, fixing bugs.
Still to do:
- parse date
- UTF-8 symbols list so users can insert them in their updates
- smiles parser
- hide read messages
- space-bar jumps to the first unread message (same as GR)
- friends list - be able to read 1 user messages
Fixed bugs and addons:
- one integrated bridge between TwitteReader and Twitter
- retwitt friend's messages
- mark all messages, from a page, as read
- writing update messages in the middle of a reload, bug fixed. Cba http://en.c-ba.org/
- when any message is expanded, arrow-up starts from bottom to top, arrow-down starts from top to bottom
- message parser fixed
- new shortcuts added: arrow-up->up, arrow-down->down, arrow-left/page-up->newer page and arrow-right/page-down->older page
- "message sent from TwitteReader" source added
- safari profile image url parsing
- shortcuts (keys) interface interaction optimized. Some bugs fixed
- shortcuts now working on IE (7 at least)
- install instructions for self hosting released
- after some feedback I've set mysql_real_escape_string() to all comunication variables
- message parser updated. Well parsed urls and @username links
- delete (own) messages now available
- works on smaller screens now. Key interface was getting scroller to jump around
- remember username feature added. Also, if you have save passwords on your browser, when username is inserted,
it can fill in your password automatically and if there is a username and password it auto-logins
- create/remove favorite now available
- @username links bug fixed
- reply feature working
- number of characters left reset after submited update
- reply icon added. Soon available
- favorite status icon added. Soon editable
- unique link to message added to the options bar
- signup isn't required anymore. Twitter users login with their username and password and start reading right away
- update Twitter over TwitteReader is now available. Just like in Twitter, you have your 140 characters to write
and the update button
- 'r' key, shortcut for refresh button added
- code reviewed and commented. Stable beta version 0.23 zipped and shared
- page system added. Each page has its own unread counter
- when users delete messages, the system now detects them
and delete their record on the database as well
- marking system was remade. It is now based on offline marking (and unmarking) and on refresh
or on leave of the "read" page, it will store the marks online. Much faster user interface and only one AJAX communication
with the server
Known bugs:
- none
|