Popular Posts

Recent Posts

Uninstall Visual Studio 2010 automatically

With coming up Visual studio 2012 finally I decided to try it. But first I need to uninstall Visual Studio 2010. When I entered Control Panel -> Programs and Features I saw a lot of products that have been installed with VS 2010. It was hard to think about uninstalling each element manually.  Read more»

Windows

How to remove SharePoint User Groups with PowerShell

For deleting SharePoint groups you can use SharePoint Designer. For this you should open site in SPDesigner, in left column goto “Site Groups”, select groups for deleting and press Delete button on keyboard or in ribbon. But this process doesn’t always work. And when I wanted to remove user groups SPDesigner hanged and reported error […] Read more»

SharePoint

How to sort Modx Ditto documents ID when using &documents?

I found very nice extender for Ditto Modx. When using snippet Ditto with custom page Ids, you have strange sorting – I haven’t even understood which one. For sorting documents as you write in &documents=`[x, xx, xxx, xxxx]` you shoul use the ditto-extender below. Write Ditto callout this way: [[Ditto? &tpl=`razdel200` &documents=`[1,4,3,5,212,23,44]` &extenders=`customsort`  ]] You should […] Read more»

ModX