Fix to remove whitespace while typing into a input text field

This has been haunting me for a while now. While one might think that is a easy thing to do, just listen to the keydown og keyup event, og even using jquery's keypress event and adding a preventdefault on the event, or returning false - then youre done. :-) But hey - NOT working on the [...]

By |2018-01-06T01:52:20+02:00September 8th, 2016|Coding|Comments Off on Fix to remove whitespace while typing into a input text field

Aptana 3.6.0 – GIT not working after upgrade

A new version of Aptana (3.6.0) is out, and its now based on Eclipse 4.3. Great news. If you encounter that you suddenly after upgrading git cannot connect to your repos either github, gitlab etc. is probably because git cannot find you key. It could come with a dialog prompting you to write a HTTP password. [...]

By |2018-01-06T01:52:20+02:00August 7th, 2014|Coding|Comments Off on Aptana 3.6.0 – GIT not working after upgrade
Go to Top