Archive for July, 2008
Tuesday, July 29th, 2008
Silverlight NUnit ProjectsI've been doing some experiments to find out if it's possible to execute NUnit on a Silverlight project. I knew that Visual Studio 2008 and Expression Blend both host Silverlight for use in the designer window. It turns out that rather than host a separate instance of ...
Posted in Uncategorized | No Comments »
Monday, July 28th, 2008
China becomes biggest net nation China surpassses the US as the nation with the biggest net-using population, according to official figures.... Colin Harman MACITP Silverlight NUnit ProjectsI've been doing some experiments ...
Posted in Uncategorized | No Comments »
Monday, July 28th, 2008
Microsoft and TestDriven.NetIt has been over a month since my last update. I just want to put to rest any rumors of TestDriven.Net's early demise. With the help of my lawyers, I responded to Microsoft's lawyers' letter and am now attempting to come to a resolution of the issues. ...
Posted in Uncategorized | No Comments »
Monday, July 28th, 2008
Sorting an Array of Custom Objects in C# In this article Sandesh discusses the different ways of sorting an array of custom objects in C# using the IComparable and IComparer interfaces. Examples are provided on the simple case of sorting an array of built in ...
Posted in Uncategorized | No Comments »
Monday, July 28th, 2008
Developing and Deploying a SharePoint Feature - Part 2 This article displays the development and deployment of code that builds a Word Document List by way of activating a feature we have previously constructed. Part 1 of this article series showed how the feature is ...
Posted in Uncategorized | No Comments »
Monday, July 28th, 2008
Automating Software Development Processes By Tim Kitchens Automating repetitive procedures can provide real value to software development projects. In this article, we will explore the value of and barriers to automation and provide some guidance for automating aspects of the development process.Click here for the full article. Places to ...
Posted in Uncategorized | No Comments »
Sunday, July 27th, 2008
Tip of the Day #5 (Keyboard Shortcuts in IE) If you prefer to use your keyboard more than your mouse then you may be interested in this set of keyboard shortcuts for Internet Explorer 6 and 7. Technorati Tags: ie,internet explorer,keyboard,keyboard shortcut... ...
Posted in Uncategorized | No Comments »
Sunday, July 27th, 2008
Autosuggest testbox with results from sql Hey All, I am trying to write a php script and would like to have an autosuggest text box with data from a mysql database. This would be for designating a town in a form. The sql query I would ...
Posted in Uncategorized | No Comments »
Sunday, July 27th, 2008
NCoverExplorer... v1.4.0Syndicated from Kiwidude's Geek Spot I've had this "quietly available" on the download page for a few weeks to gain feedback on any issues and with no known issues outstanding it seems appropriate to more publicly announce it. A big change in NCoverExplorer 1.4.0 is that ...
Posted in Uncategorized | No Comments »
Saturday, July 26th, 2008
Implementing Ajax using PHP In this article Babita examines what AJAX is, how it works, and how we can use AJAX with PHP. The article describes the steps required to create an XMLHttpRequest object, request and response procedures along with the required code samples. ...
Posted in Uncategorized | No Comments »