Tag: javascript
The URL: https://helloacm.com/archives-of-pagesposts/ shows the list of historical posts and I have added a following nice figure that plots the number of posts for each month. You can see …
Javascript does not provide isEmpty() method to check object if it is null/empty. However, it does provide a enumerator so we can test object if it at least has …
Sometimes you just want to show some links on the home page of blog but not other pages, then the following trick is useful. First of all, you can …
Javascript is almost enabled in modern browsers. However, at some legacy devices or some particular situations where the Javascript is not supported or turned on (for security purposes), you …
September 12, 2014
beginner, code, code library, implementation, javascript, Office, Processing and ProcessingJS, VBA, vbscript, windows, windows command shell, windows scripting host
WSH (Window Scripting Host) is a powerful and handy scripting environment. It is installed by default and can be found on almost every windows versions since Win98. There are …