SharePoint – Show Item ID on View and Edit Forms using jQuery
Posted by Paul Tavares in javacript, jQuery, SharePoint, Tips on January 14, 2013
While working on a project to customize a SharePoint site for use in managing Scrum, I came across the need to always show the ID of an item on the Edit (EditForm.aspx) and Display forms (DispForm.aspx). The team needed a quick way to identify what backlog user story they were working on as well as […]
jQuery.stickOnScroll.js – New plugin for making items fixed when scrolling
Posted by Paul Tavares in jQuery, Plugin, Software on October 24, 2012
Released a new jQuery plugin today: jQuery.stickOnScroll – makes items stick to the top of the page when the top of those elements reach the top of the viewport (window). Yeah, there are a few techniques out there and a few plugins as well… But when I first came across the real need to implement […]
SharePoint client side customization – use of the URL hash
Posted by Paul Tavares in SharePoint, Tips on October 20, 2012
Recently I came across an issue with SPServices where it is not properly removing the hash portion (everything after the ‘#’ sign) of an URL when no search parameters are present. The exchange I had with Marc (@sympmarc) led me to believe that not allot developers are using the hash to store page state. But […]
Use a Linux Virtual Machine for Safe Web Sandboxing
Posted by Paul Tavares in Tips on August 14, 2012
Over the last two weeks I have had 13 extra family members staying with me from overseas. As a good host, I provide them all with my WIFI passcode, but when it comes to giving them access to my desktop, thats where I’m not so comfortable. The thought of having the kids check their Facebook […]
SharePoint RSS Reader
Posted by Paul Tavares in jQuery, SharePoint, Software on July 1, 2012
A few weeks ago I entered a competition hosted by End User SharePoint where the challenge was to build an RSS reader on SharePoint 2010 in a week. At the end of the week long coding sprint, the judges provide their critic of the solution, which is then turned over to the public to vote […]