SharePoint Blogs

on Training, Courseware, Web Part Development, SharePoint Hosting and more.

NEW! - Enhanced International Google Search Web Parts for SharePoint 2010 and SharePoint 2007

clock February 1, 2010 00:14 by author Jeff

NEW! - Enhanced International Google Search Web Parts for SharePoint 2010 and SharePoint 2007 (FREE)

Just finished the new version of the Google Search Web Parts for Microsoft SharePoint Server 2010 / SharePoint Foundation Server 2010.  These web parts can be installed a "Sandbox" solution or a normal SharePoint solution.  

If you don't have SharePoint 2010 installed.  There is also a Microsoft Office SharePoint Server (MOSS) 2007 / Windows SharePoint Services (WSS) 3.0 version provided.

Will be uploading documentation and a video that will give step by step instructions on installation and use.  Very easy to install and use so I am going ahead and providing the download below for setup.  Installation will allow you to choose a site collection to have the Google Search Web Parts added in that Web Part Gallery. (Note: You can also just upload the SharePoint Solution file to the Solutions Gallery of a site collection to run as a SharePoint Sandbox Solution.)  Once installed create a new page for Google Search results and add the Google Search Results web part then just add the search box to any page that you want to have a Google search text box. These web parts are highly customizable.  Custom property are exposed in the web part pane area as Web Part attributes as shown below (NOTE: International Support):

Download - Enhanced Google Search SharePoint 2010(21KB)

Download - Enhanced Google Search SharePoint 2007(21KB) 



FREE SharePoint Web Part for Google Search

clock January 31, 2010 18:15 by author Jeff

FREE SharePoint Web Part for Google Search

FREE SharePoint Web Part for Google Search

To install or uninstall the Google search web parts

1. Double click on the file named, DeployGoogleWebparts.exe, to open the form as shown below.

FREE SharePoint Web Part for Google Search

 

2. Complete the form by filling in the (5) form fields.

Detail on each field:

a. Operation – This is a drop down list with (2) choices: install or uninstall. Choose value that matches the action you want to perform – install to deploy the web parts and uninstall to retract the web parts.

b. Web Application URL – This value represents the root of the web application. The web application is a website that has been extended or has the SharePoint ISAPI filter applied. You do NOT need to include a forward slash at the end of your URL. Example:

http://www.sharepoint-blogs.com

c. Site Collection – Each web application can have multiple site collections so the value you list in this field represents the site collection in which the Google results page will be created. You do NOT need to include a forward slash at the end of your URL. Example: http://www.sharepoint-blogs.com/sites/marketing

d. Custom Search Domain – The value you specify here will be shown on the search box web part as another location to search. Other words instead of searching all of Google just search through the one domain that is listed. You do NOT need to include the http:// part of the URL. Example: www.sharepoint-blogs.com

e. Use Safe Search - This is a drop down list with (2) choices: yes or no. By choosing yes the safe search option will be active which will remove adult themed content from your search results.

f. Start button – Once all (5) form field have been complete then click the Start button to begin the install or uninstall process.

Note: You must have an active internet connection for the Google web part to work.

Using the Google Search SharePoint Web Parts

1. Using your favorite internet browser navigate to the URL that was listed in the Site Collection form field when completing the installation form. In my example above the value was http://sharepoint.domain.com/sites/marketing. As I mentioned this is the site in which the Google Search results page will be installed. To get to the search page you need to append the following value to your site collection URL : Google%20Search%20Library/GoogleResults.aspx. The complete URL to place in the address field of your internet browser following my example would be:

http://www.sharepoint-blogs.com/sites/marketing/Google%20Search%20Library/GoogleResults.aspx

2. Below is a screen shot of the results page with a completed search on the words SharePoint Courseware:FREE SharePoint Web Part for Google Search 

Add the Google Search box web part to any SharePoint page

1. Navigate to the SharePoint page in which you wish to add the Google Search box.

2. Click the Site Actions button and choose Edit Page.

3. Choose the page zone in which to add the Google Search box and click on the Add a Web Part button.

4. A new dialog window should appear that contains all the web parts in the web parts gallery.

5. Find the category Miscellaneous then look for the Google Search Web Part as shown below:

FREE SharePoint Web Part for Google Search

6. Place a check in the box on the line item Google Search Web Part as shown above then click the Add button to place the web part on your page in the specified zone.

7. The web part should now be on the page in the zone you specified. You can now click on the Exit Edit Mode to display the normal view of the page. Note: The Google Search Web Part can be added to any page in any site collection in your web application however, all searches will be posted back to the one results page that was mentioned in the previous section.

Please check out the video demonstration of the installation / deployment the Google Search webparts. These webparts are free and are available for download using the download link below the video player.


Please be sure to check our company's website at:
IT4E (Microsoft Gold Partner) website

GoogleSearchWebParts.zip (1.10 mb)



Developer's Tip: Render System.Diagnostics.Trace ouptut in a ...

clock November 14, 2005 21:42 by author Tony Bierman
Victor Vogelpoel of Macaw has released a free SharePoint WebPart that allows SharePoint developers to use System.Diagnostics.Trace statements in only a few simple steps. Just add the System.Diagnotics namespace to your Web Part class, ...
Microsoft SharePoint Full Article Link - Developer's Tip: Render System.Diagnostics.Trace ouptut in a ...


Macaw TraceInfo WebPart, or how to view Trace output in a page ...

clock November 8, 2005 16:44 by author victorv
But life can be simpler than that: I am presenting a FREE SharePoint WebPart with full source code here that shows all the Tracing output in code that is executed during the Page Request without any configuration. ...
Microsoft SharePoint Full Article Link - Macaw TraceInfo WebPart, or how to view Trace output in a page ...