Archive for the ‘tips’ Category

Picasa Web Albums now in feevy

Monday, March 5th, 2007

Since yesterday night there’s a new feature at your dispossal in feevy: you can subscribe to your favourite Picasa Web Albums or authors.

A 160px width thumbnail of last picture published in the album or last album cover (if you add the author’s page) will appear in your feevy. You can see the tests in my blog.

CSSs with feevy liquid

Saturday, February 24th, 2007
  • Innovation in College Media (Wordpress/Default template)

    /* Exception for feevy */
    .feevy_title h1 {display: block; width: 115px; max-height: 46px; position: absolute; top: 0; right: 5px; margin-top: -70px; text-align: left; }
    .feevy_title {position: relative; height: 55px; width: 100%;}
    a.blog_url {display: block; padding: 10px; width: 100%; float: none; border-bottom: 1px solid #ccc; }
    .item_content {margin-bottom:20px; margin-top:20px}

  • Buenos Aires Ideal (Text Pattern, Simpla template)

    /* Exception for feevy */
    .feevy_title h1 {font-size:10px;}
    .feevy_title h1 a {font-size:10px;}
    .item_content {margin-bottom:20px;}

  • A desalambrar (Wordpress, Serene template)

    .feevy_title h1 {font-size:10px;}
    .feevy_title h1 a {font-size:10px;}
    .item_content {margin-bottom:20px; margin-top:10px;}

How to build a portal in two minutes

Wednesday, February 14th, 2007

When we first started Feevy we always had on mind the idea of giving new uses to our widget. For us it’s not only about bringing life to blogrolls, but most of all it’s about finding news ways of sharing. That’s why we’re especially proud of the new frontpage of Parlamentarios.info. This website, built in no more then two minutes, is a portal, a web access, to all the blogs of main Spanish deputes. This portal is a dynamic image of Spanish politic arena and it’s been done with no more than a couple of clicks.

This brand new use for Feevy has also been drawn by David Silver, New Media professor on San Francisco University witch idea of giving Feevy to his students seems great to us. Thanks a lot David, thanks for sharing!

Liquid layout: how to customize

Monday, February 12th, 2007

For those who want to customize Feevy liquid layout using their CSS stylesheet, here is the generated code when you display your feevy bar on your blog.
(more…)