The cause for all your Mac OS X mouse annoyances

…is 32 milliseconds.

The main problem of mouse movement in Mac OS X is not acceleration — it’s lag. Continue reading

Posted in Bugs | Tagged , | 14 Comments

Switch input language by caps lock in Windows

(Эта статья также доступна на русском языке).

One and half years ago I wrote an article called “Select input language by Caps Lock in Mac OS X” and later it started appearing in Google results for users searching the same thing but for other operating systems. To avoid confusion I decided to write another post specifically for Windows users.

How to make Windows switch input language by caps lock? Continue reading

Posted in How to’s | Tagged , | Leave a comment

Переключение языка ввода по caps lock в Windows

(This article is as well available in English).

Полтора года назад я написал статью «Переключение языка ввода по caps lock в Mac OS X», и так получилось, что поисковики в своей выдаче показывают ее не только макинтошникам, но и пользователям других операционок, ищущим способ переключать язык ввода по caps lock. Данный пост призван устранить неудобство для пришедших из поисковиков пользователей Windows.

Итак, как научить Windows переключать язык ввода (раскладку) по caps lock?  Continue reading

Posted in How to’s, Посты на русском | Tagged , | 3 Comments

Apache / mod_auth: use both require group and require user

Consider the following configuration in .htaccess/httpd.conf (or wherever):

AuthName "My Super Secret Area"
AuthType Basic
AuthUserFile /path/to/htpasswd
AuthGroupFile /path/to/htgroup
Require group bestmates
Require user randomguy

Where user randomguy does not belong to the group bestmates. Continue reading

Posted in Solutions | Tagged , | Leave a comment

ExtJs 4: password validation + random password button

This one is simple. Continue reading

Posted in Programming | Tagged , | Leave a comment

ExtJs 4: dealing with messages (and errors) from an Ajax or REST proxy

When sending Ajax or REST requests, a proxy of ExtJs 4 typically expects a response with the following parameters: data, success and message. The message parameter is optional, but it may come in handy when you want to show the request results to the user. Continue reading

Posted in Programming | Tagged , | 2 Comments

ExtJs 4: submit form on enter

It’s a shame that such a powerful framework as ExtJs 4 does not have this feature built-in. Continue reading

Posted in Programming | Tagged , | 1 Comment

ExtJs 4 proxy calls ‘Create’ instead of ‘Update’

ExtJS 4: Proxy Calling ‘Create’ Instead of ‘Update’ When Saving Record.

I thought I should promote the blog post which helped me tackle this small but annoying problem, which wasn’t even related to editable grid as I had thought initially.

Posted in Solutions | Tagged , | 1 Comment

Poor guy

A wonderful find: a carder (credit card thief) had conned another carder, who then went to a “black list” site to complain.

Posted in Journal | Leave a comment

Mac OS X occasionally ignores clicks

Sometimes Mac OS X ignores clicks. The bug is easily reproducible on various applications, including Finder, Safari, Firefox, iTunes. Continue reading

Posted in Bugs | Tagged , , | 1 Comment