in

SharePoint Blogs

The Best Place for SharePoint-related Blogs
Need SharePoint Training? Attend a SharePoint Bootcamp!

Did you have a blog here?

Read this for important information on our recovery!


Browse by Tags

  • Getting Query String Parameters with JavaScript in SharePoint

    The JSRequest class is a JavaScript object that lives on all SharePoint Pages, and allows us to simply and quickly get query string parameters using JavaScript. It has 3 fields: QueryString, FileName, and PathName. QueryString - is an array of key\value pairs representing the current query string parameters...
    Posted to Mirrored Blogs (Weblog) by Anonymous on 11-30-2008
  • Sharepoint and Jquery

    I just read on Jan Tielens blog a post about Jquery and SharePoint and installing it. http://weblogs.asp.net/jan/archive/2008/11/20/sharepoint-2007-and-jquery-1.aspx --------------------------------------------------------------------------------------------------------------------------------------...
    Posted to Spiral Out (Weblog) by Bazztrap on 11-20-2008
  • Making "Post" and "Get" forms from SharePoint’s pages

    Recen project we were working on needed some forms to be posted to certain services. Knowing that SharePoint's pages are one big form and you can't nest another form inside another this starts becoming a problem. But I remembered a while ago I was watching how the guys over at MSN spaces did...
    Posted to Mirrored Blogs (Weblog) by Anonymous on 09-07-2008
  • Deployment of ERTE

    There were some questions about how to deploy the ERTE solution that I've prepared on Codeplex (for inserting embeddable content to SharePoint Enhanced Rich Text Field). So I've prepared a video on how to deploy it.   Oznake ponudnika Technorati: JavaScript , CodePlex , SharePoint , Rich...
    Posted to Mirrored Blogs (Weblog) by Anonymous on 07-30-2008
  • Couple of useful JavaScript global variables in SharePoint

    If you're using custom JavaScripts with SharePoint some global JavaScript variables may come in handy. These variables work if you're using SharePoint's default or any other custom master page. L_Menu_BaseUrl - the base URL of the site / subsite. Very useful when you need to determine the...
    Posted to Mirrored Blogs (Weblog) by Anonymous on 07-24-2008
  • New Release of ERTE for SharePoint now supports localizations.

    The new version is released. If you've downloaded the first release, just download the new one from CodePlex and replace the .js file in the /_catalogs/masterpage gallery in your site collection. The project is still under Beta, so if you find some bugs please let me know. The new version now supports...
    Posted to Mirrored Blogs (Weblog) by Anonymous on 07-23-2008
  • Just released: Enhanced Rich Text Field Extended

    I was already writing and showing how to embed Flash animations in a SharePoint Blog or any Enhanced Rich Text Field. Watching MIke Gannotti's video about what I was already presenting he had a good point, the solution is not so user-friendly. So I changed the methodology a bit. Now the simple-to...
    Posted to Mirrored Blogs (Weblog) by Anonymous on 07-11-2008
  • Add functions and events to SharePoint form fields

    Do you sometimes wish to make some special form validation or other javascript actions on SharePoint form fields (like for example onchange, onfocus, onblur, etc?). You can add special functions on events to the SharePoint form fields using JavaScript. All you need to do is 1. Write your... Visit my...
    Posted to Mirrored Blogs (Weblog) by Anonymous on 04-04-2008
  • MOSS: Favelets for SharePoint Management Pages

    Favelets (or Bookmarklets ) are javascript uris that when added as a Favorite (or Bookmark) perform an action on the current page or browser instance rather than navigating you to a particular location. (For a more comprehensive description, see wikipedia .) I frequently use the Links or Bookmarks toolbar...
    Posted to Mirrored Blogs (Weblog) by Anonymous on 03-31-2008
  • Quickly filter a List/Document Library View using URL

    This one's very useful when you're having a lot of items in a list or document library and you need a quick filter. If you'll select the filter field it can happen that it will load for a long time. So lately I'm using URL. Suppose you have a long list of contacts and you need to find...
    Posted to Mirrored Blogs (Weblog) by Anonymous on 02-27-2008
Page 1 of 3 (28 items) 1 2 3 Next >

Need SharePoint Training? Attend a SharePoint Bootcamp!

Posts (c) their respective authors. Everything else (c) 2007 SharePoint Experts