<body><script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener('load', function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <div id="navbar-iframe-container"></div> <script type="text/javascript" src="https://apis.google.com/js/platform.js"></script> <script type="text/javascript"> gapi.load("gapi.iframes:gapi.iframes.style.bubble", function() { if (gapi.iframes && gapi.iframes.getContext) { gapi.iframes.getContext().openChild({ url: 'https://www.blogger.com/navbar.g?targetBlogID\x3d6651501\x26blogName\x3dNotes+on+tech\x26publishMode\x3dPUBLISH_MODE_BLOGSPOT\x26navbarType\x3dBLACK\x26layoutType\x3dCLASSIC\x26searchRoot\x3dhttps://ypjain-notesontech.blogspot.com/search\x26blogLocale\x3den_US\x26v\x3d2\x26homepageUrl\x3dhttp://ypjain-notesontech.blogspot.com/\x26vt\x3d-1979808972264517134', where: document.getElementById("navbar-iframe-container"), id: "navbar-iframe" }); } }); </script>

Notes on tech

Notes on technology, business, enterpreneurship, economy, markets along with interesting general tidbits.


FooBar Search Alerts beta development starts

3/22/2005 11:52:00 PM, posted by anand

Just a few minutes ago, I changed the FooBar Search Alerts release tag to a beta version. Since June 2004, it has been chugging along as an alpha release.

The development mode that I am using here is incremental. I am continuously adding more features to FooBar Search Alerts. Some features are visible to users, some of them work behind the scenes. There is almost a daily build which makes its way into production. A few of the things that were accomplished recently:
  • Enabled status checking for the alerts. Now you can use the confirmation link (that is sent with every notification email) to check the status of your alert
  • Added privacy policy and terms of service
  • Added an FAQ section
In the next few days, I'll be working on the HTTP sourcing algorithm to factor in unsupported content types, banned hosts, size limits on fetching, if-modified-since http header, better charset encoding guess etc. Will also add the capability to the system to auto-cancel alerts if there is anything goofy (like banned host or an invalid content type) with it.
« Home

» Post a Comment