Browse by Tags
All Tags »
Web Development (
RSS)
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...
Many times when i develop a user control i have the need to add some javascript to the header of the page. But the header doesn't have a method where you can add script and RegisterStartupScript inserts the script at the bottom of the page. So i thought...
Yesterday was released the first preview of ASP.NET 4.0. Lot's of cool stuff come with this release and with this article i will try to demonstrate the use of templates. The example is available for download Let's start... First we have to download MicrosoftAjaxTemplates...
A lot of people have been using facebook and i am sure that everyone has noticed the ajax gallery that faecebook has. In this article we will try to make our own gallery that does the same stuff. When the user clicks on the image he navigates to the next...
I have been using Shoutcast for a long time. And each and every time had to do the same stuff if i wanted to get details such as song title, current listener etc. So i decided to write a simple class library to make things easier. What you have to do...
More Posts