Tag Archive | "JavaScript"

Custom Validation and Content on SharePoint Survey

Custom Validation and Content on SharePoint Survey

Today my script that I wrote for Require Unique Answers in SharePoint Survery Ranking Scale was rejected because it used designer which is frowned upon for ghosting pages. I was left to quickly find a way to include a content editor web part on the survey page that contained the JavaScript. Luckily, I found out [...] [...more]

Programming Comments (1)

Require Unique Answers in SharePoint Survery Ranking Scale

Require Unique Answers in SharePoint Survery Ranking Scale

Let’s pretend you want to create a SharePoint survey where you ask your audience how they would rank the three Lord of the Rings books, in order from their most to least liked. The best solution would be to create a ranking scale, and list the three books and three choices (Most liked, Middle, Least [...] [...more]

Programming Comments (4)

XMLHttpRequest – Preventing Caching of Data

XMLHttpRequest – Preventing Caching of Data

Recently I discovered that in my Firefox extension CraigZilla, results were being cached by Firefox. The typical approach to disabling caching is to append  a string on to the end of the URL that will be unique each time you fetch it.  The most typical method is to add a timestamp, which I do often [...] [...more]

Programming Comments (0)

-->