Zip and download selected files
This tutorial covers a simple but common need. You have a page with a list of files and want your users to select and download multiple files at once. In this example, we will use the upload field that...
View ArticleBuilding secure low-code web applications
Low-code software builders will take off your hands most boring and repetitive tasks, which includes the security of your web application. Apps, created by PHPRunner and ASPRunner.NET follow all the...
View ArticleWorking with Airtable’s REST API
Airtable is a very popular and easy-to-use "cloud database". It is basically an online spreadsheet on the web that provides tons of integrations with other services. While most web developers prefer to...
View ArticleVersion 10.6
The beta version PHPRunner and ASPRunner.NET 10.6 is here! Download links: PHPRunner 10.6 beta ASPRunner.NET 10.6 beta What's new in this version 1. New security providers in version 10.6 New security...
View ArticleProviding access to web application via unique link
Some web applications need to provide quick access to certain pages or documents. For instance, you can share a file via such a link or send a link to an invoice to be paid to your customer like the...
View ArticleWorking with Google Drive REST API
In this article, we'll show you how to retrieve a list of files from Google Drive via REST API and display those files in your PHPRunner or ASPRunner.NET application. This is how it looks in the...
View ArticleProviding temporary access to your application
Let's say you need to provide users temporary access to your application. You create a user, set their access to 'temporary' and after 24 hours they should not be able to log on to your application....
View ArticleVersion 10.7 beta
The beta version of PHPRunner and ASPRunner.NET 10.7 is here! Trial version download links: The final version should be ready in two-three weeks. Download PHPRunner 10.7 beta version Download...
View ArticleDevQuest contest with prizes
Welcome to DevQuest! We have built a little quest that is both fun and educational and dedicated to the topic of web development. There are either questions total. Most of them are quite simple but...
View ArticleBuilding visually appealing web applications
When you build a public-facing application you need to make sure it looks sharp. In this article, we'll show you a few ideas of how you can make PHPRunner and ASPRunner.NET projects look unique. List...
View ArticlePreventing SQL injection in low-code web applications
The main difference no-code and low-code applications is that you can easily extend low-code applications by adding your own code. This gives you both power and responsibility and we are going to talk...
View ArticleVersion 10.8
The beta version of PHPRunner and ASPRunner.NET 10.8 is here! Beta version download links: PHPRunner ASPRunner.NET This new version features the following improvements: 1. New dashboards look and...
View ArticleBuilding a connected scatter chart
This is an example of work we did for one of our clients. This kind of approach will work with any AnyChart chart that PHPRunner and ASPRunner.NET do not support directly. Here is how you can approach...
View ArticleUsing CSS grid for mobile screens – a complete tutorial
Task - implement custom grid display in PHPRunner or ASPRunner.NET applications on mobile screens. The idea is to use the same HTML and achieve our goal using CSS only. CSS Grid layout is nothing new...
View ArticleTracking visitors behaviour in your web application
So you want to know how much time users spend on any specific page of your web application? This article explains how to log what pages your users visit and how much time they spend on each page. This...
View ArticleHow to scroll List page to the record that was edited
When you have a long List page with dozens of records, editing or viewing a record on a separate can be cumbersome. After you edit or view a record, clicking 'Back to List' will display all the records...
View ArticleHow to create a beautiful dashboard theme
People often ask us this: "I found a great-looking theme on the Internet, how do I import it into PHPRunner or ASPRunner.NET". The problem is that all themes are implemented differently, there is no...
View ArticleA Complete Guide to Sending Emails with a Web-based Application
An old programmer's saying, coined by Jamie Zawinski, says “Every program attempts to expand until it can read mail". Jokes aside, email was and still is an integral part of our lives, and every web...
View ArticleGenerate PDF files using NodeJS and PDFMake
1. Download and NodeJS on the web server. For Windows choose 64-bit MSI installer 2. Run and install keeping all default settings 3. Inside your project create a new folder named pdfmake 4. Proceed to...
View ArticleBlack Friday – Cyber Monday sale
#promobox2 h2 { background: url("https://xlinesoft.com/images/bg-info.gif") repeat-x scroll 0 100% transparent; color: #DE5805; font: 22px 'Trebuchet MS',Verdana,Geneva,Arial,Helvetica,sans-serif;...
View Article