I tried to use a link as submit button, to ensure that the user have JavaScript activated. But onsubmit wasn’t executed when clicking the link. First I thought that this misbehaviour was caused by the behaviours.js library. But it didn’t take long to see that this awesome lib didn’t have anything to do with the problem.
After googling a little, I found the reason for this behaviour: the onsubmit-handler is only called, when the user directly interacts (in case you are interested in the why and wherefore take a look at this).
So a …
I had a lot of trouble installing Ubuntu (additionally) on my new HP Compaq 6715b- Notebook. I got a lot of help by a friend. He solved that the main problem is the wide-screen of this laptop. Wide-screens aren’t supported by the default graphic driver versa. So here is a little How To, to solve this and other problems, like getting Wireless LAN running.
Some steps must be taken before you can start installing Ubuntu.
First of all, use a partitioning program of your choice to create two (additional) Linux partitions you …