Archive for the ‘Uncategorized’ Category
Arrow keys + Page up/down not working in Firefox
So, my cat figured out it was time to sleep on my laptop, he also managed to put Firefix into Caret browsing mode.
If you want to get out of it again (and then get page up/down + arrow keys working again), simply press F7
Want Spotify invites?
I have started getting a big bunch of Spotify invites, and i have decicded to give them all out!
So if you want an invite, you can get one here: http://h3x.no/spotify.php
(New invites will be added when needed, still got a small bunch left)
Btw: Got any problems, then please comment about it in this entry
Facepalm @ Google
Finally a good use for the color picker in Google images
http://images.google.no/images?q=Facepalm&gbv=2&hl=no&sa=G&imgcolor=black
Removed
This blog post has been removed since the content is no longer of general public interest.
If you want more information about this topic, i recommend amongst other articles, this one:
http://www.thenation.com/blogs/notion/443634
Hint: “org.apache.jasper.JasperException: java.lang.NumberFormatException”
Getting the exception “org.apache.jasper.JasperException: java.lang.NumberFormatException” when developing a JavaEE-app?
If you are basing yourself on data from a query, make shure that you are doing a SELECT against the table name and NOT the individual fields!
A hint for the “Object foo is not a known entity type” errors from Glassfish
As a JavaEE-codemonkey you have perhaps noticed this error:
java.lang.IllegalArgumentException: Object: Ting@193c227 is not a known entity type.
This will occur when you have redeployed an app f.ex through Eclipse to Glassfish, the Glassfish server has not quite understood that it`s time to update its version, so what you need to do then is to simply restart the server (or domain).
How to fix that stupid backspace in Vim on SLES
Sometimes the backspace button can be a real pain on SLES-systems, but the fix is simple!
Add this to ~/.vimrc:
set backspace=indent,eol,start