
I am by no means a gamer (don’t play, never did a lot (except for Tetris (the original one), The Incredible Machine, and maybe something else) but was fascinated by Crayon Physics Deluxe. I’ve been setting up my father’s and my sister’s computer (they’ve bought themselves an MSI multi-touch all-in-one PC AE2220M) and found an interesting application in the Windows 7 Touch Pack: Blackboard. It reminded me of The Incredible Machine, a DOS-based game in the early nineties. Refreshing the fond memories of TIM, I read the Wikipedia article about it, where I saw the game Crayon Physics Deluxe mentioned. When I saw the demo (the video recording), I downloaded a trial and bought the game. I do own a tablet, and I’m testing it on my kids tomorrow (they are not allowed to work computer otherwise).
Continued…
Posted in general.
By miha
– January 16, 2010
Presenečen sem danes ugotovil, da je na bolha.com le nekaj rubrik brezplačnih. Za precej rubrik pa zahtevajo plačilo. Prodajam (po zelo ugodni ceni!) PVC okna in vrata, ki sem jih odstranil ob adaptaciji hiše… Očitno bom dal pač oglas na Pod svojo streho. Sicer, če koga zanima, ali pozna koga ki bi to rabil, gre za kvaliteten PVC profil (jaz drugod po hiši še vedno imam ostala okna) in termopan (k=1.1) stekla. Dimenzije: balkonska vrata (višina: 224cm, širina 100cm) in dve okni (višina: 140cm, širina 210cm).
Posted in general.
Tagged with web.
By miha
– January 13, 2010
I’ve had this problem for the second time yesterday. I’ve had this problem once before, but I could not remember how I solved it then. The situation: Application developed and tested on a local Windows Server 2008, MS SQL Server 2008. I deployed the application on a hosted server with SQL Server 2008 Express. The OS is WS2008 R2. I noticed, that I was missing slovene characters, but just one of them. A letter č (c with caret). I tested the local installation, and everything was fine. I opened SQL Server Management studio, and tried to enter slovene characters there. I typed čšž, submitted the query, and what got insterted was cšž. (notice that č was being converted on the fly to c). What is weird is, that this is happening on a hosted machine, and not on my local machine — although both machines use English as a default language.
Since I’ve had this problem before, and I discussed it with Dejan, I started digging through all of my email correspondence with Dejan, but could not find anything. I checked and changed the collation of a database, still nothing. My best friend, Google, was of no help either. It then struck me. Varchar. It is non-unicode data type. nvarchar is of course, what was needed to fix the problem. It is intriguing though, that all of the other Slovene characters work, but c with caret (č) does not get corrupt as one would expect, but gets converted to c.
A lesson learned, is a lesson earned, I guess. This post is here to remind of this situation next time.
Posted in software.
By miha
– November 20, 2009
Hvala vsem ki ste se udeležili predavanj. Menim da smo odprli nekaj zanimivih vprašanj, ki jih velja dobro razmisliti pri naslednjih projektih. Prezentacija predavanja z naslovom “Kako z velikimi” je na voljo za “dolvleko”.
Posted in general.
By miha
– October 1, 2009
Odločili smo se za prodajo našega ljubega stanovanja v Spodnji Šiški. Več si lahko preberete na strani namenjeni stanovanju.
Stanovanje smo vmes že prodali.
Posted in general.
By miha
– August 24, 2009
This is mostly a “note to self”. If you receive “The database could not be exclusively locked to perform the operation.” error message, you have to put the DB in the single user mode, then change the collation. Here’s how to do it:
USE MASTER
GO
ALTER DATABASE moovme SET SINGLE_USER WITH ROLLBACK IMMEDIATE
ALTER DATABASE moovme COLLATE Slovenian_CI_AS
ALTER DATABASE moovme SET MULTI_USER
GO
Hope that helps anyone.
Posted in general.
By miha
– August 4, 2009
Page Speed is an YSlow alternative for testing and optimizing websites. I tested it only briefly on Firefox 3.5b4 (officialy, it does not support beta Firefox releases, but you can always unpack the XPI and change the maxversion attribute.
Both YSlow and Page Speed require the excellent Firebug extension, which is an essential tool for web developers. If you don’t know YSlow or Page Speed yet, now is the time to get acquainted.
Posted in software.
Tagged with development, google, software development, web.
By miha
– June 5, 2009
Attached, you can find a couple of ASP.NET MVC demos which demo:
- ajax views
- route debugging
- menulink helper
- error handling (controllers, views, customization)
- different view results (RSS view result among them)
- model binding
- custom controller factory with a simple Autofac dependency injection demo
- custom view engine (showing how mobile pages can be served by using MDBF) and
- client & server side validation using the interesting xVal framework.
Get all demos in one zip archive
Posted in software.
Tagged with asp.net mvc, c#, ntk.
By miha
– June 2, 2009
Hvala vsem ki ste prišli na predavanje. Tukaj se nahaja powerpoint prezentacija s predavanja ASP.NET MVC. Upam da ste izpolnili vprašalnike.
Posted in general.
By miha
– May 27, 2009

I ordered business cards and opted for premium Matt paper. I was expecting some premium paper, but was disappointed when I got them. I guess it’s my own fault, because I did not educate myself what exactly does premium Matt paper mean. The shipping was faster than advertised, which was a nice surprise though.
Posted in general.
Tagged with business card, web order.
By miha
– May 18, 2009