Hello,
I've been having some fun with the Ketai libs. I've seen there are some incompatibilities with my Android 2.3.7 phone vs my ICS Nexus S (KetaiList throws an error on 2.3.7). This is fine, I can usually get around them.
With the camera though, I cannot seem to navigate around what seems to be a dependency with the KetaiFace class. I get the following error running the camera getting started sketch on Android 2.3.7 LG Optimus LS670:
Hello Everyone,
I am looking for advice for the relevant technologies / libraries necessary to drive certain aspects of a Processing Applet from a MySQL database generated from Wordpress CMS. I essentially would like to use a good/decent/freely available CMS to generate different layout structures in a Processing Applet. The idea is that the Processing Applet acts as a wordpress Theme, updating as new content is generated in the wordpress CMS.
I have played with the MySQL library, but it seems not such a good idea to store the db credentials in the processing sketch. I am imagining some sort of bridge written in PHP that processing could have access to that would be able to query the MySQL database for certain aspects of the wordpress structure such as categories and posts.
Any thoughts, links, or examples that would allow a processing applet to connect securely to a MySQL database would be greatly appreciated.