asp.net Archive

Upload Files With Progress Using Uploadify

I recently posted an in depth tutorial on how to on upload multiple files using Uploadify. The ASP.NET default handler for file uploads does not easily allow you to provide feedback or control over the process. There

Building A Web App – Authentication / Authorization

Note: This is a continuation of a series of posts on the design and development of a web application for a non-profit organization. Previous posts: Part 1: Securing Web Presence Part 2: High Level Design Part 3:

Building A Web App – WordPress Integration

Note: This is a continuation of a series of posts on the design and development of a web application for a non-profit organization. Previous posts: Part 1: Securing Web Presence Part 2: High Level Design Part 3:

Building A Web App – Slide Show Area

Note: This is a continuation of a series of posts on the design and development of a web application for a non-profit organization. Previous posts: Part 1: Securing Web Presence Part 2: High Level Design Part 3:

Building A Web App – Page Header and Footer

This is a continuation of a series of posts on the design and development of a web application for a non-profit organization. Previous posts: Part 1: Securing Web Presence Part 2: High Level Design At the end

Building A Web Application – High Level Design

In our last post we secured the web presence necessary to host our web application and establish and build a community around the organization. This post will introduce the high level architecture and design of our web

Building A Web Application – Securing Web Presence

As mentioned previously, my wife is starting up a non-profit and will need a website. As a supportive husband, I have volunteered to develop a web presence for the non-profit. This will be taking up most of

AJAX calls to ASP.NET MVC action methods using jQuery

It is best practice to use jQuery (or similar JavaScript library) for your web development. These libraries provide a powerful JavaScript API that allows you to interact with the DOM. There are many many differences between browsers

Browse Files On Remote Computers

I recently posted on an application that was able to monitor the desktops of multiple remote computers. The network topology is shown below. Notice that the remote computers (User 1-6 below) and the Monitoring Station are behind

Image Compression in C# for ASP.NET MVC

The last couple of posts I have been developing a web based application (ASP.NET MVC) that can be used to monitor remote computers. Transporting image data can generate a lot of network traffic and effect the performance