April 2008 - Posts

0
Comments

Another few useful JavaScript functions when working with file and directory paths by REA_ANDREW

Whilst working on a project recently, I was having to deal with physical file locations.  In .NET there is the extremely useful object Path, which yields very useful static functions for formatting filenames and directory names etc...  What...
Filed under:
1
Comments

Creating a Regular Expression Evaluator Program - Part 2 by REA_ANDREW

So I thought I would move straight onto an update to this Regular Expression Evaluator tool.  What I have done code wise is only 2 lines, but for functionality and ease of use, I have added three tabs, three text boxes and another button.  ...
Filed under:
0
Comments

Windows Live Writer : Little JavaScript for Code Display by REA_ANDREW

OK in my previous post towards the end I noticed a little config button on one of the plugins in Windows Live Writer.  So the plug in I am referring to is Syntax Highlighter Version 1.0.9.0 from http://wlwplugins.com/syntax-highlighter-code-formatting...
1
Comments

Delegate Chaining by REA_ANDREW

After a few questions I have taken part in, I have recently gone further into delegate chaining.  I have to say that I am, like most others things in C#, really impressed.  It kind of adds a horde of functionality to the facade design pattern...
Filed under: ,
1
Comments

Creating a Regular Expression Evaluator Program by REA_ANDREW

In this blog I want to display how easy it is to create a simple Regular Expression Evaluator tool, which will come in real handy when you want to create a regular expression.  There are commercial ones out there, but I get by with this one.  ...
1
Comments

NUnit Testing and Custom .NET Configuration File by REA_ANDREW

I got hit with this problem, not so long ago.  I was testing a project I was making and in some of the tests this involved the retrieval of settings from the configuration file.  I created an App.config file for the assembly, and went onto to...
Filed under: ,
0
Comments

Pair Type, maybe even a Trio by REA_ANDREW

I know there is a Pair type inside the Web UI framework, but I feel this idea is too handy not to implement as a generic type. This will probably have been done sometimes before me it is untrue lol, but any how. I decided to make the class then and there...
More Posts