Version 10.9
The beta versions of PHPRunner and ASPRunner.NET 10.9 are here! Download links: PHPRunner 10.9 beta ASPRunner.NET 10.9 beta Please note that this is a beta version and is not meant to be used in...
View ArticleYet another custom login page
As many of you know, we recently launched a side project named PicTur. This is a website, built with the help of PHPRunner, that allows users build beautiful travel stories. Instead of letting you...
View ArticleVersion 11
We are still working on version 11 of PHPRunner and ASPRunner.NET. From the engineering point of view, this is a huge redesign that will significantly improve the user experience. Many things take more...
View ArticleTabbed elements in dashboards
Dashboards excel at showcasing a multitude of valuable information on a single page. However, there are instances when a basic dashboard layout falls short in accommodating the desired volume of data...
View ArticleLong running process with notifications
In a web application, some long running tasks may time out and not finish. To avoid this kind of limitation we will show you how to run such tasks reliably and, at the same time provide progress status...
View ArticleInfinite scroll
Infinite scroll is a useful technique that allows to load new content automatically, when the user scrolls down and reaches the end of the page. This is the kind of feature that our customers asked us...
View ArticleDrag-and-drop between dashboard elements
In this article we will show how you can implement drag-n-drop between two dashboard elements. It makes more sense to drag and drop records between two grids. In this example we will be using two...
View ArticleClickable code snippet in a dashboard
In this article we will show how you can easily create a clickable code snippet in a dashboard. Our snippet will display a number of customers in Customers table and clicking anywhere in snippet area...
View ArticleDisplaying website visitors on the map
Our goal is to display website visitors on the map, similar to the screenshot below. We will convert their IP address to lat/lng coordinates and display those markers on OpenStreetMap map. To perform...
View ArticlePHPDesktop update
As you might know, we teamed up with PHPDesktop developer to bring it to the latest version of Chromium and PHP. Now we have PHPDesktop 130.1 at our disposal that runs PHP 8.3. It will be a part of...
View Article