Recent Posts

5
Comments

LINQ to XML : My Version of LINQ Extension Method for IEnumerable to return Random Single Selection by REA_ANDREW

I was in the middle of making so nice templates in order to generate some test data.  I wanted to create Firstnames, Lastnames and Titles but also have them specialize by sex.  So I have methods including GetMaleFirstName , GetFemaleFirstName...
Filed under: , ,
3
Comments

.NET, Adobe Flash and Cross Domain Communication -How To AND How Not to LOL! by REA_ANDREW

  "Is SilverLight going to use Cross Domain Poilicies?"   I hope no one is thinking, "FLASH?!?! why not Silverlight!!"    If so I apologise lol, but a project I am working on, the client has clearly specified...
0
Comments

The recent version of a SQL Attack which you may have been victim of. by REA_ANDREW

I have ben reading a few blogs recently which have been issuing notices of the fact they have been attacked with a SQL Injection into their site.  A couple of sites I have been witnessing these attacks through Health Monitoring.  At first I...
Filed under:
4
Comments

GridView Row Click Selection via ClientSide Code by REA_ANDREW

A nice effect and UI effect I like, is allowing a user to select a row of a grid view by clicking on the row itself, anywhere.  I.e. you are not restricted to simply a link or a button, but literally anywhere on the row.  This does however lead...
0
Comments

SqlCacheDependency, I think it is absolutely brilliant! by REA_ANDREW

Of late I have been working with ASP.NET MVC and in general a complete upgrade on my architectural thinking, designing, coding and testing.  In this little blip I had, I thought about dependencies and the lack of in my coding.  I have some ideas...
5
Comments

ASP.NET MVC "Pager" HTML Helper by REA_ANDREW

So I am building my own custom blog using the ASP.NET MVC Framework, and I have been working on the paging aspect.  I will be going into more detail how i achieved this but for now, I am publishing a HtmlHelper I have made which has helped me, believe...
0
Comments

MetaWeblog API, Windows Live Writer - Adding Categories by REA_ANDREW

I have just been working on my own custom blog library and as a base I have gone with the MetaWeblog API.  Everything was going great, until I got to the part where I wanted to add custom categories to post and more specifically add to my category...
5
Comments

We should have a Shuffle function for the Array base class - like Java by REA_ANDREW

This is only my opinion of course and I am, like always, braced for someone to come along and say "There is one!" lol .  But at present I am not aware if there is one, so... I am just writing to display my attempt at one.  I think...
10
Comments

A Simple MVC Preview 3 Contact Form, Custom HtmlHelper and Model Example by REA_ANDREW

I have just recently designed a site for a client and decided to use MVC for it.  I think above all the best thing I enjoy about it, is the clean markup that is outputted.  Of course I also have great administration for the work and effort that...
1
Comments

Alter your ASP.NET Blog with the Raw Header Text box inside the Control Panel by REA_ANDREW

I only noticed today that you can to the head element of the ASP.NET blog using the Raw Header Header Text Box inside the Control Panel.  I have as you can see made a few changes which I have actually wanted to do for a while but thought that constraints...
Filed under: ,
More Posts Next page »