Skip to Content

Monthly Archives: December 2006

An Ajax Tabbed Browser

Permalink

ajax tab browserRyan Miglavs, high school friend and hacker, came up with the idea of an in browser tabbed browser a few months ago. It was brilliant! People without tabbed browsers could use a tabbed interface and those people constantly on the go could use the service to access their tabs from anywhere.

But, as we wrote a demo implementation a number of “technical issues” were discovered:

  • A parent IFrame can’t get a child’s title. So, how do you name the tabs?
  • Flash doesn’t obey z-index! Every ad shows up on every tab!
  • Websites can pop out of frames! if(top.location!=location) top.location.href=document.location.href;

If you want to reproduce these bugs for yourself check out the proof of concept demo.

Perhaps there are good solutions to these problems. And perhaps someone reading this entry knows the answer. If you do- please leave a comment!

Although the outcomes of this experiment were suboptimal it did yield some good. I learned a bit of Javascript and discovered the wonders of FireBug, a javascript development tool for Firefox. Also, I had the chance to eat my fill of Triscuits and hummus at Ryan’s house.

A better eMusic downloader for Linux

Permalink

Linux <3 EmusiceMusic is a DRM-less mp3 music store and I have had an account for about a year. Until today I had been using a download manager written in Perl but it was a pain because of the EMusic.pm library it required. Then today just as I was starting to write my own I found this lovely Python script called: dromanova.py. It is perfect for assigning as the default Firefox action for .emp files. Enjoy!