Tag Archives: code

Build to Build Change History using Visual Build Pro and Team Foundation Server 2010

I was recently asked to include build by build change history in our build notification messages by a Senior Developer and the QA Supervisor. Some things to note ahead of time is that the company I work for is on … Continue reading

Posted in Team Foundation Server, Visual Build Professional | Leave a comment

TestComplete Simple CSV Reader (C# script)

Automation is finally heating up at work and its tough to do any automation without reading your test definition files. I wrote mine in TestComplete’s C# scripting. This is a very simple script but why go re-write something if you … Continue reading

Posted in Automation, C#, Code Sample, Test Complete | Leave a comment

WordPress 3.0 and add_action

It seems as though, with WordPress 3.0, the add_action function (in some cases) has become a little more strict. Tag Grouping has a call to save_post that worked perfectly in WordPress 2.9 and up but broke completely once WordPress 3.0 … Continue reading

Posted in HTML, MS-SQL, MySQL, PHP, Tag Group Plug-in, Wordpress | Leave a comment