jquery Archive

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

Drop Down Menu with HTML, CSS and jQuery

I am working on a website for my wife’s non-profit. We were discussing various navigational menus and decided upon a drop down menu. A drop down menu displays a horizontal row of top level menu items. As

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

Monitor Multiple Computers Remotely Using ASP.NET MVC

A while ago I blogged about an optimized method of capturing remote desktop views. The method can be used to get a decent remote desktop viewing experience. This was developed a bit here and here. In the

Asynchronous Image Updater Using jQuery

In some applications there may be an image on the server that is dynamic. I want the image rendered on my web page to reflect the changes on the server. However, the browser caching mechanism work against

ASP.NET MVC Task Manager (aka ‘Mr. Marky’)

In this blog I will introduce an online task manager created using the ASP.NET MVC framework. Here is a demo site and screen shot. Demo Download Background: The purpose of the project is to explore more deeply the

ASP.NET MVC Contact Form

I’ve been meaning to add a contact form to the bobcravens.com web site to allow visitors an easy way to send me email. Besides the convenience to visitors, contact forms allow you to keep your email address

MobileMe Scrolling Image Viewer

My friend showed me photos that he has posted on-line in his MobileMe Gallery. Apple did a great job designing this web site. There is a lot to learn from this user experience. One element that I