Tag Archives: value

How to change all the existing NetBeans file associations to point to a new NetBeans installation in Windows

Read on if you have one of these problems: My netbeans.exe associations are broken. When I try to change the association to different NetBeans binaries it still won’t work. I have two NetBeans installations and want to change the associations … Read more

Posted in Netbeans | 1 Comment

How to map a Servlet to only the front page / root path of your webapplication

This post is about Java Web Servlets and will hopefully save you some hours of debugging. Prelude Rant I was naive enough to think that the reasonable URL pattern “/” would match only the root path of the application. Guess … Read more

Posted in Java | 1 Comment

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

How I implemented currency handling in Mustache across PHP and JavaScript

Originally this article was to be about how to implement currency formatting using the template language Mustache, but I see it also covers a bit on how to synchronize template variables between the server-side and client-side. Hopefully you’ll get something … Read more

Posted in JavaScript, Mustache, PHP, Programming | Leave a comment

Adobe Dreamweaver CS6, not yet good enough

I hate with a passion the bad markup Adobe has contributed with by making [some high number] of users create websites using Dreamweaver (yes people are using in company settings, even on corporate sites). I decided to try Adobe Dreamweaver … Read more

Posted in Adobe Dreamweaver | 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