Page Redirect using CEWP JavaScript in SharePoint

There are some situations, where we need to place re-directs in SharePoint pages. OK.. How to do that? How to redirect a SharePoint page? Simple! We can redirect using content editor web part in SharePoint. Just add a content editor web part, and place the below JavaScript code: This will redirect to…

Read more

How to display Google map in SharePoint?

In SharePoint, we can display Google Maps without any third-party web parts. Here, I explain how you can insert “Google Maps” maps in your SharePoint site with standard out-of-the-box SharePoint features. You can display Google Maps in SharePoint by embedding Google map code in the SharePoint Content Editor Web Part. Go to…

Read more

How to Hide View All Site content & Recycle Bin Links in SharePoint 2010/2007?

Another frequently asked question: How to Hide the Recycle Bin & View all Site content links in SharePoint site? Yes, we can hide them, not a big deal! Hide View all site content & Recycle Bin Links from Quick Launch in MOSS 2007 Here is how to hide View All Site Content…

Read more

Image Slideshow in SharePoint CEWP with Javascript and jQuery

Note: This is a image slider implementation. If  you are looking for Rotating Banner for SharePoint using jQuery, see my post: Rotating Banner for SharePoint using jQuery Upload the images and add the CEWP, then paste the below Code: Image Slider for SharePoint using jQuery: Another nice way to get the nice…

Read more

How to Display Flash(.swf) files and Banners in SharePoint?

Using content Editor web part, We can display Flash files or flash banners in SharePoint. Just add a content editor web part, and place the following embed code to display flash content in SharePoint 2007: In another case, I’ve designed a Flash based menu for my SharePoint web site, and want to…

Read more