Blog

Sublime2 favourite configuration

Sublime2 favourite configuration

As long as I’m not huge fan of Sublime Text 2 – I have to admin it’s really fast. This is the fastest editor which I ever seen. So – for quick edit I’m usually using it. But there are 2 annoying default settings which I really can’t stand: opening each file in new tab, and moving to the end of the file on “end” keystroke. Finally I founded how to solve my daily problem.

Easy wireframes with Moqups

Easy wireframes with Moqups

Creating wireframes is a very tedious job, but now there is new webapp for that – unfortunately you don’t have to use iPhone to make really easy and quick wireframes. Only think which you need is only HTML5 browser, and a little bit of free time. Check it now: Moqups
Mac OS X Window Manager

Mac OS X Window Manager

I was looking for some kind of easy to use Window Manager for Mac OS X. Usually I’m working on multiple screen with multiple application open (usually it’s between 4-8). It’s really hard to organise everything in proper order and placement. Arranging windows it’s slow, especially when you need to compare or see results on multiple window at once.

iBrowser and TinyMCE

You can find plenty of tutorials how to setup tinyMCE and iBrowser, but non of them mention about common problems, like “error building image list!”, or how to bind regular image browser to iBrowser. Here you can find full instructions.

Apache Virtual Hosts in a Database

As much as I love lighttpd  sometimes I can’t avoid Apache . For me – “the best” thing in lighttpd is support for keeping vhost names in MySQL database. I don’t have to use any config files, I can just put record into MySQL database with virtual host server name, path to document root and it’s done. But – I can do the same witch Apache! How? With third party modules, below you can find short tutorial “how to”.