First of all – we are still working on version 10 and getting closer every day. We are now close enough to publish a date that is more or less accurate. We expect beta version to be available soon. What takes so long? Apparently we underestimated the scope of work required. Also we have seen lots of potential in new functionality we adding and it didn’t make sense to stop halfway. We originally planned to have Page Designer as an addition that will help design…Continue Reading “Version 10. What takes so long?”

It is about time we talk about version 10 of PHPRunner, ASPRunner.NET and ASPRunnerPro. We expect beta version to be available in November and stable version will be released before the end of the year.

Make sure that your software maintenance is current. Otherwise you will have to purchase version 10 at the full price.

The most interesting new feature in this update is Page Designer which will complement and eventually will replace the Visual Editor. This is quite a big change and before we talk about new functionality I need to explain why this change was required.

Continue Reading "Version 10. Page designer"

PHPRunner 9.8, ASPRunnerPro 9.8 and ASPRunner.NET 9.8 is here! If you purchased or upgraded PHPRunner, ASPRunnerPro or ASPRunner.NET less than one year ago logon to control panel at https://xlinesoft.com/dss/support.asp and find download links and registration keys under ‘My purchases’. There should be ‘Reg info’ link next to your latest upgrade purchase. New customer purchase links: PHPRunner ASPRunnerPro ASPRunner.NET Upgrade links: PHPRunner ASPRunnerPro ASPRunner.NET Trial version download links: http://xlinesoft.com/download Here is the list of new features in version 9.8. 1. Tabs and additional WHERE on List…Continue Reading “PHPRunner 9.8, ASPRunnerPro 9.8 and ASPRunner.NET 9.8 is here!”

The code base for the MS SQL server of version 7 was initially sold by the original company Sybase SQL server to the software giant of the cyber space Microsoft. It was the first entry of the Microsoft Company to the database market at the enterprise level. The objective was to compete against other companies like IBM and ORACLE. It was actually Microsoft, Sybase and the Adaptive that originally formed a team to create and launch the very first version of the SQL server 1.0…Continue Reading “All about the History of SQL Server”

PHPRunner 9.7, ASPRunnerPro 9.7 and ASPRunner.NET 9.7 released!

New customer purchase links:
PHPRunner
ASPRunnerPro
ASPRunner.NET

Upgrade links:
PHPRunner
ASPRunnerPro
ASPRunner.NET

Trial version download links:
http://xlinesoft.com/download

Here is the list of new features in version 9.7.

1. Improved password hashing

Option to use industry standard bcrypt hashing algorithm. Send password reset link to user’s email, link expires in 24 hours.

Continue Reading "Version 9.7 of PHPRunner, ASPRunnerPro and ASPRunner.NET"

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 charge for you. Logon to control panel at https://xlinesoft.com/dss/support.asp and find download links and registration keys under ‘My purchases’. If you do not have a help desk account yet create a new one using the same email address you have used to place the order.

Trial version download links

‘Buy now’ pages

PHPRunner

ASPRunner.NET

ASPRunnerPro

Upgrade pages

PHPRunner

ASPRunner.NET

ASPRunnerPro

Important: if you purchased PHPRunner, ASPRunnerPro or ASPRunner.NET before November 10th 2015 you have till November 20th, 2016 to use discounted upgrade option. After November 20th, 2016 you will have to purchase software at the full price. Do not miss your chance to upgrade for less.

‘Update selected’ feature

This is a long awaited feature that allows you quickly makes changes to multiple records. You can choose fields to appear on ‘Update selected’ dialog. Depending on Edit page settings ‘Update selected’ page can be shown either in popup or as a separate page.

Continue Reading "PHPRunner 9.6, ASPRunner.NET 9.6, ASPRunnerPro 9.6 released"

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 parameter, URL of the page to be displayed. You can use this function anywhere you can use Javascript code i.e. in Javascript OnLoad event or ClientBefore event of custom button.

Here is how you can display Add page of Products table in popup:

Runner.displayPopup( { 
	url: "products_add.php"
});

Continue Reading "Displaying a popup in PHPRunner 9.0, ASPRunnerPro 9.5, ASPRunner.NET 9.0"

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 applications can and can not do.

How it works

First of all, Desktop apps functionality is built on the top of wonderful open source PHP Desktop project. PHP Desktop packages together the following software components:

  • web server (Mongoose)
  • PHP
  • Chrome browser
Continue Reading "Desktop applications with PHPRunner"