Archives for Software Dev - Page 35
Creating and Using Drop Down lists in Excel
Using the drop down list values in a cell In the Cell, Click Data >Data the Settings tab, in the Allow box, click List. In the Source box, type and…
Multiple Applications Single IIS Server
First, do not confuse an IIS Website (or simply a 'site') with an application. Within a single site, one can host multiple applications. Each application typically gets its own folder…
Newer technologies for the
Some recent libraries and products that are making today's development task easy (this is an ongoing list will be updated periodically) Background Task Processing Caching and Messaging Redis is basically…
DisplayPort or HDMI port takes over audio of PC
You can either revert back to your PC speakers or you can continue to use your HDMI monitor as the audio output you want to revert to the PC speakers…
Add single quotes around values in excel column
Go to Format –> Cells –> CustomType '@'
Oracle RAC equivalent for SQL Server?
There are two main reasons for using an Oracle RAC. A shared, 'multi-tenant' environment which scales seamlessly to increasing load. And a high-availability cluser which provides a redundant node (or…
Oracle RAC equivalent for SQL Server?
There are two main reasons for using an Oracle RAC. A shared, 'multi-tenant' environment which scales seamlessly to increasing load. And a high-availability cluser which provides a redundant node (or…
Oracle RAC equivalent for SQL Server?
What RAC features are you interested in? If you are interested in having a large SHARED memory pool that can host multiple tenants (multiple apps), then SQL Server Enterprise can…
jqBootstrapValidation – Getting glyphicons to align correctly
Using the form validation jquery library (jqBootstrapValidation), it is possibly to dynamically assign icons to input elements. The type of icons displayed are controlled by the icon property shown below.…
Enable javascript debugger – works for chrome and IE
function onClick(detailUrl){debugger;}