| bio | website | |
|---|---|---|
| location | Germany | |
| age | ||
| visits | member for | 1 year, 11 months |
| seen | 4 hours ago | |
| stats | profile views | 80 |
Former longtime Microsoft MVP and SharePoint/Exchange/Outlook enthusiast with a dedication to usability & accessibility and branding & Web design.
Loving extreme SharePoint GUI customization & tweaking and enhancing built-in functionality.
Strong dedication to cross browser/device/operating system support when architecting & building SharePoint branding solutions.
|
Nov 13 |
awarded | Vox Populi |
|
Nov 13 |
comment |
Hiding data from anonymous users in SharePoint Foundation 2010 site Sorry about the typos. Haven't had my daily dose of caffeine yet. Should've read "PlaceHolderAdditionalPageHead" and "without messing with web.config". |
|
Nov 13 |
answered | Make a folder in a document library read only without using security |
|
Nov 13 |
comment |
Hiding data from anonymous users in SharePoint Foundation 2010 site Actually I believe a custom HTTP module is quite a little bit overkill as it fires on every request, including any file like CSS, JS, DOC, etc.. Instead a simple ASP.NET WebControl registered as DelegateControl on the "PlaceHolderAssitionalPageHead" with a custom feature would do the same without messing wiyj web.config. But as the TE already indicated s/he is running in a hosted environment which most likely does not permit farm-wide solution deployment. |
|
Nov 11 |
revised |
SharePoint redirect to add parameter added 3 characters in body |
|
Nov 11 |
answered | SharePoint redirect to add parameter |
|
Nov 11 |
answered | Redirect to default language for public web sites |
|
Nov 11 |
comment |
variations. Find a page counterpart in a variation Do you want to do this by code or via the SharePoint UI? |
|
Nov 11 |
awarded | Analytical |
|
Nov 7 |
awarded | Suffrage |
|
Nov 7 |
awarded | Commentator |
|
Nov 7 |
comment |
How do I disable the “Add to My Links” option on a list Actions Menu? @Dave, you indicated that adding JavaScript/jQuery is not possible/allowed (maybe by company policy?). Does the same apply to a custom feature with a .NET control deployed as SharePoint solution package (aka WSP)? If not, I could lend you a hand to create such a feature. In fact I was able to prototype such a feature already in about an hour and it would just need some polishing. |
|
Nov 6 |
revised |
Making office documents from SharePoint work with non-Internet-Explorer browsers added 1 characters in body |
|
Nov 6 |
revised |
Making office documents from SharePoint work with non-Internet-Explorer browsers added 1 characters in body |
|
Nov 6 |
revised |
Making office documents from SharePoint work with non-Internet-Explorer browsers deleted 8 characters in body |
|
Nov 6 |
revised |
Making office documents from SharePoint work with non-Internet-Explorer browsers added 8 characters in body |
|
Nov 6 |
answered | Making office documents from SharePoint work with non-Internet-Explorer browsers |
|
Nov 4 |
revised |
How do I disable the “Add to My Links” option on a list Actions Menu? deleted 1 characters in body |
|
Nov 4 |
comment |
How do I disable the “Add to My Links” option on a list Actions Menu? Well in this case, and ruling out JavaScript/jQuery, you are stuck with either messing with internal files (which I never do) or develop a custom feature with a .NET control and deploy it to your farm. |
|
Nov 4 |
answered | Web scoped Timer Job |