I’ve prepared a SPSEMEA Demo site that you can simply upload to your (http://[siteUrl]/_catalogs/wt) Site template gallery.
You can download the .stp from CodePlex
After you’ve uploaded the file to the Site template gallery you can create a subsite (English language) and from Custom you can select the uploaded template.
Below’s a brief overview where you can find tricks. How it’s done – check for Content Editor WebParts in that page (using a “PageView=Shared&ToolPaneView=2” parameters in url (more info here)). All the files containing code are in a document library Sys.
Let’s see the samples:
Read the rest of this entry »
Filed Under (SharePoint) by Boris Gomiunik on 23-01-2010
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.