Contents tagged with Web Development
-
ASP.NET MVC 3 - A RadioButtonList for Enum Properties
ASP.NET MVC3 doesn’t have a built-in RadioButtonList helper and there are times that I want to display an Enum property. I can always do that using a [read more…]
-
Detect if Firebug is enabled and deny access
Firebug is an essential tool for every web developer. It allows to do many things such as script debugging, DOM manipulation etc. What happens though when it get’s to the hand of an experienced attacker? Then it could [read more…]
-
JavaScript is disabled - Should I Care?
Many times a Web Developer faces the question “This won’t work if JavaScript is disabled. Should I change it?” If it’s something simple like a read more…
-
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!
-
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 :
-
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.
-
ASP.NET Browsers Filter!!
Yesterday .NET SP1 released and many new features for ASP.NET where added. But yesterday i also discovered a feature that ASP.NET has from version 2.0