This Technet article describes software boundaries and limits of SharePoint 2010.
Thursday, June 28, 2012
Tuesday, June 26, 2012
Other Twitter widget notes
Found some accumulated old notes about Twitter feeds:
Friday, June 22, 2012
SPSiteDataQuery CAML query for all publishing pages
Reminder to self: CAML is case-sensitive!
Been struggling with an SPSiteDataQuery that was not returning anything. Needed to search all publishing pages so I used the following Lists setting:
Except it got coded as:
which returned no results. Worked fine after changing "lists" to "Lists".
Other notes:
Been struggling with an SPSiteDataQuery that was not returning anything. Needed to search all publishing pages so I used the following Lists setting:
<Lists ServerTemplate='850' Hidden='TRUE' />
Except it got coded as:
<lists ServerTemplate='850' Hidden='TRUE' />
which returned no results. Worked fine after changing "lists" to "Lists".
Other notes:
- How to query all lists that use a certain content type in SharePoint?
- Get all Pages in a Publishing site in Sharepoint
- How can use API to get all Publishing pages in the site collection using a specific Content Type?
- .NET : Programmatically Read A Publishing Page in SharePoint
Thursday, June 21, 2012
Sunday, June 17, 2012
Responsive Web Resources
- web demo: Robot or Not
- respond.js by Scott Jehl - "A fast & lightweight polyfill for min/max-width CSS3 Media Queries (for IE 6-8, and more)"
- css3-mediaqueries.js by Wouter van der Graaf - "a JavaScript library to make IE 5+, Firefox 1+ and Safari 2 transparently parse, test and apply CSS3 Media Queries"
Friday, June 15, 2012
Tuesday, June 12, 2012
Semantic Web Resources for the Beginner
Links videos and articles about the semantic web: collected by Aaron Bradley at SEOSkeptic.
Monday, June 11, 2012
Wednesday, June 6, 2012
How to open a Victorinox Swiss Army watch with a snap off case back
From a comment by Nick Farley in this thread:
"The easiest way to open them is to gently rest the case opener blade in the tiny gap between the case and the back and smartly tap the case opener with a hammer. If the blade has been properly positioned the back will either pop off or reveal a larger gap which makes opening the case much easier. This method minimizes the chances of marking either the case back or the case itself, which is hard plastic."
Friday, June 1, 2012
Mobile Web Site
- How to Build a Mobile Website from Smashing Magazine
Preserve font-size in iPhone landscape orientation
Add the following in a landscape-specific media query (see StackOverflow article):
html {
-webkit-text-size-adjust: none; /* Prevent font scaling in landscape */
}
Subscribe to:
Posts (Atom)