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…

jQuery library for SharePoint Web Services v0.2.6 Alpha

UPDATE: 2009-08-28: This library doesn’t sit still for long.  We’ve released version 0.2.7 to fix a small issue and are already working on version 0.2.8. I just posted a new alpha version of our jQuery library for SharePoint Web Services.  In it, we’ve added 5 new operations, and a new function: SPServices.SPCascadeDropdowns. Web Service Operation Options…

Cascading Dropdown Columns in a SharePoint Form – Part 2

UPDATE 2009-08-26: We’ve translated this logic into our jQuery Library for SharePoint Web Services. I *strongly* suggest that you look at that as an option, as it is far more robust.  And free! In my post last week entitled Cascading Dropdown Columns in a SharePoint Form – Part 1, I showed how to create cascading dropdowns,…

Cascading Dropdown Columns in a SharePoint Form – Part 1

UPDATE 2009-08-26: I’ve translated this logic into my jQuery Library for SharePoint Web Services. I *strongly* suggest that you look at that as an option, as it is far more robust.  And free! UPDATE 2009-07-19: I’ve added a second post on this with a simpler example. It also contains a link to a demo page which…