# Friday, January 15, 2010

The activity feed in SharePoint 2010 is very interesting. It is a way to see and read what your co-workers are doing. Most of your actions in SP2010 will end up in the activity feed.

But what about your actions and updates outside the organisation? Like twitter?

Stef van Hooijdonk created a class that will import your twitter updates ( through your public timeline rss feed ) and will post those updates to your activityfeed. Form more information and download; click here...

 

posted on Friday, January 15, 2010 7:35:00 AM (GMT Standard Time, UTC+00:00)  #    Comments [1] Trackback

MOSS Faceted Search is a set of web parts that provide intuitive way to refine search results by category (facet). 

The facets are implemented using SharePoint API and stored within native SharePoint METADATA store. The solution demonstrates following key features:

  • Grouping search results by facet
  • Displaying a total number of hits per facet value
  • Refining search results by facet value
  • Update of the facet menu based on refined search criteria
  • Displaying of the search criteria in a Bread Crumbs
  • Ability to exclude the chosen facet from the search criteria
  • Flexibility of the Faceted search configuration and its consistency with MOSS administration

 

For more information go to the project site

posted on Friday, January 15, 2010 7:29:53 AM (GMT Standard Time, UTC+00:00)  #    Comments [1] Trackback
# Tuesday, January 12, 2010

jQuery is a fast and concise JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development (wikipedia article). It was created by John Resig and dual licensed under the MIT License and the GNU General Public License, jQuery is free and open source software.

Marc D. Anderson developed a jQuery library names "jQuery Library for SharePoint Web Services" which abstracts SharePoint's Web Services and makes them easier to use. It also includes functions which use the various Web Service operations to provide more useful (and cool) capabilities. It works entirely client side and requires no server install.

You can download it or you can read blog posts about this project(on Marc D. Anderson's blog)

posted on Tuesday, January 12, 2010 9:04:06 AM (GMT Standard Time, UTC+00:00)  #    Comments [2] Trackback
# Thursday, January 07, 2010

SharePoint Solution Exporter is a tool you can save your Sharepoint site feature or global deployed solution easy. For more information click here to access Code Plex Project Page . Thanks for Kemal Karadag

posted on Thursday, January 07, 2010 2:45:15 PM (GMT Standard Time, UTC+00:00)  #    Comments [1] Trackback
# Monday, January 04, 2010

ASP.NET sites after a long period of inactivity, the site comes up very slowly during the first access. However, subsequent accesses, by same or other users, are fast. More than people know that is an IIS setting issue (goes to sleep!). However, the slowness is not IIS.

The first request to an ASP.NET application is slow. The reason you see this repeatedly is because IIS (which I assume you are using) will idle timeout when the configured time is reached If you don't want this behavior, and you do not need IIS to shut down the application pool, you can disable this.
But there is nothing in IIS you can do to solve the actual problem that First request to an ASP.NET application is slow. SpSiteWakeUp is an opensource tool allow wake up your SharePoint sites and sub site. You can use Windows Service version to automate this progress.

For more information click here to access Code Plex Project Page or Kemal Karadag's personal blog

posted on Monday, January 04, 2010 7:45:47 AM (GMT Standard Time, UTC+00:00)  #    Comments [1] Trackback
# Monday, March 16, 2009

The WSRP Toolkit for SharePoint provides sample code for producing WSRP conformant data from SharePoint lists and libraries.  External portal platforms (e.g. BEA AquaLogic Portal, IBM WebSphere Portal, SAP NetWeaver Enterprise Portal etc.) can then render SharePoint data natively through their WSRP consumer portlets.

The WSRP Toolkit for SharePoint consists of the following assets:

    Visual Studio sample projects that demonstrate two different approaches to producing WSRP conformant output from SharePoint lists and libraries A whitepaper that provides details on the different architectural approaches of the two WSRP producer samples Screen casts showing the two WSRP producer samples in action
You can find the Sharepoint Product Team's full post here   You can download the toolkit via this link
posted on Monday, March 16, 2009 9:52:51 AM (GMT Standard Time, UTC+00:00)  #    Comments [0] Trackback
# Saturday, February 07, 2009

We know his useful "SmartPart" control. Jan Tielens creates a project named "SmartTools" on Codeplex and he writes a lot of custom controls to use our Sharepoint applications. Some of these are

• What's New WebPart
• Auto Complete Text Field for Lists
• Enhanced Site Actions Menu
• Copy/Paste Feature
• JQuery
• Table Row Highlight
• Dock Navigation
• Smart Charts

You will find this project via this link : http://www.codeplex.com/smarttools and you will read all posts of jan Tielens via this link : http://weblogs.asp.net/jan

posted on Saturday, February 07, 2009 9:23:45 AM (GMT Standard Time, UTC+00:00)  #    Comments [0] Trackback
# Friday, February 06, 2009

Typemock are offering their new product for unit testing SharePoint called Isolator For SharePoint, for a special introduction price. it is the only tool that allows you to unit test SharePoint without a SharePoint server. To learn more click here.

posted on Friday, February 06, 2009 9:22:48 AM (GMT Standard Time, UTC+00:00)  #    Comments [0] Trackback
# Thursday, February 05, 2009

Me and Batu Balkanli (MCS - Architect) develop a Sharepoint Designer Workflow Activity that calls custom code blocks in your custom assemblies into your Sharepoint Designer Workflow.

"Service Manager Activity" is a Sharepoint Designer Workflow Activity for call custom methods on custom .Net assemblies. You can develop your custom assemblies in anyway and then put this DLL's to your Sharepoint applications "bin" directory. Then use the activity...

For more information visit Code Plex project site, and if you want to download and test it here is the link :http://www.codeplex.com/WFServiceManager

posted on Thursday, February 05, 2009 9:17:31 AM (GMT Standard Time, UTC+00:00)  #    Comments [0] Trackback
# Wednesday, February 04, 2009

What Can You Do With Podcasting Kit for SharePoint (PKS)?:
Listen and watch audio/video podcasts, anywhere on your PC or mobile device (Zune, SmartPhone, or any podcasting device)
Share content by producing your own audio/video podcasts and publish them on PKS on your own.

Connect and engage with podcasters via your integrated instant messaging program
Find the most relevant content using the five star rating system, tag cloud, search engine and provide your feedback via comments.
Get automatic podcast updates by subscribing to RSS feeds fully compatible with Zune and other podcasting devices

- Simple RSS feed based on a defined podcast series
- Simple RSS feed based on a person
- Dynamic RSS feed based on search results

Play podcasts in real-time using Microsoft® Silverlight™ and progressive playback
Retrieve instant ROI and metrics with the ability to track the number of podcasts downloaded and/or viewed, instant feedback via rating system and comments, and subscribers via the RSS feed

Access the richness of SharePoint to extend the solution: workflows, community sub-sites, access rights, editorial and more

Customize your own PKS User Experience
You can read all documentation and FAQ

posted on Wednesday, February 04, 2009 9:14:55 AM (GMT Standard Time, UTC+00:00)  #    Comments [0] Trackback

SmartPart is a SharePoint web part which can host any ASP.NET web user control. Create your web parts without writing code! The latest version of SmartPart is "Return of SmartPart v1.3".

This version of the SmartPart supports both normal ASP.NET Web User Controls and ASP.NET Web User Controls using the ASP.NET AJAX extensions.

Return of SmartPart v1.3 (x64)
Return of SmartPart v1.3 (x86)

posted on Wednesday, February 04, 2009 9:13:55 AM (GMT Standard Time, UTC+00:00)  #    Comments [0] Trackback
# Tuesday, February 03, 2009

The SharePoint Forums Web Part is a free, open source, single web part that provides a more feature rich discussion board for SharePoint Portal Server and Windows SharePoint Services based sites.


You can download the latest version or read the documentation

posted on Tuesday, February 03, 2009 9:13:00 AM (GMT Standard Time, UTC+00:00)  #    Comments [0] Trackback

SharePoint Learning Kit is a SCORM 2004 certified e-learning delivery and tracking application built as a Windows SharePoint Services 3.0 solution. It works with either Windows SharePoint Services 3.0 or Microsoft Office SharePoint Server 2007, and has the following core features:

-  Supports SCORM 1.2, SCORM 2004, and Class Server content, allowing users to store and manage this content in SharePoint document libraries.
-  Supports learner-centric and instructor-led (assigned) workflows.
-  Allows assignment, tracking and grading of both e-learning and non-e-learning content.


You can read new feature documentation, check-out SLK FAQ or download the latest release

posted on Tuesday, February 03, 2009 9:11:26 AM (GMT Standard Time, UTC+00:00)  #    Comments [0] Trackback
# Monday, January 26, 2009

Microsoft Sharepoint MVP Pierre Vivier writes custom webpart for Sharepoint that manages Events on Lists and Documents Libraries.

You can view, add and delete events, and even find automatically interesting classes and events from an assembly name. You can download it here and you can read more here

Thanks Pierre

posted on Monday, January 26, 2009 8:52:16 AM (GMT Standard Time, UTC+00:00)  #    Comments [0] Trackback
# Sunday, January 25, 2009

The SharePoint team provided us with this blog post describing a feature to install in your SharePoint environment that allows you to attach the debugger to the SharePoint process with a click of a button. It becomes available in the site settings menu.

Read Details : http://blogs.msdn.com/sharepoint/archive/2007/04/10/debugger-feature-for-sharepoint.aspx

posted on Sunday, January 25, 2009 8:50:55 AM (GMT Standard Time, UTC+00:00)  #    Comments [0] Trackback