Angular lesson 3: pass data from parent component to child with input binding phptuts May 29, 2018 In lesson 2, we learnt about Component. Now, we continue learn about component. Step 1: Create file school.ts in src/app Step 2: edit some files… Continue Reading
Angular lesson 2: Components phptuts May 28, 2018 In the previous tutorials (Lesson 1), we have seen the default component is app component: There are 5 files: The app component were created by… Continue Reading
Angular lesson 1: Simple example phptuts May 28, 2018 Requirements: + Node.js + Npm Step 1: Install angular-cli Now you can use angular-cli: Step 2: install typecrypt Step 3: Open Webstorm and create new… Continue Reading
How to capitalize first character of a string in Javascript phptuts May 23, 2018 Function ucfirst in Javascript Method 1: Example: Try it yourself Continue Reading
How to fix error on CentOS: yum doesn’t have enough cached data to continue phptuts May 11, 2018 If you see error: How to fix it? Open file /etc/yum.conf then add the line: Example file /etc/yum.conf Continue Reading
Max Uint8Array length phptuts May 10, 2018 Test for v6.10.1: So, we have the result: Continue Reading
Linux: how to download multiple files in background phptuts May 5, 2018 Step 1: Install aria2 Step 2: Create a new text file eg: dl.txt Note: link no space This example for 2 files, you can use… Continue Reading
How to install FreeRDP-WebConnect on Windows phptuts May 4, 2018 Step 1: Download http://www.fritz-elfert.de/downloads/FreeRDP-WebConnect-1.0.0.167-Setup.exe then run it to begin setup. Suppose that you choose setup directory is C:\Program Files (x86)\FreeRDP-WebConnect, go to this folder and… Continue Reading
WordPress: how to fix error 500 Internal Server Error phptuts May 3, 2018 How to fix error 500 Internal Server Error like this picture: Go to Wp-admin -> Plugins: Try to deactive each actived plugin then check if… Continue Reading
Example using MediaSource to play mp4 file by range phptuts April 27, 2018 Online demo: https://jsfiddle.net/sans_amour/t1ebfvnx/ Continue Reading