A screenr screencast demonstrating the use of Optional and Named Parameters in C# 4.0 and Visual Studio 2010.
.NET, C#, Screencasts | January 31, 2011 | 0 comments
.NET, C#, Screencasts | January 31, 2011 | 0 comments
A screenr screencast demonstrating the use of Optional and Named Parameters in C# 4.0 and Visual Studio 2010.
Screencasts, Visual Studio | November 30, 2010 | 0 comments
jQuery, Screencasts | March 23, 2010 | 9 Comments
Using screenr, I’ve just recorded a new sub-five minute screencast detailing a web scraping example using YQL, jQuery and JSONP.
In the video, I quickly introduce YQL‘s web scraping capability by returning a the contents of an HTML element on the JustGiving website. The data is obtained using jQuery’s getJSON method via JSONP for a cross-domain request. It’s short, but simple, and aims to give a brief example of what’s possible using YQL and jQuery. Continue reading
Design, Screencasts | November 30, 2009 | 0 comments
I’ve just created a (very) short screencast over at screenr.com showing you how to create a colour swatch from an image in Adobe Kuler and export the swatch to Adobe Illustrator. Check it out:
Screencasts, Visual Studio | October 23, 2009 | 2 Comments
So, I’ve just recorded a second screencast at screenr, this time about googletest – the Google C++ Testing Framework. I had a couple of issues getting things up and running so I thought it might be beneficial to show I got going.
I’ve been more used to unit testing in a C# environment, particularly NUnit and MS Unit, so googletest was a fresh look at unit testing for C++. Note that the screenr title is incorrect, it should read ‘Getting started with googletest – the Google C++ Testing Framework ![]()