Recent Posts

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...
4
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...
9
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: ,
0
Comments

Quick Effect : Calendar Current Date using CSS and .NET 3.5 Anonymous Types by REA_ANDREW

This example simply gets a background image form the link provided below, applies some css, some anonymous types and outputs the current day and month in this fashion .  First of all the site which I got this very cool graphic from is here, http...
Filed under: , ,
0
Comments

Extension Methods inside .NET 3.5 by REA_ANDREW

I have just come across Extension Methods inside the new .NET framework and I have to say that they are very cool.  They allow you to extend most if not any type with custom functions which you specify.  The rule is that you must make the class...
Filed under:
0
Comments

Microsoft World Wide Telescope by REA_ANDREW

I would love to know if there are plans to port this over to Silverlight, keeping it in the family so to speak. http://www.worldwidetelescope.org/ Cheers, Andrew
3
Comments

Really Good Visual Studio Plugin - "Ghost Doc" by REA_ANDREW

I have recently become aware of a plugin for Visual Studio called Ghost Doc.  You right click on a piece of code and click " Document This " or alternatively I assigned ctrl + shft + D to do it for me.  It is that easy, and boy is...
2
Comments

ASP.NET RadioButton Derived Control with Value by REA_ANDREW

Sometimes you put up with things unconsciously until one day you think, hang on, why don't I just to "x." So what I am referring to is simply that the ASP.NET RadioButton control does not have a property for Value .  I have no doubt that...
More Posts Next page »