{"id":9083,"date":"2015-07-20T07:09:18","date_gmt":"2015-07-20T14:09:18","guid":{"rendered":"http:\/\/www.seedcode.com\/?p=9083"},"modified":"2015-07-20T07:09:18","modified_gmt":"2015-07-20T14:09:18","slug":"adding-a-new-module-in-seedcode-complete-part-2","status":"publish","type":"post","link":"https:\/\/seedcode.com\/adding-a-new-module-in-seedcode-complete-part-2\/","title":{"rendered":"Adding a New Module in SeedCode Complete, Part 2"},"content":{"rendered":"<h3>Part 2: The Slide Panel<\/h3>\n<p>Once the new buttons are in place on the Home screen for your new SeedCode Complete module, the next step is to make new slide panels in the sidebar. Read on while you watch this video tutorial of the process.<\/p>\n<p><em>If you missed <a href=\"http:\/\/www.seedcode.com\/adding-a-new-module-in-seedcode-complete-part-1-2\/\">part one<\/a> in this series, it describes to how add a new button to the home page in <a href=\"http:\/\/www.seedcode.com\/complete-filemaker-template\/\">SeedCode Complete<\/a> while keeping the nice hover behaviors in place. This post continues to describe how to create a new slide panel\u00a0for our new module.<\/em><\/p>\n<div class=\"lightbox\">\n<figure id=\"attachment_9073\" aria-describedby=\"caption-attachment-9073\" style=\"width: 300px\" class=\"wp-caption alignright\"><a href=\"http:\/\/www.seedcode.com\/wp-content\/uploads\/2015\/07\/slidepanel.png\"><img fetchpriority=\"high\" decoding=\"async\" class=\"size-medium wp-image-9073\" src=\"http:\/\/www.seedcode.com\/wp-content\/uploads\/2015\/07\/slidepanel-300x207.png\" alt=\"Making the new sidebar panels for the new module.\" width=\"300\" height=\"207\" srcset=\"https:\/\/seedcode.com\/wp-content\/uploads\/2015\/07\/slidepanel-300x207.png 300w, https:\/\/seedcode.com\/wp-content\/uploads\/2015\/07\/slidepanel-1024x708.png 1024w, https:\/\/seedcode.com\/wp-content\/uploads\/2015\/07\/slidepanel-768x531.png 768w, https:\/\/seedcode.com\/wp-content\/uploads\/2015\/07\/slidepanel-1536x1062.png 1536w, https:\/\/seedcode.com\/wp-content\/uploads\/2015\/07\/slidepanel-2048x1415.png 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><\/a><figcaption id=\"caption-attachment-9073\" class=\"wp-caption-text\">Making the new sidebar panels for the new module.<\/figcaption><\/figure>\n<\/div>\n<p>Go into Layout Mode and select the wider of the two buttons. Note that it is set up to run the \u201cSelect Inventory panel\u201d script. Find and duplicate that script, and modify the copy for your new module, following the established naming pattern. In our example, we duplicated the \u201cInventory\u201d buttons to make our \u201cSupplies\u201d buttons, so we\u2019re going to change every instance of the word \u201cInventory\u201d (or \u201cItem\u201d; the two terms are used interchangeably) to \u201cSupply\u201d, or \u201cSupplies\u201d when plural. Look for that key word to change in variable names, variable values, field names, relationship names, object names, script names and script parameters.<\/p>\n<p>Go back into Layout Mode and double-click on the slide panel object in the right-hand sidebar. Notice there are \u201cSelector\u201d and \u201cDetail\u201d panels for each module. Find the panel whose name is \u201cpanel_ItemSelector\u201d and copy all of the elements on that panel (fields, etc.). Then click the \u201c+\u201d button in the Slide Control Setup dialog to create a new panel for the new module. Paste the layout elements from your clipboard and nudge them into the exact same position as the originals. On the Inspector Palette, name the new panel object \u201cpanel_SupplySelector\u201d (where \u201csupply\u201d represents your new module\u2019s name). Then find the \u201cpanel_SupplyDetail\u201d panel and do the same thing.<\/p>\n<p>[ba-youtubeflex videoid=&#8221;tDha2g6Y8wI&#8221;]<\/p>\n<p>You now have the same basic layout elements as all of the other modules on the SeedCode Complete Home screen, so that when you click on your new module\u2019s button icon, you\u2019ll slide to the corresponding new sidebar panel.<\/p>\n<p>In the <a href=\"\/adding-a-new-module-in-seedcode-complete-part-3\/\">next part<\/a> in this blog series, we\u2019ll create the Supplies table and enter some sample data, then map the fields that appear on the side panel so we can start using the search tool to find records in the new table.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Part 2: The Slide Panel Once the new buttons are in place on the Home screen for your new SeedCode Complete module, the next step is to make new slide panels in the sidebar. Read on while you watch this video tutorial of the process. If you missed part one in this series, it describes to how add a new button to the home page in SeedCode Complete while keeping the nice hover behaviors in place. This post continues to describe how to create a new slide panel\u00a0for our new module. Go into Layout Mode and select the wider of the two buttons. Note that it is set up to run the \u201cSelect Inventory panel\u201d script. Find and duplicate that script, and modify the copy for your new module, following the established naming pattern. In our example, we duplicated the \u201cInventory\u201d buttons to make our \u201cSupplies\u201d buttons, so we\u2019re going to change every instance of the word \u201cInventory\u201d (or \u201cItem\u201d; the two terms are used interchangeably) to \u201cSupply\u201d, or \u201cSupplies\u201d when plural. Look for that key word to change in variable names, variable values, field names, relationship names, object names, script names and script parameters. Go back into Layout Mode and double-click on the slide panel object in the right-hand sidebar. Notice there are \u201cSelector\u201d and \u201cDetail\u201d panels for each module. Find the panel whose name is \u201cpanel_ItemSelector\u201d and copy all of the elements on that panel (fields, etc.). Then click the \u201c+\u201d button in the Slide Control Setup dialog to create a new panel for the new module. Paste the layout elements from your clipboard and nudge them into the exact same position as the originals. On the Inspector Palette, name the new panel object \u201cpanel_SupplySelector\u201d (where \u201csupply\u201d represents your new module\u2019s name). Then find the \u201cpanel_SupplyDetail\u201d panel and do the same thing. [ba-youtubeflex videoid=&#8221;tDha2g6Y8wI&#8221;] You now have the same basic layout elements as all of the other modules on the SeedCode Complete Home screen, so that when you click on your new module\u2019s button icon, you\u2019ll slide to the corresponding new sidebar panel. In the next part in this blog series, we\u2019ll create the Supplies table and enter some sample data, then map the fields that appear on the side panel so we can start using the search tool to find records in the new table.<\/p>\n","protected":false},"author":2,"featured_media":9075,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-9083","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-uncategorized"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.4 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Adding a New Module in SeedCode Complete, Part 2 - SeedCode<\/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:\/\/seedcode.com\/adding-a-new-module-in-seedcode-complete-part-2\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Adding a New Module in SeedCode Complete, Part 2 - SeedCode\" \/>\n<meta property=\"og:description\" content=\"Part 2: The Slide Panel Once the new buttons are in place on the Home screen for your new SeedCode Complete module, the next step is to make new slide panels in the sidebar. Read on while you watch this video tutorial of the process. If you missed part one in this series, it describes to how add a new button to the home page in SeedCode Complete while keeping the nice hover behaviors in place. This post continues to describe how to create a new slide panel\u00a0for our new module. Go into Layout Mode and select the wider of the two buttons. Note that it is set up to run the \u201cSelect Inventory panel\u201d script. Find and duplicate that script, and modify the copy for your new module, following the established naming pattern. In our example, we duplicated the \u201cInventory\u201d buttons to make our \u201cSupplies\u201d buttons, so we\u2019re going to change every instance of the word \u201cInventory\u201d (or \u201cItem\u201d; the two terms are used interchangeably) to \u201cSupply\u201d, or \u201cSupplies\u201d when plural. Look for that key word to change in variable names, variable values, field names, relationship names, object names, script names and script parameters. Go back into Layout Mode and double-click on the slide panel object in the right-hand sidebar. Notice there are \u201cSelector\u201d and \u201cDetail\u201d panels for each module. Find the panel whose name is \u201cpanel_ItemSelector\u201d and copy all of the elements on that panel (fields, etc.). Then click the \u201c+\u201d button in the Slide Control Setup dialog to create a new panel for the new module. Paste the layout elements from your clipboard and nudge them into the exact same position as the originals. On the Inspector Palette, name the new panel object \u201cpanel_SupplySelector\u201d (where \u201csupply\u201d represents your new module\u2019s name). Then find the \u201cpanel_SupplyDetail\u201d panel and do the same thing. [ba-youtubeflex videoid=&#8221;tDha2g6Y8wI&#8221;] You now have the same basic layout elements as all of the other modules on the SeedCode Complete Home screen, so that when you click on your new module\u2019s button icon, you\u2019ll slide to the corresponding new sidebar panel. In the next part in this blog series, we\u2019ll create the Supplies table and enter some sample data, then map the fields that appear on the side panel so we can start using the search tool to find records in the new table.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/seedcode.com\/adding-a-new-module-in-seedcode-complete-part-2\/\" \/>\n<meta property=\"og:site_name\" content=\"SeedCode\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/seedcoder\" \/>\n<meta property=\"article:published_time\" content=\"2015-07-20T14:09:18+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/seedcode.com\/wp-content\/uploads\/2015\/07\/slide.png\" \/>\n\t<meta property=\"og:image:width\" content=\"109\" \/>\n\t<meta property=\"og:image:height\" content=\"110\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"jeffalmquist\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@dayback\" \/>\n<meta name=\"twitter:site\" content=\"@dayback\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"jeffalmquist\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/seedcode.com\/adding-a-new-module-in-seedcode-complete-part-2\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/seedcode.com\/adding-a-new-module-in-seedcode-complete-part-2\/\"},\"author\":{\"name\":\"jeffalmquist\",\"@id\":\"https:\/\/seedcode.com\/#\/schema\/person\/e038c04c4091d558cd79fa44d0199ff6\"},\"headline\":\"Adding a New Module in SeedCode Complete, Part 2\",\"datePublished\":\"2015-07-20T14:09:18+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/seedcode.com\/adding-a-new-module-in-seedcode-complete-part-2\/\"},\"wordCount\":423,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/seedcode.com\/#organization\"},\"image\":{\"@id\":\"https:\/\/seedcode.com\/adding-a-new-module-in-seedcode-complete-part-2\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/seedcode.com\/wp-content\/uploads\/2015\/07\/slide.png\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/seedcode.com\/adding-a-new-module-in-seedcode-complete-part-2\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/seedcode.com\/adding-a-new-module-in-seedcode-complete-part-2\/\",\"url\":\"https:\/\/seedcode.com\/adding-a-new-module-in-seedcode-complete-part-2\/\",\"name\":\"Adding a New Module in SeedCode Complete, Part 2 - SeedCode\",\"isPartOf\":{\"@id\":\"https:\/\/seedcode.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/seedcode.com\/adding-a-new-module-in-seedcode-complete-part-2\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/seedcode.com\/adding-a-new-module-in-seedcode-complete-part-2\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/seedcode.com\/wp-content\/uploads\/2015\/07\/slide.png\",\"datePublished\":\"2015-07-20T14:09:18+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/seedcode.com\/adding-a-new-module-in-seedcode-complete-part-2\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/seedcode.com\/adding-a-new-module-in-seedcode-complete-part-2\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/seedcode.com\/adding-a-new-module-in-seedcode-complete-part-2\/#primaryimage\",\"url\":\"https:\/\/seedcode.com\/wp-content\/uploads\/2015\/07\/slide.png\",\"contentUrl\":\"https:\/\/seedcode.com\/wp-content\/uploads\/2015\/07\/slide.png\",\"width\":109,\"height\":110},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/seedcode.com\/adding-a-new-module-in-seedcode-complete-part-2\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/seedcode.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Adding a New Module in SeedCode Complete, Part 2\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/seedcode.com\/#website\",\"url\":\"https:\/\/seedcode.com\/\",\"name\":\"SeedCode\",\"description\":\"Build the Software You&#039;ve Always Wanted\",\"publisher\":{\"@id\":\"https:\/\/seedcode.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/seedcode.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/seedcode.com\/#organization\",\"name\":\"SeedCode\",\"url\":\"https:\/\/seedcode.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/seedcode.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/seedcode.com\/wp-content\/uploads\/2022\/12\/SeedCodeLogo.png\",\"contentUrl\":\"https:\/\/seedcode.com\/wp-content\/uploads\/2022\/12\/SeedCodeLogo.png\",\"width\":595,\"height\":189,\"caption\":\"SeedCode\"},\"image\":{\"@id\":\"https:\/\/seedcode.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/seedcoder\",\"https:\/\/x.com\/dayback\",\"https:\/\/www.linkedin.com\/company\/seedcode\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/seedcode.com\/#\/schema\/person\/e038c04c4091d558cd79fa44d0199ff6\",\"name\":\"jeffalmquist\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/seedcode.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/?s=96&d=mm&r=g\",\"caption\":\"jeffalmquist\"},\"url\":\"https:\/\/seedcode.com\/author\/jeffalmquist\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Adding a New Module in SeedCode Complete, Part 2 - SeedCode","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:\/\/seedcode.com\/adding-a-new-module-in-seedcode-complete-part-2\/","og_locale":"en_US","og_type":"article","og_title":"Adding a New Module in SeedCode Complete, Part 2 - SeedCode","og_description":"Part 2: The Slide Panel Once the new buttons are in place on the Home screen for your new SeedCode Complete module, the next step is to make new slide panels in the sidebar. Read on while you watch this video tutorial of the process. If you missed part one in this series, it describes to how add a new button to the home page in SeedCode Complete while keeping the nice hover behaviors in place. This post continues to describe how to create a new slide panel\u00a0for our new module. Go into Layout Mode and select the wider of the two buttons. Note that it is set up to run the \u201cSelect Inventory panel\u201d script. Find and duplicate that script, and modify the copy for your new module, following the established naming pattern. In our example, we duplicated the \u201cInventory\u201d buttons to make our \u201cSupplies\u201d buttons, so we\u2019re going to change every instance of the word \u201cInventory\u201d (or \u201cItem\u201d; the two terms are used interchangeably) to \u201cSupply\u201d, or \u201cSupplies\u201d when plural. Look for that key word to change in variable names, variable values, field names, relationship names, object names, script names and script parameters. Go back into Layout Mode and double-click on the slide panel object in the right-hand sidebar. Notice there are \u201cSelector\u201d and \u201cDetail\u201d panels for each module. Find the panel whose name is \u201cpanel_ItemSelector\u201d and copy all of the elements on that panel (fields, etc.). Then click the \u201c+\u201d button in the Slide Control Setup dialog to create a new panel for the new module. Paste the layout elements from your clipboard and nudge them into the exact same position as the originals. On the Inspector Palette, name the new panel object \u201cpanel_SupplySelector\u201d (where \u201csupply\u201d represents your new module\u2019s name). Then find the \u201cpanel_SupplyDetail\u201d panel and do the same thing. [ba-youtubeflex videoid=&#8221;tDha2g6Y8wI&#8221;] You now have the same basic layout elements as all of the other modules on the SeedCode Complete Home screen, so that when you click on your new module\u2019s button icon, you\u2019ll slide to the corresponding new sidebar panel. In the next part in this blog series, we\u2019ll create the Supplies table and enter some sample data, then map the fields that appear on the side panel so we can start using the search tool to find records in the new table.","og_url":"https:\/\/seedcode.com\/adding-a-new-module-in-seedcode-complete-part-2\/","og_site_name":"SeedCode","article_publisher":"https:\/\/www.facebook.com\/seedcoder","article_published_time":"2015-07-20T14:09:18+00:00","og_image":[{"width":109,"height":110,"url":"https:\/\/seedcode.com\/wp-content\/uploads\/2015\/07\/slide.png","type":"image\/png"}],"author":"jeffalmquist","twitter_card":"summary_large_image","twitter_creator":"@dayback","twitter_site":"@dayback","twitter_misc":{"Written by":"jeffalmquist","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/seedcode.com\/adding-a-new-module-in-seedcode-complete-part-2\/#article","isPartOf":{"@id":"https:\/\/seedcode.com\/adding-a-new-module-in-seedcode-complete-part-2\/"},"author":{"name":"jeffalmquist","@id":"https:\/\/seedcode.com\/#\/schema\/person\/e038c04c4091d558cd79fa44d0199ff6"},"headline":"Adding a New Module in SeedCode Complete, Part 2","datePublished":"2015-07-20T14:09:18+00:00","mainEntityOfPage":{"@id":"https:\/\/seedcode.com\/adding-a-new-module-in-seedcode-complete-part-2\/"},"wordCount":423,"commentCount":0,"publisher":{"@id":"https:\/\/seedcode.com\/#organization"},"image":{"@id":"https:\/\/seedcode.com\/adding-a-new-module-in-seedcode-complete-part-2\/#primaryimage"},"thumbnailUrl":"https:\/\/seedcode.com\/wp-content\/uploads\/2015\/07\/slide.png","inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/seedcode.com\/adding-a-new-module-in-seedcode-complete-part-2\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/seedcode.com\/adding-a-new-module-in-seedcode-complete-part-2\/","url":"https:\/\/seedcode.com\/adding-a-new-module-in-seedcode-complete-part-2\/","name":"Adding a New Module in SeedCode Complete, Part 2 - SeedCode","isPartOf":{"@id":"https:\/\/seedcode.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/seedcode.com\/adding-a-new-module-in-seedcode-complete-part-2\/#primaryimage"},"image":{"@id":"https:\/\/seedcode.com\/adding-a-new-module-in-seedcode-complete-part-2\/#primaryimage"},"thumbnailUrl":"https:\/\/seedcode.com\/wp-content\/uploads\/2015\/07\/slide.png","datePublished":"2015-07-20T14:09:18+00:00","breadcrumb":{"@id":"https:\/\/seedcode.com\/adding-a-new-module-in-seedcode-complete-part-2\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/seedcode.com\/adding-a-new-module-in-seedcode-complete-part-2\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/seedcode.com\/adding-a-new-module-in-seedcode-complete-part-2\/#primaryimage","url":"https:\/\/seedcode.com\/wp-content\/uploads\/2015\/07\/slide.png","contentUrl":"https:\/\/seedcode.com\/wp-content\/uploads\/2015\/07\/slide.png","width":109,"height":110},{"@type":"BreadcrumbList","@id":"https:\/\/seedcode.com\/adding-a-new-module-in-seedcode-complete-part-2\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/seedcode.com\/"},{"@type":"ListItem","position":2,"name":"Adding a New Module in SeedCode Complete, Part 2"}]},{"@type":"WebSite","@id":"https:\/\/seedcode.com\/#website","url":"https:\/\/seedcode.com\/","name":"SeedCode","description":"Build the Software You&#039;ve Always Wanted","publisher":{"@id":"https:\/\/seedcode.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/seedcode.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/seedcode.com\/#organization","name":"SeedCode","url":"https:\/\/seedcode.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/seedcode.com\/#\/schema\/logo\/image\/","url":"https:\/\/seedcode.com\/wp-content\/uploads\/2022\/12\/SeedCodeLogo.png","contentUrl":"https:\/\/seedcode.com\/wp-content\/uploads\/2022\/12\/SeedCodeLogo.png","width":595,"height":189,"caption":"SeedCode"},"image":{"@id":"https:\/\/seedcode.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/seedcoder","https:\/\/x.com\/dayback","https:\/\/www.linkedin.com\/company\/seedcode\/"]},{"@type":"Person","@id":"https:\/\/seedcode.com\/#\/schema\/person\/e038c04c4091d558cd79fa44d0199ff6","name":"jeffalmquist","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/seedcode.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/?s=96&d=mm&r=g","caption":"jeffalmquist"},"url":"https:\/\/seedcode.com\/author\/jeffalmquist\/"}]}},"_links":{"self":[{"href":"https:\/\/seedcode.com\/wp-json\/wp\/v2\/posts\/9083","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/seedcode.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/seedcode.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/seedcode.com\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/seedcode.com\/wp-json\/wp\/v2\/comments?post=9083"}],"version-history":[{"count":0,"href":"https:\/\/seedcode.com\/wp-json\/wp\/v2\/posts\/9083\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/seedcode.com\/wp-json\/wp\/v2\/media\/9075"}],"wp:attachment":[{"href":"https:\/\/seedcode.com\/wp-json\/wp\/v2\/media?parent=9083"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/seedcode.com\/wp-json\/wp\/v2\/categories?post=9083"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/seedcode.com\/wp-json\/wp\/v2\/tags?post=9083"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}