Sarajevo, Bosnia and Herzegovina

16. Jazz Fest Sarajevo

utorak, 30.10.2012. 20.30 /BKC/: TAKSIM TRIO (Turska) 22.30 /Monument/: LATE NITE STAGE srijeda, 31.10.2012. 18.00 /Pozorište mladih/: YURI HONING WIRED PARADISE (Nizozemska, Njemačka) 20.00 /BKC/: THE BAD PLUS (Sjedinjene Države) 22.00 /BKC/: BADI ASSAD (Brazil) 23.30 /Monument/: LATE NITE STAGE četvrtak, 1.11.2012. 19.00 /Pozorište mladih/: AKRUL ORCHESTRA (Bosna i Hercegovina) 21.00 /BKC/: MILES SMILES (Sjedinjene […]

Read more

How to spin the Zend Framework on nginx ?

Easy! As you might know, on nginx there is no .htaccess file. So you must specify your routing in .vhost file. Here is an example of one zend page that is spining on nginx. Enjoy! server { listen 111.222.333.444:80; server_name website.ba www.website.ba; root /var/www/website.ba/web/public; index index.html index.htm index.php index.cgi index.pl index.xhtml; location ~ \.shtml$ { […]

Read more

How to install Node.js on Windows

Node.js is a platform built on Chrome’s JavaScript runtime for easily building fast, scalable network applications. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient, perfect for data-intensive real-time applications that run across distributed devices. To install it to windows 7 follow these steps : 1. Download .msi file from Node.js […]

Read more