Content from my presentation on SharePoint Saturday EMEA
January 23rd, 2010
| Categories: SharePoint
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:
- Jquery: http://jqoery.com
- I was mentioning the IE Developer Toolbar for IE 7 – available here
- Or just install latest IE (version 8 already has this built in)
- SharePoint web services description and usage on MSDN – just expand the service you wish to check and look for methods
- 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.



It’s been a while since I talked about the SharePoint PowerShell list http://www.sharepointmadscientist.com
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
@Alpa: Hi. Hope this link will help:
http://www.sharepointboris.net/?s=Unable+to+display+this+Web+Part.&x=0&y=0
Hello Boris!
Your session was great on SPSEMEA!
Very useful!
Thx u share your script!
All the best!
Peter
Thanks for a great feedback. I’ll do my best to make my next even better.
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
@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.
@Boris: ERTE is great ! thanks !
what is the equivalent for SP2010 ???
many thanks
Andreas