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 |