Easy Code Share >

Auto Refresh HTML Data in Web Page by 4 Methods

Auto Refresh HTML Data in Web Page by 4 Methods

There are 4 methods to auto refresh Html data in display boards such as currency rate boards, so that the web page keeps changing periodically. The former two methods are about that browsers are polling the host site actively to get newest data. In the latter two methods, browsers just passively receive notifications of status … Read more

Easy Code Share >

Solving Cordova Android 9 Clear Text Not Permitted

Solving Cordova Android 9 Clear Text Not Permitted

This issue might happen when you build an Cordova APP on Android 9, but can’t send messages to non-SSL websites. This article discusses about why the limit exists, how to permit clear text, and what correct process we should do. All codes here are not complicated, so you can easily understand even though you are … Read more

Easy Code Share >

How Cordova Session Data Check If Already Login

How Cordova Session Data Check If Already Login

Cordova APPs perform AJAX login to get session data. If session exists, APPs always start on home page; otherwise, jump to login page. Where do session data store? How is page redirection working with help of a database class using Cordova WebSQL? Finally, we provide the procedure to build an APP in brief. All codes … Read more

Easy Code Share >

3 Steps to Make Cordova AJAX Not Failed

3 Major Steps Cordova AJAX Make APPs Not Failed

Cordova should make jQuery AJAX work successfully in built Android APPs. You can test distinct AJAX methods here, and learn how to fix cross-domain blocking issue. Moreover, we review for you the Cordova building process that have been mentioned in our previous post. All codes here are not complicated, so you can easily understand even … Read more

Easy Code Share >

Tips for Making Endless Page Scroll Against Pagination

Tips for Making Endless Page Scroll Against Pagination

Endless scroll allow people to browse continuous HTML content without clicking “next page.” In contrast to traditional pagination, it is elegant and of lower interaction cost. We lay stress on Endless Scroll Tips to tutor developers with straightforward examples. All codes here are not complicated, so you can easily understand even though you are still … Read more