From 8526819baf7b6ad70097b5ab0370885da2f8bfe9 Mon Sep 17 00:00:00 2001 From: wei <> Date: Thu, 25 Jan 2007 07:24:40 +0000 Subject: Fixed some typo bugs. --- demos/quickstart/protected/pages/Tutorial/CurrencyConverter.page | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'demos/quickstart/protected/pages/Tutorial/CurrencyConverter.page') diff --git a/demos/quickstart/protected/pages/Tutorial/CurrencyConverter.page b/demos/quickstart/protected/pages/Tutorial/CurrencyConverter.page index 5a9aec1a..7f552ae1 100644 --- a/demos/quickstart/protected/pages/Tutorial/CurrencyConverter.page +++ b/demos/quickstart/protected/pages/Tutorial/CurrencyConverter.page @@ -299,7 +299,7 @@ public function convert_clicked($sender, $param)

Improve User Experience With Active Controls

In this simple application we may further improve the user experience - by decreasing the responsiveness of the application. One way to achieve + by increasing the responsiveness of the application. One way to achieve a faster response is calculate and present the results without reloading the whole page.

-- cgit v1.2.3