Tämähän oli poikkeuksellisen mainio lista:
Many web forms are broken, usability-wise. Knowing these problems can make you avoid them when you design your own web forms, so here are some recurring usability pitfalls.
Tämähän oli poikkeuksellisen mainio lista:
Many web forms are broken, usability-wise. Knowing these problems can make you avoid them when you design your own web forms, so here are some recurring usability pitfalls.
Olisinpa lukenut tämän kolme vuotta sitten, niin olisi jäänyt NOLOCKin kanssa kikkailu vähemmälle.
The new Read Committed and Snapshot Isolation levels give us greater control of SQL locking. This new control may lead to a performance increase for some read intensive databases.
No älä:
I'm a little disappointed that SQL Server treats our silly little web app like it's a banking application. I think it's incredibly telling that a Google search for SQL Server deadlocks returns nearly twice the results of a query for MySql deadlocks. I'm guessing that MySQL, which grew up on web apps, is much less pessimistic out of the box than SQL Server.
YouTube Comment Snob is a Firefox extension that filters out undesirable comments from YouTube comment threads.
Olisi vielä hyödyllisempi, jos suodattaisi koko webin ääliökommenteista.
Chain.js is a jQuery plugin, providing data-binding capability that allows you to generate web contents automatically by binding your data to html. Unlike other data-binding frameworks and library, it uses pure DOM, instead of string-based innerHTML approach, so event binding won’t gone during rendering.