I updated my Google framed results script that I use every day on my portal. Try it out and let me know what you think! Free attaboy to the first user. See the wiki for details.

UPDATE: v0.03, mo betta. Use the same link above.

Sometimes there’s no end to the work when scraping web pages – perfect the scrape, and it’s only a matter of time before the scraped page changes format. But sometimes it’s worth it to keep plugging – I use my Google Framed scrape thousands of times a week, every week. For me, I don’t think I can ever go back to vanilla google.

Someone asked me for the imagescraper code, they are going to try a PHP port for a class. It’s GPL’ed now, available here.

(continued…)

Core and I have been making slow progress with wxWindows – it’s a GREAT library, I have just been very busy. We’ve made an app that displays your free space remaining on your drives. The linux version only looks at “/” right now. Download the Windoze version by clicking the screenshot. We’ll be continuing to work on it.

A couple notes on setting up wxWidgets under Windoze (Core, let’s have some notes on the linux setup too, if needed):

  • under Windows, copy /include/msw/setup.h to /include/setup.h
  • define wxUSE_EXCEPTIONS in your project so you get proper RTTI functionality
  • build either the debug or release version of wxWindows-2.5.1srcwxWindows.dsw
  • add the paths to wxWindows lib and include to Venereal Studio
  • Google‘s got a new format! I’ve updated my google results scraper that formats Google results for use in a sidebar frame. Here’s the code if you want to try it at home.