- Convert SharePoint 2010 master page to HTML5, by Heather Solomon
- HTML5 and SharePoint 2010 -- 5-part series of articles by Eric Overfield
Tuesday, August 20, 2013
Notes on SharePoint 2010 and HTML5
Tuesday, July 30, 2013
Equal Height Columns with CSS
Ed Eliot discussion solutions for the problem with different-height floated divs. Essentially has to do with setting padding-bottom:100% and margin-bottom:-100% (see also comments in this thread).
Saturday, May 18, 2013
Activate only selected features while deploying a solution package in Visual Studio 2010
This article describes how to use this Visual Studio 2010 extension: Mavention Activate Selected Features.
Had to use this when I updated my test site collection with content data that already had a feature activated (that created a field ID), causing this error: "Error occurred in deployment of step ‘Activate Features’: the field with ID defined in feature was found in the current site collection or in a sub site."
Had to use this when I updated my test site collection with content data that already had a feature activated (that created a field ID), causing this error: "Error occurred in deployment of step ‘Activate Features’: the field with ID defined in feature was found in the current site collection or in a sub site."
Vimeo API notes
- Opening embedded Vimeo video with jQuery Fancybox:
From this thread, found this page: http://fancybox.net/vimeo - How to get image thumbnails from Vimeo
Notes on SharePoint 2013 Apps
- Design apps for SharePoint
- Apps for SharePoint UX design guidelines
- Videos: Developer training | apps for Office and SharePoint
- About RegisterSod not loading/fetching the script file, see: ScriptResx.ashx Not Working
Wednesday, May 1, 2013
Cannot create restore point on Windows 7 64-bit (SOLVED)
Disconnecting the multi-card reader from USB fixed it for me.
Background:
For the longest time I couldn't create a restore point manually. It would timeout with an error. Seems like some Windows updates were able to create restore points, but some software (like VirtualBox) would hang on install because they couldn't create a restore point.
Some clues pointed to an issue with volumes that aren't really there. Started suspecting the card reader. This warning on Event viewer made me try disconnecting it:
*sigh of relief*
Background:
For the longest time I couldn't create a restore point manually. It would timeout with an error. Seems like some Windows updates were able to create restore points, but some software (like VirtualBox) would hang on install because they couldn't create a restore point.
Some clues pointed to an issue with volumes that aren't really there. Started suspecting the card reader. This warning on Event viewer made me try disconnecting it:
Source: Kernel-PnP
Event ID: 219
The driver \Driver\WUDFRd failed to load for the device WpdBusEnumRoot\UMB\2&37c186b&0&STORAGE#VOLUME#_??_USBSTOR#DISK&VEN_KINGSTON&PROD_FCR-HS219#1&REV_RW01#123001008401&0#.
*sigh of relief*
Subscribe to:
Posts (Atom)