How to run a program during Azure deployment.

Sam RuebyUncategorized Leave a Comment

Just a quick post a few hours before my birthday. It took a while a long time ago to figure out how I could execute some code before my Azure Web Role launches, when deploying to Windows Azure. This is only applicable to WebRole and WorkerRole. This information was found here and sibling pages: http://msdn.microsoft.com/en-us/library/hh180155.aspx What have you have to …

You can’t format a number in Firefox.

Sam RuebyWeb Development Leave a Comment

It’s been a while since I’ve posted (I didn’t have time). Today I learned that Firefox doesn’t allow you to change the way <input type=”number” />  appears. For example, say that you want to always see two decimal places because this number represents money. You can easily write a little JavaScript to format the number after it has been changed. function …