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: April 2011
Sitecore Include Files – Part 1
Starting with Sitecore 6, settings in the configuration/sitecore section of the web.config can be placed in separate files under the App_Config\Include folder and they will be automatically merged at runtime. You can check out this link on SDN or this link on Brian Pedersen’s blog for more information. I won’t duplicate what is already posted, but I would like to provide additional information based on my experiences as well as some “real world” examples.
Posted in Administration, Configuration, Sitecore
1 Comment
Deploying Lookup Fields in a SharePoint Feature (part one: Lists)
Deploying a list that contains a Lookup field in SharePoint requires a very specific approach. Why are Lookup fields different from other fields? The core issue is that a Lookup field references a list instance’s GUID when the field is created. If you are also creating your list instance as part of the deployment, the list’s GUID is not available because it is not defined by the feature, but instead is assigned automatically during feature activation. Fortunately, there is an easy way to deal with this when you are defining your Lookup fields in a Schema.xml.
Posted in Development, Development, SharePoint 2007, SharePoint 2010
Leave a comment
Javascript logging to Firebug
In my opinion, the best browser based web development tool currently available is Firebug, a plugin for Firefox. Firebug allows the user to debug, edit, and monitor any website’s CSS, HTML, DOM, or JavaScript. Today I’m going to focus on the various types of logs Firebug can be used for. In the past, when debugging JavaScript, I’ve used alert(‘something’) or document.write(‘something’) to output information. While this works, logging to Firebug offers a cleaner and more efficient solution.
Posted in Firebug
Leave a comment
UI messaging in MVC
Handling errors and displaying information back to the user is a common task in developing web applications. Here is a simple way of managing that process.
Using the SharePoint 2010 Organization Browser in another Web Application
Many people have expressed excitement over the new Silverlight web part known as the Organization Browser in SharePoint Server 2010. The web part uses the Manager field from SharePoint’s User Profiles to build an organizational hierarchy. The organization browser is interactive, in that you can navigate up and down the hierarchy, as well as, left to right to see the colleagues that share your manager. The web part is natively displayed on each user’s My Profile site under the Organization tab. The screenshot below shows the Organization Browser as it exists out-of-the-box on My Profile:
Visual Studio Tips & Tricks #6
Did you know … how to drag a tool window using the keyboard?
Posted in .Net
Leave a comment