Archive for the ‘RSS Bandit’ Category

Fixed annoying RSS Bandit Formatter Stylesheet issue.

Friday, December 1st, 2006

I have my own style-sheet based on the ‘outlook2003-orange’ style-sheet. But I have the Read/Unread flag at the top and bottom of each post, so once I’ve got to the bottom I can make the post read.

So it look like:

But for ages, I have had a problem when I click the envelope, that the pictures change, but the entry status doesn’t. So today I decided to track it down. The image is changed via an onclick JavaScript event, and the status is changed via a <map><area> event.

After click at the edges of the picture, when the mouse cursor was still the arrow, not the hand, I noticed the picture still changed, but the status didn’t. As soon as the cursor changed to a hand, the status would also change.

*click*, the cursor was the changed by the <area>. So now I changed the coords element from coords=”1,1,12,12″ to coords=”0,0,16,16″, it never misfires.

I understand the original mapping was true to the icon displayed, but it wasn’t the complete surface of the image displayed. So when reading you look to see if the image would change, then move on. Only later to discover some entries where marked unread. Problem solved.

Only problem left to solve is why on some blogs, does <map><area> events not work, even when the mouse is in the middle of the page.

New Beta RSS Bandit

Thursday, November 30th, 2006

I’m have upgraded to the Beta 2 of RSS Bandit 1.5 (Jubilee) and I’m finding it much better. I like the new icons on the feedlist. The UI feels snappier, even though I know they have on changed the UI toolkit.

My display formatter still works, and with the improved handling of Window Live blogs, I looking forward to less feed errors.

Great work RSS Bandit team…. Dare has the list of changes.

Latest RSS Bandit Template available.

Sunday, January 1st, 2006

A few days ago, I altered my template to use tables between posts, to enforce containment of images that are larger than the text, thus leading to a staircase effect due to how the DIVs are laid out.

So here’s the link simeon3.fdxsl

RSS Bandit Template

Friday, December 16th, 2005

I just uploaded my template for RSS Bandit onto my ISP Homepage, so it can now be downloaded by one and all.

It’s based of outlook2003-orange.fdxsl. It has an extra read status flag at the end of each post.

Simeon3.fdxsl