+ 0 - 0 | § ¶New Externals
On the weekly SuperCard iChat yesterday there was news of 3 external releases:WebKit with which you can Display, navigate, modify and parse web pages in SuperCard. (see the previous entry)
SuperMySQLEncodeString is a bundle external that encodes a string so it is safe to insert into a MySQL database.
SuperMySQL is a bundle external that allows you to query a MySQL database. It is a bundle external so for now it requires the use of the BundleBridge external.
and
HTTPServer lets SuperCard serve data via an embedded web server. It can handle CGI requests, post data, etc., and can send and receive binary and text data. I am playing with the last at http://johnjohnston.homedns.org:8080/ with a few basic forms.
HTTPServer is quite like Flamethrower except for the lack of threads and the fact you need to parse the data yourself.
+ 0 - 0 | § ¶WebKit for SuperCard

That is a SuperCard project displaying this blog!
Tomas announced to the SuperCard mail list a beta of a bundle external that uses webkit to display and navigate web-pages in SuperCard.
At the moment you can download webKit
Tomas has a lightweight SC browser to demo the external in the download. Wonderful.
