Categories
Software and Programming

Yet More Mozilla geekery

mozilla.org.il have a fully-localized Hebrew version of Mozilla 1.5 (see link for screenshots).

Also cooler than Pilsbury genitalia, Lindows.com has signed up Daniel Glazman, formerly in Netscape’s Mozilla Editor team, to take Mozilla’s Composer (which I personally think is pretty neat) and make it into a Linux Desktop application called Nvu, which is supposed to be their answer to  Frontpage and Dreamweaver for Windows and Mac.

Now, both of these things – a localized browser and an editor with site-management features – were things I thought would be cool way back when Mozilla first became Open Source. And it only took them six years to become reality…

Categories
Software and Programming

Paragraph Squeezer

This site looks too wide in Mozilla. So I narrowed it down to a reasonable width, like so:

javascript:
ps=document.getElementsByTagName('p');
for(var i=0; i< ps.length;i++) {
ps.item(i).style.width='400px'
}; void 0;

Or, in a bookmarklet.

Categories
short Software and Programming

Hotmail Popper

Hotmail Popper is a Windows application that serves as a Hotmail to POP3 mail bridge – for accessing your Hotmail account through email clients other than Outlook Express.

Categories
Software and Programming

HTMLArea in Movable Type

htmlarea in movable type

Doh. I thought I had some text here… Guess it doesn’t work so well…

Oh wait, looks like I’ve got it now! HTMLArea working in Movable Type! Hurrah!

Last time people looked at it, this was IE-only. Now it rocks!

Categories
Software and Programming

MT: safe-href

mt-safe-href is a plug-in for Movable Type that should get rid of the #1 annoyance causing my pages to stop validating. Let’s see if it works…