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)
- Preventing Cross-Site Links in Sitecore
- Sitecore Include Files - Part 1
- Sitecore Include Files - Part 2
- Sitecore Layouts and Code Blocks
- Sitecore Media Security
- Sitecore Quick Tips - Device Fallback
- Sitecore Rich-Text Field Rendering and GUID Links
- Using the Sitecore Link Database
- [+]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 23 hours ago
- New post on #WCF Performance http://t.co/fPU2eBVV #dotnet #aspnet 3 days ago
- #SharePoint My Site Custom Quota Template Not Applying http://t.co/KmrQL7N5 #SP2010 3 days ago
- Photos from the #RVA #CFALeadercast are now on our Facebook page! http://t.co/PPXCt0J1 4 days ago
- #Sitecore Quick Tips - Device Fallback http://t.co/MWUGKKtm 4 days ago
Archives
-
Meta
Category Archives: Development
Sitecore Quick Tips – Device Fallback
I needed a print version of a page that was different enough to make using CSS print styles impractical, so I decided to use the Print device in Sitecore. I setup the Print device to detect the query string “p=1″, then setup the layout for the Print device.
Posted in Development, Sitecore
Leave a comment
Preventing Cross-Site Links in Sitecore
I have multiple sites setup in one Sitecore instance; and host names are used in the web.config “sites” section to manage this:
<site name=”site1″ hostName=”www.site1.com” rootPath=”/sitecore/content/site1″ … >
<site name=”site2″ hostName=”www.site2.com” rootPath=”/sitecore/content/site2″ … >
Posted in ASP.NET, Development, Sitecore
Leave a comment
Sitecore Media Security
I recently had a request to provide custom security for Sitecore media items. Basically, I needed to provide a way to intercept the media requests, redirect to the login page (if needed), and redirect to an access denied page if the user did not have proper rights.
Posted in Development, Sitecore
Leave a comment
Sitecore Layouts and Code Blocks
One problem I recently ran into is that you cannot put ASP.NET code blocks in a Sitecore Layout. The page will work perfectly fine in Content Editor and on the live site, but if you try to use Preview or Page Editor, you will see something like this:
Posted in .Net, Development, Sitecore
Leave a comment
Sitecore Rich-Text Field Rendering and GUID Links
There are several situations where you might need to get the content of a Rich-Text field programmatically and display it on a page. You could have a field with branding text that is displayed on every page (in the header or footer), so you put it in a site-level configuration item and access it from every page. You could have a variable number of child items whose content needs to be displayed dynamically on the parent item.
Posted in Development, Sitecore
Leave a comment
Using the Sitecore Link Database
The Sitecore Link database has many uses. If you are unfamiliar with the Link database, it stores references between Sitecore items.
A few examples include:
- The template for an item
Posted in Administration, Development, Sitecore
Tagged TCSC, The Computer Solution Company
Leave a comment