Feed on
Posts
Comments

Archive for the 'JavaScript' Category

Savernova cards DIY

Easy and short passwords easy to hack. Good passowrds hard to remember. Once written down the password became compromised. One of solutions to this problem is Savernova cards. Basically it is a way how to keep written passwords that only you can read. Choose starting point on the card and pattern for reading. For example, [...]

One of the key factor for site performance optimization is keeping number of requests low. Each request for css file or image contributes to overall slowness of your site. But it is especially critical to minimize number of JavaScript files because browsers never download them in parallel with any other content. That is if you [...]

Recently I faced well forgotten old problem of having default submit button (activated by Enter while located inside form's filed) for web form. When the behavior of browser is not really standardized, it is common that first submit button is used. In wizard-style forms when you have buttons Back, Save, Continue it is never applicable.
One [...]