|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Sharepoint 2013 : Branding with the Design Manager (part 1) |
Branding SharePoint has never been a trivial task. I know a number of talented SharePoint UI designers who have devoted their careers to doing just that. Designing a good user interface brand for any web site requires experience and knowledge of web rendering principles. |
|
Sharepoint 2013 : SharePoint Designer and Branding - SharePoint 2013 User Interface |
Because the new Windows 8 branding is less graphic intensive and geared more to simplicity with text, the coding behind the design is less complex. Designers can easily integrate the design of custom functionality with minimal use of Cascading Style Sheet (CSS) elements and HTML. This is not to say that the user interface loses capability. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
SQL Server 2012 : Latch Contention Examples - Queuing |
Another typical scenario that can exhibit large amounts of latch contention is a system designed to allow queuing, for similar reasons to the last example, although exhibited in a slightly different way, and certainly resolved with a different method. |
|
|
|
|
SQL Server 2012 : Latches and Spinlocks - Latch Types, Latch Modes |
There are hundreds of different types of latch, most of which you are unlikely to encounter in any meaningful way when you are working with SQL Server. While latch waits will occasionally show up in sys.dm_os_wait_stats, you normally have to actively search for them. As a rule, they don’t come to you. |
|
|
|
|
|
|
|
Sharepoint 2013 : The Office JavaScript Object Model (part 3) - App Security |
When delivering any technology solution you must give special attention to the types of security measures that have been taken to keep the user’s computer safe from malicious attacks. As a developer, you need to have a good sense for what the security framework is and the freedom and constraints with which you have to work. |
|
|
Sharepoint 2013 : The Office JavaScript Object Model (part 1) - Document-based Apps |
The Office JSOM provides many capabilities for document-based apps for Office. With Office JSOM, your web application can programmatically interact with a selection the user has made, read or write to your document, react to events as the user enters a specific location or changes data in the document, save one or more settings in the document so that they are persisted for the next time the document is opened, and much more. |
|
|
|