Showing related tags and posts accross the entire site.
-
I have a Help Desk site that has a library for Service Requests (site was created from the MS 40 templates). I added a column for Resolution Time to calculate the time it took to resolve an issue and the formula for the column is =INT(([Resolution Date]-[Start Time])*24) and the data returned is set...
-
I am building my company's cument repository and I am trying to create a unique field within my document library list called. I would like for this field to be unique throughout all document libraries in our portal. I have come accross one way of doing it and that is using the itemadd event handler...
-
Hi Brandon, Just an FYI; this entire environment can be virtualized. I prefer a dedicated, centralized build machine. This is the machine all developers code is pulled from source code control, built and tested before it is ever sent to QA. I also recommend you have scripts to pull source code and automate...
-
Hi Brandon, I personally prefer a virtual environment for developers. Each having their own sandbox will help reduce conflicts that arrise during development. Make sure to give yourself plenty of disk space and memory; a minimum of 2 to 3 GB memory if you are going to run MOSS and Visual Studio together...
-
A lot depends on the type of development you are doing in SharePoint, but most likely you'll need a solid virtual machine in VMware or Virtual PC running Windows Server 2003/8, SQL Server, MOSS, Visual Studio, and SharePoint Designer if you're doing branding. You'll need at least a gig to...
-
I’ve been doing UI work for almost a decade. I’ve seen a lot and been through many fads (although I won’t claim them if asked). For a long time I thought the most important part of designing interfaces was the way it looked, and I was caught up in the next DHTML fad that would [......