-
Starting a 31 day journey to build a better blogg with help of @ProBlogger
I purchased ”31 days to build a better blog” by Darren Rowse, a.k.a. ProBlogger, some days ago. After having briefly skimmed through it, I’ve decided to give it a try. It might not take 31 calender days to complete it but I’ll go through each step to see where I end up. To help me…
-
How to show line numbers in Vim
Have you ever wondered how to show the line numbers in your vim editor? The solution is quite easy. Find and open your .vimrc file, usually in your home directory. Add the following code snippet to the file set number To remove the line numbering simply write the following instead set nonumber
-
I am a software craftsman, are you?
Having signed the manifesto for software craftsmanship I’d like to make the following statement As aspiring software craftsman I’m raising the bar of professional software development by practising it and helping others learn the craft. Through this work I’ve have come to value: Not only working software, but also well-crafted software Not only responding to…
-
Zero Inspection
Regardless if it is due to yourself or it was dropped in your knee by someone else, have you ever had problem with the quality of your software? I know I have and I guess that all of us at some point in time have been in the situation where we face an ever growing…
-
A note to my self if I ever get cancer
Every once in a while you hear some tragic news related to cancer. It could be related to your self, your family or friends. However, now and then you might hear some thing good like presented in this video. It is a shame if all the allegations are true regarding hindering dr Burzynski from making…
-
Test of wordpress android app
Testing Testing 1 2 3…
-
How to know if you have a strong password? Want to be able to create a strong password?
If your answer is yes and no then continue and read to learn ! There are a number of characteristics that characterize a strong password. All typed passwords are constructed based on a number of characters. As a result the characteristics of a strong password is related to the following: Characters Length Change Let’s have…
-
Free computer science classes
Just stumbled upon a greate site which contains 50 free open classes on computer science
-
I must remember that left shift + alt changes language on Windows XP
This is a problem that I guess all non-english Windows XP users run into at some point. It is nice to know that the XP era is soon over… http://superuser.com/questions/52474/xp-keyboard-and-language-switching
-
Introduction to Make for beginners
As in any other profession, knowing your tools is the key for successfully doing your job. A chef without knives or a painter without a brush find it much harder to perform their job successfully and the same goes for a professional software developer. One such tool that a professional software developer should be aware…