Skip to content

Bruce Ng's software development blog

An archive of solutions of programming problems I have faced in my career

  • Personal Website
  • Art Portfolio
  • LinkedIn Profile

Month: April 2018

Find a HTTP response that set the cookie

Use Telerik Fiddler, and then search for Set-Cookie only in response headers

A quick way to figure out which API set the cookie.

Author AdminPosted on April 18, 2018Categories Tips and tricksTags ASP.NET, WebLeave a comment on Find a HTTP response that set the cookie

ExtJS grid column resize final event

When user resizes a column in a grid, the columnresize event is triggered multiple times for all changed columns

To do something only after all those columns are changed, handle afterlayout event instead

Author AdminPosted on April 18, 2018Categories Tips and tricksTags Ext JSLeave a comment on ExtJS grid column resize final event

Visual Studio build error: vcvarsall.bat is missing

This issue was caused because the build scripts depend on this file, which is part of the VS C++ dev tools

Simply install VS C++ dev tools and it will work

Author AdminPosted on April 18, 2018April 18, 2018Categories ProblemsTags Visual StudioLeave a comment on Visual Studio build error: vcvarsall.bat is missing

Posts pagination

Previous page Page 1 Page 2

Recent Posts

  • 404 page not found when accessing service through Traefik under Docker
  • Why xUnit Verifier.VerifyJson and Verifier.Verify not doing anything
  • IndexOutOfRange error with Dictionary in C#
  • Debug jest tests
  • Using NVM

Recent Comments

    Archives

    • July 2025
    • December 2024
    • August 2024
    • July 2024
    • July 2023
    • April 2022
    • March 2022
    • February 2022
    • December 2021
    • November 2021
    • October 2021
    • September 2021
    • August 2021
    • June 2021
    • April 2021
    • November 2020
    • October 2020
    • September 2020
    • July 2020
    • June 2020
    • May 2020
    • April 2020
    • March 2020
    • January 2020
    • December 2019
    • November 2019
    • October 2019
    • September 2019
    • July 2019
    • June 2019
    • May 2019
    • April 2019
    • March 2019
    • February 2019
    • October 2018
    • September 2018
    • August 2018
    • May 2018
    • April 2018
    • May 2017
    • April 2017
    • March 2017
    • February 2017
    • December 2016
    • November 2016
    • October 2016
    • September 2016
    • August 2016
    • July 2016
    • June 2016
    • May 2016
    • April 2016
    • March 2016
    • February 2016
    • January 2016
    • December 2015
    • November 2015
    • October 2015
    • September 2015
    • August 2015
    • July 2015
    • June 2015
    • May 2015
    • February 2015
    • January 2015
    • December 2014
    • November 2014

    Categories

    • Problems
    • Software design
    • Tips and tricks
    • Uncategorized

    Meta

    • Log in
    • Entries feed
    • Comments feed
    • WordPress.org
    • Personal Website
    • Art Portfolio
    • LinkedIn Profile
    Bruce Ng's software development blog Proudly powered by WordPress