Some days ago I found this JavaScript library for client side encryption using standard crypto algorithms. Everything done in the browser. Cool! Stanford Javascript Crypto…
I spend some spare time in the last weeks and the last days (in Redmond before the MCSM: SharePoint rotation starts in a few hours ; ) ) for a new private development project. It…
http://blogs.technet.com/b/heyscriptingguy/archive/2013/03/30/weekend scripter run c code from within powershell.aspx Link to “C Script”: http://gallery.technet.microsoft.com/C…
On Codeplex user redpark asked for “Single Thread Apartment” mode (http://ps2exe.codeplex.com/discussions/435946)… Here it is… Please see v0.4 on CodePlex:…
Some time ago I’ve written a little tool called “PS2EXE” that creates .EXE files from PowerShell script files. As mentioned in earlier posts this is no conversation of PS to EXE!…
When you upload MS Office documents to SharePoint document libraries their document titles are used in SharePoint to set the default Title column of list item of the uploaded…
I created an alternated notification feature for SharePoint 2010. It’s a demo project for SharePoint 2010. I’ve done it for some practice in SharePoint development and just for…
The last days I’ve created a PowerShell script that enables you to import a whole file system folder into a SharePoint document library using the SharePoint Content Migration API.…
There are several tools out there to minify JavaScript files. – You don’t know “minification”? Look here: http://en.wikipedia.org/wiki/Minification\ (programming)) Common tools…
There is a common error in SharePoint 2010: On almost every (web frontend) server you can find this error in the Windows Event Log “Application”: Event Type: Error Event Source:…
In this “Walkthrough” I’d like to show you how to create a simple WCF Web Service for SharePoint 2010. This Web Service will provide two methods: Ping = Just as test.…
Starting at 12th of September 2011 I'll be freelancer. – In August I had some vacation days to spend. – So I created a new project for me – and for you. I call it "Web based…
In my project RoboPowerCopy (http://robopowercopy.codeplex.com) I’ve implemented a basic set of classes and methods for use with files and directories with long paths. NTFS…
I’ve created a new project that combines my two primary technical passions: SharePoint 2010 and PowerShell. The project “SharePoint PowerShell Timer Jobs” lets you create, modify…
In the last days I created the tool “PS2EXE”. It is able to “convert” PowerShell scripts to “standalone” EXE files. Project site here: http://ps2exe.codeplex.com – It’s ALPHA in…
UPDATE 2021 07 23: Because of the Codeplex shutdown I have archived the project here: https://github.com/ikarstein/robopowercopy Today I want to announce my latest development…
Because of some requests by my blog readers I’d like to show you how to create Workflow Association and Initiation (“Instantiation”) forms in Visual Studio 2010 for use with a…
This is not easy. It took me some days. – Now it works! Here I’ll show you how to create a List Form for a SharePoint List using InfoPath 2010. Therefore you need SharePoint 2010…
In this walkthrough I want to show you how to create a Sequential Workflow with Visual Studio 2010 for use in SharePoint 2010. – I will show how to create a custom Task Form for…
In this walkthrough I want to show you how to create a Sequential Workflow with Visual Studio 2010 for use in SharePoint 2010. – I will show how to create a custom Task Form for…
I’ve uploaded another private demo project. It was planned as part of an SharePoint solution I liked to create but I cannot finalize this project. So I publish this project as…
This is part 2 of my demo project about “How to create a custom list form…” – See this post for part one: https://blog.kenaro.com/2010/12/29/walkthrough create custom sharepoint…
The related articles on my blog are: Part 1: How To Activate SharePoint Ribbon Tab by JavaScript Code Part 2: Sample Visual Studio 2010 project for creating a custom SharePoint…
I’ve created a custom control for SharePoint 2010. This control let you connect two lookup fields so that the second lookup field contains only a subset of all values depending on…