.NET - July 2014
JavaScript
9
May
2017
Non blocking CSS load on the page
Load external CSS files in an async manner
16
Mar
2017
Serialize html form to JSON without using JQuery
Transform user input from HTML form fields to JSON
17
Jan
2016
Copy text value to clipboard using jQuery
Simple sample of using jQuery to copy value to clipboard
11
Jan
2016
Resize image on the client side with JQuery
Reducing the upload sie by resizing image on the client side
SQL/T-SQL
28
Apr
2016
Create XML/HTML with T-SQL
Generating XML/HTML output in SQL Server
24
Nov
2015
IP address to octets split in TSQL
Split IP addresse into octets in SQL Server
20
Jul
2015
Getting first and last second of the current year, month and day
Using minimum and maximum date time in SQL query
13
Apr
2015
Dealing with duplicate rows in SQL Server
Finding and cleaning up duplicate rows in SQL Server tables
Umbraco CMS
2
Mar
2018
Minify HTML output of your pages
Minification of HTML output using ASP.NET IHttpModule
18
Apr
2015
Generate sitemap.xml on the fly in Umbraco CMS
Simple sitemap.xml Umbraco handler
2
Mar
2015
Accessing UmbracoHelper in HttpHandler request
Working with UmbracoHelper and IPublishedContent in HttpHandler
14
Sep
2014
Same page language switching in Umbraco
Land on the same page in different language in Umbraco using Relations
PowerShell
17
Mar
2018
Setting IP address and domain filtering in IIS using PowerShell script
Restricting and allowing traffic to web application through IIS using PowerShell
6
Mar
2018
Converting existing website images to Google WebP using PowerShell
Encoding existing image files to Google WebP format
6
Mar
2018
Optimize JPG images for internet using jpegtran and PowerShell
Reduce size of existing JPG images without loosing quality with jpegtran
5
Mar
2018
Optimize PNG images for internet using pngcrush and PowerShell
Reduce size of existing PNG images without loosing quality with pngcrush
Synchronous vs asynchronous MVC controllers