A Single Article

Read it, comment, and share it with your friends

feedmeplz now supports handheld CSS

Posted June 29 in feedmeplz.

Today I realized I never got around to writing a handheld stylesheet for feedmeplz. I decided I would go through the process of separating my main stylesheet into a base stylesheet, screen stylesheet, and handheld stylesheet, and I got it done a lot faster than I expected. The stylesheet declarations now look like this:

<style type="text/css" media="all">
  @import url('/all.css');
</style>

<style type="text/css" media="screen">
  @import url('/screen.css');
</style>

<style type="text/css" media="handheld">
  @import url('/handheld.css');
</style>

And here are some screenshots from the Opera Mini simulator:

Opera Mini demo of feedmeplz "view" page
Opera Mini demo of feedmeplz "account" page

Nice, huh?

So what does this mean?

Well, this means that feedmeplz is a feed reader which you can access at home, at work, and on the go. You can manage, view, and share your feeds wherever you are, as long as you have access to the Internet. It might not be ideal for phones since you still have to visit the blogs in your feeds to read the content (and that might be slow), but as soon as I get around to adding support for categories in the app (a major and necessary improvement), it will be possible to make a category of “mobile-friendly” feeds which you can access on the go.

Needless to say, I would use feedmeplz on the go… but I’m supposed to say things like that.

Anyway, enjoy!

Meta

Useful things

Check This

and support what I do

Related Articles

These just might ring a bell

Get a Trackback link

2 Trackbacks/Pingbacks

Other blogs referencing this article
  1. Pingback: feedmeplz blog » Now with support for mobile devices on June 30, 2007
  2. Pingback: The sad, sad state of the mobile web | The Montoya Herald on August 10, 2007

Leave a comment

Share your thoughts with the world

You can use Markdown, or you can use these tags:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong>

Please keep comments respectful and on topic.

This form is guarded by Akismet, so don't waste your time trying to submit spam. It won't work. Ever.





Stay on top of new updates at this site: Subscribe to the Feed!