Categories
Uncategorized

More Mozillas

Mozilla is the happy :) – IE is the sad :(

Says Wired, Mozilla Feeds on Rival’s Woes:

Downloads of Mozilla and Firefox — an advanced version of Mozilla — spiked the day CERT’s warning was released, and demand has continued to grow. According to Chris Hofmann, engineering director at the Mozilla Foundation, formed last July to promote the development, distribution and adoption of Mozilla Web applications, downloads of the browsers hit an all-time high on Thursday, from the usual 100,000 or so downloads on a normal day to more than 200,000.

(See Also: Vulnerability Note VU#713878)

Categories
Uncategorized

FEED ON FEEDS ala Bloglines

Ok, I warned you I was going to hack at FEED ON FEEDS a bit, and I did, just a little bit…

My main goal was to make it function a little bit more like Bloglines, and so far we’ve got this. (Click for full size versions.)

Bloglines feed list

(Example of Bloglines list of subscribed feeds)

Hacked FEED ON FEEDS feed list

(Example of hacked FEED ON FEEDS list of subscribed feeds)

So they’re starting to look similar, but I’ve also got some of the functionality replicated as well. For instance, in my hacked FEED ON FEEDS just loading a feed’s items marks that feed as ‘read’ – there is no manual marking needed, no checkboxes to check, or links to click. I like it this way and became accustomed to it in Bloglines, so I had to have it here.

I don’t know how much farther I’ll take things, but I might hack at little bits of it here and there if I get motivated, or you know, actually get involved in the development, though the fear of commitment to yet another project makes me not want to get into things too deep…

Categories
Uncategorized

AutoValidator 0.2.5

I thought I should actually get around to releasing the AutoValidator… From the README:

This is the AutoValidator, a program that can help you make sure your web
pages are valid.

The AutoValidator takes a list of URLs from a text file, and checks them
using the W3C MarkUp Validator. You can use the W3C’s validator located at
<http://validator.w3.org/> or you can install the W3C's validator on your
own server, as the source code is available:
<http://validator.w3.org/source/>

This is what the sample output looks like, but it’s quite customizable. Don’t expect state of the art OOP code here, it’s just more of the same old Perl-hackery, but it works for me…

If you’re a validation nut, and find it useful, let me know

(Note: AutoValidator 0.2.6 fixes a very minor bug, not worth upgrading, but grab this instead if you’re a first timer.)

Categories
Uncategorized

Super-Happy-Terrific FEED ON FEEDS?

Mr. Genehack suggested I look at FEED ON FEEDS as a "Super-Happy-Terrific Aggregator", and while I have used it before, it’s gone through a number of updates since then. Perhaps enough for me to hack at it a bit and see if it’ll do what I want.

Phil suggests using Mark’s Universal Feed Parser, which is what I too would want to see happen, as I’ve mentioned before… Even if it’s an optional thing, where you could choose to use the Universal Feed Parser or FEED ON FEEDS mechanism, it would be cool.

As for the UI of FEED ON FEEDS, the framed version is nice, but I’d like to see it look a little cleaner, perhaps similar to Bloglines. In fact, I’d like to see some of the functionality mirror what Bloglines does, where just viewing a feed marks it as read, without having to explicitly click things. It looks like the tables in MySQL could use a few more columns. Items are marked with a timestamp that appears to denote when it was downloaded, not the actual time of the entry. RSS 2.0 has pubDate, and Atom 0.3 has issued, modified and (possibly) created, on a per-item level, can’t these be used instead?

Since FEED ON FEEDS is open-source, and released under the GPL I could certainly hack some of these changes into it. The only thing stopping me is my lack of time, and my lack of PHP skills… In other words, I’ll start hacking on it very soon…

Categories
Uncategorized

Time for the Java

I hadn’t really planned on it, but it looks like this is the year I’ll learn Java. And by that I mean actually programming in Java.

I’ve toyed with Java in the past. I even use a text edit written in Java, and have written some macros in Beanshell, a Java compatible scripting language, but the time has come to go all the way, and learn the Java.

I’ve installed Tomcat and started to play with JSP, but feel like I’ve got a long way to go. There’s Cocoon, and JSTL, and Struts and all sorts of things I only have passing knowledge of. I’ve used Velocity, read about Lucene, built stuff with Ant, but have never felt comfortable with Java the way I have with Perl.

I’m sort of excited and dreading it, all at the same time. ;)