Content from my presentation on SharePoint Saturday EMEA

January 23rd, 2010 | Categories: SharePoint | Tags:

Thanks everyone that joined in to listen to my online presentation on SPSEMEA. I’ve zipped and uploaded all my script samples to CodePlex – click here to download the package.

Let me just point out couple of resources used in those scripts:

  1. Jquery: http://jqoery.com
  2. I was mentioning the IE Developer Toolbar for IE 7 – available here
  3. Or just install latest IE (version 8 already has this built in)
  4. SharePoint web services description and usage on MSDN – just expand the service you wish to check and look for methods
  5. ERTE – I didn’t get to explain that one, but the usage is pretty simple.

As 50 minutes was pretty short time to show all examples, I can start coordinating to have 1-2hour sessions each week for an in-depth look of all the code samples so we can learn to customize and adapt it to our needs. Please let me know in the comments if you’d be interested for that.

  1. January 24th, 2010 at 08:03
    Reply | Quote | #1

    It’s been a while since I talked about the SharePoint PowerShell list http://www.sharepointmadscientist.com

  2. Alpa
    February 2nd, 2010 at 08:16
    Reply | Quote | #2

    I am not able to trace this error in SharePoint
    Unable to display this Web Part. To troubleshoot the problem, open this Web page in a Windows SharePoint Services-compatible HTML editor such as Microsoft Office SharePoint Designer. If the problem persists, contact your Web server administrator.

    Can u give detail description of how to rectify this error.

    Thanx & Regards,
    Alpa

  3. Boris Gomiunik
    February 3rd, 2010 at 21:28
    Reply | Quote | #3
  4. Peter
    February 4th, 2010 at 15:02
    Reply | Quote | #4

    Hello Boris!
    Your session was great on SPSEMEA!
    Very useful!
    Thx u share your script!
    All the best!
    Peter

    • Boris Gomiunik
      February 5th, 2010 at 00:20
      Reply | Quote | #5

      Thanks for a great feedback. I’ll do my best to make my next even better.

  5. Bill Erickson
    March 6th, 2010 at 00:51
    Reply | Quote | #6

    Boris,
    I was trying to get your SharePoint Cascading dropdown box to work.
    for some reason it is not filtering the child list.
    are you able to point me to a common area where a mistake may have been made?
    I have tried this on two different projects trying to find where I went wrong but I am not seeing it.

    link to the site I was using for instructions
    http://www.sharepointboris.net/js/spcd/

    Thanks for your help.
    Bill

  6. Boris Gomiunik
    March 8th, 2010 at 23:50
    Reply | Quote | #7

    @Bill: Do you see any JavaScript error when opening the page (JavaScript errors are most exposed in IE)? Other thing you can try is just put alert() on beginning of your javascript block. Like that you can see if the javascript triggers? If it’s still not working, let’s get from there.