Skip to main content

Posts

Showing posts from February, 2015

Search for free picture, image, photo

Free resources for web design: pexels.com , pixabay.com , unsplash.com , depositphotos.com .

IIS: Delete cached files on server running IIS

Delete cached files on server running IIS When changing css, javascript files, check to delete if IIS still caches old files in the default folder C:\inetpub\temp\IIS Temporary Compressed Files\<sitename>\$^_gzip_D^\ Apply to: IIS 8.5

Powershell: Get-Content - tail command on Windows

Love tail command on Linux ? Try Get-Content with Powershell 3.0+.