Quickly convert a video to HTML5 video
Before we can get to using the script, we’ll need a few things installed already: HandbrakeCLI – if you’ve ever converted […]
All around the world..
Before we can get to using the script, we’ll need a few things installed already: HandbrakeCLI – if you’ve ever converted […]
Enable TLS 1.1 and TLS 1.2 on Windows Server 2008 R2 and IIS 7.5 You are probably aware that SSL has […]
In the web.config add the following lines to system.web. <webServices> <protocols> <remove name=”Documentation” /> </protocols> </webServices> If you want to […]
Remove all attributes from HTML tags using TextWranlger: <tr(.|\n)*?> Change the <tr> to something else and it will look only […]
With this function you can enable the “Agree” checkbox at the end of the page only if the user scrolls […]
Add the following lines to the .htaccess file: AddType application/vnd.ms-word.document.macroEnabled.12 .docm AddType application/vnd.openxmlformats-officedocument.wordprocessingml.document docx AddType application/vnd.openxmlformats-officedocument.wordprocessingml.template dotx AddType application/vnd.ms-powerpoint.template.macroEnabled.12 potm […]
HTTP Strict Transport Security (HSTS) is the new security standard for websites. PayPal is one website that is using this […]