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[......]

Read more

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[……]

Read more

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[……]

Read more

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[……]

Read more

Fix SSL problem when using Ruby “gem install”

9 February 2015 | Category: General, Tools | Comments (0)

During work with GruntJS task named Saas I got stuck on using gem command (the gem command allows you to interact with RubyGems). The problem was with[……]

Read more

The direction of embedded text and how to verify what’s contains string

22 February 2014 | Category: General | Comments (0)

When you are working on internationalization of HTML inline element then you can use dir attribute or you may use special Unicode characters to achiev[……]

Read more

Modal windows – are they always necessary?

27 November 2013 | Category: Browsers, General | Comments (0)

I do not want to write about “what is modal windows”, but focus on potential problems which may occur when you start using modal windows in some scena[……]

Read more

Simple date picker

20 September 2013 | Category: General, JavaScript | Comments (2)

Basic information’s

I’ve created simple date picker using just JavaScript and CSS. Yes, there is a lot of date pickers, but not like this one 😀 Anyw[……]

Read more

Clearing IE history, cookies and temporary files from command line

2 June 2013 | Category: General | Comments (0)

During my work I had to frequency cleanse the history, cookies and temporary files of Internet Explorer. Doing it manually it’s just annoying. There i[……]

Read more

There is No Right Way to Develop Software

19 April 2013 | Category: General | Comments (0)

I like it:

Being a good developer means compromise. It means sometimes doing things one way for one project, and another way for another. It means[……]

Read more

« go backkeep looking »