Excel like grid in PHPRunner applications
Some applications may require to provide users with quick editing capabilities. While Inline Edit does just that entering inline edit mode for multiple records can be painful. It would be much easier...
View ArticleIn-place editing
Similar to Excel-like grid discussed in previous article this technique helps you to achieve similar goals. Instead of bringing up the whole edit page you can click that single field you need to edit,...
View ArticleStoring field labels and visibility rules in the database
You need to change some field labels in your project but don't want to rebuild and upload the whole project. In this tutorial we'll show how to do that storing field labels in the database and...
View ArticleTesting web apps in mobile mode
Experienced developers won't find anything in this article they didn't know already. All others will find it quite useful. We'll show a few different ways of how you can quickly test the mobile version...
View ArticleTechnology choices
Technology choices we make can make or break your web application. Here are a few things I'd like to share based on my experience as a web developer. 1. Programming language Not all programming...
View ArticleRunning ASPRunner.NET and PHPRunner apps on Microsoft Azure
In this article we'll show how to deploy PHPRunner or ASPRunner.NET application to Microsoft Azure cloud. I assume you already have an account with Azure, if not, you can create one here. 1. Create new...
View ArticleAdding badges to application menu
In this post we'll show how to spice up your application menu drawing attention to new and important items. For this purpose we'll be using so called menu badges. These badges can be text, images or...
View ArticleSpeed-up data entry
We continue series of posts that show how to make you PHPRunner/ASPRunnerPro/ASPRunner.NET apps behave in Excel-like way. In this article we'll show how you can speed-up data entry in inline mode...
View ArticleExecuting your code after Inline Add or Edit
PHPRunner/ASPRunnerPro/ASPRunner.NET have a couple of handy events that allow you execute your own code after record was added or edited in inline or in popup mode. For instance, you may want to change...
View ArticleMassMailer template use case
MassMailer template v2 was updated. This is a free upgrade for existing MassMailer template v2 owners. More info. MassMailer template can be used for more than just sending bulk emails. Lets consider...
View ArticleBootstrap based templates
In PHPRunner 9.0, ASPRunnerPro 10.0 and ASPRunner.NET 9.0 we are adding support for Bootstrap-based templates. We expect beta version to be available in 2-3 weeks. Meanwhile take a peek at new features...
View ArticleTroubleshooting SQL queries
Web applications generated by PHPRunner, ASPRunner.NET or ASPRunnerPro communicate with databases via means of SQL queries. Whenever you search, edit or delete data your web application issues a series...
View ArticleNew charting functionality: AnyChart 7 support
In PHPRunner 9, ASPRunner.NET 9.0 and ASPRunnerPro 9.5 we are switching to new version of charting components: AnyChart 7. What does this mean for you as a user? AnyChart 7 is Javascript based. No more...
View ArticleDisplaying EURO 2016 data with PHPRunner
This is a just for fun PHPRunner project similar to one we built for World Cup 2014. Check this live demo first. Download projectDownload desktop app This project requires PHPRunner 9.0. Yes, there is...
View ArticleDesktop applications with PHPRunner
PHPRunner 9 adds an option to build and package desktop applications as well as web applications. In this article we'll try to answer most common questions and explain what PHPRunner desktop...
View ArticleDisplaying a popup in PHPRunner 9.0, ASPRunnerPro 9.5, ASPRunner.NET 9.0
In this new version we are providing an easy way to display any page in Bootstrap popup window. Welcome, Runner.displayPopup() function. The simplest form is really simple. There is only one mandatory...
View ArticlePHPRunner 9.6, ASPRunner.NET 9.6, ASPRunnerPro 9.6 released
PHPRunner 9.6, ASPRunnerPro 9.6, ASPRunner.NET 9.6 released (November 10th, 2016). If you purchased or upgraded PHPRunner, ASPRunner.NET or ASPRunnerPro after November 10, 2015 this update is free of...
View ArticleVersion 9.7 of PHPRunner, ASPRunnerPro and ASPRunner.NET
Beta version of PHPRunner 9.7, ASPRunnerPro 9.7 and ASPRunner.NET 9.7 is here. Downloads links: PHPRunner 9.7 ASPRunner.NET 9.7 ASPRunnerPro 9.7 Here is the list of new features in this update. 1....
View ArticleBeta version of PHPRunner 9.8, ASPRunnerPro 9.8 and ASPRunner.NET 9.8 is here!
Beta version of PHPRunner 9.8, ASPRunnerPro 9.8 and ASPRunner.NET 9.8 is here! Download links: PHPRunner 9.8 beta ASPRunner.NET 9.8 beta ASPRunnerPro 9.8 beta Beta is a trial version. You will be able...
View ArticleCreating Grid Tabs dynamically
Version 9.8 added an option to use Grid Tabs. Besides static tabs we also developed an API that allows to create and manage tabs from your code. In this example we will use the typical Orders table to...
View Article