Today I had a javascript prompt where a user could enter the number of rows he wants to export. A cucumber step I have implemented to supress the dialog looks like this
read moreToday I had a javascript prompt where a user could enter the number of rows he wants to export. A cucumber step I have implemented to supress the dialog looks like this
read moreUpgraded my system yesterday to 11.10, and Skype stopped working. Downloaded all kind of binaries and packages from Skype and nothing worked. After a few hours I found the instructions on the Ubuntu Oeneric page to install Skype like this and it works again.
read moreJust had the problem of posting to an HTTPS controller from within a normal page using the form_for helper
read morejust had to fight with the problem of selecting a preceding element in JQuery. JQuery comes already with the prev() and prevAll() selectors that select the previous elements if they are direct siblings. My problem was now that I had following structure.
read more