{"id":388,"date":"2023-08-12T16:34:24","date_gmt":"2023-08-12T16:34:24","guid":{"rendered":"https:\/\/hernandezvideo.com\/order\/?page_id=388"},"modified":"2023-08-17T23:25:05","modified_gmt":"2023-08-17T23:25:05","slug":"calculator","status":"publish","type":"page","link":"https:\/\/hernandezvideo.com\/order\/calculator\/","title":{"rendered":"calculator"},"content":{"rendered":"\n<html>\n<head>\n\n<script type=\"application\/javascript\">\n\nfunction three(value) {\nvar x;\nx= 50 * value;\n\ndocument.getElementById('3inch').value = x;\n}\n\nfunction four(value) {\nvar x;\nx= 100 * value;\n\ndocument.getElementById('4inch').value = x;\n}\n\nfunction five(value) {\nvar x;\nx= 200 * value;\n\ndocument.getElementById('5inch').value = x;\n}\n\nfunction six(value) {\nvar x;\nx= 300 * value;\n\ndocument.getElementById('6inch').value = x;\n}\n\n\nfunction seven(value) {\nvar x;\nx= 400 * value;\n\ndocument.getElementById('7inch').value = x;\n}\n\nfunction ten(value) {\nvar x;\nx= 800 * value;\n\ndocument.getElementById('10inch').value = x;\n}\n\nfunction twelve(value) {\nvar x;\nx= 1200 * value;\n\ndocument.getElementById('12inch').value = x;\n}\n\nfunction fourteen(value) {\nvar x;\nx= 1600 * value;\n\ndocument.getElementById('14inch').value = x;\n\n}\n\nfunction sixteen(value) {\nvar x;\nx= 2000 * value;\n\ndocument.getElementById('16inch').value = x;\n}\n\nfunction addlfeet(value) {\nvar x;\nx= value;\n\ndocument.getElementById('addfeet').value = x;\n}\n\nfunction grandtotal() {\nvar arr = document.getElementsByClassName('qty');\n    var tot=0;\n    for(var i=0;i<arr.length;i++){\n        if(parseInt(arr[i].value))\n            tot += parseInt(arr[i].value);\n    }\n \n\n\ndocument.getElementById('totalfeet').value = tot;\n\n\n}\n\nfunction copytotal() {\n\ndocument.getElementById('totalfeet').select();\n\ndocument.execCommand(\"copy\");\n\n}\n\n\n\n<\/script>\n<style>\n\ntable {\nwidth: 70%;\nmargin-top: 0px;\n}\n\t.calculator table {\n  font-family: arial, sans-serif;\n  border-collapse: collapse;\n  width: 100%;\n}\n\n.calculator {\n\tmargin-left: auto; \n  margin-right: auto;\nmargin-top: 0px;\n }\n\n.calculator td, th {\n  border: 1px solid #000000;\n  text-align: center;\n  padding: 8px;\n}\n\n.calculator tr:nth-child(even) {\nborder: 1px solid #FFFFFF;  \nbackground-color: #dddddd;\n}\n\ntr.noborder td {\n\tborder: 0;\n\tpadding: 4px;\n}\n\ntd.total {\n\ttext-align:right;\n\tfont-size: 2em;\n\tborder:0;\n}\n\n\ntd.totalamount {\n\ttext-align:right;\n\tfont-size: 2em;\n\tborder:0;\n}\n\ntr.lastrow td {\n\tbackground-color:#FFFFFF;\n}\n\ntd.noborder  {\n\tborder: 0;\n}\n\nbutton {\n\twidth: 130px;\n\tfont-weight:bold;\n\tfont-size:small;\n}\n\n#rst {\n\twidth: 100px;\n\tfont-weight:bold;\n\tfont-size:medium;\n}\n\n\n\t.auto-style6 {\n\t\tfont-size: medium;\n\t}\n\t.auto-style7 {\n\t\tmargin: .3em 0 .3em 0;\n\t\tfont-family: Arial;\n\t\tfont-size: medium;\n\t\tcolor: #050566;\n\t}\n\t.auto-style8 {\n\t\tmargin: .3em 0 .3em 0;\n\t\tfont-family: Arial;\n\t\tfont-size: x-large;\n\t\tcolor: #050566;\n\t}\n\t.auto-style9 {\n\t\tmargin: .3em 0 .3em 0;\n\t\tfont-family: Cambria, Cochin, Georgia, Times, \"Times New Roman\", serif;\n\t\tfont-size: xx-large;\n\t\tcolor: #050566;\n\t\t\n\t}\n\n\t.auto-style10 {\n\t\ttext-align: center;\n\t\t\n\t}\n\n\t.auto-style11 {\n\t\ttext-align: right;\n\t}\n\n\t<\/style>\n<\/head>\n<body>\n\n\n<form onsubmit=\"return false;\">\n\t\n\t\t\t\t\t\t<table class=\"calculator\">\n\t\t\t\t\t\n\t<p align=\"center\" class=\"auto-style9\"><em>Film \n\t\t\t\t\t\tTotal Feet Calculator<\/em><\/p>\n<p style=\"margin-left: 20px; margin-right:20px; margin-top: 0px; text-align:justify;\">Measure the diameter of each reel and enter the quantity below.  The length determines the amount of feet.  There is also an input at the end for any reels that are not full.  You can still measure the diameter of the film itself.  For example, if you have a 7 inch reel (which normally holds 400 feet) but it's half full and you measure the diameter of the film itself an you get 5 inches, then that would be 200 feet. Once all your data is in, you can either manually type the grand total on the order form or click the Copy Total button and paste the amount on the order form.<\/p>\n\t\t\t\t\t\n  <tr>\n    <th class=\"auto-style10\">Reel Length<\/th>\n    <th class=\"auto-style10\"># of Reels<\/th>\n    <th class=\"auto-style10\">Total Feet<\/th>\n  <\/tr>\n  <tr>\n    <td>3&quot; (50 feet)<\/td>\n    <td><input class=\"qtyinput\" type=\"number\" min=\"0\" value=\"0\"  onclick=\"three(this.value); grandtotal();\" onkeyup=\"three(this.value);grandtotal();\"><\/td>\n    <td class=\"auto-style11\"><input style=\"text-align:right;\" type=\"number\" readonly class=\"qty\" id=\"3inch\"><\/td>\n  <\/tr>\n  <tr>\n   <td>4&quot; (100 feet)<\/td>\n    <td><input type=\"number\" min=\"0\" value=\"0\"  onclick=\"four(this.value); grandtotal();\" onkeyup=\"four(this.value);grandtotal();\"><\/td>\n    <td class=\"auto-style11\"><input style=\"text-align:right;\" type=\"number\" readonly class=\"qty\" id=\"4inch\"><\/td>\n  <\/tr>\n  <tr>\n    <td>5&quot; (200 feet)<\/td>\n    <td><input type=\"number\" min=\"0\" value=\"0\" onclick=\"five(this.value); grandtotal();\" onkeyup=\"five(this.value);grandtotal();\"><\/td>\n    <td class=\"auto-style11\"><input style=\"text-align:right;\" type=\"number\" readonly  class=\"qty\" id=\"5inch\"><\/td>\n  <tr>\n    <td>6&quot; (300 feet)<\/td>\n    <td><input type=\"number\" min=\"0\" value=\"0\"  onclick=\"six(this.value); grandtotal();\" onkeyup=\"six(this.value);grandtotal();\"><\/td>\n    <td class=\"auto-style11\"><input style=\"text-align:right;\" type=\"number\" readonly  class=\"qty\" id=\"6inch\"><\/td>\n  <\/tr>\n  <tr>\n    <td>7&quot; (400 feet)<\/td>\n    <td><input type=\"number\" min=\"0\" value=\"0\"  onclick=\"seven(this.value); grandtotal();\" onkeyup=\"seven(this.value);grandtotal();\"><\/td>\n    <td class=\"auto-style11\"><input style=\"text-align:right;\" type=\"number\" readonly  class=\"qty\" id=\"7inch\"><\/td>\n  <\/tr>\n  <tr>\n    <td>10.5&quot; (800 feet)<\/td>\n    <td><input type=\"number\" min=\"0\" value=\"0\"  onclick=\"ten(this.value); grandtotal();\" onkeyup=\"ten(this.value);grandtotal();\"><\/td>\n    <td class=\"auto-style11\"><input style=\"text-align:right;\" type=\"number\" readonly  class=\"qty\" id=\"10inch\"><\/td>\n  <\/tr>\n  <tr>\n    <td>12&quot; (1200 feet)<\/td>\n    <td><input type=\"number\" min=\"0\" value=\"0\"  onclick=\"twelve(this.value); grandtotal();\" onkeyup=\"twelve(this.value); grandtotal();\"><\/td>\n    <td class=\"auto-style11\"><input style=\"text-align:right;\" type=\"number\" readonly  class=\"qty\" id=\"12inch\"><\/td>\n  <\/tr>\n  \t<tr>\n    <td>14&quot; (1600 feet)<\/td>\n    <td><input type=\"number\" min=\"0\" value=\"0\"  onclick=\"fourteen(this.value); grandtotal();\" onkeyup=\"fourteen(this.value); grandtotal();\"><\/td>\n    <td class=\"auto-style11\"><input style=\"text-align:right;\" type=\"number\" readonly  class=\"qty\" id=\"14inch\"><\/td>\n  <\/tr>\n  \t<tr>\n    <td>16&quot; (2000 feet)<\/td>\n    <td><input type=\"number\" min=\"0\" value=\"0\"  onclick=\"sixteen(this.value); grandtotal();\" onkeyup=\"sixteen(this.value); grandtotal();\"><\/td>\n    <td class=\"auto-style11\"><input  style=\"text-align:right;\" type=\"number\" readonly  class=\"qty\" id=\"16inch\"><\/td>\n  <\/tr>\n<tr class=\"noborder\"><td><\/td><\/tr>\n<tr>\n    <td>Additional Feet<\/td>\n    <td><input type=\"number\" min=\"0\" value=\"0\"  onclick=\"addlfeet(this.value); grandtotal();\" onkeyup=\"addlfeet(this.value); grandtotal();\"><\/td>\n    <td class=\"auto-style11\"><input  style=\"text-align:right;\" type=\"number\" readonly  class=\"qty\" id=\"addfeet\"><\/td>\n  <\/tr>\n<tr class=\"noborder\"><td><\/td><\/tr>\n\n<tr class=\"lastrow\">\n<td class=\"noborder\"><button onclick=\"copytotal()\">Copy Total<\/button><\/td>\n<td class=\"total\">Total<\/td>\n<td class=\"totalamount\"><input style=\"text-align:right; font-size:.6em; width:162px;\" type=\"number\"  readonly id=\"totalfeet\" style=\"height: 38px\"><\/td>\n<\/tr>\n\n<tr>\n<td class=\"noborder\"><\/td>\n<td class=\"noborder\"><\/td>\n<td class=\"noborder\" style=\"text-align: center\"><input id=\"rst\" type=\"reset\" value=\"Reset\"  \/><\/td>\n<\/tr>\n<\/table>\n<\/form>\n","protected":false},"excerpt":{"rendered":"<p>Film Total Feet Calculator Measure the diameter of each reel and enter the quantity below. The length determines the amount of feet. There is also an input at the end for any reels that are not full. You can still measure the diameter of the film itself. For example, if you have a 7 inch [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-388","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.8 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>calculator - Hernandez Video Services<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/hernandezvideo.com\/order\/calculator\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"calculator - Hernandez Video Services\" \/>\n<meta property=\"og:description\" content=\"Film Total Feet Calculator Measure the diameter of each reel and enter the quantity below. The length determines the amount of feet. There is also an input at the end for any reels that are not full. You can still measure the diameter of the film itself. For example, if you have a 7 inch [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/hernandezvideo.com\/order\/calculator\/\" \/>\n<meta property=\"og:site_name\" content=\"Hernandez Video Services\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/profile.php?id=100092432706542\" \/>\n<meta property=\"article:modified_time\" content=\"2023-08-17T23:25:05+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/hernandezvideo.com\\\/order\\\/calculator\\\/\",\"url\":\"https:\\\/\\\/hernandezvideo.com\\\/order\\\/calculator\\\/\",\"name\":\"calculator - Hernandez Video Services\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/hernandezvideo.com\\\/order\\\/#website\"},\"datePublished\":\"2023-08-12T16:34:24+00:00\",\"dateModified\":\"2023-08-17T23:25:05+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/hernandezvideo.com\\\/order\\\/calculator\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/hernandezvideo.com\\\/order\\\/calculator\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/hernandezvideo.com\\\/order\\\/calculator\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/hernandezvideo.com\\\/order\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"calculator\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/hernandezvideo.com\\\/order\\\/#website\",\"url\":\"https:\\\/\\\/hernandezvideo.com\\\/order\\\/\",\"name\":\"Hernandez Video Services\",\"description\":\"For all you video, audio, film, photo &amp; slide needs\",\"publisher\":{\"@id\":\"https:\\\/\\\/hernandezvideo.com\\\/order\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/hernandezvideo.com\\\/order\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/hernandezvideo.com\\\/order\\\/#organization\",\"name\":\"Hernandez Video Services\",\"url\":\"https:\\\/\\\/hernandezvideo.com\\\/order\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/hernandezvideo.com\\\/order\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/hernandezvideo.com\\\/order\\\/wp-content\\\/uploads\\\/2023\\\/08\\\/Hernandez-Video-Services-Logo-e1692909377794.jpg\",\"contentUrl\":\"https:\\\/\\\/hernandezvideo.com\\\/order\\\/wp-content\\\/uploads\\\/2023\\\/08\\\/Hernandez-Video-Services-Logo-e1692909377794.jpg\",\"width\":1000,\"height\":479,\"caption\":\"Hernandez Video Services\"},\"image\":{\"@id\":\"https:\\\/\\\/hernandezvideo.com\\\/order\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/profile.php?id=100092432706542\",\"https:\\\/\\\/www.linkedin.com\\\/in\\\/james-hernandez-13b42b71\\\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"calculator - Hernandez Video Services","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/hernandezvideo.com\/order\/calculator\/","og_locale":"en_US","og_type":"article","og_title":"calculator - Hernandez Video Services","og_description":"Film Total Feet Calculator Measure the diameter of each reel and enter the quantity below. The length determines the amount of feet. There is also an input at the end for any reels that are not full. You can still measure the diameter of the film itself. For example, if you have a 7 inch [&hellip;]","og_url":"https:\/\/hernandezvideo.com\/order\/calculator\/","og_site_name":"Hernandez Video Services","article_publisher":"https:\/\/www.facebook.com\/profile.php?id=100092432706542","article_modified_time":"2023-08-17T23:25:05+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/hernandezvideo.com\/order\/calculator\/","url":"https:\/\/hernandezvideo.com\/order\/calculator\/","name":"calculator - Hernandez Video Services","isPartOf":{"@id":"https:\/\/hernandezvideo.com\/order\/#website"},"datePublished":"2023-08-12T16:34:24+00:00","dateModified":"2023-08-17T23:25:05+00:00","breadcrumb":{"@id":"https:\/\/hernandezvideo.com\/order\/calculator\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/hernandezvideo.com\/order\/calculator\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/hernandezvideo.com\/order\/calculator\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/hernandezvideo.com\/order\/"},{"@type":"ListItem","position":2,"name":"calculator"}]},{"@type":"WebSite","@id":"https:\/\/hernandezvideo.com\/order\/#website","url":"https:\/\/hernandezvideo.com\/order\/","name":"Hernandez Video Services","description":"For all you video, audio, film, photo &amp; slide needs","publisher":{"@id":"https:\/\/hernandezvideo.com\/order\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/hernandezvideo.com\/order\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/hernandezvideo.com\/order\/#organization","name":"Hernandez Video Services","url":"https:\/\/hernandezvideo.com\/order\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/hernandezvideo.com\/order\/#\/schema\/logo\/image\/","url":"https:\/\/hernandezvideo.com\/order\/wp-content\/uploads\/2023\/08\/Hernandez-Video-Services-Logo-e1692909377794.jpg","contentUrl":"https:\/\/hernandezvideo.com\/order\/wp-content\/uploads\/2023\/08\/Hernandez-Video-Services-Logo-e1692909377794.jpg","width":1000,"height":479,"caption":"Hernandez Video Services"},"image":{"@id":"https:\/\/hernandezvideo.com\/order\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/profile.php?id=100092432706542","https:\/\/www.linkedin.com\/in\/james-hernandez-13b42b71\/"]}]}},"_links":{"self":[{"href":"https:\/\/hernandezvideo.com\/order\/wp-json\/wp\/v2\/pages\/388","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/hernandezvideo.com\/order\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/hernandezvideo.com\/order\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/hernandezvideo.com\/order\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/hernandezvideo.com\/order\/wp-json\/wp\/v2\/comments?post=388"}],"version-history":[{"count":30,"href":"https:\/\/hernandezvideo.com\/order\/wp-json\/wp\/v2\/pages\/388\/revisions"}],"predecessor-version":[{"id":773,"href":"https:\/\/hernandezvideo.com\/order\/wp-json\/wp\/v2\/pages\/388\/revisions\/773"}],"wp:attachment":[{"href":"https:\/\/hernandezvideo.com\/order\/wp-json\/wp\/v2\/media?parent=388"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}