March 2009 - Posts

4
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,...
Filed under:
7
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: , ,
2
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:
2
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...
4
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:
More Posts