One small tip for parents
One small tip for parents.
One small tip for parents.
Smart files is one of the most awesomest feature in Windows 8. It basically lets you ‘see’ all your files in OneDrive but takes up a ridiculously minute frac...
Why I’m strongly considering temporarily moving to an iPhone till Windows Phone catches up: Just got an email that my work phone has been moved to Jabber. Ci...
Here’s a neat script I wrote the other day to download the urls of all the user’s in your Yammer network. This comes in handy when you want to re-use the pro...
So how does one go about creating PDF files dynamically? You need a pinch of the open source PdfSharp library and 10 lines of PowerShell. Add-Type -Path .\P...
Quick tip on how to retrieve the value of a message box when writing automation tests using White for Windows desktop apps.
I originally wrote this function when I needed to create jUnit/xUnit compatible test results. The resulting xml file was then fed into the jUnit plugin in Je...
What’s the easiest way to break into the debugger in JavaScript especially when you have heaps of js files being loaded by a page (SharePoint 2013 & disp...
Let’s look at what it takes to make a minor tweak to the out of the box search result in SharePoint 2013. Say my requirement is to show the document id in th...
I’m currently working on a Search First migration to SharePoint 2013. This post is a placeholder to document the gotchas and workarounds.