The issue is when you click on another user’s name to view him/her information you get a page cannot be displayed error. The link that should work is http://blabla.com/_layouts/userdisp.aspx?ID=12&Source=https%3A%2F%2F…etc. If you append query parameter “Force=True” to the url, then it works fine. After some googling I’ve found several blog posts […]
SharePoint
The Coding Magazine is a multi-author blog platform founded by me and Mete Bulutay. Although currently main topic is SharePoint, we’re open for all “coding” subjects. I’m going to post my blog posts on codingmag.com as well. If you want to be an author of codingmag.com, you can contact us via […]
Great news for the ones who missed our SP24 Session. On May 14th 2014 – entire SP24 conference will be re-run and re-shuffled which is called as “SP24 Rewound”. SP Rewound will be again 24 hours conference but the sessions will be re-shuffled to give an opportunity to attendees who missed sessions because of the time […]
Lately I was working on a SharePoint portal project which has to be accessed anonymously. I’ve set up everything and it seems everything was working till I’ve created a custom masterpage. Suddenly the pages using that masterpage started to ask user credentials even they are allowed for anonymous access. After […]
We’ve finished recoding our 55 minute session video and started to wait this awesome event. And the agenda is announced. Our session with Mete Bulutay will be broadcasted at 8PM GMT on 17th April. So if you didn’t sign up, please do it. www.sp24conf.com Here is the brand new SP24 […]
Update on InfoPath and SharePoint forms Presented by Greg Lindhorst, Sonya Koptyev, Bob Riper Contextual process apps Awareness of relevant data and content Capture of documents and forms Analysis Collaboration Technical product roadmap It was a very good product 10 years ago, but things change 🙂 Microsoft is still looking […]
Advanced Performance Analysis for SharePoint Presented by Ryan Campbell Perfomance Pyramid Bottom to up: Server Performance Configuration Traffic LAN&WAN User Tools Performance monitor (Server performance) Load testing (server performance and configuration) : It’s good for pushing SharePoint but not good for comparing pages. Browser timers (User and LAN&WAN): No version comparison Network […]
SharePoint Power Hour – New developer APIs and features for Apps for SharePoint Presented by Rob Howard Coming next: First solution pack for site provisioning New public open source codeplex project for app model samples. officeams.codeplex.com More solution packs on the way What’s new in apps New sharepoint client components […]
In one of my projects we needed a PowerShell script for deleting an unnecessary page layout for all web application. Here is the script that I wrote. This is not only for page layouts, it can be used for masterpages. param ( [string]$WebApplicationUrl = “”, [string]$PageLayoutName = “” ) Remove-PSSnapin […]
The biggest SharePoint event of the year is around the corner. I’m very lucky that I won’t miss the opportunity to participate in SPC14. During the event I’m going to share session contents, news, updates on my blog. [tminus t=”03-03-2014 09:00:00″ before=” Live Coverage of SharePoint Conference 2014will begin in […]