Wednesday, October 24, 2012
Friday, October 19, 2012
Script loading with headjs
From headjs.com:
"Load scripts like images. Use HTML5 and CSS3 safely. Target CSS for different screens, paths, states and browsers. Make it the only script in your HEAD. A concise solution to universal issues."
"Load scripts like images. Use HTML5 and CSS3 safely. Target CSS for different screens, paths, states and browsers. Make it the only script in your HEAD. A concise solution to universal issues."
Saturday, October 13, 2012
Android and user-agents
Changing the user agent on Chrome:
- Open Developer Tools (right-click-Inspect, or Menu->Tools->Developer Tools, or Ctrl+Shift+I).
- Click the Settings gear icon on lower right of the Developer Tools window.
- Go to Overrides tab, check "User agent" and select the device from the dropdown.
Wednesday, October 3, 2012
Restoring a content database from old to newer version of SharePoint 2010
Assuming the source (say, production) server has an older update of SharePoint, and you need to copy one of its site collections to a development environment that has a later update.
Based on one of the answers in this thread:
- Backup the WSS Content Database using SQL Server Management Studio,
- Restore the database backup to the target server using SQL Server Management Studio,
- Make sure the farm login and SharePoint service login have db owner rights to the restored database.
- Go to Central Admin of the dev farm and create a new web application, and enter the name of the restored database instead of creating a new one.
- Go to "Change Site Collection Administrators" and enter valid logins.
- On Central Admin, go to Upgrade and Migration -> Review database status. Check if the content database has this note: "Database is in compatibility range and upgrade is recommended." See possible reasons.
[update 05/22/2013: added this step]
Other useful info:
Subscribe to:
Posts (Atom)