|
Setting Up E-mail Notification for when Tasks are Assigned |
|
WSS v3 and Office 2007 features
|
By Randy on
7/6/2006 8:06 AM
|
|
|
|
One of the nice features in WSS v3 and MOSS is the ability to have SharePoint automatically e-mail people when you assign them a task. One of the first things you have to do for this to work is assign your SMTP server to handle outbound e-mails for SharePoint. If you did not do this while installing SharePoint, you can do it now by going to the SharePoint 3.0 Central Administration page. Select the Application Management tab and then select E-mail Settings. Enter your e-mail server in the Outbound SMTP Server field and select OK.
Okay, we're half way there.
Open your SharePoint site and go to your Task page.
1. From the Tasks page, select the down arrow beside Settings
2. Select List Settings
3. On the Customize Tasks page, select Advanced Settings
...
|
 |
|
|
More...
|
|
|
|
|
|
MOSS 2007: Web Part Development |
|
SharePointing - The Act of Collaborating
|
By Steve Walker on
6/28/2006
|
|
|
|
For those of you haven't checked them out yet, The videos that Randy suggested int eh forums by Ted Pattison are a pretty good introduction to developing SharePoint Web parts for V3/2.0
What struck me as I walked throug hthe first video, is that Microsoft has not really given you a way to graphically design web parts STILL. It seems that you would have to use the "Smart Part" methodology to develop user controls in ASP>NET that can be hosted as web parts. Or am I missing something ?
|
 |
|
|
|
|
|
World Cup: Group Play Update |
|
Ramblings about Life, The Universe and Everything
|
By host on
6/11/2006
|
|
|
|
Ok.. most of you know that I am a pretty big fan of the beautiful game :-) The Cup was opened with an awesome match between the host team Germany against Costa Rica. This was a great match and the germans pulled out a 4-2 win. Six goals scored in the opener ! What more can you ask for :-)
England "squeaked" a win in their first match. Beckham bounced it off an oposing player into the goal for a score (the only one in the game)
I would have to say that the best match so far has been Sweden vs Trinidad & Tobago.
Trinidad is the smallest nation to ever make it to the world cup. It's their first time to make it to the tourney as well. At the last minute they changed Goalkeepers before the game started. Shaka Hislop started (his first world cup appearance ever) at 37 years old. He's played int he EPL for Westham for those that follow the game). He played a spectacular game. Trinidad played only 1 man forward and played a specta ...
|
 |
|
|
More...
|
|
|
TechFest2006 - Wow - Carl Franklin & Richard Campbell !!! |
|
SharePointing - The Act of Collaborating
|
By Steve Walker on
6/8/2006
|
|
|
|
Here in Tulsa, the Tulsa Developers Association is organizing Tech Fest 2006 as a Technology Expo and Technology Showcase. We are planning on having Lots of Technical Sessions like a conference and a vendor area for everyone to show off their wares :-)
We just got confirmation from Carl Franklin and Richard Campbell from .NET Rocks Fame that they would be willing to come and speak/participate in the event.
If you haven't checked out .NET Rocks, I highly recommend it. it is entertaining and they talk to some great folks about .. what else.. Technology. Carl and Richard make it highly entertaining to listen while you are coding away :-)
I am excited. Kudos to David Walker for organizing and co-ordinating !!
|
 |
|
|
|
|
|
|
Custom Web Service Accessing SharePoint |
|
SharePointing - The Act of Collaborating
|
By Steve Walker on
6/7/2006
|
|
|
|
Someone asked me how to have their custom web service access SharePoint securely without having to give the end users administrative access to SharePoint. The service would work fine when run by an administrator for SharePoint but when a normal user would use it, ti would crash and tell them they were not authorized. I have had this question asked a few times so I thought it worthy of a blog post so maybe others can benefit as well.
Ok.. So here would be the options for this:
Option 1 - Preferred Method -
|
 |
|
|
More...
|
|
|
SharePoint Web Services |
|
SharePointing - The Act of Collaborating
|
By Steve Walker on
6/7/2006
|
|
|
|
I had a question posed to me on how to access SharePoint through web services. Specifically, they needed to be able to list all of the web sites that a user is a member of.
For a basic example of how to access the web services , I would recommend downloading and tearing apart Jan Tielens' SharePoint Explorer Application. This winform application allows you to connect to a SharePoint Instance and list all of the sites on the server.
In order to list all of the sites that a user has access to (or is a member of) you would have to iterate through the sites, checking the membership using a call to the permissions service (after retrieving the list of sites).
Here is a Reference Article that lines out talking to SharePoint Web Services pre ...
|
 |
|
|
More...
|
|