i am happy to announce the first public alpha-version of PB2Web.
PB2Web is a PureBasic to JavaScript-Converter so you are able to
write Web-Applications in your favourite programming language.

System requirements:
* Windows OS
* PureBasic V5.20 or greater
If you want to use a direct communication between your client
and a server (so-called Servercode) you need to install also a
webserver (IIS, Apache or similar).
Here you can find an installation tutorial: http://pb2web.de/installation/
Please note, that PB2Web is currently far away to be a complete
solution (~250 from the 1500 PureBasic-Commands are implemented).
The following libraries are not implemented by now:
AudioCD, Cipher, Database, Dialog, Drag & Drop, File, FileSystem, Ftp, Help, Http, Library,
Mail, Memory, Network, OnError, Packer, Printer, Process, Regular Expression, Runtime, Scintilla,
Serial Port, SysTray, Thread, XML, 2D and 3D Games & Multimedia Libraries.
Nevertheless you can already write nice web-applications.
Here there are some Examples: http://pb2web.de/beispiele/
Please note the following rules (for now):
* Do not use event-loops. Better use the new Bind*()-Commands
* Pay attention to name your variables always the same way. Javascript
is case-sensitive; PureBasic not ('myVar' is not equal to 'myvar')
* Initialize your variables (Define myNumber = 0 / Define myString.s = "")
* Do not use Delay(). Better use Timer.
My Website is written in german language, but hey, fortunately
there is google translate

Moreover PB2Web comes with a lot of sample-code in the example-folder.
Download: http://pb2web.de/download/
Alternative download: http://www.rsbasic.de/backupprogramme/P ... 151214.zip
I'm curious what do you think about PB2Web.
Greetings ... Kiffi