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[……]
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[……]
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[……]
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[……]
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.[……]
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[……]
Set windows environment variables with in batch script
4 November 2015 | Category: General, Short tip | Comments (0)
There could be a situation where we want to add new path to the Path
environment variable using batch script. Let’s say you have a directory build/com[......]
Most common mistake software developers make
3 November 2015 | Category: General | Comments (0)
Eric Elliot sent a tweet with a question: What do you think is the biggest / most common mistake software developers make?. I think it’s worth it to c[……]
Using Fiddler to force a web service to support CORS for debugging
5 June 2015 | Category: General, Tools | Comments (0)
There is already nice article about Using Fiddler to force a web service to support CORS for debugging. However, it was written in 2013 and I am going[……]
Right to left implementation tricks
19 May 2015 | Category: Browsers, General | Comments (0)
Introduction
At some point you may want to have bidirectional (RTL) support in your application / web site. That means you want to have a support f[……]
keep looking »