June
05
by Kaj Kandler
According to Susan Lister, OpenOffice.org is a good tool to convert your Powerpoint presentations into good looking web pages.
Susan is dissatisfied with “clunky ‘powerpoint to webpage’ slideshows”, produced by MS Powerpoint. so she looked for a better solution and found it in OpenOffice.org Impress. She discovered:
These experiments showed that I can make a better web page set up using Open Office - my final website was a smaller file size as well as smaller in the amount of screen real estate. I liked the fact that html wizard gave me control over whether I wanted frames, show notes included and a title screen as well the size of the final presentation (640×480, 800×600, 1024×768).
Susan discovered, that the HTML web pages created by Impress not only look better but are also smaller by a factor of 10.
Posted in HTML, Impress, Open Office, Susan Lister | No Comments »
June
02
by Kaj Kandler
I can’t believe what I just found on the Yahoo!Search Blog about removing pages from a website. The author says “The best way to remove dead URLs from the Yahoo! Search index is to return an HTTP Error 404 when our crawler requests the page.”
Are they serious, really serious?
The HTTP spec clearly says return code 404 is “Not Found” temporarily and 410 is “Gone” permanently. They even say in th explanation for code 404 “The 410 (Gone) status code SHOULD be used if the server knows, through some internally configurable mechanism, that an old resource is permanently unavailable and has no forwarding address.”
Yahoo slurp is free to treat a 404 page as if removed although I don’t think it serves the searching public well. However, I can’t understand why the Yahoo!Search blog teaches webmasters to send a 404 if a 410 return code is appropriate.
Just needed to rant about this, because this blog has for sure a wide readership.
Posted in HTML, HTTP, Search, Yahoo | 1 Comment »