From SharePoint Magazine: Variations in Multiselect Controls in Different SharePoint Language Versions

[SharePoint Magazine date=”December 23, 2010″] Consistency in one’s development practices is a critical part of generating reliable, maintainable code. Most large software contains some inconsistencies, but in your development efforts with SharePoint, you should try your best not to introduce any inconsistencies of your own. In this article, I’ll show you the effect of one…

Obscure (And Not So Obscure) Bugs with Complex Dropdowns in SharePoint Forms

As I’ve written in the past, there are several types of “dropdowns” in SharePoint forms. Briefly, there are: “Simple” dropdowns – These are plain, old HTML selects; the type of dropdown you are most familiar with on the Web. SharePoint renders one of these when there are fewer than 20 options. “Complex” dropdowns – SharePoint…