Categories
Tags
apache apogee duet applescript bbedit benchmark bootcamp bsod canon caps lock directadmin extjs growl hardware highslide i18n idiocy illustrator increasing productivity iphone itunes javascript kaspersky internet security keyremap4macbook laserjet mac mac hardware mac mouse problems mac os mac software memory modx mod_auth mootools mouse pckeyboardhack printer screenshots skype starcraft ii steam videocard windows windows firewall wordpress yumRecent comments
Social networks
Author Archives: Dae
Receive “net send” messages in Mac OS X via Growl
Quick recipe to receive “net send” messages (usually sent from Windows) in Mac OS X via Growl. I worked it out while helping user kamlay @ habrahabr.
WordPress network with any domains and paths, no plugins required
Goal: host several blogs from a single WordPress installation. Each blog should be reachable from a any domain and directory. For example: http://example1.com/blog http://example1.fr/blog http://example2.com/something-else http://example3.com … etc. It turned out to be possible without 3rd party plugins. You’d only … Continue reading
NVIDIA Quadro 4000 for Mac vs. ATi Radeon HD 5870 for Mac
Just had a chance to compare NVIDIA Quadro 4000 for Mac (2GB memory) and ATi Radeon HD 5870 for Mac (1GB memory) in games. I didn’t bother much making a “real” and precise benchmark — if you need that, visit specialized websites.
Where does StarCraft II save screenshots in Mac OS X?
When you press F13 to take a screenshot in StarCraft II, the game saves it as a JPG file to: /Users/<your OS username>/Library/Application Support/Blizzard/StarCraft II/Accounts/<your SC2 account ID>/<some subfolder>/Screenshots
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.
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 … Continue reading
Переключение языка ввода по caps lock в Windows
(This article is as well available in English). Полтора года назад я написал статью «Переключение языка ввода по caps lock в Mac OS X», и так получилось, что поисковики в своей выдаче показывают ее не только макинтошникам, но и пользователям … Continue reading
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.
ExtJs 4: password validation + random password button
This one is simple.
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 … Continue reading