Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>I don't know of <em>one</em> tutorial which will help you, but I can try to break this down for you and link to tutorials:</p> <ul> <li><p>Create a Web Application<br /> <a href="http://technet.microsoft.com/en-us/library/cc262668.aspx" rel="nofollow noreferrer">http://technet.microsoft.com/en-us/library/cc262668.aspx</a></p></li> <li><p>Create a Site Collection in that Web Application <br /> <a href="http://technet.microsoft.com/en-us/library/cc263165.aspx" rel="nofollow noreferrer">http://technet.microsoft.com/en-us/library/cc263165.aspx</a></p></li> <li><p>Create a Content Type which represents 'a restaurant' <br /> <a href="http://office.microsoft.com/en-us/sharepointserver/HA100997781033.aspx" rel="nofollow noreferrer">http://office.microsoft.com/en-us/sharepointserver/HA100997781033.aspx</a> <br /> What if a Content Type? In SharePoint, if Pages were object instances, then Content Types would be Class definitions.</p> <ul> <li>You might want to create custom fields (or Site Columns) for your Content Type, such as "cuisine style." If the content type is like a Class definition, then these are like instance variables. <br /> <a href="http://office.microsoft.com/en-us/sharepointtechnology/HA101577691033.aspx" rel="nofollow noreferrer">http://office.microsoft.com/en-us/sharepointtechnology/HA101577691033.aspx</a></li> </ul></li> <li><p>You then need to create a Publishing Page Layout for that Content Type. The Page Layout is a template used to render a list item of a particular Content Type as HTML. <br /> <a href="http://office.microsoft.com/en-us/sharepointdesigner/ha101741281033.aspx" rel="nofollow noreferrer">http://office.microsoft.com/en-us/sharepointdesigner/ha101741281033.aspx</a></p> <ul> <li>You may need to read some about Master Pages and Content Place Holders to get this. <br /> <a href="http://office.microsoft.com/en-us/sharepointdesigner/ha101651201033.aspx" rel="nofollow noreferrer">http://office.microsoft.com/en-us/sharepointdesigner/ha101651201033.aspx</a> <br /> <a href="http://msdn.microsoft.com/en-us/library/aa660698.aspx" rel="nofollow noreferrer">http://msdn.microsoft.com/en-us/library/aa660698.aspx</a></li> </ul></li> <li><p>You may need to add your Page layout to the Pages library. This should tell SharePoint to make 'Restaurant' Page Layouts available when you're creating a page. <br /> <a href="http://office.microsoft.com/en-ca/sharepointtechnology/HA101106061033.aspx" rel="nofollow noreferrer">http://office.microsoft.com/en-ca/sharepointtechnology/HA101106061033.aspx</a></p></li> <li><p>Now try creating a page representing a Restaurant! <br /> <a href="http://msdn.microsoft.com/en-us/library/aa660698.aspx" rel="nofollow noreferrer">http://msdn.microsoft.com/en-us/library/aa660698.aspx</a></p></li> </ul> <p>(sadly as I am a new user I cannot post real links :'( sorry)</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload