Apache reverse proxy on Ubuntu
Install Apache and Enable relevant Apache proxy modules...
Install Apache and Enable relevant Apache proxy modules...
When you install SQL Server Express you can select the authentication mode. If you want to enable SQL Server authentication mode (username and password) later on, you can use T-SQL to do it:...
For security and other reasons, browsers put limitations on what sites you can access from JavaScript. The basic rule is: if the web page containing the script originates from mysite.com, then the script is only allowed to access mysite.com....
I finally got around to move this blog from Wordpress to more modern solution. This has been a long time in making. I ended up using Astro as the framework. With little bit of help from bolt.new, the framework for the blog was ready in no time....
I fell in love with the full size Apple keyboard. It is low profile and I really like how it works. Plus it's pretty affordable (compared to premium keyboards)....
A simple processor for Orbeon forms that extracts locale information from request....
Making a band stretch according to the height of its contents is simple. First, you need to have some content that is stretching, for example, a text field with "stretch with overflow" property set to true....
1G It all started with cgi-bin applications that really did not separate the templating from the rest of the logic....
Simple instructions for setting up git so that you can push new versions to server from the comfort of your workstation. This is based on [article](http://toroid.org/ams/git-website-howto) by Abhijit Menon-Sen. If you need more details, take a look ...