Immortal Coder
Coding Tips, Code Samples, Bug Fixes, Articles & More
Pages
(Move to ...)
Home
▼
Sunday, October 8, 2017
Sample program to sort an array of object by custom predefined sort order using JavaScript
›
Assume we have an object and we want to sort it based on custom predefined sort order value. We can utilize the JavaScript sort method to ac...
Sample program to sort an array of objects by its property value using JavaScript
›
Assume we have an object and we want to sort it based on it's property. We can utilize the JavaScript sort method to achieve this. The p...
Monday, May 22, 2017
Sample SQL Server function to Strip HTML tags from a HTML string
›
If you want to remove the HTML tags from a HTML string and retrieve only plain text, the below SQL Server function can be used. It is just r...
‹
›
Home
View web version