Eddie On Everything

Don't get me started

Entries for the ‘Calculators’ Category

Blimpie Sub Calorie Calculator

Blimpie subs are great, but it’s hard to know how many calories, carbs, and protein are in each. Particularly if you like to order custom subs, like I do. I made this calculator to help me determine the nutritional values of my ala-carte Blimpie subs.

Subway Sandwich Calorie & Carb Nutrition Calculator

Subway makes it hard to discover the nutritional values of a particular sub.

This is because on their nutritional sheet, they list the calories, carbs, fat, etc., for a particular sub based on a certain set of pre-defined ingredients. For example, they only list the nutritional contents for a sub on their 9-grain wheat bread. Which is great, if you always order 9-grain wheat bread. But I don’t.

So I created this calculator that lets you determine the nutritional content of any sub.

Simply choose your sub, bread, cheese, toppings, etc – from the drop down lists, and the calculator will calculate the nutritional value of your sub.

Calculate the Days Since a Given Date (Javascript)

I recently needed to calculate the number of days that had elapsed since a given date. Not happy with any of the code snippets I found on the internet, I wrote my own. A demo is below, along with the the javascript code. Note that the code uses a bit of dynamic [...]