Archive for March, 2012

Agile in general and Scrum in particular

Best video on Scrum I’ve seen so far:  

Posted on March 29, 2012 at 17:46 by admin · Permalink · Leave a comment
In: Uncategorized

HTML5 and … why it’s too early to use it in most of your projects

Well, today I decided to look into HTML5 and some statistics around it. First thing first – I went to the following page: http://www.w3schools.com/browsers/browsers_explorer.asp and checked what is worth considering “an actual browser”. Here we go – my screenshot: Unfortunately most commonly used version of IE is… IE 8. Everything below, let’s say 3.5% (I […]

Posted on March 14, 2012 at 16:53 by admin · Permalink · Leave a comment
In: English, WEB2.0 · Tagged with: ,

Apache, how to protect directory with a password

Another Q&EG. Step 1: create .htpasswd file in your directory (or any other location on the server actually) htpasswd -c .htpasswd username Step2: create file / add following lines to the existing file; make sure AuthUserFile directive have full path. AuthUserFile /var/www/www.site.com/html/.htpasswd AuthType Basic AuthName “Password Pup-up Title” Step3: Enjoy.

Posted on March 5, 2012 at 12:15 by admin · Permalink · Leave a comment
In: English, Q&EG · Tagged with: 

HTML наци. Кто они такие?

Ну что же господа, я, будучи русским граммар наци, начинаю всё чаще использовать аналогичный подход и в HTML (4.01 transitional / XHTML 1.1 transitional / …). Вот Вы спросите меня, ну а что же отличает настоящего HTML Nazi героя?   Шаг 1: Ну для начала все твои страницы должны иметь Uber Alles HTML: это значит […]

Posted on March 1, 2012 at 15:12 by admin · Permalink · Leave a comment
In: Russian