BeginEnd.net has begun, where will it end?
Last week www.beginend.net was launched with the goal of aggregating Pascal and Delphi blogs in a mobile-friendly, secure website with a minimalist UI.
The website is Pascal-Powered: the server is Delphi-compiled DWScript Sample Web server, the server-side page generation and APIs are handled by DWS and an SQLite database, and the client-side is a SmartPascal application compiled on-the-fly to JavaScript by the server.
is available.
A new pre-compiled release v2014.04.04 for the DWS WebServer is available from the
We’ve all encoutered reCAPTCHA, as it’s one of the few effective ways to protect form submissions from bots on the internet.
There is now an embryo of standard cryptography support for DWScript through the dwsCryptoLib module. The implementations are currently based on
As Google Code