by admin | Oct 3, 2017 | CSS
You hear this term a lot. But what does “mobile first” mean? Sure, you design your webpages so they incorporate mobile and small format versions into them. Then when you actually lay out the site in Dreamweaver or whatever, you add the @media tags to make...
by admin | Nov 5, 2016 | JavaScript, SharePoint
Yes.. JavaScript SharePoint People Picker… try saying that 3 times fast. Anyway, I needed one for a form I was developing. It had to be client side, and it needed to work with SharePoint. In SharePoint 2013, there’s already support for this:...
by admin | Nov 5, 2016 | Photoshop
I downloaded the Photoshop SDK, which are currently free at the moment, to start creating my own plug-ins.The SDK comes with a convoluted tutorial, and it took me the better part of the evening to find the one that showed how to compile the provided source code into...
by admin | Sep 8, 2016 | SharePoint
I’ve been busy on a project for SharePoint. This particular environment is unique in that the developers do not have access to the farm, and must put any requests through a processed managed by the client to activate features, view ULS logs, etc. In addition,...
by admin | Jul 3, 2016 | SharePoint
I’ve ceased using the “Out of the Box” forms. I don’t even use the WebParts unless I have to. To me the most useful part of SharePoint is the REST API. https://msdn.microsoft.com/en-us/library/office/jj164022.aspx#ReadingData I organize my...
by admin | Jan 26, 2016 | SharePoint
When you create a new List or Document Library or “App” object in SharePoint, the name of Object is the new URL – in essence what we WordPress users would call the “slug” or permalink. This is a pet peeve of mine. Users consistently...
by admin | Dec 12, 2015 | Outlook
This is another Graphics bug. First try the Graphics Hardware Acceleration: To disable hardware acceleration, follow these steps: Start any Office program. On the File tab, click Options. In the Options dialog box, click Advanced. In the list of available options,...
by admin | Sep 10, 2015 | SharePoint
So I was searching for a people picker (more on that later) to implement in my JavaScript form for my SharePoint project, when I stumbled across this: http://spservices.codeplex.com/releases/view/92552 SPServices is absolutely wonderful. I love not having to code all...
by admin | Apr 12, 2015 | InfoPath
This is also known as the “InfoPath cannot load the view. The view may have been modified to contain unsupported HTML such as frames” bug. Like issues with the 2013 version of Outlook, this is possibly related to graphics acceleration. I suggest this...
by admin | Mar 11, 2015 | SharePoint
This guide is primarily directed at SharePoint, but the method that uses REST can really be used on any site, or any CMS where you have access to data via REST. There will come a day when someone will ask “Could you put that in a Graph?” or “This...
Recent Comments