This last weekend I was setting up a Google AdWords campaign and I was blown away when I got to the payment screen. Google AdWords DOE S NOT support Discover Card as a payment method. Yeah, for real. …
Blog
Texting/SMS Your Mobile Phone From .NET (or any other technology)
This is mainly a post for myself so I can have all the resources in one area, but hopefully it helps someone else out too. There are a few ways to send a Text Message to your phone. The most common …
Continue Reading about Texting/SMS Your Mobile Phone From .NET (or any other technology) →
Simulating Bandwidth in Web Applications
Many times during developing web applications you will need to simulate a users experience. Certain questions come up, such as: Will this page load fast on a dial up connection? What are the …
Continue Reading about Simulating Bandwidth in Web Applications →
SubSonic on GoDaddy Shared Hosting
I was trying to get SubSonic to run on a Free Hosting Environment (on GoDaddy) but unfortunately I kept getting a SecurityException when the code would attempt to save an entity. The code looked …
CodeSmith Screencast
I recently finished a screen cast that demonstrates the use of Code Smith to create files based upon a database schema. The Haps In this screen cast I make a connection to the database, loop through …
DB2 / SQL SERVER 2005 / .NET
For those of you who are lucky enough to work with DB2 and .NET, you're probably already aware that you can run into some issues if you're not using the correct DB2 Driver. I've been …