Archive

Posts Tagged ‘web development’

Implementing JavaScript Alert on Server Side

October 17th, 2010 1 comment

Ever so often, an application must communicate with its user when it is working. The most basic of methods is to display a popup message, usually when a task is complete or some error has occurred. In windows form programming, displaying a popup message box to the user is really easy. Unfortunately, this is not so simple when doing web programming, specifically ASP.NET. There is no native method to initiate a message box in ASP.NET. Read more…

5 Great Web Developer Tools

February 8th, 2010 No comments

A web developer’s life is never an easy one. I know and understand this, and so I thought I would share my top five, must have, tools that I use from day to day. They are in no particular order and are great tools. They have saved me countless hours of additional work and have made my work so much more tolerable. Read more…