Recent Posts

0
Comments

ASP.NET Dynamic Data – Using Column Generators based on Meta Data by REA_ANDREW

I was looking at the generated site which ASP.NET Dynamic Data had provided and thought, I wonder how I can choose which columns I want to display based on the model itself.  This is then dynamic, in the way that for one model I show one column,...
0
Comments

Programmatic WebControls – Variations of design by REA_ANDREW

I thought I would compose a short how to on programmatic web controls.  Often I have looked at the core set of controls within ASP.NET and wonder what design is required in order to get the design time mark up similar to that of the various controls...
0
Comments

Idea for a Helper Utility Class Generator for a WCF Rest Service by REA_ANDREW

This morning I followed an Adobe Flex tutorial, well 3, about consuming Twitters restful API inside Flex.  After this it got me thinking about WCF and their Rest Starter Kit.  I looked and they are now up to Preview 2, so I downloaded it and...
Filed under: , ,
1
Comments

My Jquery Plugins : Fader by REA_ANDREW

This plug-in I made is quite handy and has a few applications.  I think JQuery is a fantastic library for javascript, as it does what it says on the tin: WRITE LESS, DO MORE Ok so the fader, I have written this plugin with a few options, which are...
Filed under:
0
Comments

Useful DateTime functions in JavaScript based on .NET DateTime by REA_ANDREW

A question recently on StackOverflow.com triggered me to think that it would be nice if in JavaScript I could do this: var d = new Date(); d.AddDays(1); So exactly like what I can do in .NET.  I know a lot of people try and achieve date solutions...
0
Comments

Nice quick JQuery plugin by REA_ANDREW

I think I am thinking too much about how to write a good blog post.  I think I need to master letting my brain flow while intercepting the output and tweaking things.  Well I have not yet mastered it, but I shall continue to try.  I was...
Filed under:
0
Comments

IIS and Virtual Directories and their usefulness by REA_ANDREW

I had a requirement of late where by I wanted to share a Master Page over many physical sub sites, i.e. Main Website (www.mainsite.com) Sub Site 1 (www.subsite1.com) Sub Site 2 (www.subsite2.com) etc… It was at this point when I thought of virtual directories...
Filed under:
0
Comments

Comparing Byte Arrays in C# and more specifically using the .NET 3.5 Framework by REA_ANDREW

I was looking for a simple way of comparing two byte arrays and it is not as 123 as you may think as methods which you may assume would return true, DO NOT.  I found a solution that does exactly what I need and is part of the framework, and I found...
Filed under:
0
Comments

IDE Features I find useful – Visual Studio by REA_ANDREW

This is a short but one of many of a series of blog posts I would like to make which mention some of the useful features of different IDEs which I make use of.  This one is for Visual Studio: Full Screen View –> Full Screen (Shift + Alt + Enter...
Filed under:
0
Comments

CascadingDropDownExtender setting SelectedValue by REA_ANDREW

I had a situation recently where: I needed a cascading drop down interface I needed it to execute on the client I needed to reload the parent and child items' selection. The Cascading DropDownList Extender is an excellent control as are its siblings inside...
Filed under:
More Posts Next page »