Monday, September 26, 2005

Project anyone??

I usually get quite a lot of good articles at IBM developerworks. They would initially offer articles in different formats like PDF; which I would save locally. Recently the site was changed and the PDF format support was removed. Instead a "Print this page" link which calls a JavaScript method is present.

As I do not have a printer on clicking the link, it gives me a "No printer found error". So could any of you guys tell me what method is being called on that link. I do not really know JavaScript and was unable to figure out what gets called.

I suppose the method will return a format which is printer friendly and then I could move ahead from there...

Any takers??

Thursday, September 22, 2005

The Jackpot project

Some pretty interesting stuff in this project. See this link http://www.artima.com/weblogs/viewpost.jsp?thread=116895 at artima.

Jackpot provides a few compiler specific views which can then be used for code-optimization etc. Read the article..