Category: Programming

Slow Cheetah not transforming config files

I work as a web developer, primarily in C# (.Net).  In my current position, I get to work on many different projects, and using a few different tools to help us get our job done. One such tool we use is called Slow Cheetah.  Basically, Slow Cheetah can allow you to add transforms for your…


What is my IP?

Occasionally, it’s handy to know what your public IP address, which is the IP address assigned to you by your ISP.  Most home users will have a Dynamic IP address, meaning they won’t always have the same IP address when connected to the internet.  People may use this public IP address for all sorts of…


Displaying results from two asynchronous jQuery calls

I am the lead developer for VroomVroomVroom, and we primarily use ASP.NET for our programming, but also use other web technologies such as Javascript and jQuery to support our web application.  One of the tasks our site does is to gather a list of data from several different sources, and show the combined results in…


ASP.NET Uppercase text in a Textbox control

Earlier today I was looking for an easy way to force users to enter Uppercase text into a textbox on a web form I was creating. There are a few different solutions out there, including some Javascript functions to call when the user types into the text box, but I wanted something that wouldn’t require…