Technical stuff Requirements are like water. They're easier to build on when they're frozen.

Archive for the ‘News’ Category

IE6 no more

08.05.2009 · Posted in News

When people unite in order to achieve a goal, things are possible. IE6 is eating up our development time much more than it should. Moreover, it’s counter productive to keep a website’s functionality list short just because less than 20% of its users are using ancient browser. Let’s support the IE6 no more initiative by ...

Form submit from JavaScript

01.16.2009 · Posted in News

Be careful: if you want to submit a form from Javascript using something like this.form.submit(); or document.forms[ myFormName ].submit(); and it gives you a nasty error like submit is not a function don’t despair, just: look at the HTML source code: <input id="submit" name="submit" value="Send to developer" type="submit" /> change the name of the button ...