Andrew Rea
C# & ASP.NET Developer BLOG
Sign in
|
Join
Home
Contact
About
RSS
Atom
Comments RSS
Search
Tags
.NET 3.5
ActionScript 3.0
ASP.NET
ASP.NET MVC
Business Objects
C#
CSS
Custom Controls
Data Bound Controls
Extension Methods
Flash
HTML
Javascript
LINQ to XML
Multi Threading
NUnit Tests
Security
Semaphore
Shortcut Keys
Silverlight
Skype
SQL Server 2005
Thread Syncronization
TQL
Visual C#
Visual Studio
Web Controls
Win Forms
Win Forms C#
Windows Live Writer
Sponsors
advertise here
News
Books I am reading at present
Books I am purchasing next
Navigation
Home
Blogs
Archives
September 2008 (1)
August 2008 (4)
July 2008 (2)
June 2008 (3)
May 2008 (7)
April 2008 (7)
March 2008 (4)
February 2008 (10)
January 2008 (3)
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:
ASP.NET
,
CSS
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:
HTML
,
.NET 3.5
,
CSS
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:
.NET 3.5
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:
ASP.NET
,
C#
,
Business Objects
More Posts