Tag Archives: solution

Alt-Gr not working, how I fixed it

It’s really, really annoying writing PHP with a Norwegian keyboard when the Alt-Gr button doesn’t work (darn elusive dollar sign $). It’s a fairly vague issue so even Google can have a hard time giving you the answer, anyway here’s … Read more

Posted in Keyboard, Windows 7 | 28 Comments

Super-simple way in Java with Netbeans to build all dependant libraries and subprojects with distribution

I think I finally figured out a simple and elegant way to build dependant libraries directly with the distribution and kiss that NoClassDefFound error goodbye. I also have a similar solution for Java Web Application projects. What you need is: … Read more

Posted in Java, Netbeans | Leave a comment

Replay search on GosuGamers doesn’t work properly? No problem

Sometimes programming skills become really handy. For example like just now when I tried searching for Warcraft 3 replays including a specific player on GosuGamers. The problem is that it revealed no matches, which is kinda weird because I already … Read more

Posted in GosuGamers, PHP, Warcraft 3 | Leave a comment

The problem of having to do something you don’t want to do

I’m usually good at answering my own questions or at least come to reasonable solutions, but here I’m stumbling. Of course the ultimate solution would be to somehow avoid doing what you don’t want to do, but that can’t be … Read more

Posted in Life / Philosophy | Leave a comment

Suddenly unable to start Apache? Solution here

Prelude (skip to solution) Suddenly by seemingly no fault of my own I was unable to start Apache through the xampp control panel. I decided to investigate this further and ran apache_start.bat in cmd. This gave me the following output: … Read more

Posted in Programming | Leave a comment