This article will describe how to determine the operating system installation date using wmi with vb.net source code.The wmi object is created and queried for the operating system installation date. Here is the example source code Continue Reading …
Latest Posts
Move wordpress site to a new domain
This article is about moving WordPress site to a new domain. There are three Methods described here Method 1 – WordPress site is working on the old domain If your WordPress site is working on the old domain and you want to move it to a new domain try the WordPress plugin duplicator https://wordpress.org/plugins/duplicator/ Install Continue Reading …
How to track click on a link with ajax and javascript
I simply wanted to know on which links the user clicks. So I devised a method to capture these link URLS using javascript and posted them to server storing them in a log file.If this is what or something similar you would like to to do then read on. This allowed me to see the Continue Reading …
WordPress dompdf installation in page template example
Using the pdf library dompdf in your WordPress page to convert some HTML you already have generated to a PDF file will be explained in this article. We will be doing that by creating a WordPress page template. The page template will include the dompdf library and convert an example HTML to a PDF file Continue Reading …
WordPress : Using syntaxighlighter plugin with gutenberg editor causes error
Do you use Syntaxhighlighter Evolved Plugin to highlight code in gutenberg block editor and it creates error in the form of replacing the code with funny characters while publishing or updating the post ? If yes then this article will describe exactly how to fix this error from occurring and breaking the code. If you Continue Reading …
WordPress : Replace string in content of all pages
Don’t want to open the wordpress post editor for individual posts to change text in order to replace a specific string that is found in all posts or pages of your website, then this method is far better than doing a Search replace on your mysql db for a given text. You will learn to Continue Reading …
Windows 10 classic start menu enable
How to enable classic style desktop in windows 10 with classic or windows 7 style start menu ? Well if that is your question then this article will describe exactly how you can do that. This may be required if you have recently migrated to Windows 10 and may find the Windows Menu styles different Continue Reading …
How to create custom nameservers for your or any domain
If you own a domain name and would like to add custom name servers like ns1.yourdomain.com or ns2.yourdomain.com using the name servers your hosting provider has provided you then read this article to know how you can do that very easily. Your hosting provider will provide you with nameservers like ns1.yourhostincompany.com and ns2.yourhostingcompany.com.You can make Continue Reading …