the singularity of being and nothingness
Google Reader Shiny-ness, Part II
About a week ago, I mentioned my love of Google Reader, and how it contributes significantly to my web design process.
Well, it got just a bit better for me today. While using Google Reader to follow one of my favorite blogs, I ran across a brand-spanking new AIR-based application that brings the functionality of Google Reader to the desktop.
This new application is ReadAir. It is really nothing more than HTML and JavaScript, but it is shiny. And the functionality–on the whole–is pretty good. At this stage, it is still a bit buggy. Unread feed counts do not update when an article is viewed, and it is also a bit slow. However, the project is open-source, so hopefully others will come along and expand upon it to make it better.
So if you like Google Reader, take a look at ReadAir. Oh, and be sure to let me know what you think about it!!
Share this:
Print article | This entry was posted by existdissolve on May 13, 2008 at 3:24 am, and is filed under Cool Stuff. Follow any responses to this post through RSS 2.0. You can leave a response or trackback from your own site. |
No comments yet.
No trackbacks yet.

On Becoming a Better Web Designer – Fancy CSS Selectors
about 16 years ago - No comments
Using CSS selectors is not a difficult skill–all of us who use CSS use selectors on every line of code that we write. However, as not as many know, there are more exotic selectors available. Blah blah blah. You can read all about CSS selectors at W3, and I don't want to rehash what has…
Share this:

On Becoming a Better Web Designer: A Dr. Phil Moment
about 16 years ago - 2 comments
Over the last several weeks, I've seen my blog readership increase signficantly. I am extremely grateful for the kind words that people have shared with me, and of course, for everyone who follows my ramblings about web design. During this time, I've had several readers contact me, seeking advice about how to get more…
Share this:

On Becoming a Better Web Designer – Project vs. Hourly Billing
about 16 years ago - No comments
One question among a million has plagued humanity for thousands of years, and still remains without an answer. No, it's not theological, and it has nothing to do with chickens and their alleged eggs. Rather. it is the question of whether you should bid out your next job based on number of hours or a…
Share this:

On Becoming a Better Web Designer – 7th Detour
about 16 years ago - No comments
Okay, I'm going to take a bit of a detour here from the "series-in-a-series" that I've been doing to quickly blog about an invaluable CSS trick that every designer needs to use as often as possible. So here's the scenario: You have a blog that's going to have pictures in it. The thing is, you…
Share this:

On Becoming a Better Web Designer, 6(b)
about 16 years ago - No comments
Pop Quiz!!! What's the worst possible thing that can happen to your freelance project? Okay, besides not getting paid for all your hard work, what's the worst thing that can happen? I know there's some out there that will say the answer is that they will not get enough inspiration for the project, and will…
Share this:

On Becoming a Better Web Designer, 6(a)
about 16 years ago - 1 comment
So you've refined your HTML and CSS skills. Excellent. You've become a master of all things Adobe. Perfect. You can code a custom blog in your sleep (and have the code snippets to prove it). Good for you. So what's next? Well, unless you code only for the sheer enjoyment and self-actualization of it, you're…
Share this:

On Becoming a Better Web Designer: Default CSS
about 16 years ago - 3 comments
When I got into web design, table-based design was already anathema. So for me, CSS was the most natural thing–it was the ONLY thing I knew. CSS made sense to me, and I really liked how I could granularly control the behavior of everything that I slapped on a web page. One downside to this,…
Share this:

On Becoming a Better Web Designer, in 4-D!
about 16 years ago - 2 comments
Just over a month ago, I blogged about the benefits of unobtrusive JavaScript, and how it helps not only produce standards-compliant HTML and CSS, but additionally creates a framework for creating applications that is extensible and reusable. In this installment of this series, I would like to build on this idea a bit. As you…
Share this:

Google Analytics Comes to the Desktop
about 16 years ago - No comments
If you don't use Google Analytics for your site analytics solution, then either you have something that you're paying for (which is okay if it's not actually YOU paying for it), or you're using something else that's not very good. I like Analytics because it is super easy to install, very fast, and provides some…
Share this:

On Becoming a Better Web Designer, Part Third
about 16 years ago - 4 comments
As I dive deeper into web design, the more I realize how critically important it is to learn from others. By this, I'm not simply talking about using others' advice for coding best practices, nor even about–gasp!–stealing code. What I mean by "learning from others" is to begin to develop a perspective of others' work…