May 2008 - Posts

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: , ,
2
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...
3
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...
11
Comments

Bad Word Filter With Regular Expressions by REA_ANDREW

I have seen many versions of these and a lot of the time people are expecting that a bad word would be written complete, I.e. BADWORD.  Sometimes they overlook the fact that others get hold of this rule and simply bypass by adding symbols in between...
Filed under: , ,
More Posts