By admin, on July 4th, 2012
We plan to release a beta version of new PHPRunner and ASPRunnerPro in August-September 2012. Here are some of new features you can expect in this update.
New file/image upload control
- select and upload multiple files at once. You only need one database field to store all file names.
- customizable list of allowed file extensions
- max number of files
- file size restriction (for each file individually and total upload size)
- customizable path to upload folder. May contain PHP variables. No need to write events code if you want to save each user' files to separate folder. Sample upload path: $_SESSION["ProjectID"]."/".$_SESSION["UserID"]
- Drag-n-drop upload - drag files from your desktop right to web page
Upload settings:

Continue reading Preview of new features in PHPRunner 6.2 and ASPRunnerPro 7.2 »
By admin, on May 22nd, 2012
In this article we will be focusing on debugging and troubleshooting the JavaScript errors. We will look at few examples to illustrate the methods used.
For this purpose we will be using developers tools that come with Chrome browser. If you use Firefox – download and install the Firebug. Firebug is an extension to . . . → Read More: How to troubleshoot Javascript errors
By admin, on April 17th, 2012
This is the second video in educational series that shows how you can create a simple project, connect to your database, build it and view in browser.
Here is the outline:
connection to local or remote MySQL database previewing your application using built-in web server XAMPP installation previewing your application using XAMPP’s web server . . . → Read More: Video: connection to remote MySQL, XAMPP installation, FTP upload
By admin, on March 22nd, 2012
In this article we'll show you how to add password strength meter to ASPRunnerPro/PHPRunner registration page. This meter is a handy way to show users how weak or strong their password is. This code requires ASPRunnerPro 7.x or PHPRunner 6.x in order to work properly. Download article code.
For this purpose we are going to use jQuery password strength plugin developed by Olivier Oechsle. Make sure to check plugin page if you are interested in internal workings or fancy to improve it.
See live demo

Continue reading How to add Password Strength Meter to your registration page »
By admin, on June 26th, 2011
For all those who are patiently waiting for a new version to be released - we will have PHPRunner 6/ASPRunnerPro 7 beta available July 12th-15th. We apologize for prolonged wait.
As you remember this new version features Style Editor, Mobile Template and easily customizable layouts. I'd love to present a few examples of interfaces customized in Style Editor (all images are clickable).
Edit page in style editor
Note buttons and panels shape, gradient backgrounds and different border types.

Continue reading PHPRunner 6/ASPRunnerPro 7 beta is almost there »
By admin, on June 8th, 2011
Many developers have the need to work collaboratively on the same ASPRunnerPro or PHPRunner project. In this tutorial I’ll show how to make this happen with almost no effort.
We are going to utilize the power of version control system (VCS). Version or revision control systems track and provide control over the changes to . . . → Read More: Best practices: multiple developers working on the same project
By admin, on May 10th, 2011
This article explains how the Quiz Template works in great details. It can help you better understand the inner workings of this template and provide the guidance you need in designing your own.
Quiz template live demo
Purchase Quiz template for $25.
Lets start with database design. In this tutorial we use MySQL database.

Continue reading Quiz template »
|
|