Refused to load the script pagespeed-mod.com

18 April 2023 | Category: Browsers, General, JavaScript | Comments (0)

Sometimes you may see some Content Security Policy reports in the console, but don’t know where they coming from. Here are the examples:

Refused to l[......]

Read more

Securing online shopping in Czech Republic

11 December 2022 | Category: General, Short tip | Comments (0)

Online shopping has always been kind of risky. You never who’s behind. What you see is not what you think.

Therefore to help people in the Czech Repu[……]

Read more

How to create grid with dashed lines using CSS only

24 March 2022 | Category: General, Short tip | Comments (0)

Drawing a grid can be done in various ways. I prefer to use CSS only. However, challenge a bit is when you need lines with dashes.

Here is a workable[……]

Read more

zsh compinit: insecure directories, run compaudit for list.

2 April 2021 | Category: General, Tools | Comments (0)

I’ve installed nvm through brew on macOS Big Sur 11.2.3 (20D91) and got:

zsh compinit: insecure directories, run compaudit for list.
Ignore insecu[......]

Read more

3 things you should know when you want to add your changes to the stage using Git

21 April 2018 | Category: General | Comments (0)

You want to add your changes to the stage using Git? Here we go:

  • git add -A. It adds all files to the stages.
  • git add .. It adds new and modifie[……]

    Read more

Automated WCAG Monitoring Community Group

26 June 2017 | Category: Accessibility, General | Comments (0)

I’ve just joined to the Automated WCAG Monitoring Community Group as this matches perfectly to the work I am doing on ASLint. The Automated WCAG Monit[……]

Read more

Removing accessibility barriers increasing your income

14 January 2017 | Category: Accessibility, General | Comments (0)

Let me quote from Click-Away Pound Survey 2016 – Final Report:

Most businesses will be unaware that they are losing income because more than 90% of[……]

Read more

What is the hardest thing about learning to code?

15 December 2015 | Category: General | Comments (0)

Eric Elliot asked a question in his tweet: What is the hardest thing about learning to code?. Excellent question. Like last time this time I also have[……]

Read more

What You Should Know When Interviewing For A JavaScript Job With Eric Elliott

7 December 2015 | Category: General, JavaScript | Comments (0)

Really worth it to listen, especially for those people who’s interviewing other people for JavaScript developer position.[……]

Read more

Bower and import CSS file into Sass (using scss)

25 November 2015 | Category: General, Tools | Comments (0)

Recently I wanted to import just .css file into .scss directly. This is not available directly in scss. However, you can import it when you change the[……]

Read more

keep looking »