Browse by Tags
All Tags »
Web Development (
RSS)
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 …]
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 …]
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…
While a was at Teched2009 and watching Tim Heuer presenting Silverlight 3 I noticed a new cool feature named Local Messaging! When I saw this new feature, a crazy idea crossed my mind. Could this be used in order to allow the user to open my website 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. What do i want? I want to show a page or...
I always had the question if I could add a LiteralControl via Markup code. Let's say something like that : < div class = "header" > < asp : LiteralControl runat = "server" ID = "ltrHeader" > </ asp : LiteralControl...
Today I ran into an excellent post of Bill Beckelman about a server side asp.net message box. More info you can find on this post . And I thought what if I wanted to use it via the client ? So I decided to extended a little further and to add a client...
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. Update NOW!!!!
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...
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 Let's say we have a button. We can decide what value will the properties have for different browsers...
More Posts
Next page »