Typhon Programing Example – Process Messages

[multilanguage_switcher] Let’s call Typhon. Our IDE pops up. If we were working on another project, it will open it as default. Otherwise we should create or open one. In this case we create one. At the menu select File | New… A form pops up listing all possible kinds of projects. By selecting one of these, the project is filled up with template code by the development environment. Select Project | Application and Ok. This creates an Application Project, with some already done code. To continue working on it we must…

Read More

How to use WordPress MySQL Database Reader to recover posts

In order to recover your posts you need to recover your MySQL Database (through your utilities, like phpmyadmin, mysql workbench, console, etc.) or maybe you can connect directly to the database (some user:password@server:port, etc). In the first case assumes you can download a backup and were able to restore it at some other server, maybe your own desktop/laptop computer. In other cases like recovering from disk failure, server failure, etc, please read elsewhere in the Internet for directions or help. We assume a software failure. You may have to recover…

Read More