For loop examples in Golang

  • 13 April 2020
  • ADM

How to write a for loop using Golang programming language. Similar with other programing languages, the basic for loop has three components separated by semicolons.


On-page SEO

  • 20 February 2020
  • George

On-page SEO or On-site SEO is the process of optimizing the web page content for search engines and users. The practices for on-page SEO include optimizing title tags, content, internal links and URLs.


How to disable submit button with jQuery

  • 06 January 2020
  • ADM

For a long submit operation or to avoid users clicking twice a submit button, a common solution is to disable the submit button after user clicked on it.

To disable a button using jQuery you need to add the disabled attribute to the button as true.


GET/POST request with Apache HttpClient

  • 27 January 2017
  • ADM

GET/POST request tutorial using Apache HttpClient. The tutorial is using httpbin.org test server.


How to make a file read only in Java

  • 26 January 2017
  • ADM

How to make a file read-only in Java. Simple example using File.setReadOnly() and File.setWritable(boolean) methods.


HP Microserver Gen8 - Install SSD in ODD slot

  • 14 August 2017
  • ADM

HP Microserver Gen8 - Initial setup with two HDDs and one SSD added in the ODD slot.