Tuesday, May 17, 2011

HTML, Jquery, and Javascript In Microsoft Sharepoint 2010 Development

x

http://bit.ly/sphtml -  examples used in presentation
HTML
Markup,JavaScript,CSS
HTML5 - New Tags -<Canvas><Video><Input><AUDIO><COMMAND><DATALIST><TIME>
    DocType -HTML
    Content ="IE=8" (IE=9 for IE9)
JavaScript
    three ways to get <Script src ="xxx.js">
        <Sharepoint.Scriptlink>
        <Script type="text\javascript" Sys.LoadSripts>
_spBodyOnLoadFunctionNames.Push("DisplayImage") To replace OnLoad events in HTML in SharePoint

VideoJS - JavaScript Video player
USe Content Editor in Sp to add the examples to SP
<Video> has multiple <Source> based on browser you are looking at it in
Make sure files you reference point to correct places
Fluient UI- Server Ribbon for working with JavaScript
SP.UI
SP.UI.ModalDialog
SP.UI.Notify
SP.UI.Status

JavaScript Client Object Model   
SharePoint sites ahve _vti_bin/listdata.svc to see the data structure its passing back

No comments:

Post a Comment