Google
 

Reverse Resolution of IP Addresses with AJAX

Wednesday, June 21st, 2006

One of the things that came up recently at work is a way to resolve IP addresses to hostnames client-side without any server calls. Here are some of the possibilites that I thought off : o Using Javascript to call Java's java.net.InetAddress class to resolve (only works in Mozilla and Opera, ...

Input Needed for a Story on Mozilla’s RSS Icon and Licensing

Tuesday, June 13th, 2006

I am currently writing an follow-up full length article for OperaWatch on the Mozilla's RSS icon and its licensing. Unlike the previous OperaWatch story, this story is focused less on the Opera/Mozilla interaction and more on the actual RSS icon, its history, licensing issues and opinions of different communities involved. ...

Mozilla Trademarks Their RSS Icon?

Monday, June 12th, 2006

My good friend Daniel Goldman posted an interesting story at OperaWatch regarding the fact that Mozilla required a singed agreement from Opera Software before allowing them to use their RSS icon. It appears that Mozilla filed for trademarks on this icon and is planning on enforcing a licensing policy. More ...

Saving and Loading Files from Web Pages via AJAX

Thursday, February 16th, 2006

I recently ran across a nifty project called "TiddlyWiki". One of the things that struct me as interesting features from the programming point of view is the fact that it is able to load and save itself to the user's hard drive using Javascript without any kind of server side ...

The Network IS the Computer: Ajax on Desktop

Wednesday, February 15th, 2006

DESKTOP APPS BUILT LIKE THE WEB One of the upcoming big technologies in Microsoft's new OS ("Windows Vista") is XAML - an XML language for defining user interfaces. Mozilla also has a similar one called XUL. All of these are trying to accomplish the same thing - make rich applications run ...

When Non-Standards Collide: Mozilla’s Prefetch, the NoFollow Tag and Google’s Web Accelerator

Wednesday, May 11th, 2005

(This post was part of a separate "Standards Blog" which has been merged into my main blog) For quite some time, Mozilla-based browsers such as FireFox, Netscape and Galeon had a feature called "pre-fetching". What this feature does is that it enabled browsers to "pre-fetch" any webpage link marked with a ...

Browser Differences in window.opener Behavior

Thursday, May 5th, 2005

Among the more persistent bugs I have been chasing recently involves a set of interrelated windows. The case in point was a parent window (A) that opened a child window (B) via JavaScript. The child window (B) was set to check whether the parent window (A) is still open before ...

Is Firefox Becoming Mainstream?

Thursday, March 31st, 2005

Sometimes you can guess that a software product has become mainstream enough when a big company starts supporting it. I think this is exactly what just happened with FireFox: Google just announced support for "pre-fetching" - a feature ONLY available on Mozilla browsers. This is a refreshing breath of air ...

Google and Open Source

Thursday, March 17th, 2005

Google announced their new Google code open source center. Interestingly enough it is headed by Chris DiBona who founded SlashDot and Greg Stein who is the chairman of the Apache Foundation. Considering the already large number of folks from Mozilla working for Google it is interesting to note how Google's presence ...

Upgrading from Mozilla Mail to Thunderbird

Monday, March 14th, 2005

I finally got around to upgrading my Mozilla Mail installation to the new Thunderbird client. Unfortunatly, it went less smoothly than I have hoped but it worked. At first, I followed the instructions provided by David Tenser. Unfortunatly, on the Linux side I ran across a rather nasty bug which ...