Syrinx on SharePoint

Syrinx SharePoint Team Blog
Need help on your project? info@syrinx.com, or toll free (888) 579-7469, press 1

News



Need help with your SharePoint project?

Syrinx works with clients throughout New England and across the United States to architect, design, develop, and deploy SharePoint implementations. Working on fully outsourced projects, as part of your team, helping to train your team, or rescuing projects in trouble, we are comfortable doing it all. Projects from a couple weeks to several months in duration, reference clients available. Contact us today - info@syrinx.com, or toll free (888) 579-7469 and press 1 to speak to someone now!

Browse by Tags

All Tags » WSS (RSS)
Twitter question
A recent question on Twitter: "[SharePoint] costs as much to buy/implement/run in money as the productivity loss of not having it - agree or disagree?" I would say if you measure this in a vacuum, in the scope of one single project it's...
Posted: Feb 16 2010, 02:24 PM by AndrewG | with no comments
Filed under: , ,
Grouped SPGridview Exceptions
Yesterday I spent many hours trying to solve what should have been a simple issue - grouped views in a SPGridview. I was building a web part that used an embedded SPGridview - this was part of a template I created used by a TemplateBasedControl which...
Client Side Javascript Validation in SharePoint Custom Edit Forms
Recently for a client engagement I used a Custom Field Iterator to control the edit and display form for a content type (more on this in an upcoming post). The requirement was for different fields to be made editable based on the state the list item was...
CAML query to select items assigned to current user.
So after much googling and trying all the suggestions at http://forums.msdn.microsoft.com/en-US/sharepointworkflow/thread/e8891d49-1d82-422e-8c7f-eb99326ec14c We found the way to select from a list where the Assigned To user is the current user by building...
Best Practices for Naming Sites and Pages.
A comment I frequently hear is: SharePoint tabs don't always highlight properly. As it turns out, if you are in the habit of doing things a certain way, they always work. First, make sure you are turning on "Show Pages" and/or "Show...
MOSS 2007 and WSS 3.0 Alternate Access Mapping
I did a three day consulting gig 3 months ago where I installed and configured WSS 3.0, trained them on the basics of document libraries and lists, and converted a spreadsheet with multiple pages into a List so that their users could edit items simultaneously...
Checking for empty or null dates in SharePoint
A client asked me today how to create a view filtered so that only items that where missing their Start Date, Due Date, or both. First, create a calculated column DatesMissing with the following formula: =NOT(AND(ISNUMBER([Start Date]),ISNUMBER([Due Date...
DevConnections - Forms Authentication
I attended a good session with Rick Taylor from Microsoft this morning on FBA (Forms Based Authentication) in SharePoint. This session had a particular interest to me because we have done quite of a but FBA implementations for our clients. It has turned...