Follow Us!
-
Recent Posts
Categories
- [+].Net (45)
- [+]ASP.NET (3)
- [+]ASP.NET Dynamic Data (1)
- [+]Entity Framework (2)
- [+]Linq to SharePoint (3)
- [+]Linq to SQL (3)
- [+]MVC (7)
- [+]WCF (4)
- [+]ASP.NET (3)
- [+]BizTalk 2010 (1)
- [+]Business Intelligence (6)
- [+]Community (1)
- [+]CSS (5)
- [+]Events (5)
- [+]Firebug (1)
- [+]IIS (1)
- [+]InfoPath (2)
- [+]Internet Explorer (1)
- [+]JavaScript (2)
- [+]JQuery (4)
- [+]Office365 (1)
- [+]PerformancePoint (1)
- [+]SharePoint 2007 (25)
- [+]Administration (3)
- [+]Development (8)
- [+]PowerShell (2)
- [+]SharePoint Designer (1)
- [+]Administration (3)
- [+]SharePoint 2010 (84)
- [+]Administration (22)
- [+]Configuration (9)
- [+]Development (9)
- [+]PowerShell (13)
- [+]SharePoint Conference (1)
- [+]SharePoint Designer (6)
- [+]Administration (22)
- [+]SharePoint Online (1)
- [+]Silverlight (1)
- [+]Sitecore (19)
- [+]Administration (3)
- [+]Configuration (2)
- [+]Development (6)
- [+]Administration (3)
- [+]SQL (7)
- [+]Replication (1)
- [+]Replication (1)
- [+]SSIS (2)
- [+]Telerik (1)
- [+]Uncategorized (9)
- [+]Visual Studio (6)
- [+].Net (45)
Tags
Network Engineer New Hires Office 365 Office Web Apps ParallelPeriod PerformancePoint PowerShell ProjectTypeGuids Red Gate Richmond Search Service Applications Service Pack 1 Sharepoint SharePoint 2007 SharePoint 2010 SharePoint Conference SharePoint Designer 2010 SharePoint Online SharePoint Saturday Silverlight SPC11 SPMetal SQL SQL 2008 SSAS SSIS Styles TCSC Technical Project Manager Telerik The Computer Solution Company The Computer Solution Company of VA Transactional Replication Uneven Periods User Profile Service ViewData vs TempData Visio Visio Services Web Part Pages Web Parts Windows 8 Workflows WSPBuilder XML CommentsTwitter
- I'm hiring! SharePoint Analyst and Developer at TCSC - Washington D.C. Metro Area #jobs http://t.co/0SkEPQvp 22 hours ago
- New post on #WCF Performance http://t.co/fPU2eBVV #dotnet #aspnet 2 days ago
- #SharePoint My Site Custom Quota Template Not Applying http://t.co/KmrQL7N5 #SP2010 2 days ago
- Photos from the #RVA #CFALeadercast are now on our Facebook page! http://t.co/PPXCt0J1 3 days ago
- #Sitecore Quick Tips - Device Fallback http://t.co/MWUGKKtm 4 days ago
Archives
-
Meta
Monthly Archives: February 2011
How to Enable the Developer Dashboard in SharePoint 2010
When activated, the Developer Dashboard appears at the bottom of a page and allows site owners and up to view the call stack, database query times, exception information in error messages, and loading events for web parts during page rendering. All of these allow you to pinpoint the bottleneck within your page and to quickly focus on the resolution. The Developer Dashboard can be enabled via STSADM or PowerShell. This is one of the rare cases where the command in STSADM is shorter than PowerShell. The recommended property value is OnDemand, which provides you the ability to toggle the dashboard on and off.
SharePoint 2010 Central Administration and Configuration Mapping
Are you a SharePoint 2010 Administrator or User? SharePoint 2010 has plenty of new Features, and many that are the same as MOSS and WSS before it. Along with these new features and rehashed features and utilities comes a new User Interface. Once you figure out how to add a new Web App and Site Collection, you forget where you need to configure Content Databases or add Site Collection Administrators.
Posted in Administration, Configuration, SharePoint 2010
1 Comment
Visual Studio Tips & Tricks #3
Did you know … how to use Visual Studio full screen mode?
Visual Studio has four window layouts:
- Design view – the standard view when you open Visual Studio
Posted in .Net
Leave a comment
The Trouble with Rich Text Box Controls in Browser-Enabled InfoPath Forms
Over the years of developing InfoPath forms, I have become aware of many idiosyncrasies of browser-enabled forms. I usually find myself trying to find workarounds for designs that are simple in a client based InfoPath form but fall apart in browser-enabled forms. In this post, I present a workaround for using rich text boxes in browser-enabled InfoPath forms.
Publishing Data-Connected Visio Diagrams to Visio Services in SharePoint 2010
Visio Services in SharePoint Server 2010 is a service application that allows users to view Microsoft Visio Web Drawings (*.vdw) in a Web browser. This eliminates the need for Visio or Visio Viewer client applications installed on the user’s local computer. These Visio Web Drawings, along with Visio Services, can be connected to various data sources to enable refreshing and updating of data shapes. One of these data sources is a SharePoint list and will be the focus for this post. Let’s look into how we can utilize Visio Services to solve a business requirement.
Building Hyperlinks To Open Documents in Edit Mode
Often when building an application that links to files stored in SharePoint you run into the problem of getting the file (doc, xls, ppt, etc…) to open in edit mode. By default when you create a hyperlink to a document SharePoint will just get the file and stream it’s contents through the browser to your machine. The file will open in the application associated with the file type/format on your pc. In the case of the Office formats (Word, Excel, PowerPoint, etc…) the application will open the file in a read only mode. To get the file to open in edit mode we have to make sure that we use the same Javascript to ActiveX calls that SharePoint uses to invoke the correct Office application. There are various ways to do this but in a recent project we achieved the desired result by doing the following:
Posted in Development, Development, SharePoint 2007, SharePoint 2010
5 Comments