Java EE Online Training + MYSQL
The training is free where you learn the basic of Java EE and deploy your web applicatons.
The training is free where you learn the basic of Java EE and deploy your web applicatons.
Have problem in your WordPress net able to establish connection. it might have been your database not exist or the incorrect password. Below is the tutorial on how you can create database and the username for it.
Below are the video tutorial I create for the beginner to learn how to upload your file and make it public in CWP7. CWP7 is a Centos Web Panel.
Download my slide below: Reference: w3schools
I have gone through training on the 8 habits of highly effective people and would like to share to others. I found this habits is necessary to become effective and go through happy life. The training is based on Stephen Covey books. HABITS 1: Be … Continue reading8 Habits of Highly Effective People
Example code in Angular JS to change the text Heading to input text field without losing 2-way data binding. <!DOCTYPE html><html><script src=”https://ajax.googleapis.com/ajax/libs/angularjs/1.6.9/angular.min.js”></script><body><div ng-app=”myApp” ng-controller=”myCtrl”><h1 ng-dblclick=”change()” ng-if=”!myv”>{{carname}}</h1><h1 ng-show=”myv”><input type=”text” ng-model=”carname”><button ng-click=”done()”>Done</button></h1></div><script>var app = angular.module(‘myApp’, []);app.controller(‘myCtrl’, function($scope) { $scope.carname = “Volvo”; $scope.change = function() { $scope.myv = … Continue readingANGULAR NG-SHOW AND CHANGE TEXT FIELD TO INPUT FIELD
Hi, if you want to check on your system logs, you can always go to /var/logs/ and find the logs depend on your operating system. In AWS it simplify as you can check in AWS Console. You just need to go to your EC Instances. … Continue readingEASY WAY TO CHECK ON SYSTEM LOGS IN AWS
First thing first is to sign up for the Firebase. Firebase is made by Google and have many functionality , as example real-time database, login, storage etc.https://firebase.google.com/ Once you sign up you now able to login. Add project and fill up the details Create you … Continue readingSetup FIREBASE and create a Chat APP using Javascript
Have you wonder how to create Role Playing games? Your own customize world where you decide the world and the adventure that your friends and family can play with. With RPG Maker you can make it happen. I tried this RPG Maker and it has … Continue readingCreate a Game with RPG Maker
To add Twitter share button first you need to add Twitter script at the end of your HTML body <script> window.twttr = (function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0], t = window.twttr || {}; if (d.getElementById(id)) return t; js = d.createElement(s); js.id = … Continue readingADD TWITTER SHARE BUTTON