Browse: Home / Oleg Soroka
By Oleg Soroka on 18 January 2012
To turn on hibernate mode in Windows 7, use command powercfg /h on
Posted in Новости |
By Oleg Soroka on 27 December 2011
Some time ago I’ve been faced with issue when i should been send REST requests from javascript to another domain. It was connected with REST API of some web service. I’ve been forced to use PHP proxy. And I want to share my proxy.php Features sends POST request sends GET request sends DELETE request returns [...]
Posted in Hints | Tagged ajax, php, proxy |
By Oleg Soroka on 26 December 2011
If you need implement of HMAC-SHA1 on javascript, use crypto-js lib.
Posted in Hints | Tagged javascript |
By Oleg Soroka on 26 December 2011
You can check it through http://www.unixtimestamp.com/ service.
Posted in Hints | Tagged javascript |
By Oleg Soroka on 26 December 2011
If you want to edit file in muCommander with F4 on mac, you should 1. create link to TextMate ln -s /Applications/TextMate.app/Contents/Resources/mate ~/bin/mate 2. go to /Users/{user_name}/Library/Preferences/muCommander/commands.xml 3. and edit or create file There ara some commands that can be useful fo you — http://trac.mucommander.com/wiki/CommandsXml
Posted in Hints |
By Oleg Soroka on 1 March 2011
Столкнулся с проблемой, когда мое изображение ImageView находящееся визуально у правого края дисплея внезапно исказилось, стало выглядеть не так, как я ожидал. Оказалось, что его правый край пересекает правую границу родительского контейнера. В таком случае, отрисовка изображения происходит с учетом установленного ScaleType (Options for scaling the bounds of an image to the bounds of this [...]
Posted in Новости | Tagged android, imageView, scaleType |
By Oleg Soroka on 23 February 2011
Возможно, вы сталкивались с проблемой, когда анимация не запускается сразу при запуске приложения (когда мы пытаемся вызвать ее из метода onCreate текущей Activity). Решением проблемы является запуск анимации в отельном потоке.
Posted in Новости | Tagged android, animation |
By Oleg Soroka on 22 February 2011
Add flag WindowManager.LayoutParams.FLAG_FULLSCREEN to android.view.Window.
Posted in Новости | Tagged android, tooltip |
By Oleg Soroka on 22 February 2011
If you faced with “Invalid project description” error when trying to crete project from existing source, you should create new folder in your workspace directory put your existing project into created folder create new Android proj from existing source once more.
Posted in Новости | Tagged adnroid, bug, eclipse |