How to fix window.open(url) opening two tabs

#javascript #tip: How to fix window.open(url) opening two tabs window.open(‘url’) may open double tabs when clicked in IE/FF/etc. Google Chrome is superior and is the first one to bring the latest updates from the W3C announcements, in my opinion! Browsers may behave differently for “window” functions.Prefix “javascript:” for getting standard implementation output. use javascript:window:open(‘url’) instead

ssh: connect to host x.x.x.x port 22: Connection timed out

aah-connection-timeout-port-22

Did you just change some network configuration on your Ubuntu virtual machine and now you’re not able to connect? Here’s how you can fix the ssh connection. how to fix – ssh: connect to host x.x.x.x port 22: Connection timed out Background I spinned up an Ubuntu (18.04.3 LTS, Bionic Beaver) virtual machine on Azure … Read more

HTTP Error 500.0 – ANCM In-Process Handler Load Failure

With ASP.NET Core 2.2 support added to Azure Web Apps – it’s a bit tricky to host multiple applications using Virtual Directories. If you just publish your web apps using Visual Studio on different virtual, directories – not more than one will work at the time I’m writing this. You need to make certain changes … Read more

Azure DevOps

Azure DevOps

Azure DevOps is a suite of services for Managing, collaborating, building and deploying code. Azure DevOps Organizations are the starting point for Azure DevOps. You need a Microsoft account to sign-in. If you do not have one – sign up for a free account. Organizations are free up to 5 team members. An Organization can … Read more