SharePoint 2007
Tag details
Welcome to the 'SharePoint 2007' tag page at Technorati. This page features content from the farthest reaches of the Blogosphere that authors have "tagged" with 'SharePoint 2007'.
Latest blogosphere posts tagged “SharePoint 2007”
-
Conditional Formatting using the Advanced Computed Field
Steven Van de Craen's Blog [MVP] —
Authority: 103
I got a question on how to use the Advanced Computed Field for conditional formatting and when I finished writing up the response I figured I might as well share it with the community, being you all :) Here’s the config I used: GREEN ]]>2 days ago -
Teaser: jQuery animations in SharePoint
Path to SharePoint —
Authority: 458
On November 17, Mark Miller and I will host our live online workshop dedicated to animations in SharePoint . The main featured customizations will be scrolling news and the image rotator . To give you a feel for what you’ll be playing with, I have created a live demo: ...3 days ago -
LINQ to DataSet básico en SharePoint
MSMVPS.COM —
Authority: 642
Resulta que hoy tuve que realizar una serie de actividades relacionadas con la manipulación y filtrado de datos que residen en SharePoint y para mejorar mi experiencia como programador recurrí al uso de LINQ to DataSet. He aquí un ejemplo que lee la información de todos los usuarios de mi colección de sitios: ...1 week ago -
Visualization – calculated color gradients
Path to SharePoint —
Authority: 458
If you need dynamically generated visualizations for your SharePoint data, have you considered leveraging the power of the Calculated Column? This Tuesday at 1:00pm EST , Mark Miller and I will give you all the keys to master this simple yet powerful technique. At the end of the two hour entry level workshop, ...1 week ago -
SharePointBoost Announces the Release of SharePoint Site User Directory Web Part for Microsoft SharePoint
PR Friend Press Releases —
Authority: 155
SharePoint Site User Directory Web Part enables enumeration of SharePoint users within AD groups and supports display of SharePoint user profiles BEIJING, CHINA-October 22, 2009-SHAREPOINTBOOST, a leading developer of Microsoft SharePoint enhancements, today releases a new web part, SharePoint Site User Directory Web ...1 week ago -
Sneak Peek: HTML Calculated Column v3
Path to SharePoint —
Authority: 458
One of the great benefits of running online workshops is that it pushes me to refine my solutions. The cornerstone of Tuesday’s visualization workshop is the HTML calculated column . So for the occasion I revisited my script and worked on several improvements. The main one is to make the filter menu work ...1 week ago -
Creating a Personalized SharePoint 2007 Site Directory
Mike Hacker —
Authority: 113
Organizations that deploy Microsoft Office SharePoint Server 2007 for collaboration often find that the number of site collections and subsites grow very quickly. It seems like it doesn’t take long for end users to figure out how flexible and easy SharePoint is for creating simple “applications”. Even with ...1 week ago -
“The type or namespace ” does not exist in the class or namespace ” (are you missing an assembly reference?)” in SmartPart Sharepoint
Microsoft Technology, .Net, BizTalk, Sharepoint & etc. —
Authority: 120
Sometime you get this error when you deployed a web part which use references. To fix the problem, you need to open your aspx page and add references like , even you are not useing it in your UI1 week ago -
InvalidDatabaseSchema failed during SharePoint PreUpgradeCheck
Mike Hacker —
Authority: 113
In service pack 2 for Microsoft Office SharePoint Server 2007 a new operation called PreUpgradeCheck was introduced for the STSADM command. This operation uses the Microsoft Best Practices Analyzer to identity any issues that will need to be resolved prior to upgrading to SharePoint 2010. Running the command is ...1 week ago -
Color coding: nobody’s left behind!
Path to SharePoint —
Authority: 458
Visualizing Information in SharePoint is the theme of my next online workshop, scheduled on November 3rd. In this entry level session, we’ll see how color coding and other effects can be applied to SharePoint lists, using only out of the box features. If you are a regular reader of this blog, you may already be ...1 week ago -
Upcoming online workshops
Path to SharePoint —
Authority: 458
Mark Miller has just released the EUSP workshop calendar for November and December. I’ll be presenting 4 workshops: Visualizing Information in SharePoint : Tuesday, November 03, 1:00 PM (ET) jQuery Animations in SharePoint : Tuesday, November 17, 1:00 PM (ET) SharePoint Charts and Graphs: Part 02 ...1 week ago -
SPC09 and The Mississauga SharePoint User Group
SharePoint Knowledge Base —
Authority: 99
Well the SharePoint Conference 2009 in Las Vegas is over. I will be watching the many recorded sessions I didn’t get to see (which was quite a few of them) and really enjoyed the opportunity of talking with so many familiar faces in the SharePoint community as well as a bunch of ones I had not met before. I even got ...1 week ago -
WebPartPages Edit Mode doesn’t trigger an update
Steven Van de Craen's Blog [MVP] —
Authority: 103
Funny thing last week when I wrote a “Page Information Web Part” (something that showed something like ‘This page was last modified by X on Y’) and it didn’t update at all when Web Parts were added, modified or deleted. I can see why it wouldn’t but I still think this is a flaw because there’s no way ...2 weeks ago -
Rooms and Equipment Reservations: Consistency Check Web Part
Steven Van de Craen's Blog [MVP] —
Authority: 103
Still one of my most popular posts ever is the extension I wrote on the Rooms and Equipment Reservations template for SharePoint 2007 which allows you to manage reservations for meeting resources. The idea behind RER is simple, but the architecture Microsoft chose (and unfortunately me too) is flawed. For each ...2 weeks ago -
Using a Control Adapter for Branding – Part 3
Mike Hacker —
Authority: 113
In part 1 I described why a developer might choose to use a control adapter for branding out of the box SharePoint web parts. In part 2 I showed how to create a control adapter and how you can deploy it to work with SharePoint. In this final post for the series I will show an easier way for integrating ...2 weeks ago -
SharePoint Testing Strategies
Eli Robillard's World of Blog. —
Authority: 486
Someone recently asked about test plans and how to test components during development so you can be comfortable theyll perform well when hosted on large farms. The short answer is that you want to create the best simulation you can, and that means creating a test farm as close to production as possible, and testing ...2 weeks ago -
Easy Tabs: any issues to report?
Path to SharePoint —
Authority: 458
This is a checkpoint. Before I publish more tips on how to customize the Easy Tabs, I’d like to hear from you if you have issues to report. The most frequently reported issue so far: tabs are visible in edit mode, but not in view mode. I have published the explanation here . I have also received comments ...2 weeks ago -
Another Externally Facing SharePoint 2007 Website…
Shane Perran's SharePoint Customization Blog —
Authority: 99
This week we launched our latest website built on SharePoint 2007, just in time for the SharePoint 2010 madness in Vegas. Visit Infotech: http://www.infotechsolutions.com2 weeks ago -
VMware Fusion + Windows 7 “Shutting Down Mode”
Shane Perran's SharePoint Customization Blog —
Authority: 99
If ever find yourself stuck in an infinite loop while trying to shut down a VM in VMware Fusion you can get out of it by holding the (ALT or OPTION) key while selecting the “Shut Down Guest” from the Virtual Machine Menu. It will change to “Power Off”, just like hitting the power button. This tip just came ...2 weeks ago -
Using a Control Adapter for Branding – Part 2
Mike Hacker —
Authority: 113
In part 1 I described why a developer might choose to use a control adapter for branding out of the box SharePoint web parts. In part 2 I will explain how to create a control adapter and how you can deploy it to work with SharePoint. In part 3 I will show an easier way for integrating control adapters into your ...2 weeks ago