|
Browse by Tags
-
I recently presented at the Dallas SharePoint TechFest on the topic of building HTML5 Apps for SharePoint 2013 using LightSwitch. This post is the first in a series of posts that further explains how the reference application reviewed during the …...
-
In a recent project, a co-worker described a scenario where users navigate to a site and review a handful of up to 30 or 40 reports/documents stored in the site. Each user visits the site on a periodic basis to … Continue reading → Read More...
-
As an experiment, I decided to explore the use of jQuery mobile with SharePoint. My goal is to simply expose … Continue reading » Read More...
-
Over the past few days, I’ve been intrigued by some of the creative solutions being offered via Microsoft Access and Access Services. This is an area that I had never really considered until I saw the following video: In this … Continue reading...
-
As I’m working with a client for presenting categories, I needed to build a quick and easy way to split multiple managed metadata strings into multiple hyperlinks so filters could be applied. The managed metadata is set to store multiple …...
-
If you have a need to open a modal dialog for user interaction, here’s how you can accomplish it the “SharePoint 2010″ way. To start, create a new javascript function to handle opening the dialog. In the function, an options …...
-
A recent project had my team asking some really difficult questions on what technology should be applied to a business problem. We had been tasked to create a specialized survey in SharePoint that would need to change based on the … Continue reading...
-
In a recent project, I needed to make some calls using AJAX to enable and disable buttons in a data view. The data view is presenting a list of individuals filtered by the first letter of the last name so that tabs can be provided for each group of individuals...
-
I was surfing the web the other day and took special notice of a news ticker on a popular online site. This set me to thinking, could I accomplish something similar with SharePoint news? Here is how I was able to accomplish a featured news section for...
-
Looking to deploy a custom theme in a solution file? Here’s how to modify the SPThemes.xml file programmatically using Linq to XML. The only thing missing would be clean-up of sites using the theme upon uninstall. http://blogs.msdn.com/ketaanhs/archive...
-
As I have been continuing the development of the end-to-end solution, I have been doing a lot of work with the SharePoint web services -- specifically the lists.asmx web service used for working with lists in SharePoint. Anyone who has dealt with this...
-
Today, I will continue to discuss the end-to-end solution I’ve been building for my organization. In Part 1 , I began by describing my requirements and started building my solution. In the last post , I began building a feature receiver that fires when...
-
As promised, this post will be focused on creating a feature receiver that will allow me to perform some actions when the feature is activated or deactivated on the site. I plan to go a bit slower now that I’m posting code so that I make sure I explain...
-
Over the next few weeks I plan on putting together an end-to-end solution that I've been working on for one of our internal clients. The goal is to demonstrate some of the things that I've learned (and continue to learn) while building a solution...
-
One of the things that I have found very useful with InfoPath 2007 is the ability to query web services for data. In one of my recent projects I was asked to have an employee enter their ID and return some specific information about them to be used in...
|
|