Labontes Law

Super 8 site to help promote Bobby Labonte and Super 8 hotels.

view all projects

Motorola Deals

Single sign-on web application connecting Motorola phone dealers with their customers by zip code proximity search. Dealers can create custom brand compliant coupons right in their browser.

view all projects

Motorola XLR8

Allows Motorola sales reps the ability to create brand compliant sales incentive promotions.

view all projects

Hoopfest : Tournament Management System

A 3 on 3 basketball tournament management system to facilitate the registration and bracketing of over 6,400 teams and 27,000 players.

view all projects

Bloomsday Registration

Registration system handles over 30,000 online runner registrations.

view all projects

How to prevent gifs from rendering grainy using .Net GDI

20.12.2008 0

I recently built a Http Handler for an Asp.net application that needed to generate image thumbnails from different image types on the fly. Sounds easy enough, right?

Well it was a simple task until I tried to generate a thumbnail from a gif. After hours and hours trying to figure out how to improve the resolution I found a great article addressing this particular issue. Read more

How to update an UpdatePanel from two different ContentPlaceHolders using MasterPages

19.12.2008 0

The first thing you want to do is always set your UpdatePanel’s UpdateMode to Conditional. By default UpdateMode is set to Always which is great when you’re first learning, but not efficient. Why? Because every time a postback is triggered, your update panel reloads, which 9 times out of 10, isn’t what you want.

The trick to setting up two different UpdatePanels is this. Lets say you have an UpdatePanel containing a GridView in one ContentPlaceHolder displaying a customer’s order history. You have another UpdatePanel in another ContentPlaceHolder that will display the order details when an order is selected.

Read more

Starbucks Card Balance Google Gadget

19.12.2008 1

Starbucks Google Gadget

I created a simple Google gadget to show me how much money I have left before my caffeine headache kicks in. It’s a nice addition to my iGoogle account.

I personally wouldn’t provide my Starbucks Card number and pin to a total stranger, but some of my friends wanted to use it so here it is.