Web Dev And Stuff
ASP.NET from the G(r)eek side
-
Make your site run only in ONE Browser window(single instance)!
While a was at Teched2009 and watching Tim Heuer presenting Silverlight 3 I noticed a new cool feature named Local Messaging!
-
ASP.NET Membership - Change password without asking the old
Recently I was in a situation where a user was required to change the password upon first login.
-
Anonymous user access in N2 CMS
First of all i have to say that N2 CMS i a great Content Management System and really extensible! I discovered it a while ago and i decided to re-develop projects that were built with DotNetNuke with N2.
-
LiteralControl in Markup!!!
I always had the question if I could add a LiteralControl via Markup code. Let's say something like that :
-
.NET Framework 4.0 and “Dublin”
How about a sneak peek into the .NET Framework 4.0?
-
Silverlight and Shoutcast!
Finally a solution!!!!!!!! How can we stream a shoutcast radio via a Silverlight application?
-
Set default value for Properties
Many times I needed to set a default value for a property.
-
ASP.NET Messagebox - Server and Client
Today I ran into an excellent post of Bill Beckelman about a server side asp.net message box.
-
Firebug 1.2 - New Version
Just a few hours ago the 1.2 version of the ultimate web development tool, Firebug , has been released. Several improvements and bug fixes come with this release. You can find more at John's post.
-
The @Reference Directive
When I want to add a user control to a page I use the @Register directive at the top of the page. and the I add the control to the markup. But what if I want to add a user control programmatically but I have no reference of it via the markup? That is where the @Reference directive comes to action.