Dubai Sharepointer meetup
Friday, May 17, 2013
Posted by Usama Wahab Khan at 3:34 AM 0 comments
Labels: Usama wahab khana
X-Frame-Options’ to ‘SAMEORIGIN’ SharePoint2013 X-Frame without x-frame-options error
Monday, May 6, 2013
I was try to Add Item in Custom list which in hosted Site from SharePoint hosted App. then try to open same Add Form in Dialogbox and Get this Error. then I Find one very helpful Post By Humberto Lezama.
Hope So it will help others
Posted by Usama Wahab Khan at 3:51 AM 0 comments
Labels: SharePoint 2013
Open Module Popup Dialog SharePoint 2010
Fastest Way :)
function OpenPopUpPage(url, callback, width, height)
function OpenPopUpPageWithTitle(url, callback, width, height, title)
function OpenPopUpPageWithDialogOptions(dialogOptions)
Or you can use this Custom Function
//Add Dialog for Update,New Forms
function dialogfunction(pageUrl) {
var options = { url: pageUrl, width: 400, height: 300 };
SP.SOD.execute('sp.ui.dialog.js', 'SP.UI.ModalDialog.showModalDialog', options);
}
To Use above Function need Following SharePoint
JavaScript libraries
SP.UI.Dialog.js
SP.Core.js
SP.js,
Posted by Usama Wahab Khan at 2:44 AM 0 comments
Labels: SharePoint 2013, SharePoint Apps
Create an external content type from an OData source in SharePoint 2013
Sunday, May 5, 2013
Posted by Usama Wahab Khan at 8:53 PM 0 comments
Labels: BCS, external content type, odata, REST Service, SharePoint 2013, SharePoint Apps
Microsoft Gulf Community Day X Factor
Saturday, May 4, 2013
Microsoft held a Community Day X Factor on May 4th 2013 at Microsoft Gulf, Dubai. In the first session
Eduardo Ortega, Technical Evangelist for Windows 8 and Windows Phone 8 from Microsoft Gulf talked about the MVP Program and shared his own experiences as an MVP for 4 years before joining Microsoft. In second session Natasha from Microsoft talked about the local developer communities that Microsoft is supporting.
Posted by Usama Wahab Khan at 9:46 PM 0 comments
Labels: Microsft, Microsft Gulf, Usama wahab khana
Microsoft certified Trainer 2013 SharePoint
Posted by Usama Wahab Khan at 12:26 AM 2 comments
Labels: MCT, SharePoint 2013, Usama wahab khana
TypeScript For SharePoint 2013
Saturday, April 20, 2013
- Client Side Object Model (CSOM) core classes
- SP namespace (ready)
- SP.WebParts (ready)
- SP.Utilities (work in progress) - DateUtility and HttpUtility classes aren't ready yet
- SP.SOD (ready)
- Social object library
- SP.Sharing (ready)
- SP.UserProfiles (ready)
- SP.Social (ready)
- SharePoint Client Side Rendering
- SPClientTemplates (ready)
- Workflows
- SP.Workflow (ready)
- SP.WorkflowServices (ready)
- SharePoint UI elements:
- SP.UI.Notify (ready)
- SP.UI.Status (ready)
- SP.UI.Menu (ready)
- SP.UI.ModalDialog (ready)
- SP.UI.ApplicationPages - some useful stuff here nobody knows about e.g. ClientPeoplePickerWebServiceInterface! (ready)
- CalloutManager (ready)
- SP.UI.TileView (planned)
- SP.UI.Controls (planned)
- SP.UI.ComboBox (planned)
- SharePoint Search
- Microsoft.SharePoint.Client.Search (ready)
- Business Connectivity Services
- SP.BusinessData (ready)
- SharePoint Managed Metadata
- SP.Taxonomy (ready)
- SharePoint Publishing Infrastructure
- SP.Publishing (planned)
Posted by Usama Wahab Khan at 12:55 PM 1 comments
Labels: SharePoint 2013, SharePoint Apps, TypeScript


























