Posts

Showing posts with the label Web application

Create your first application on Dialog ideabiz platform

Image
Hi folks, ideabiz is an API management platform which is open to the enterprise. This time we are going to create an application to send digital rewards(Send mobile data as rewards) to the users. You need to have an organization which is registered under the rules and regulations of SL to get services from Dialog ideabiz platform. First you need to contact the team and discuss the business plan. This post will discuss how to create an application on the platform. Once you are done with the business process, create an application on ideabiz.lk. Then request admins to approve it. Once you get the approval, please subscribe to Digital rewards and SMS APIs. If I brief you about APIs, Digital rewards allow you to reward your customers, users by Mobile data or by SMS. SMS API allow you to send/receive SMS to the customers / users. You need to get the approval for the subscribed APIs as well. When you asked for the approval, please provide relevant URLs for MO/MT message...

Creating widgets using ISayYouDo platform

Image
Hi folks, ISayYouDo is a web-based service which allow users to create chains of recipes(conditional statements), which are triggered based on changes to other web services. This time I’m going to explain how to use ISayYouDo platform and create simple widgets. Let’s start, Type www.isayyoudo.io/developer/ in your browser. It’ll direct to above mentioned page. Let’s get started by clicking the button. Once you logged in using the credentials, it’ll show the below page. ISayYouDo is a platform where developers can build Say Boxes. Here I’m going to create an application to send lottery results via SMS. The logical conditions of the application is, if user wants to get lottery results for selected lotteries, then he/she needs register to the application through ISYD(www.isayyoudo.io). Here we have to create say boxes for each command(for Input and the Output). Let’s call them In say box and Out say box. Once those boxes are created we need to map each other to co...

Common Web Application Architecture

Image
Web application can be accessed by the users in a web browser through the internet. When the process initialized HTTP requests will be send to the web server and the server render the web pages, return the HTML pages to the client. These pages can be display in the  browser.   As I identified these are the key components in the architecture. Let’s consider each part of  the diagram.   When describing the components, I’ve identified two major parts. They are web Server and client Web server: Presentation layer This provide the bridge into the core business logic encapsulated in the business services. Presentation layer is responsible to translate the tasks and also the results to the users in an understandable version. When we consider the web application, this layer will consists of a server side component and a client side components. If we use the techniques called AJAX with the client side, it will help to increase the user experience as well. There...