Category: implementation
Linux BASH shell is very powerful. You must have heard of “where there is a shell, there is a way”. We can write a script that recursively changes all …
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 …
If you want to improve user experience when browsing your website, given that you know the screen resolution they are on, then the following is a quick Javascript solution …
The windows command shell (cmd.exe) is not an ideal programming language because it was not made for this! However, you could still implement the loop using the following two …
Page loading speed is very important as it has large impacts on the user experiences. It also affects the SEO scores as search engines favor faster websites. The CSS …