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: June 2011
Upgrade your version of WSPBuilder for a more traditional development experience
In many ways a seasoned ASP.Net developer can have a difficult time learning SharePoint 2007 development because they have become accustomed to the practices ascribed to by the Microsoft ASP.Net team. One of these practices is so benign and intuitive, that most developers find it incomprehensible that it is not available when using a WSPBuilder project template. The practice that I am referring to is right clicking your declarative markup and selecting “View Code”. The menu item is not available, because the WSPBuilder Project type is based on the standard C# project type, and does not include the web application project type. Because of this, you cannot add regular web application based items such as web forms and web controls. This has lead many developers, including myself, to develop SharePoint solutions by hand, manually linking our declarative markup and code behind files, all the while not using designers and in some cases intellisense.
Handy Extension Methods
Extension methods allow adding methods to existing classes without modifying the source of the class. This is useful for extending functionality to Microsoft’s classes or other classes where you do not have access to the source or have the ability to recompile. Here are 3 handy extension methods I’ve found useful in working with strings.
Posted in .Net
Tagged C#, Extension, Extension Methods, FormatString, IsNullOrEmpty, Matches
Leave a comment
Creating a Fixed Width SharePoint 2010 Masterpage (Updated)
Many are curious to find out how to style a SharePoint 2010 Masterpage the correct way when going for a fixed width site design. After all, Microsoft hasn’t given us an out of the box example like they did with in MOSS 2007 when they conveniently gave us the bluetabs.master and many of the other fixed width Masterpages.
Posted in CSS, Development, SharePoint 2010
10 Comments
Creating a Cross Site Data View in SharePoint Designer 2010
Note: I only used this to display information across sites in the same site collection.
- Open SharePoint Designer and connect to the site where you want to create your data view
Posted in Uncategorized
Leave a comment
Two useful CSS tricks.
I worked on a project where we converted a large publishing site from table based layouts to CSS. The new CSS based layout had to work across all of the different major browsers including the older version of IE.
Posted in CSS, SharePoint 2007
Leave a comment
Back to the Basics: CSS Styling and HTML Development (Part 3) Div’s and Tables
The third and final part of our Back to the Basics Web Series will focus on understanding Div tags and Table tags. Along with a host of best practices.
Posted in CSS
Leave a comment
Back to the Basics: CSS Styling and HTML Development (Part 2) Cascading Style Sheets
Part 2 of our Back to the Basics Web Series will focus on Cascading Style Sheets, Style Attributes and Style Properties.
Posted in CSS
Leave a comment
Back to the Basics: CSS Styling and HTML Development (Part 1) HTML
We are introducing a 3 part series for basic CSS styling, design, and rules. This first part will deal with understanding basic html to help get us started.
Posted in CSS
Leave a comment
Redirect an InfoPath form web part after submit
There are probably many cases and scenarios where you want to redirect the users back to the list view or to a different url entirely after they have submitted their form. In my case, I wanted to kick off a workflow as soon as the form was submitted. You can use the following steps to redirect to a different url after the form is submitted.
Posted in Uncategorized
3 Comments
Restore a Deleted Site Collection in SharePoint 2010 SP1
The recent release of Service Pack 1 for SharePoint 2010 included the Site Recycle Bin for restoring deleted sites. However, what if you deleted a whole Site Collection? Well, Service Pack 1 comes packaged with 3 new PowerShell commands to handle just that: