zaprousdower

Stories submitted by zaprousdower

How to capitalize the first letter of each word in a string(www.esourcedevelopment.com)

submitted by zaprousdowerzaprousdower(50) 1 year, 10 months ago

Big slap on the forehead when I figured this one out. read more...

add a comment |category: |Views: 15

tags: another

Setting up IIS to allow download of EXE and ZIP files(www.esourcedevelopment.com)

submitted by zaprousdowerzaprousdower(50) 1 year, 10 months ago

Interesting tutorial on how to set up IIS to allow users to download exe and other specific file types. read more...

add a comment |category: |Views: 177

tags: another

Creating a Bing Maps (Virtual Earth) backend with custom pushpins(www.esourcedevelopment.com)

submitted by zaprousdowerzaprousdower(50) 1 year, 10 months ago

Any web application using Bing Maps has to offer something specific to that site or program. For example, you might have a database of speed cameras for your city and want to offer your visitors a way to define search parameters and display the results with custom pushpin graphics. read more...

add a comment |category: |Views: 68

tags: another

How to populate a TreeView control using XML with NO root(www.esourcedevelopment.com)

submitted by zaprousdowerzaprousdower(50) 1 year, 10 months ago

This article describes how to populate a treeview control from an XML file without that one annoying root element that XML requires. read more...

add a comment |category: |Views: 58

tags: another

How to display KML / KMZ files using Bing Maps (Virtual Earth)(www.esourcedevelopment.com)

submitted by zaprousdowerzaprousdower(50) 1 year, 11 months ago

I’ve waited and waited for months now for Microsoft to add the popular KML / KMZ file formats directly to their library, but have seen no indication from them that it is coming anytime soon. This is a big deal for sites or desktop applications that offer Bing Maps, but can’t find a way for their visitors to display KML files on their local machines on your map page. This article shows how to do it. read more...

add a comment |category: |Views: 239

tags: another

How to display a random image on another website(www.esourcedevelopment.com)

submitted by zaprousdowerzaprousdower(50) 2 years, 1 month ago

There are times when people want to rotate a picture on a social networking site like Face book, MySpace, or just as a blog signature, but the restrictions are such that when you are allowed to specify an image, you have to enter a URL to an image and the content-type must be set to “image/gif.” So, how do we get around these limitations and still allow a random image to be shown? Read on. read more...

add a comment |category: |Views: 3

tags: another

Compact Javascript Ad Rotator(www.esourcedevelopment.com)

submitted by zaprousdowerzaprousdower(50) 2 years, 2 months ago

We needed a little ad rotator for an ASPX web project and didn't want to use AJAX. It didn’t take long to find some direction and get us on the path of coding our own little compact Javascript image rotator. read more...

add a comment |category: |Views: 15

tags: another

Validating email address format on your ASP webpage(www.esourcedevelopment.com)

submitted by zaprousdowerzaprousdower(50) 2 years, 4 months ago

This is a great tutorial on handling basic email address validation on a web form. It checks the syntax and makes sure the address is formatted correctly and prompts the user to correct the entry if it is malformed. It uses ASP, C#, and some Javascript code. read more...

add a comment |category: |Views: 4

tags: another

Singleton Class – C#’s MVP(www.esourcedevelopment.com)

submitted by zaprousdowerzaprousdower(50) 2 years, 4 months ago

A short and simple description of the Singleton design pattern with sample source. read more...

add a comment |category: |Views: 48

tags: another