No Image

Debug techniques

July 30, 2017 hung-nb 0

Bottom To Top You go through step by step from the first step where bug hasn’t happen to the step where bug appears Pros You […]

No Image

WordPress

July 13, 2017 hung-nb 0

How to hide “Featured Image”? Add custom css[css].mh-image-placeholder { display: none; }[/css] Permission script [js] #!/bin/bash # # This script configures WordPress file permissions based […]

No Image

ReactJS

July 11, 2017 hung-nb 0

What is JSX? JSX is faster than Javascipt How to use Javascript in JSX? Put Javascript code inside the braces [js] <pre>class Square extends React.Component […]

No Image

Create first application with reactJS

July 11, 2017 hung-nb 0

Installation Install ‘NodeJS’ http://114.76.92.194:8081/myblog/2017/06/20/node-js/ Install ReactJS [js]npm install -g create-react-app create-react-app my-app cd my-app npm start[/js]

No Image

VPN

July 5, 2017 hung-nb 0

What are advantages when using VPN? Your real IP is replaced with IP provided by VPN provider Your data is encrypted How to set up […]

No Image

PDF Export

July 4, 2017 hung-nb 0

Crystal Report – Working with rpt file How to display text on footer of last page only? Format Object >> Supress Formula[html]if PageNumber = TotalPageCount […]

No Image

Hosting – Windows

July 4, 2017 hung-nb 0

Install Wamp Config Wamp Change port 80 to 8080 Open the httpd.conf, find “Listen” and change like this [html]Listen 0.0.0.0:8080 Listen [::0]:8080[/html] Find “ServerName” and […]

No Image

ASP.net & Javascript

July 3, 2017 hung-nb 0

What is Ajax life cycle in ASP.NET? http://ajaxtutorials.com/general/client-side-page-life-cycle-with-updatepanel-with-javascript/ Why is Javascript affect gone after postback? Issue When clicking on a button to get selected option […]