Today I want to talk about how to enable search feature in your SharePoint New/Edit Form for SharePoint Lookup field… I’m gonna use jQuery and […]
How to clear SharePoint People Picker suggestion cache
If you have been SharePoint Site owner long enough, you would have definitely bumped into task like assigning document permission using SharePoint People Picker. One of the […]
My Top 5 Favourite jQuery Plugins for Web Design
Hi, It has been a while for me to stop posting new blogs. Today, I would like to share a bit of my web designing […]
Facebook Access Token Request does not work in IE 8
Integrating Facebook Feeds to your Web Application could be a very common thing nowadays. Supporting this integration across different browser could be a headache for […]
Javascript to trigger Connect to Outlook feature in SharePoint 2013
For usability, you may need to include buttons for users to download SharePoint calendar instance to MS Outlook in your custom application page. Adding this […]
namespace ‘xsd’ error when saving SharePoint Navigation
I bumped into this error when trying to set target audience for SharePoint Publishing Navigation. This issue happened only on IE 10, if i used […]
Show Dialog Modal in SharePoint 2013
The quick way to open a sharepoint 2013 dialog modal form is via Javascript below [sourcecode language=”javascript”] function OpenPopUpPage(url, callback, width, height) function OpenPopUpPageWithTitle(url, callback, width, height, title) […]
SharePoint – Personalize Web Part Drag and Drop – 2 Page loads
SharePoint – Personalisation This feature requires user to have customisable permissions (Includes all permissions in SharePoint default READ permission Level) Manage Personal Views Add/Remove Private […]
Toggling SharePoint 2010 Calendar View using JavaScript
Calendar is a very common used module in SharePoint, it comes with 3 OOTB views namely Daily, Weekly and Monthly. Toggling between these views can […]