jquery Archive

Web Talk – A Framework For Web Based Presentations

I recently was given the opportunity to present at a conference. The conference is targeting web developers / designers. I wanted my code (HTML, CSS, and JavaScript) to be functional. It seemed that transitioning between a Power

An ASP.NET MVC Truck Tracker Application Using Google Maps

In a previous post we built a MySQL database and a data access layer via a repository pattern implemented using Fluent LINQT to NHibernate. We also wired up this repository in our ASP.NET MVC application using Ninject.

A Google Maps Version 3 jQuery Plugin

As more and more devices become GPS capable or location aware, mapping will become more pervasive. This is already happening today. There are a number of mapping solutions that are available. This post will examine how to

Build an RSS Feed Reader with jQuery and jGFeed

I recently updated my home page to include summary of the latest posts for this blog. Here is a screen shot of the summary section: I am using dasBlog as my blog engine and I originally approached

A Simple jQuery Slide Show Plugin

I am working on a project that once again requires a slide show on the page. Previously, I posted on a more complex slide show that was configurable. This time everything is much simpler. I have a

Building A Web App – A Scrolling News Region

Note: This post 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

Use Transparent Pixels To Create A Web Page With Pizzazz

Recently, Chris Coyier (@chriscoyier) tweeted the following… The site does indeed have some really nice utilization of jQuery. They also have a background that changes color as you click through their menu system. Here are a few

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

HTML Scrolling Table With Fixed Headers jQuery Plugin

I have been searching for a nice simple jQuery plugin to convert a HTML table element to a scrolling element with a fixed header. The following demo page includes three tables. The top one has the desired

jQuery Blink Plugin

As part of a website that I am building I wanted to be able to draw the users attention to a content that is already on the page. This type of behavior may have purposes else where,