I was interviewing for a new position and one of the questions that was asked of me: How would you overcome the limit of 10 overlays on the SharePoint 2010 calendar? I answered, after a moments reflection, that I would probably use some custom JavaScript and create a content type inheriting from the built-in Content Type Event. A complete shot in the dark, as I had never had occasion to investigate this problem in all of my SharePoint development! I did some Google\Bing investigation and looked at ......
I was looking at codeplex and saw some tabbed web parts and a zone tab web part. One was really good except it had display issues and the documentation was weak! The issue of course is that a zone tabs JQuery UI solution needs a SharePoint page layout to set up the web parts zones on the layout! In thinking about the solution I thought about the JQuery and JQuery UI JavaScript Where should be load the scripts? Master Page, Page Layout, Web Part, or clever Delegate Control. Nowadays we can be pretty ......