POPULARITY
[Referências do Episódio] November 2024 Security Updates - https://msrc.microsoft.com/update-guide/releaseNote/2024-Nov APSB24-77 : Security update available for Adobe Bridge - https://helpx.adobe.com/security/products/bridge/apsb24-77.html APSB24-83 : Security update available for Adobe Audition - https://helpx.adobe.com/security/products/audition/apsb24-83.html APSB24-85 : Security update available for Adobe After Effects - https://helpx.adobe.com/security/products/after_effects/apsb24-85.html APSB24-86 : Security update available for Adobe Substance 3D Painter - https://helpx.adobe.com/security/products/substance3d_painter/apsb24-86.html APSB24-87 : Security update available for Adobe Illustrator - https://helpx.adobe.com/security/products/illustrator/apsb24-87.html APSB24-88 : Security update available for Adobe InDesign - https://helpx.adobe.com/security/products/indesign/apsb24-88.html APSB24-89 : Security update available for Adobe Photoshop - https://helpx.adobe.com/security/products/photoshop/apsb24-89.html APSB24-90 : Security update available for Adobe Commerce - https://helpx.adobe.com/security/products/magento/apsb24-90.html FG-IR-24-199 - Named Pipes Improper Access Control - https://fortiguard.fortinet.com/psirt/FG-IR-24-199 FG-IR-24-144 - Privilege escalation via lua auto patch function - https://fortiguard.fortinet.com/psirt/FG-IR-24-144 FG-IR-23-475 - FortiOS - SSLVPN session hijacking using SAML authentication - https://fortiguard.fortinet.com/psirt/FG-IR-23-475 FG-IR-23-396 - Readonly users could run some sensitive operations - https://fortiguard.fortinet.com/psirt/FG-IR-23-396 (non-US) DSL-6740C :: All H/W Revisions :: End-of-Life / End-of-Service :: CVE-2024-11068 - Unauthorized Configuration Access Vulnerability - https://supportannouncement.us.dlink.com/security/publication.aspx?name=SAP10414 APT Actors Embed Malware within macOS Flutter Applications - https://www.jamf.com/blog/jamf-threat-labs-apt-actors-embed-malware-within-macos-flutter-applications/ ModeLeak: Privilege Escalation to LLM Model Exfiltration in Vertex AI - https://unit42.paloaltonetworks.com/privilege-escalation-llm-model-exfil-vertex-ai/ Hamas-affiliated Threat Actor WIRTE Continues its Middle East Operations and Moves to Disruptive Activity - https://research.checkpoint.com/2024/hamas-affiliated-threat-actor-expands-to-disruptive-activity/ LightSpy: APT41 Deploys Advanced DeepData Framework In Targeted Southern Asia Espionage Campaign - https://blogs.blackberry.com/en/2024/11/lightspy-apt41-deploys-advanced-deepdata-framework-in-targeted-southern-asia-espionage-campaign Visionaries Have Democratised Remote Network Access - Citrix Virtual Apps and Desktops (CVE Unknown) - https://labs.watchtowr.com/visionaries-at-citrix-have-democratised-remote-network-access-citrix-virtual-apps-and-desktops-cve-unknown/ Roteiro e apresentação: Carlos Cabral e Bianca Oliveira Edição de áudio: Paulo Arruzzo Narração de encerramento: Bianca Garcia
Подкаст RadioDotNet выпуск №97 от 18 июля 2024 года Сайт подкаста: radio.dotnet.ru Boosty (₽): boosty.to/RadioDotNet Темы: [00:01:07] — .NET 9 Preview 6 is now available github.com/dotnet/core/discussions/9392github.com/dotnet/core/blob/main/release-notes/9.... github.com/dotnet/core/blob/main/release-notes/9.... github.com/dotnet/core/blob/main/release-notes/9.... github.com/dotnet/core/blob/main/release-notes/9.... github.com/dotnet/core/blob/main/release-notes/9.... github.com/dotnet/core/blob/main/release-notes/9.... [00:34:35] — Readonly, Immutable, and Frozen Collections blog.ndepend.com/readonly-immutable-and-frozen-collecti... [00:54:30] — Explore the latest preview features in C# 13 devblogs.microsoft.com/dotnet/csharp-13-explore-preview-features [01:04:00] — MemoryCache in C#, Practical Guide blog.postsharp.net/memorycache [01:30:15] — Visual Studio 2022 17.11 Preview 3 learn.microsoft.com/visualstudio/releases/2022/release-not... Фоновая музыка: Максим Аршинов «Pensive yeti.0.1»
Nesse episódio trouxemos as notícias e novidades do mundo da programação que nos chamaram atenção dos dias 10/06 a 23/06!
Nesse episódio trouxemos as notícias e novidades do mundo da programação que nos chamaram atenção dos dias 10/06 a 23/06!
Un épisode sur les bases de TypeScript afin de vous convaincre d'utiliser TypeScript dans vos projets Retrouvez la vidéo de l'enregistrement sur le Youtube de DoubleSlash Précision sur les types et interfaces Durant l'épisode, on évoque la différence entre les types et les interfaces. Je dois préciser que l'on peut également faire des objets avec les types. Les principales différences : Les types ne peuvent pas être réimplementés et étendus Les interfaces peuvent être réassignées, ce qui provoque un fusion. Elles peuvent être implémentées contrairement aux types. Nous vous renvoyons sur cette vidéo explicative : https://youtu.be/sFNQeh5Oc08 TypeScript c'est quoi exactement ? En prenant la documentation officielle, TypeScript est un langage de programmation construit par-dessus Javascript et offrant de nouvelles fonctionnalités pour combler les manques. Créé par Anders Hejlsberg (concepteur du FW .net) pour Microsoft entre 2010 et 2012 (premiere version 0.8 en 2012), dans l'objectif de combler les manques de Javascript. JS est obligatoire pour le browser, seulement pour les gros projet, JS c'est pas simple. Le projet est open-source. Ce type de technologie est souvent appelé "Superset", un exemple très connu est SASS pour le CSS. Un language adoré par les dev Java, C++. Nous allons écrire du code TypeScript qui sera ensuite transcompiler en Javascript. Il a été créé en 2012 mais personnellement, j'ai entendu parler de typescript avec la sortie d'angular 2. Avant l'utilisation de typescript, j'utilisais Flow (https://flow.org/) projet FB. Et Babel, si je voulais utiliser des choses non présentes dans JS. Exemple : les classes. Important ! Le code est toujours compilé en JS. Le browser ne sais pas executer du TS. Pareil pour le coté serveur. Deno, convertie en JS. Pourquoi TypeScript ? 1 - Disposer de type : JavaScript est un language au typage dynamique. Dans les langages à typage dynamique, l'interpréteur attribue aux variables un type lors de l'exécution en fonction de la valeur qu'elles possèdent à ce moment. Autre exemple : Piège classique, les valeurs des champs de formulaire sont en texte. Pour provoquer des bugs pour les calcules avec des nombres par exemple. TypeScript te prévient en cas d'usage avec les types définis pour les éléments de formulaire. 2 + "3" "23" 2 + "lol" "2lol" 2 - Comme les tests, c'est une façon de contrôler et de valider son code 3 - Autocompletion et vérification des valeurs : Quand un projet devient gros avec beaucoup de fonction et de fichier, il devient difficile de se souvenir des paramètres de fonction, les valeurs, etc. En gros, avec TypeScript, c'est une sorte de pair programming. TypeScript vient régulièrement te taper sur l'épaule pour te dire : “Yep mon gars, là, ce que tu fais, ce n'est pas bon.” 4 - Travail avec les API. Cela permet de typer les réponses des API par exemple. On définit clairement la réponse et ensuite on peut être certain que notre code fonctionne correctement. https://medium.com/@wujido20/runtime-types-in-typescript-5f74fc9dc6c4 Principe de base • Initialisation Création du fichier tsconfig.json qui indique comment compiler le code. Avec target, on indique la version de JS. Mini ES5. Max ESNext. https://www.typescriptlang.org/tsconfig#target • Extension des fichiers en .ts ou .tsx • Type/Interface définir les types des variables, paramètres, retour de fonction, etc. • Les types c'est pour les définitions simples • Les interfaces, c'est une sorte de shape d'objet. On pour aller plus loin et faire de l'héritage, etc.. • Inférence TypeScript est capable de définir lui-même le type. À partir du moment où une variable est définie, il peut voir automatiquement le type. • Generic C'est une sorte de typage dynamique. On détermine à l'usage le type de la valeur. Ça offre plus de souplesse, car avec l'inférence, je ne suis pas obligé de typer. Il devine. Si le premier usage de la fonction envoie une string, alors le type est string. Exemple simple : function identity(value: T): T { return value; } const result = identity(123); Plus poussé : function pickObjectKeys(obj: T, keys: K[]) { let result = {} as Pick for (const key of keys) { if (key in obj) { result[key] = obj[key] } } return result } const language = { name: "TypeScript", age: 8, extensions: ['ts', 'tsx'] } const ageAndExtensions = pickObjectKeys(language, ['age', 'extensions']) https://www.digitalocean.com/community/tutorials/how-to-use-generics-in-typescript • Type Guard et Narrowing Permet comme avec du code JS, vérifier que la valeur est bien la bonne. Si tu utilises un union avec donc plusieurs types, il faut tester le type avant de l'utiliser. const isArticle = (article: any): article is Article => typeof article === 'object' && article !== null && hasOwnProperty(article, 'title') && typeof article.title === 'string' && hasOwnProperty(article, 'views') in article && typeof article.views === 'number'; function padLeft(padding: number | string, input: string) { if (typeof padding === "number") { return " ".repeat(padding) + input; } return padding + input; } • Classes Usage très avancées des classes avec les éléments classiques : private, public, protected, readOnly, etc.. • Decorator (toujours experimental) utiliser une fonction dans une classe, sorte d'héritage. Tips On peut inclure TS dans un projet JS. Pas obligatoire de faire 100% TS. AllowJS dans la config. Et on peut même utiliser les types à travers JSDoc https://www.typescriptlang.org/docs/handbook/jsdoc-supported-types.html#type Inclure les dépendances dans son projet De plus en plus de librairies sont écrites avec TS. Donc dans ce cas, les Definitions Types sont dans le package. Exemple: Vue 3 est 100% en TS. Donc les définitions sont générées à la compilation. Sinon pour les full JS, il faut ajouter un package de type. Exemple : Lodash est en JS mais un package @type existe • https://www.npmjs.com/package/lodash • https://www.npmjs.com/package/@types/lodash Definitely Typed, l'organisation @types, un repo à la base communautaire et automatisé pour ajouter les types des packages https://github.com/DefinitelyTyped En dernier recours, il faudra déclarer les type pour un package, si rien n'existe. Repo pour vérifier les packages https://www.typescriptlang.org/dt/search Courbe d'apprentissage Un peu difficile dès que l'on rentre dans du code plus complexe. Notamment sur les types. Parfois on passe du temps à chercher pourquoi il n'accepte pas tel type. C'est souvent un problème de définition de type un peu trop poussé. Liens https://www.typescriptlang.org/cheatsheets Bonne écoute ! Podcast présenté par : Alexandre Duval @xlanex6 Patrick Faramaz @PatrickFaramaz
https://youtu.be/8-DYQR-M-DM Announcing The Super Entrepreneur Conference and SJP Show Update Want to speak at Super Entrepreneur Conference 2021? https://www.joepardo.com/application/ Super Entrepreneur Conference is happening virtually here on Youtube and Facebook for free for attendees! Learn more at https://SuperJoePardo.com/super Is your business ready for massive growth? I have been working with business owners for over ten years and can help you design and implement the best plans for growth. Fill out the form below and I will reach out to you within 24 hours to schedule a call to find out learn more about you and your business' needs. Learn more about how I work with entrepreneurs and business owners. var ajaxurl = 'https://www.joepardo.com/wp-admin/admin-ajax.php'; var smartFormsCurrentTime=new Date('Fri May 06 2022 09:49:19 +0000'); var smartFormsSaveNonce="c555527398"; var smartFormsUserName=""; var smartFormsFirstName=""; var smartFormsLastName=""; var smartFormsEmail=""; var smartFormsPath="https://www.joepardo.com/wp-content/plugins/smart-forms/"; var smartDonationsRootPath=""; var smartDonationsSandbox=""; var smartFormsAdditionalFields4=[]; var smartFormsDesignMode=false; if(!window.smartFormsItemsToLoad) window.smartFormsItemsToLoad=new Array(); window.smartFormsItemsToLoad.push({ 'form_id':4, 'elements':[{"ClassName":"rednaoname","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField1","Spacing":"col-sm-12","Label":"Name","FirstNamePlaceholder":"First Name","LastNamePlaceholder":"Last Name","FirstNameValue":"","LastNameValue":"","ReadOnly":"n","Icon":{"ClassName":""},"CustomCSS":"","ContainerOptions":{"Id":"192","Type":"multiple","Width":51},"FirstNamePlaceholder_Icon":{"ClassName":""},"_id":1},{"ClassName":"rednaoemail","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField2","Spacing":"col-sm-12","Label":"Email","Placeholder":"Email","Icon":{"ClassName":""},"CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""},"ContainerOptions":{"Id":"192","Width":49,"Type":"multiple"},"_id":2,"Value":"","ReadOnly":"n"},{"ClassName":"rednaonumber","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField3","Spacing":"col-sm-12","Label":"Phone Number","Placeholder":"Phone Number","NumberOfDecimals":0,"MaximumValue":"","MinimumValue":"","Icon":{"ClassName":""},"CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""},"ContainerOptions":{"Id":"229","Width":50,"Type":"multiple"},"Decimals":0,"_id":3,"Width":"","Value":"","ShowArrows":"n","ReadOnly":"n"},{"_id":81,"ClassName":"rednaotextinput","IsRequired":"y","Formulas":{},"Styles":{},"ContainerOptions":{"Id":"229","Width":50,"Type":"multiple"},"Id":"rnField34","Spacing":"col-sm-12","Label":"Business Website","Placeholder":"Business Website","Value":"","ReadOnly":"n","Width":"","Icon":{"ClassName":""},"CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""}},{"ClassName":"rednaotextarea","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField31","Spacing":"col-sm-12","Label":"What is the biggest challenge in your business currently?","DefaultText":"","Value":"","Width":"","Height":"","Placeholder":"What is the biggest problem in your business?","Disabled":"n","MaxLength":"","CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""},"ContainerOptions":{"Id":"78","Type":"single","Width":-1},"_id":6},{"ClassName":"rednaotextarea","IsRequired":"n","Formulas":{},"Styles":{},"Id":"rnField12","Spacing":"col-sm-12","Label":"Anything else you would like to share with Joe?","DefaultText":"","Value":"","Width":"","Height":"","Placeholder":"Anything else you would like to share with Joe?","Disabled":"n","MaxLength":"","CustomCSS":"",
https://youtu.be/8-DYQR-M-DM Announcing The Super Entrepreneur Conference and SJP Show Update Want to speak at Super Entrepreneur Conference 2021? https://www.superjoepardo.com/application/ Super Entrepreneur Conference is happening virtually here on Youtube and Facebook for free for attendees! Learn more at https://SuperJoePardo.com/super Is your business ready for massive growth? I have been working with business owners for over ten years and can help you design and implement the best plans for growth. Fill out the form below and I will reach out to you within 24 hours to schedule a call to find out learn more about you and your business' needs. Learn more about how I work with entrepreneurs and business owners. var ajaxurl = 'https://www.superjoepardo.com/wp-admin/admin-ajax.php'; var smartFormsCurrentTime=new Date('Wed Apr 27 2022 14:42:53 +0000'); var smartFormsSaveNonce="6672cc7043"; var smartFormsUserName=""; var smartFormsFirstName=""; var smartFormsLastName=""; var smartFormsEmail=""; var smartFormsPath="https://www.superjoepardo.com/wp-content/plugins/smart-forms/"; var smartDonationsRootPath=""; var smartDonationsSandbox=""; var smartFormsAdditionalFields4=[]; var smartFormsDesignMode=false; if(!window.smartFormsItemsToLoad) window.smartFormsItemsToLoad=new Array(); window.smartFormsItemsToLoad.push({ 'form_id':4, 'elements':[{"ClassName":"rednaoname","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField1","Spacing":"col-sm-12","Label":"Name","FirstNamePlaceholder":"First Name","LastNamePlaceholder":"Last Name","FirstNameValue":"","LastNameValue":"","ReadOnly":"n","Icon":{"ClassName":""},"CustomCSS":"","ContainerOptions":{"Id":"192","Type":"multiple","Width":51},"FirstNamePlaceholder_Icon":{"ClassName":""},"_id":1},{"ClassName":"rednaoemail","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField2","Spacing":"col-sm-12","Label":"Email","Placeholder":"Email","Icon":{"ClassName":""},"CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""},"ContainerOptions":{"Id":"192","Width":49,"Type":"multiple"},"_id":2,"Value":"","ReadOnly":"n"},{"ClassName":"rednaonumber","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField3","Spacing":"col-sm-12","Label":"Phone Number","Placeholder":"Phone Number","NumberOfDecimals":0,"MaximumValue":"","MinimumValue":"","Icon":{"ClassName":""},"CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""},"ContainerOptions":{"Id":"229","Width":50,"Type":"multiple"},"Decimals":0,"_id":3,"Width":"","Value":"","ShowArrows":"n","ReadOnly":"n"},{"_id":81,"ClassName":"rednaotextinput","IsRequired":"y","Formulas":{},"Styles":{},"ContainerOptions":{"Id":"229","Width":50,"Type":"multiple"},"Id":"rnField34","Spacing":"col-sm-12","Label":"Business Website","Placeholder":"Business Website","Value":"","ReadOnly":"n","Width":"","Icon":{"ClassName":""},"CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""}},{"ClassName":"rednaotextarea","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField31","Spacing":"col-sm-12","Label":"What is the biggest challenge in your business currently?","DefaultText":"","Value":"","Width":"","Height":"","Placeholder":"What is the biggest problem in your business?","Disabled":"n","MaxLength":"","CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""},"ContainerOptions":{"Id":"78","Type":"single","Width":-1},"_id":6},{"ClassName":"rednaotextarea","IsRequired":"n","Formulas":{},"Styles":{},"Id":"rnField12","Spacing":"col-sm-12","Label":"Anything else you would like to share with Joe?","DefaultText":"","Value":"","Width":"","Height":"","Placeholder":"Anything else you would like to share with Joe?","Disabled":"n","MaxLength":"","CustomCSS":"",
Celebrating 6 Years of Podcasting! To celebrate this year, I've been pretty busy with a lot of different projects going on at once. So I decided to bring a few podcasting friends on for a chat and talk about the last 6 years. It has been an incredible journey and I wouldn't trade it for anything. Here is to 6 more years of podcasting! Thanks to all those who joined me on the live video. Larry Roberts Eric Patrick Thomas Tim Gillette Brett Allan Want help getting your business ready for massive growth? I have been working with business owners for over ten years and can help you design and implement the best plans to help you. Fill out the form below and I will reach out to you within 24 hours to schedule a call to find out learn more about you and your business' needs. Learn more about how I work with entrepreneurs and business owners. var ajaxurl = 'https://www.joepardo.com/wp-admin/admin-ajax.php'; var smartFormsCurrentTime=new Date('Fri May 06 2022 09:49:19 +0000'); var smartFormsSaveNonce="c555527398"; var smartFormsUserName=""; var smartFormsFirstName=""; var smartFormsLastName=""; var smartFormsEmail=""; var smartFormsPath="https://www.joepardo.com/wp-content/plugins/smart-forms/"; var smartDonationsRootPath=""; var smartDonationsSandbox=""; var smartFormsAdditionalFields4=[]; var smartFormsDesignMode=false; if(!window.smartFormsItemsToLoad) window.smartFormsItemsToLoad=new Array(); window.smartFormsItemsToLoad.push({ 'form_id':4, 'elements':[{"ClassName":"rednaoname","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField1","Spacing":"col-sm-12","Label":"Name","FirstNamePlaceholder":"First Name","LastNamePlaceholder":"Last Name","FirstNameValue":"","LastNameValue":"","ReadOnly":"n","Icon":{"ClassName":""},"CustomCSS":"","ContainerOptions":{"Id":"192","Type":"multiple","Width":51},"FirstNamePlaceholder_Icon":{"ClassName":""},"_id":1},{"ClassName":"rednaoemail","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField2","Spacing":"col-sm-12","Label":"Email","Placeholder":"Email","Icon":{"ClassName":""},"CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""},"ContainerOptions":{"Id":"192","Width":49,"Type":"multiple"},"_id":2,"Value":"","ReadOnly":"n"},{"ClassName":"rednaonumber","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField3","Spacing":"col-sm-12","Label":"Phone Number","Placeholder":"Phone Number","NumberOfDecimals":0,"MaximumValue":"","MinimumValue":"","Icon":{"ClassName":""},"CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""},"ContainerOptions":{"Id":"229","Width":50,"Type":"multiple"},"Decimals":0,"_id":3,"Width":"","Value":"","ShowArrows":"n","ReadOnly":"n"},{"_id":81,"ClassName":"rednaotextinput","IsRequired":"y","Formulas":{},"Styles":{},"ContainerOptions":{"Id":"229","Width":50,"Type":"multiple"},"Id":"rnField34","Spacing":"col-sm-12","Label":"Business Website","Placeholder":"Business Website","Value":"","ReadOnly":"n","Width":"","Icon":{"ClassName":""},"CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""}},{"ClassName":"rednaotextarea","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField31","Spacing":"col-sm-12","Label":"What is the biggest challenge in your business currently?","DefaultText":"","Value":"","Width":"","Height":"","Placeholder":"What is the biggest problem in your business?","Disabled":"n","MaxLength":"","CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""},"ContainerOptions":{"Id":"78","Type":"single","Width":-1},"_id":6},{"ClassName":"rednaotextarea","IsRequired":"n","Formulas":{},"Styles":{},"Id":"rnField12","Spacing":"col-sm-12","Label":"Anything else you would like to share with Joe?","DefaultText":"","Value":"","Width":"",
Celebrating 6 Years of Podcasting! To celebrate this year, I've been pretty busy with a lot of different projects going on at once. So I decided to bring a few podcasting friends on for a chat and talk about the last 6 years. It has been an incredible journey and I wouldn't trade it for anything. Here is to 6 more years of podcasting! Thanks to all those who joined me on the live video. Larry Roberts Eric Patrick Thomas Tim Gillette Brett Allan Want help getting your business ready for massive growth? I have been working with business owners for over ten years and can help you design and implement the best plans to help you. Fill out the form below and I will reach out to you within 24 hours to schedule a call to find out learn more about you and your business' needs. Learn more about how I work with entrepreneurs and business owners. var ajaxurl = 'https://www.superjoepardo.com/wp-admin/admin-ajax.php'; var smartFormsCurrentTime=new Date('Wed Apr 27 2022 14:42:53 +0000'); var smartFormsSaveNonce="6672cc7043"; var smartFormsUserName=""; var smartFormsFirstName=""; var smartFormsLastName=""; var smartFormsEmail=""; var smartFormsPath="https://www.superjoepardo.com/wp-content/plugins/smart-forms/"; var smartDonationsRootPath=""; var smartDonationsSandbox=""; var smartFormsAdditionalFields4=[]; var smartFormsDesignMode=false; if(!window.smartFormsItemsToLoad) window.smartFormsItemsToLoad=new Array(); window.smartFormsItemsToLoad.push({ 'form_id':4, 'elements':[{"ClassName":"rednaoname","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField1","Spacing":"col-sm-12","Label":"Name","FirstNamePlaceholder":"First Name","LastNamePlaceholder":"Last Name","FirstNameValue":"","LastNameValue":"","ReadOnly":"n","Icon":{"ClassName":""},"CustomCSS":"","ContainerOptions":{"Id":"192","Type":"multiple","Width":51},"FirstNamePlaceholder_Icon":{"ClassName":""},"_id":1},{"ClassName":"rednaoemail","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField2","Spacing":"col-sm-12","Label":"Email","Placeholder":"Email","Icon":{"ClassName":""},"CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""},"ContainerOptions":{"Id":"192","Width":49,"Type":"multiple"},"_id":2,"Value":"","ReadOnly":"n"},{"ClassName":"rednaonumber","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField3","Spacing":"col-sm-12","Label":"Phone Number","Placeholder":"Phone Number","NumberOfDecimals":0,"MaximumValue":"","MinimumValue":"","Icon":{"ClassName":""},"CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""},"ContainerOptions":{"Id":"229","Width":50,"Type":"multiple"},"Decimals":0,"_id":3,"Width":"","Value":"","ShowArrows":"n","ReadOnly":"n"},{"_id":81,"ClassName":"rednaotextinput","IsRequired":"y","Formulas":{},"Styles":{},"ContainerOptions":{"Id":"229","Width":50,"Type":"multiple"},"Id":"rnField34","Spacing":"col-sm-12","Label":"Business Website","Placeholder":"Business Website","Value":"","ReadOnly":"n","Width":"","Icon":{"ClassName":""},"CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""}},{"ClassName":"rednaotextarea","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField31","Spacing":"col-sm-12","Label":"What is the biggest challenge in your business currently?","DefaultText":"","Value":"","Width":"","Height":"","Placeholder":"What is the biggest problem in your business?","Disabled":"n","MaxLength":"","CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""},"ContainerOptions":{"Id":"78","Type":"single","Width":-1},"_id":6},{"ClassName":"rednaotextarea","IsRequired":"n","Formulas":{},"Styles":{},"Id":"rnField12","Spacing":"col-sm-12","Label":"Anything else you would like to share with Joe?","DefaultText":"","Value":"","Width":"",
Post-Run Morning Thoughts and Announcements This morning while running I had some thoughts that I wanted to take a moment and share with all of you. This Saturday I am running a Free Live Virtual Super Entrepreneur Conference: 8 Hours of Learning and Inspiration with 20+ speakers! www.SuperJoePardo.com/super The Dreamers Podcast will be changing its name to The Super Joe Pardo Show in the coming weeks. Same show, upgraded name that is more in line with the Super branding. :) Want help getting your business ready for massive growth? I have been working with business owners for over ten years and can help you design and implement the best plans to help you. Fill out the form below and I will reach out to you within 24 hours to schedule a call to find out learn more about you and your business' needs. Learn more about how I work with entrepreneurs and business owners. var ajaxurl = 'https://www.superjoepardo.com/wp-admin/admin-ajax.php'; var smartFormsCurrentTime=new Date('Wed Apr 27 2022 14:42:53 +0000'); var smartFormsSaveNonce="6672cc7043"; var smartFormsUserName=""; var smartFormsFirstName=""; var smartFormsLastName=""; var smartFormsEmail=""; var smartFormsPath="https://www.superjoepardo.com/wp-content/plugins/smart-forms/"; var smartDonationsRootPath=""; var smartDonationsSandbox=""; var smartFormsAdditionalFields4=[]; var smartFormsDesignMode=false; if(!window.smartFormsItemsToLoad) window.smartFormsItemsToLoad=new Array(); window.smartFormsItemsToLoad.push({ 'form_id':4, 'elements':[{"ClassName":"rednaoname","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField1","Spacing":"col-sm-12","Label":"Name","FirstNamePlaceholder":"First Name","LastNamePlaceholder":"Last Name","FirstNameValue":"","LastNameValue":"","ReadOnly":"n","Icon":{"ClassName":""},"CustomCSS":"","ContainerOptions":{"Id":"192","Type":"multiple","Width":51},"FirstNamePlaceholder_Icon":{"ClassName":""},"_id":1},{"ClassName":"rednaoemail","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField2","Spacing":"col-sm-12","Label":"Email","Placeholder":"Email","Icon":{"ClassName":""},"CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""},"ContainerOptions":{"Id":"192","Width":49,"Type":"multiple"},"_id":2,"Value":"","ReadOnly":"n"},{"ClassName":"rednaonumber","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField3","Spacing":"col-sm-12","Label":"Phone Number","Placeholder":"Phone Number","NumberOfDecimals":0,"MaximumValue":"","MinimumValue":"","Icon":{"ClassName":""},"CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""},"ContainerOptions":{"Id":"229","Width":50,"Type":"multiple"},"Decimals":0,"_id":3,"Width":"","Value":"","ShowArrows":"n","ReadOnly":"n"},{"_id":81,"ClassName":"rednaotextinput","IsRequired":"y","Formulas":{},"Styles":{},"ContainerOptions":{"Id":"229","Width":50,"Type":"multiple"},"Id":"rnField34","Spacing":"col-sm-12","Label":"Business Website","Placeholder":"Business Website","Value":"","ReadOnly":"n","Width":"","Icon":{"ClassName":""},"CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""}},{"ClassName":"rednaotextarea","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField31","Spacing":"col-sm-12","Label":"What is the biggest challenge in your business currently?","DefaultText":"","Value":"","Width":"","Height":"","Placeholder":"What is the biggest problem in your business?","Disabled":"n","MaxLength":"","CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""},"ContainerOptions":{"Id":"78","Type":"single","Width":-1},"_id":6},{"ClassName":"rednaotextarea","IsRequired":"n","Formulas":{},"Styles":{},"Id":"rnField12","Spacing":"col-sm-12","Label":"Anything else you would like to share with Joe?","DefaultText":"",
Post-Run Morning Thoughts and Announcements This morning while running I had some thoughts that I wanted to take a moment and share with all of you. This Saturday I am running a Free Live Virtual Super Entrepreneur Conference: 8 Hours of Learning and Inspiration with 20+ speakers! www.SuperJoePardo.com/super The Dreamers Podcast will be changing its name to The Super Joe Pardo Show in the coming weeks. Same show, upgraded name that is more in line with the Super branding. :) Want help getting your business ready for massive growth? I have been working with business owners for over ten years and can help you design and implement the best plans to help you. Fill out the form below and I will reach out to you within 24 hours to schedule a call to find out learn more about you and your business' needs. Learn more about how I work with entrepreneurs and business owners. var ajaxurl = 'https://www.joepardo.com/wp-admin/admin-ajax.php'; var smartFormsCurrentTime=new Date('Fri May 06 2022 09:49:19 +0000'); var smartFormsSaveNonce="c555527398"; var smartFormsUserName=""; var smartFormsFirstName=""; var smartFormsLastName=""; var smartFormsEmail=""; var smartFormsPath="https://www.joepardo.com/wp-content/plugins/smart-forms/"; var smartDonationsRootPath=""; var smartDonationsSandbox=""; var smartFormsAdditionalFields4=[]; var smartFormsDesignMode=false; if(!window.smartFormsItemsToLoad) window.smartFormsItemsToLoad=new Array(); window.smartFormsItemsToLoad.push({ 'form_id':4, 'elements':[{"ClassName":"rednaoname","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField1","Spacing":"col-sm-12","Label":"Name","FirstNamePlaceholder":"First Name","LastNamePlaceholder":"Last Name","FirstNameValue":"","LastNameValue":"","ReadOnly":"n","Icon":{"ClassName":""},"CustomCSS":"","ContainerOptions":{"Id":"192","Type":"multiple","Width":51},"FirstNamePlaceholder_Icon":{"ClassName":""},"_id":1},{"ClassName":"rednaoemail","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField2","Spacing":"col-sm-12","Label":"Email","Placeholder":"Email","Icon":{"ClassName":""},"CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""},"ContainerOptions":{"Id":"192","Width":49,"Type":"multiple"},"_id":2,"Value":"","ReadOnly":"n"},{"ClassName":"rednaonumber","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField3","Spacing":"col-sm-12","Label":"Phone Number","Placeholder":"Phone Number","NumberOfDecimals":0,"MaximumValue":"","MinimumValue":"","Icon":{"ClassName":""},"CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""},"ContainerOptions":{"Id":"229","Width":50,"Type":"multiple"},"Decimals":0,"_id":3,"Width":"","Value":"","ShowArrows":"n","ReadOnly":"n"},{"_id":81,"ClassName":"rednaotextinput","IsRequired":"y","Formulas":{},"Styles":{},"ContainerOptions":{"Id":"229","Width":50,"Type":"multiple"},"Id":"rnField34","Spacing":"col-sm-12","Label":"Business Website","Placeholder":"Business Website","Value":"","ReadOnly":"n","Width":"","Icon":{"ClassName":""},"CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""}},{"ClassName":"rednaotextarea","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField31","Spacing":"col-sm-12","Label":"What is the biggest challenge in your business currently?","DefaultText":"","Value":"","Width":"","Height":"","Placeholder":"What is the biggest problem in your business?","Disabled":"n","MaxLength":"","CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""},"ContainerOptions":{"Id":"78","Type":"single","Width":-1},"_id":6},{"ClassName":"rednaotextarea","IsRequired":"n","Formulas":{},"Styles":{},"Id":"rnField12","Spacing":"col-sm-12","Label":"Anything else you would like to share with Joe?","DefaultText":"","Value":"",
It's been far too long since I've done a Dreamers Podcast episode so let's fix that! Talking about everything that I have had going on in the last couple of months and my experience leading up to being in self-quarantine. Mentioned in this episode: Business Geeks Podcast Indie Pod Con Want help getting your business ready for massive growth? I have been working with business owners for over ten years and can help you design and implement the best plans to help you. Fill out the form below and I will reach out to you within 24 hours to schedule a call to find out learn more about you and your business' needs. Learn more about how I work with entrepreneurs and business owners. var ajaxurl = 'https://www.joepardo.com/wp-admin/admin-ajax.php'; var smartFormsCurrentTime=new Date('Fri May 06 2022 09:49:19 +0000'); var smartFormsSaveNonce="c555527398"; var smartFormsUserName=""; var smartFormsFirstName=""; var smartFormsLastName=""; var smartFormsEmail=""; var smartFormsPath="https://www.joepardo.com/wp-content/plugins/smart-forms/"; var smartDonationsRootPath=""; var smartDonationsSandbox=""; var smartFormsAdditionalFields4=[]; var smartFormsDesignMode=false; if(!window.smartFormsItemsToLoad) window.smartFormsItemsToLoad=new Array(); window.smartFormsItemsToLoad.push({ 'form_id':4, 'elements':[{"ClassName":"rednaoname","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField1","Spacing":"col-sm-12","Label":"Name","FirstNamePlaceholder":"First Name","LastNamePlaceholder":"Last Name","FirstNameValue":"","LastNameValue":"","ReadOnly":"n","Icon":{"ClassName":""},"CustomCSS":"","ContainerOptions":{"Id":"192","Type":"multiple","Width":51},"FirstNamePlaceholder_Icon":{"ClassName":""},"_id":1},{"ClassName":"rednaoemail","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField2","Spacing":"col-sm-12","Label":"Email","Placeholder":"Email","Icon":{"ClassName":""},"CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""},"ContainerOptions":{"Id":"192","Width":49,"Type":"multiple"},"_id":2,"Value":"","ReadOnly":"n"},{"ClassName":"rednaonumber","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField3","Spacing":"col-sm-12","Label":"Phone Number","Placeholder":"Phone Number","NumberOfDecimals":0,"MaximumValue":"","MinimumValue":"","Icon":{"ClassName":""},"CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""},"ContainerOptions":{"Id":"229","Width":50,"Type":"multiple"},"Decimals":0,"_id":3,"Width":"","Value":"","ShowArrows":"n","ReadOnly":"n"},{"_id":81,"ClassName":"rednaotextinput","IsRequired":"y","Formulas":{},"Styles":{},"ContainerOptions":{"Id":"229","Width":50,"Type":"multiple"},"Id":"rnField34","Spacing":"col-sm-12","Label":"Business Website","Placeholder":"Business Website","Value":"","ReadOnly":"n","Width":"","Icon":{"ClassName":""},"CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""}},{"ClassName":"rednaotextarea","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField31","Spacing":"col-sm-12","Label":"What is the biggest challenge in your business currently?","DefaultText":"","Value":"","Width":"","Height":"","Placeholder":"What is the biggest problem in your business?","Disabled":"n","MaxLength":"","CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""},"ContainerOptions":{"Id":"78","Type":"single","Width":-1},"_id":6},{"ClassName":"rednaotextarea","IsRequired":"n","Formulas":{},"Styles":{},"Id":"rnField12","Spacing":"col-sm-12","Label":"Anything else you would like to share with Joe?","DefaultText":"","Value":"","Width":"","Height":"","Placeholder":"Anything else you would like to share with Joe?","Disabled":"n","MaxLength":"","CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""},
It's been far too long since I've done a Dreamers Podcast episode so let's fix that! Talking about everything that I have had going on in the last couple of months and my experience leading up to being in self-quarantine. Mentioned in this episode: Business Geeks Podcast Indie Pod Con Want help getting your business ready for massive growth? I have been working with business owners for over ten years and can help you design and implement the best plans to help you. Fill out the form below and I will reach out to you within 24 hours to schedule a call to find out learn more about you and your business' needs. Learn more about how I work with entrepreneurs and business owners. var ajaxurl = 'https://www.superjoepardo.com/wp-admin/admin-ajax.php'; var smartFormsCurrentTime=new Date('Wed Apr 27 2022 14:42:53 +0000'); var smartFormsSaveNonce="6672cc7043"; var smartFormsUserName=""; var smartFormsFirstName=""; var smartFormsLastName=""; var smartFormsEmail=""; var smartFormsPath="https://www.superjoepardo.com/wp-content/plugins/smart-forms/"; var smartDonationsRootPath=""; var smartDonationsSandbox=""; var smartFormsAdditionalFields4=[]; var smartFormsDesignMode=false; if(!window.smartFormsItemsToLoad) window.smartFormsItemsToLoad=new Array(); window.smartFormsItemsToLoad.push({ 'form_id':4, 'elements':[{"ClassName":"rednaoname","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField1","Spacing":"col-sm-12","Label":"Name","FirstNamePlaceholder":"First Name","LastNamePlaceholder":"Last Name","FirstNameValue":"","LastNameValue":"","ReadOnly":"n","Icon":{"ClassName":""},"CustomCSS":"","ContainerOptions":{"Id":"192","Type":"multiple","Width":51},"FirstNamePlaceholder_Icon":{"ClassName":""},"_id":1},{"ClassName":"rednaoemail","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField2","Spacing":"col-sm-12","Label":"Email","Placeholder":"Email","Icon":{"ClassName":""},"CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""},"ContainerOptions":{"Id":"192","Width":49,"Type":"multiple"},"_id":2,"Value":"","ReadOnly":"n"},{"ClassName":"rednaonumber","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField3","Spacing":"col-sm-12","Label":"Phone Number","Placeholder":"Phone Number","NumberOfDecimals":0,"MaximumValue":"","MinimumValue":"","Icon":{"ClassName":""},"CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""},"ContainerOptions":{"Id":"229","Width":50,"Type":"multiple"},"Decimals":0,"_id":3,"Width":"","Value":"","ShowArrows":"n","ReadOnly":"n"},{"_id":81,"ClassName":"rednaotextinput","IsRequired":"y","Formulas":{},"Styles":{},"ContainerOptions":{"Id":"229","Width":50,"Type":"multiple"},"Id":"rnField34","Spacing":"col-sm-12","Label":"Business Website","Placeholder":"Business Website","Value":"","ReadOnly":"n","Width":"","Icon":{"ClassName":""},"CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""}},{"ClassName":"rednaotextarea","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField31","Spacing":"col-sm-12","Label":"What is the biggest challenge in your business currently?","DefaultText":"","Value":"","Width":"","Height":"","Placeholder":"What is the biggest problem in your business?","Disabled":"n","MaxLength":"","CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""},"ContainerOptions":{"Id":"78","Type":"single","Width":-1},"_id":6},{"ClassName":"rednaotextarea","IsRequired":"n","Formulas":{},"Styles":{},"Id":"rnField12","Spacing":"col-sm-12","Label":"Anything else you would like to share with Joe?","DefaultText":"","Value":"","Width":"","Height":"","Placeholder":"Anything else you would like to share with Joe?","Disabled":"n","MaxLength":"","CustomCSS":"","Placeholder_Icon":{"ClassName":"",
Sandra doubled her revenue in 2019 after being on The TOP with Super Joe Pardo In 2020 I am looking forward to putting together more episodes of my show The TOP with Super Joe Pardo. In the meantime, I got great feedback from my first episode's business Heart Felt Keepsakes 4 U. I am beyond proud of the progress that Sandra has made in 2019 and I am excited to see where she takes it in 2019. Find out how you can double your business in 2020! https://www.youtube.com/watch?v=nnbnYxIPd8E Want help getting your business ready for massive growth? I have been working with business owners for over ten years and can help you design and implement the best plans to help you. Fill out the form below and I will reach out to you within 24 hours to schedule a call to find out learn more about you and your business' needs. Learn more about how I work with entrepreneurs and business owners. var ajaxurl = 'https://www.superjoepardo.com/wp-admin/admin-ajax.php'; var smartFormsCurrentTime=new Date('Wed Apr 27 2022 14:42:53 +0000'); var smartFormsSaveNonce="6672cc7043"; var smartFormsUserName=""; var smartFormsFirstName=""; var smartFormsLastName=""; var smartFormsEmail=""; var smartFormsPath="https://www.superjoepardo.com/wp-content/plugins/smart-forms/"; var smartDonationsRootPath=""; var smartDonationsSandbox=""; var smartFormsAdditionalFields4=[]; var smartFormsDesignMode=false; if(!window.smartFormsItemsToLoad) window.smartFormsItemsToLoad=new Array(); window.smartFormsItemsToLoad.push({ 'form_id':4, 'elements':[{"ClassName":"rednaoname","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField1","Spacing":"col-sm-12","Label":"Name","FirstNamePlaceholder":"First Name","LastNamePlaceholder":"Last Name","FirstNameValue":"","LastNameValue":"","ReadOnly":"n","Icon":{"ClassName":""},"CustomCSS":"","ContainerOptions":{"Id":"192","Type":"multiple","Width":51},"FirstNamePlaceholder_Icon":{"ClassName":""},"_id":1},{"ClassName":"rednaoemail","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField2","Spacing":"col-sm-12","Label":"Email","Placeholder":"Email","Icon":{"ClassName":""},"CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""},"ContainerOptions":{"Id":"192","Width":49,"Type":"multiple"},"_id":2,"Value":"","ReadOnly":"n"},{"ClassName":"rednaonumber","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField3","Spacing":"col-sm-12","Label":"Phone Number","Placeholder":"Phone Number","NumberOfDecimals":0,"MaximumValue":"","MinimumValue":"","Icon":{"ClassName":""},"CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""},"ContainerOptions":{"Id":"229","Width":50,"Type":"multiple"},"Decimals":0,"_id":3,"Width":"","Value":"","ShowArrows":"n","ReadOnly":"n"},{"_id":81,"ClassName":"rednaotextinput","IsRequired":"y","Formulas":{},"Styles":{},"ContainerOptions":{"Id":"229","Width":50,"Type":"multiple"},"Id":"rnField34","Spacing":"col-sm-12","Label":"Business Website","Placeholder":"Business Website","Value":"","ReadOnly":"n","Width":"","Icon":{"ClassName":""},"CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""}},{"ClassName":"rednaotextarea","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField31","Spacing":"col-sm-12","Label":"What is the biggest challenge in your business currently?","DefaultText":"","Value":"","Width":"","Height":"","Placeholder":"What is the biggest problem in your business?","Disabled":"n","MaxLength":"","CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""},"ContainerOptions":{"Id":"78","Type":"single","Width":-1},"_id":6},{"ClassName":"rednaotextarea","IsRequired":"n","Formulas":{},"Styles":{},"Id":"rnField12","Spacing":"col-sm-12","Label":"Anything else you would like to share with Joe?",
Sandra doubled her revenue in 2019 after being on The TOP with Super Joe Pardo In 2020 I am looking forward to putting together more episodes of my show The TOP with Super Joe Pardo. In the meantime, I got great feedback from my first episode's business Heart Felt Keepsakes 4 U. I am beyond proud of the progress that Sandra has made in 2019 and I am excited to see where she takes it in 2019. Find out how you can double your business in 2020! https://www.youtube.com/watch?v=nnbnYxIPd8E Want help getting your business ready for massive growth? I have been working with business owners for over ten years and can help you design and implement the best plans to help you. Fill out the form below and I will reach out to you within 24 hours to schedule a call to find out learn more about you and your business' needs. Learn more about how I work with entrepreneurs and business owners. var ajaxurl = 'https://www.joepardo.com/wp-admin/admin-ajax.php'; var smartFormsCurrentTime=new Date('Fri May 06 2022 09:49:19 +0000'); var smartFormsSaveNonce="c555527398"; var smartFormsUserName=""; var smartFormsFirstName=""; var smartFormsLastName=""; var smartFormsEmail=""; var smartFormsPath="https://www.joepardo.com/wp-content/plugins/smart-forms/"; var smartDonationsRootPath=""; var smartDonationsSandbox=""; var smartFormsAdditionalFields4=[]; var smartFormsDesignMode=false; if(!window.smartFormsItemsToLoad) window.smartFormsItemsToLoad=new Array(); window.smartFormsItemsToLoad.push({ 'form_id':4, 'elements':[{"ClassName":"rednaoname","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField1","Spacing":"col-sm-12","Label":"Name","FirstNamePlaceholder":"First Name","LastNamePlaceholder":"Last Name","FirstNameValue":"","LastNameValue":"","ReadOnly":"n","Icon":{"ClassName":""},"CustomCSS":"","ContainerOptions":{"Id":"192","Type":"multiple","Width":51},"FirstNamePlaceholder_Icon":{"ClassName":""},"_id":1},{"ClassName":"rednaoemail","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField2","Spacing":"col-sm-12","Label":"Email","Placeholder":"Email","Icon":{"ClassName":""},"CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""},"ContainerOptions":{"Id":"192","Width":49,"Type":"multiple"},"_id":2,"Value":"","ReadOnly":"n"},{"ClassName":"rednaonumber","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField3","Spacing":"col-sm-12","Label":"Phone Number","Placeholder":"Phone Number","NumberOfDecimals":0,"MaximumValue":"","MinimumValue":"","Icon":{"ClassName":""},"CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""},"ContainerOptions":{"Id":"229","Width":50,"Type":"multiple"},"Decimals":0,"_id":3,"Width":"","Value":"","ShowArrows":"n","ReadOnly":"n"},{"_id":81,"ClassName":"rednaotextinput","IsRequired":"y","Formulas":{},"Styles":{},"ContainerOptions":{"Id":"229","Width":50,"Type":"multiple"},"Id":"rnField34","Spacing":"col-sm-12","Label":"Business Website","Placeholder":"Business Website","Value":"","ReadOnly":"n","Width":"","Icon":{"ClassName":""},"CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""}},{"ClassName":"rednaotextarea","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField31","Spacing":"col-sm-12","Label":"What is the biggest challenge in your business currently?","DefaultText":"","Value":"","Width":"","Height":"","Placeholder":"What is the biggest problem in your business?","Disabled":"n","MaxLength":"","CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""},"ContainerOptions":{"Id":"78","Type":"single","Width":-1},"_id":6},{"ClassName":"rednaotextarea","IsRequired":"n","Formulas":{},"Styles":{},"Id":"rnField12","Spacing":"col-sm-12","Label":"Anything else you would like to share with Joe?","DefaultText":"",
Crush Your New Year's Resolution You are going to crush your new year's resolution this year! I have 3 simple and easy to follow steps to make sure you set it and stay on track. Check out the video above or the podcast above. Want help getting your business ready for massive growth? I have been working with business owners for over ten years and can help you design and implement the best plans to help you. Fill out the form below and I will reach out to you within 24 hours to schedule a call to find out learn more about you and your business' needs. Learn more about how I work with entrepreneurs and business owners. var ajaxurl = 'https://www.superjoepardo.com/wp-admin/admin-ajax.php'; var smartFormsCurrentTime=new Date('Wed Apr 27 2022 14:42:53 +0000'); var smartFormsSaveNonce="6672cc7043"; var smartFormsUserName=""; var smartFormsFirstName=""; var smartFormsLastName=""; var smartFormsEmail=""; var smartFormsPath="https://www.superjoepardo.com/wp-content/plugins/smart-forms/"; var smartDonationsRootPath=""; var smartDonationsSandbox=""; var smartFormsAdditionalFields4=[]; var smartFormsDesignMode=false; if(!window.smartFormsItemsToLoad) window.smartFormsItemsToLoad=new Array(); window.smartFormsItemsToLoad.push({ 'form_id':4, 'elements':[{"ClassName":"rednaoname","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField1","Spacing":"col-sm-12","Label":"Name","FirstNamePlaceholder":"First Name","LastNamePlaceholder":"Last Name","FirstNameValue":"","LastNameValue":"","ReadOnly":"n","Icon":{"ClassName":""},"CustomCSS":"","ContainerOptions":{"Id":"192","Type":"multiple","Width":51},"FirstNamePlaceholder_Icon":{"ClassName":""},"_id":1},{"ClassName":"rednaoemail","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField2","Spacing":"col-sm-12","Label":"Email","Placeholder":"Email","Icon":{"ClassName":""},"CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""},"ContainerOptions":{"Id":"192","Width":49,"Type":"multiple"},"_id":2,"Value":"","ReadOnly":"n"},{"ClassName":"rednaonumber","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField3","Spacing":"col-sm-12","Label":"Phone Number","Placeholder":"Phone Number","NumberOfDecimals":0,"MaximumValue":"","MinimumValue":"","Icon":{"ClassName":""},"CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""},"ContainerOptions":{"Id":"229","Width":50,"Type":"multiple"},"Decimals":0,"_id":3,"Width":"","Value":"","ShowArrows":"n","ReadOnly":"n"},{"_id":81,"ClassName":"rednaotextinput","IsRequired":"y","Formulas":{},"Styles":{},"ContainerOptions":{"Id":"229","Width":50,"Type":"multiple"},"Id":"rnField34","Spacing":"col-sm-12","Label":"Business Website","Placeholder":"Business Website","Value":"","ReadOnly":"n","Width":"","Icon":{"ClassName":""},"CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""}},{"ClassName":"rednaotextarea","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField31","Spacing":"col-sm-12","Label":"What is the biggest challenge in your business currently?","DefaultText":"","Value":"","Width":"","Height":"","Placeholder":"What is the biggest problem in your business?","Disabled":"n","MaxLength":"","CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""},"ContainerOptions":{"Id":"78","Type":"single","Width":-1},"_id":6},{"ClassName":"rednaotextarea","IsRequired":"n","Formulas":{},"Styles":{},"Id":"rnField12","Spacing":"col-sm-12","Label":"Anything else you would like to share with Joe?","DefaultText":"","Value":"","Width":"","Height":"","Placeholder":"Anything else you would like to share with Joe?","Disabled":"n","MaxLength":"","CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""},"ContainerOptions":{"Id":"8","Type":"single","Width":-1},
Crush Your New Year's Resolution You are going to crush your new year's resolution this year! I have 3 simple and easy to follow steps to make sure you set it and stay on track. Check out the video above or the podcast above. Want help getting your business ready for massive growth? I have been working with business owners for over ten years and can help you design and implement the best plans to help you. Fill out the form below and I will reach out to you within 24 hours to schedule a call to find out learn more about you and your business' needs. Learn more about how I work with entrepreneurs and business owners. var ajaxurl = 'https://www.joepardo.com/wp-admin/admin-ajax.php'; var smartFormsCurrentTime=new Date('Fri May 06 2022 09:49:19 +0000'); var smartFormsSaveNonce="c555527398"; var smartFormsUserName=""; var smartFormsFirstName=""; var smartFormsLastName=""; var smartFormsEmail=""; var smartFormsPath="https://www.joepardo.com/wp-content/plugins/smart-forms/"; var smartDonationsRootPath=""; var smartDonationsSandbox=""; var smartFormsAdditionalFields4=[]; var smartFormsDesignMode=false; if(!window.smartFormsItemsToLoad) window.smartFormsItemsToLoad=new Array(); window.smartFormsItemsToLoad.push({ 'form_id':4, 'elements':[{"ClassName":"rednaoname","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField1","Spacing":"col-sm-12","Label":"Name","FirstNamePlaceholder":"First Name","LastNamePlaceholder":"Last Name","FirstNameValue":"","LastNameValue":"","ReadOnly":"n","Icon":{"ClassName":""},"CustomCSS":"","ContainerOptions":{"Id":"192","Type":"multiple","Width":51},"FirstNamePlaceholder_Icon":{"ClassName":""},"_id":1},{"ClassName":"rednaoemail","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField2","Spacing":"col-sm-12","Label":"Email","Placeholder":"Email","Icon":{"ClassName":""},"CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""},"ContainerOptions":{"Id":"192","Width":49,"Type":"multiple"},"_id":2,"Value":"","ReadOnly":"n"},{"ClassName":"rednaonumber","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField3","Spacing":"col-sm-12","Label":"Phone Number","Placeholder":"Phone Number","NumberOfDecimals":0,"MaximumValue":"","MinimumValue":"","Icon":{"ClassName":""},"CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""},"ContainerOptions":{"Id":"229","Width":50,"Type":"multiple"},"Decimals":0,"_id":3,"Width":"","Value":"","ShowArrows":"n","ReadOnly":"n"},{"_id":81,"ClassName":"rednaotextinput","IsRequired":"y","Formulas":{},"Styles":{},"ContainerOptions":{"Id":"229","Width":50,"Type":"multiple"},"Id":"rnField34","Spacing":"col-sm-12","Label":"Business Website","Placeholder":"Business Website","Value":"","ReadOnly":"n","Width":"","Icon":{"ClassName":""},"CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""}},{"ClassName":"rednaotextarea","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField31","Spacing":"col-sm-12","Label":"What is the biggest challenge in your business currently?","DefaultText":"","Value":"","Width":"","Height":"","Placeholder":"What is the biggest problem in your business?","Disabled":"n","MaxLength":"","CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""},"ContainerOptions":{"Id":"78","Type":"single","Width":-1},"_id":6},{"ClassName":"rednaotextarea","IsRequired":"n","Formulas":{},"Styles":{},"Id":"rnField12","Spacing":"col-sm-12","Label":"Anything else you would like to share with Joe?","DefaultText":"","Value":"","Width":"","Height":"","Placeholder":"Anything else you would like to share with Joe?","Disabled":"n","MaxLength":"","CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""},"ContainerOptions":{"Id":"8","Type":"single","Width":-1},"_id":7},
Change Your Holiday Traditions It is really easy to fall into the trap of trying to recreate that same feeling year after year by doing the same traditions over and over again. Even when those traditions no longer make any sense. I've battled with it over the years and in this episode, I explore what you can do to change your holiday traditions and why you should challenge them! Want help getting your business ready for massive growth? I have been working with business owners for over ten years and can help you design and implement the best plans to help you. Fill out the form below and I will reach out to you within 24 hours to schedule a call to find out learn more about you and your business' needs. Learn more about how I work with entrepreneurs and business owners. var ajaxurl = 'https://www.superjoepardo.com/wp-admin/admin-ajax.php'; var smartFormsCurrentTime=new Date('Wed Apr 27 2022 14:42:53 +0000'); var smartFormsSaveNonce="6672cc7043"; var smartFormsUserName=""; var smartFormsFirstName=""; var smartFormsLastName=""; var smartFormsEmail=""; var smartFormsPath="https://www.superjoepardo.com/wp-content/plugins/smart-forms/"; var smartDonationsRootPath=""; var smartDonationsSandbox=""; var smartFormsAdditionalFields4=[]; var smartFormsDesignMode=false; if(!window.smartFormsItemsToLoad) window.smartFormsItemsToLoad=new Array(); window.smartFormsItemsToLoad.push({ 'form_id':4, 'elements':[{"ClassName":"rednaoname","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField1","Spacing":"col-sm-12","Label":"Name","FirstNamePlaceholder":"First Name","LastNamePlaceholder":"Last Name","FirstNameValue":"","LastNameValue":"","ReadOnly":"n","Icon":{"ClassName":""},"CustomCSS":"","ContainerOptions":{"Id":"192","Type":"multiple","Width":51},"FirstNamePlaceholder_Icon":{"ClassName":""},"_id":1},{"ClassName":"rednaoemail","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField2","Spacing":"col-sm-12","Label":"Email","Placeholder":"Email","Icon":{"ClassName":""},"CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""},"ContainerOptions":{"Id":"192","Width":49,"Type":"multiple"},"_id":2,"Value":"","ReadOnly":"n"},{"ClassName":"rednaonumber","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField3","Spacing":"col-sm-12","Label":"Phone Number","Placeholder":"Phone Number","NumberOfDecimals":0,"MaximumValue":"","MinimumValue":"","Icon":{"ClassName":""},"CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""},"ContainerOptions":{"Id":"229","Width":50,"Type":"multiple"},"Decimals":0,"_id":3,"Width":"","Value":"","ShowArrows":"n","ReadOnly":"n"},{"_id":81,"ClassName":"rednaotextinput","IsRequired":"y","Formulas":{},"Styles":{},"ContainerOptions":{"Id":"229","Width":50,"Type":"multiple"},"Id":"rnField34","Spacing":"col-sm-12","Label":"Business Website","Placeholder":"Business Website","Value":"","ReadOnly":"n","Width":"","Icon":{"ClassName":""},"CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""}},{"ClassName":"rednaotextarea","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField31","Spacing":"col-sm-12","Label":"What is the biggest challenge in your business currently?","DefaultText":"","Value":"","Width":"","Height":"","Placeholder":"What is the biggest problem in your business?","Disabled":"n","MaxLength":"","CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""},"ContainerOptions":{"Id":"78","Type":"single","Width":-1},"_id":6},{"ClassName":"rednaotextarea","IsRequired":"n","Formulas":{},"Styles":{},"Id":"rnField12","Spacing":"col-sm-12","Label":"Anything else you would like to share with Joe?","DefaultText":"","Value":"","Width":"","Height":"","Placeholder":"Anything else you would like to share with Joe?",
Change Your Holiday Traditions It is really easy to fall into the trap of trying to recreate that same feeling year after year by doing the same traditions over and over again. Even when those traditions no longer make any sense. I've battled with it over the years and in this episode, I explore what you can do to change your holiday traditions and why you should challenge them! Want help getting your business ready for massive growth? I have been working with business owners for over ten years and can help you design and implement the best plans to help you. Fill out the form below and I will reach out to you within 24 hours to schedule a call to find out learn more about you and your business' needs. Learn more about how I work with entrepreneurs and business owners. var ajaxurl = 'https://www.joepardo.com/wp-admin/admin-ajax.php'; var smartFormsCurrentTime=new Date('Fri May 06 2022 09:49:19 +0000'); var smartFormsSaveNonce="c555527398"; var smartFormsUserName=""; var smartFormsFirstName=""; var smartFormsLastName=""; var smartFormsEmail=""; var smartFormsPath="https://www.joepardo.com/wp-content/plugins/smart-forms/"; var smartDonationsRootPath=""; var smartDonationsSandbox=""; var smartFormsAdditionalFields4=[]; var smartFormsDesignMode=false; if(!window.smartFormsItemsToLoad) window.smartFormsItemsToLoad=new Array(); window.smartFormsItemsToLoad.push({ 'form_id':4, 'elements':[{"ClassName":"rednaoname","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField1","Spacing":"col-sm-12","Label":"Name","FirstNamePlaceholder":"First Name","LastNamePlaceholder":"Last Name","FirstNameValue":"","LastNameValue":"","ReadOnly":"n","Icon":{"ClassName":""},"CustomCSS":"","ContainerOptions":{"Id":"192","Type":"multiple","Width":51},"FirstNamePlaceholder_Icon":{"ClassName":""},"_id":1},{"ClassName":"rednaoemail","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField2","Spacing":"col-sm-12","Label":"Email","Placeholder":"Email","Icon":{"ClassName":""},"CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""},"ContainerOptions":{"Id":"192","Width":49,"Type":"multiple"},"_id":2,"Value":"","ReadOnly":"n"},{"ClassName":"rednaonumber","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField3","Spacing":"col-sm-12","Label":"Phone Number","Placeholder":"Phone Number","NumberOfDecimals":0,"MaximumValue":"","MinimumValue":"","Icon":{"ClassName":""},"CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""},"ContainerOptions":{"Id":"229","Width":50,"Type":"multiple"},"Decimals":0,"_id":3,"Width":"","Value":"","ShowArrows":"n","ReadOnly":"n"},{"_id":81,"ClassName":"rednaotextinput","IsRequired":"y","Formulas":{},"Styles":{},"ContainerOptions":{"Id":"229","Width":50,"Type":"multiple"},"Id":"rnField34","Spacing":"col-sm-12","Label":"Business Website","Placeholder":"Business Website","Value":"","ReadOnly":"n","Width":"","Icon":{"ClassName":""},"CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""}},{"ClassName":"rednaotextarea","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField31","Spacing":"col-sm-12","Label":"What is the biggest challenge in your business currently?","DefaultText":"","Value":"","Width":"","Height":"","Placeholder":"What is the biggest problem in your business?","Disabled":"n","MaxLength":"","CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""},"ContainerOptions":{"Id":"78","Type":"single","Width":-1},"_id":6},{"ClassName":"rednaotextarea","IsRequired":"n","Formulas":{},"Styles":{},"Id":"rnField12","Spacing":"col-sm-12","Label":"Anything else you would like to share with Joe?","DefaultText":"","Value":"","Width":"","Height":"","Placeholder":"Anything else you would like to share with Joe?","Disabled":"n",
It's about time for me to reboot my platform back into Dreamers... It has been an amazing 2 years running my show as Business with Super Joe Pardo, but it is time to bring it back to Dreamers! Putting the focus on my creativity, business, inspirational and technology. Want help getting your business ready for massive growth? I have been working with business owners for over ten years and can help you design and implement the best plans to help you. Fill out the form below and I will reach out to you within 24 hours to schedule a call to find out learn more about you and your business' needs. Learn more about how I work with entrepreneurs and business owners. var ajaxurl = 'https://www.joepardo.com/wp-admin/admin-ajax.php'; var smartFormsCurrentTime=new Date('Fri May 06 2022 09:49:19 +0000'); var smartFormsSaveNonce="c555527398"; var smartFormsUserName=""; var smartFormsFirstName=""; var smartFormsLastName=""; var smartFormsEmail=""; var smartFormsPath="https://www.joepardo.com/wp-content/plugins/smart-forms/"; var smartDonationsRootPath=""; var smartDonationsSandbox=""; var smartFormsAdditionalFields4=[]; var smartFormsDesignMode=false; if(!window.smartFormsItemsToLoad) window.smartFormsItemsToLoad=new Array(); window.smartFormsItemsToLoad.push({ 'form_id':4, 'elements':[{"ClassName":"rednaoname","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField1","Spacing":"col-sm-12","Label":"Name","FirstNamePlaceholder":"First Name","LastNamePlaceholder":"Last Name","FirstNameValue":"","LastNameValue":"","ReadOnly":"n","Icon":{"ClassName":""},"CustomCSS":"","ContainerOptions":{"Id":"192","Type":"multiple","Width":51},"FirstNamePlaceholder_Icon":{"ClassName":""},"_id":1},{"ClassName":"rednaoemail","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField2","Spacing":"col-sm-12","Label":"Email","Placeholder":"Email","Icon":{"ClassName":""},"CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""},"ContainerOptions":{"Id":"192","Width":49,"Type":"multiple"},"_id":2,"Value":"","ReadOnly":"n"},{"ClassName":"rednaonumber","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField3","Spacing":"col-sm-12","Label":"Phone Number","Placeholder":"Phone Number","NumberOfDecimals":0,"MaximumValue":"","MinimumValue":"","Icon":{"ClassName":""},"CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""},"ContainerOptions":{"Id":"229","Width":50,"Type":"multiple"},"Decimals":0,"_id":3,"Width":"","Value":"","ShowArrows":"n","ReadOnly":"n"},{"_id":81,"ClassName":"rednaotextinput","IsRequired":"y","Formulas":{},"Styles":{},"ContainerOptions":{"Id":"229","Width":50,"Type":"multiple"},"Id":"rnField34","Spacing":"col-sm-12","Label":"Business Website","Placeholder":"Business Website","Value":"","ReadOnly":"n","Width":"","Icon":{"ClassName":""},"CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""}},{"ClassName":"rednaotextarea","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField31","Spacing":"col-sm-12","Label":"What is the biggest challenge in your business currently?","DefaultText":"","Value":"","Width":"","Height":"","Placeholder":"What is the biggest problem in your business?","Disabled":"n","MaxLength":"","CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""},"ContainerOptions":{"Id":"78","Type":"single","Width":-1},"_id":6},{"ClassName":"rednaotextarea","IsRequired":"n","Formulas":{},"Styles":{},"Id":"rnField12","Spacing":"col-sm-12","Label":"Anything else you would like to share with Joe?","DefaultText":"","Value":"","Width":"","Height":"","Placeholder":"Anything else you would like to share with Joe?","Disabled":"n","MaxLength":"","CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""},"ContainerOptions":{"Id":"8",
It's about time for me to reboot my platform back into Dreamers... It has been an amazing 2 years running my show as Business with Super Joe Pardo, but it is time to bring it back to Dreamers! Putting the focus on my creativity, business, inspirational and technology. Want help getting your business ready for massive growth? I have been working with business owners for over ten years and can help you design and implement the best plans to help you. Fill out the form below and I will reach out to you within 24 hours to schedule a call to find out learn more about you and your business' needs. Learn more about how I work with entrepreneurs and business owners. var ajaxurl = 'https://www.superjoepardo.com/wp-admin/admin-ajax.php'; var smartFormsCurrentTime=new Date('Wed Apr 27 2022 14:42:53 +0000'); var smartFormsSaveNonce="6672cc7043"; var smartFormsUserName=""; var smartFormsFirstName=""; var smartFormsLastName=""; var smartFormsEmail=""; var smartFormsPath="https://www.superjoepardo.com/wp-content/plugins/smart-forms/"; var smartDonationsRootPath=""; var smartDonationsSandbox=""; var smartFormsAdditionalFields4=[]; var smartFormsDesignMode=false; if(!window.smartFormsItemsToLoad) window.smartFormsItemsToLoad=new Array(); window.smartFormsItemsToLoad.push({ 'form_id':4, 'elements':[{"ClassName":"rednaoname","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField1","Spacing":"col-sm-12","Label":"Name","FirstNamePlaceholder":"First Name","LastNamePlaceholder":"Last Name","FirstNameValue":"","LastNameValue":"","ReadOnly":"n","Icon":{"ClassName":""},"CustomCSS":"","ContainerOptions":{"Id":"192","Type":"multiple","Width":51},"FirstNamePlaceholder_Icon":{"ClassName":""},"_id":1},{"ClassName":"rednaoemail","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField2","Spacing":"col-sm-12","Label":"Email","Placeholder":"Email","Icon":{"ClassName":""},"CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""},"ContainerOptions":{"Id":"192","Width":49,"Type":"multiple"},"_id":2,"Value":"","ReadOnly":"n"},{"ClassName":"rednaonumber","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField3","Spacing":"col-sm-12","Label":"Phone Number","Placeholder":"Phone Number","NumberOfDecimals":0,"MaximumValue":"","MinimumValue":"","Icon":{"ClassName":""},"CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""},"ContainerOptions":{"Id":"229","Width":50,"Type":"multiple"},"Decimals":0,"_id":3,"Width":"","Value":"","ShowArrows":"n","ReadOnly":"n"},{"_id":81,"ClassName":"rednaotextinput","IsRequired":"y","Formulas":{},"Styles":{},"ContainerOptions":{"Id":"229","Width":50,"Type":"multiple"},"Id":"rnField34","Spacing":"col-sm-12","Label":"Business Website","Placeholder":"Business Website","Value":"","ReadOnly":"n","Width":"","Icon":{"ClassName":""},"CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""}},{"ClassName":"rednaotextarea","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField31","Spacing":"col-sm-12","Label":"What is the biggest challenge in your business currently?","DefaultText":"","Value":"","Width":"","Height":"","Placeholder":"What is the biggest problem in your business?","Disabled":"n","MaxLength":"","CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""},"ContainerOptions":{"Id":"78","Type":"single","Width":-1},"_id":6},{"ClassName":"rednaotextarea","IsRequired":"n","Formulas":{},"Styles":{},"Id":"rnField12","Spacing":"col-sm-12","Label":"Anything else you would like to share with Joe?","DefaultText":"","Value":"","Width":"","Height":"","Placeholder":"Anything else you would like to share with Joe?","Disabled":"n","MaxLength":"","CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""},
Sally McVey McCartin Director of Kid-U-Not Way back at the beginning of September I got to interview Sally McVey McMartin at Ocean Resort Casino right before MAPCON5. She is helping organ donors get money to take care of themselves while they go through the process of recovering from being an organ donor. I absolutely love the mission and it links right in there with a previous guest and close friend Jason Nothdurft! Want help getting your business ready for massive growth? I have been working with business owners for over ten years and can help you design and implement the best plans to help you. Fill out the form below and I will reach out to you within 24 hours to schedule a call to find out learn more about you and your business' needs. Learn more about how I work with business owners. var ajaxurl = 'https://www.joepardo.com/wp-admin/admin-ajax.php'; var smartFormsCurrentTime=new Date('Fri May 06 2022 09:49:19 +0000'); var smartFormsSaveNonce="c555527398"; var smartFormsUserName=""; var smartFormsFirstName=""; var smartFormsLastName=""; var smartFormsEmail=""; var smartFormsPath="https://www.joepardo.com/wp-content/plugins/smart-forms/"; var smartDonationsRootPath=""; var smartDonationsSandbox=""; var smartFormsAdditionalFields4=[]; var smartFormsDesignMode=false; if(!window.smartFormsItemsToLoad) window.smartFormsItemsToLoad=new Array(); window.smartFormsItemsToLoad.push({ 'form_id':4, 'elements':[{"ClassName":"rednaoname","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField1","Spacing":"col-sm-12","Label":"Name","FirstNamePlaceholder":"First Name","LastNamePlaceholder":"Last Name","FirstNameValue":"","LastNameValue":"","ReadOnly":"n","Icon":{"ClassName":""},"CustomCSS":"","ContainerOptions":{"Id":"192","Type":"multiple","Width":51},"FirstNamePlaceholder_Icon":{"ClassName":""},"_id":1},{"ClassName":"rednaoemail","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField2","Spacing":"col-sm-12","Label":"Email","Placeholder":"Email","Icon":{"ClassName":""},"CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""},"ContainerOptions":{"Id":"192","Width":49,"Type":"multiple"},"_id":2,"Value":"","ReadOnly":"n"},{"ClassName":"rednaonumber","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField3","Spacing":"col-sm-12","Label":"Phone Number","Placeholder":"Phone Number","NumberOfDecimals":0,"MaximumValue":"","MinimumValue":"","Icon":{"ClassName":""},"CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""},"ContainerOptions":{"Id":"229","Width":50,"Type":"multiple"},"Decimals":0,"_id":3,"Width":"","Value":"","ShowArrows":"n","ReadOnly":"n"},{"_id":81,"ClassName":"rednaotextinput","IsRequired":"y","Formulas":{},"Styles":{},"ContainerOptions":{"Id":"229","Width":50,"Type":"multiple"},"Id":"rnField34","Spacing":"col-sm-12","Label":"Business Website","Placeholder":"Business Website","Value":"","ReadOnly":"n","Width":"","Icon":{"ClassName":""},"CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""}},{"ClassName":"rednaotextarea","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField31","Spacing":"col-sm-12","Label":"What is the biggest challenge in your business currently?","DefaultText":"","Value":"","Width":"","Height":"","Placeholder":"What is the biggest problem in your business?","Disabled":"n","MaxLength":"","CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""},"ContainerOptions":{"Id":"78","Type":"single","Width":-1},"_id":6},{"ClassName":"rednaotextarea","IsRequired":"n","Formulas":{},"Styles":{},"Id":"rnField12","Spacing":"col-sm-12","Label":"Anything else you would like to share with Joe?","DefaultText":"","Value":"","Width":"","Height":"","Placeholder":"Anything else you would like to share with Joe...
Sally McVey McCartin Director of Kid-U-Not Way back at the beginning of September I got to interview Sally McVey McMartin at Ocean Resort Casino right before MAPCON5. She is helping organ donors get money to take care of themselves while they go through the process of recovering from being an organ donor. I absolutely love the mission and it links right in there with a previous guest and close friend Jason Nothdurft! Want help getting your business ready for massive growth? I have been working with business owners for over ten years and can help you design and implement the best plans to help you. Fill out the form below and I will reach out to you within 24 hours to schedule a call to find out learn more about you and your business' needs. Learn more about how I work with business owners. var ajaxurl = 'https://www.superjoepardo.com/wp-admin/admin-ajax.php'; var smartFormsCurrentTime=new Date('Wed Apr 27 2022 14:42:53 +0000'); var smartFormsSaveNonce="6672cc7043"; var smartFormsUserName=""; var smartFormsFirstName=""; var smartFormsLastName=""; var smartFormsEmail=""; var smartFormsPath="https://www.superjoepardo.com/wp-content/plugins/smart-forms/"; var smartDonationsRootPath=""; var smartDonationsSandbox=""; var smartFormsAdditionalFields4=[]; var smartFormsDesignMode=false; if(!window.smartFormsItemsToLoad) window.smartFormsItemsToLoad=new Array(); window.smartFormsItemsToLoad.push({ 'form_id':4, 'elements':[{"ClassName":"rednaoname","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField1","Spacing":"col-sm-12","Label":"Name","FirstNamePlaceholder":"First Name","LastNamePlaceholder":"Last Name","FirstNameValue":"","LastNameValue":"","ReadOnly":"n","Icon":{"ClassName":""},"CustomCSS":"","ContainerOptions":{"Id":"192","Type":"multiple","Width":51},"FirstNamePlaceholder_Icon":{"ClassName":""},"_id":1},{"ClassName":"rednaoemail","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField2","Spacing":"col-sm-12","Label":"Email","Placeholder":"Email","Icon":{"ClassName":""},"CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""},"ContainerOptions":{"Id":"192","Width":49,"Type":"multiple"},"_id":2,"Value":"","ReadOnly":"n"},{"ClassName":"rednaonumber","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField3","Spacing":"col-sm-12","Label":"Phone Number","Placeholder":"Phone Number","NumberOfDecimals":0,"MaximumValue":"","MinimumValue":"","Icon":{"ClassName":""},"CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""},"ContainerOptions":{"Id":"229","Width":50,"Type":"multiple"},"Decimals":0,"_id":3,"Width":"","Value":"","ShowArrows":"n","ReadOnly":"n"},{"_id":81,"ClassName":"rednaotextinput","IsRequired":"y","Formulas":{},"Styles":{},"ContainerOptions":{"Id":"229","Width":50,"Type":"multiple"},"Id":"rnField34","Spacing":"col-sm-12","Label":"Business Website","Placeholder":"Business Website","Value":"","ReadOnly":"n","Width":"","Icon":{"ClassName":""},"CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""}},{"ClassName":"rednaotextarea","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField31","Spacing":"col-sm-12","Label":"What is the biggest challenge in your business currently?","DefaultText":"","Value":"","Width":"","Height":"","Placeholder":"What is the biggest problem in your business?","Disabled":"n","MaxLength":"","CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""},"ContainerOptions":{"Id":"78","Type":"single","Width":-1},"_id":6},{"ClassName":"rednaotextarea","IsRequired":"n","Formulas":{},"Styles":{},"Id":"rnField12","Spacing":"col-sm-12","Label":"Anything else you would like to share with Joe?","DefaultText":"","Value":"","Width":"","Height":"","Placeholder":"Anything else you would like to shar...
Jack Whelan at Ocean Resort Casino I had the honor of being able to talk shop with the Executive Chef for Ocean Resort Casino. I happened to catch him out talking with some guests and we were able to get a few minutes of his time. Shout to Leon for holding the camera steady while I conducted the interview! Want help getting your business ready for massive growth? I have been working with business owners for over ten years and can help you design and implement the best plans to help you. Fill out the form below and I will reach out to you within 24 hours to schedule a call to find out learn more about you and your business' needs. Learn more about how I work with business owners. var ajaxurl = 'https://www.superjoepardo.com/wp-admin/admin-ajax.php'; var smartFormsCurrentTime=new Date('Wed Apr 27 2022 14:42:53 +0000'); var smartFormsSaveNonce="6672cc7043"; var smartFormsUserName=""; var smartFormsFirstName=""; var smartFormsLastName=""; var smartFormsEmail=""; var smartFormsPath="https://www.superjoepardo.com/wp-content/plugins/smart-forms/"; var smartDonationsRootPath=""; var smartDonationsSandbox=""; var smartFormsAdditionalFields4=[]; var smartFormsDesignMode=false; if(!window.smartFormsItemsToLoad) window.smartFormsItemsToLoad=new Array(); window.smartFormsItemsToLoad.push({ 'form_id':4, 'elements':[{"ClassName":"rednaoname","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField1","Spacing":"col-sm-12","Label":"Name","FirstNamePlaceholder":"First Name","LastNamePlaceholder":"Last Name","FirstNameValue":"","LastNameValue":"","ReadOnly":"n","Icon":{"ClassName":""},"CustomCSS":"","ContainerOptions":{"Id":"192","Type":"multiple","Width":51},"FirstNamePlaceholder_Icon":{"ClassName":""},"_id":1},{"ClassName":"rednaoemail","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField2","Spacing":"col-sm-12","Label":"Email","Placeholder":"Email","Icon":{"ClassName":""},"CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""},"ContainerOptions":{"Id":"192","Width":49,"Type":"multiple"},"_id":2,"Value":"","ReadOnly":"n"},{"ClassName":"rednaonumber","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField3","Spacing":"col-sm-12","Label":"Phone Number","Placeholder":"Phone Number","NumberOfDecimals":0,"MaximumValue":"","MinimumValue":"","Icon":{"ClassName":""},"CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""},"ContainerOptions":{"Id":"229","Width":50,"Type":"multiple"},"Decimals":0,"_id":3,"Width":"","Value":"","ShowArrows":"n","ReadOnly":"n"},{"_id":81,"ClassName":"rednaotextinput","IsRequired":"y","Formulas":{},"Styles":{},"ContainerOptions":{"Id":"229","Width":50,"Type":"multiple"},"Id":"rnField34","Spacing":"col-sm-12","Label":"Business Website","Placeholder":"Business Website","Value":"","ReadOnly":"n","Width":"","Icon":{"ClassName":""},"CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""}},{"ClassName":"rednaotextarea","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField31","Spacing":"col-sm-12","Label":"What is the biggest challenge in your business currently?","DefaultText":"","Value":"","Width":"","Height":"","Placeholder":"What is the biggest problem in your business?","Disabled":"n","MaxLength":"","CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""},"ContainerOptions":{"Id":"78","Type":"single","Width":-1},"_id":6},{"ClassName":"rednaotextarea","IsRequired":"n","Formulas":{},"Styles":{},"Id":"rnField12","Spacing":"col-sm-12","Label":"Anything else you would like to share with Joe?","DefaultText":"","Value":"","Width":"","Height":"","Placeholder":"Anything else you would like to share with Joe?","Disabled":"n","MaxLength":"","CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""},
Jack Whelan at Ocean Resort Casino I had the honor of being able to talk shop with the Executive Chef for Ocean Resort Casino. I happened to catch him out talking with some guests and we were able to get a few minutes of his time. Shout to Leon for holding the camera steady while I conducted the interview! Want help getting your business ready for massive growth? I have been working with business owners for over ten years and can help you design and implement the best plans to help you. Fill out the form below and I will reach out to you within 24 hours to schedule a call to find out learn more about you and your business' needs. Learn more about how I work with business owners. var ajaxurl = 'https://www.joepardo.com/wp-admin/admin-ajax.php'; var smartFormsCurrentTime=new Date('Fri May 06 2022 09:49:19 +0000'); var smartFormsSaveNonce="c555527398"; var smartFormsUserName=""; var smartFormsFirstName=""; var smartFormsLastName=""; var smartFormsEmail=""; var smartFormsPath="https://www.joepardo.com/wp-content/plugins/smart-forms/"; var smartDonationsRootPath=""; var smartDonationsSandbox=""; var smartFormsAdditionalFields4=[]; var smartFormsDesignMode=false; if(!window.smartFormsItemsToLoad) window.smartFormsItemsToLoad=new Array(); window.smartFormsItemsToLoad.push({ 'form_id':4, 'elements':[{"ClassName":"rednaoname","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField1","Spacing":"col-sm-12","Label":"Name","FirstNamePlaceholder":"First Name","LastNamePlaceholder":"Last Name","FirstNameValue":"","LastNameValue":"","ReadOnly":"n","Icon":{"ClassName":""},"CustomCSS":"","ContainerOptions":{"Id":"192","Type":"multiple","Width":51},"FirstNamePlaceholder_Icon":{"ClassName":""},"_id":1},{"ClassName":"rednaoemail","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField2","Spacing":"col-sm-12","Label":"Email","Placeholder":"Email","Icon":{"ClassName":""},"CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""},"ContainerOptions":{"Id":"192","Width":49,"Type":"multiple"},"_id":2,"Value":"","ReadOnly":"n"},{"ClassName":"rednaonumber","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField3","Spacing":"col-sm-12","Label":"Phone Number","Placeholder":"Phone Number","NumberOfDecimals":0,"MaximumValue":"","MinimumValue":"","Icon":{"ClassName":""},"CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""},"ContainerOptions":{"Id":"229","Width":50,"Type":"multiple"},"Decimals":0,"_id":3,"Width":"","Value":"","ShowArrows":"n","ReadOnly":"n"},{"_id":81,"ClassName":"rednaotextinput","IsRequired":"y","Formulas":{},"Styles":{},"ContainerOptions":{"Id":"229","Width":50,"Type":"multiple"},"Id":"rnField34","Spacing":"col-sm-12","Label":"Business Website","Placeholder":"Business Website","Value":"","ReadOnly":"n","Width":"","Icon":{"ClassName":""},"CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""}},{"ClassName":"rednaotextarea","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField31","Spacing":"col-sm-12","Label":"What is the biggest challenge in your business currently?","DefaultText":"","Value":"","Width":"","Height":"","Placeholder":"What is the biggest problem in your business?","Disabled":"n","MaxLength":"","CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""},"ContainerOptions":{"Id":"78","Type":"single","Width":-1},"_id":6},{"ClassName":"rednaotextarea","IsRequired":"n","Formulas":{},"Styles":{},"Id":"rnField12","Spacing":"col-sm-12","Label":"Anything else you would like to share with Joe?","DefaultText":"","Value":"","Width":"","Height":"","Placeholder":"Anything else you would like to share with Joe?","Disabled":"n","MaxLength":"","CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""},
Catching Up with Casey Hoban at Ocean Resort Casino I have the absolute pleasure of bringing my podcast conference (Independent Podcast Conference) to Ocean Resort Casino in Atlantic City, NJ this year! It was met with much fanfare and I'm proud to announce that we are bringing it back to Ocean for next year! While I was there, I got to catch up for a fourth time with Casey Hoban from Trimino and Ocean Resort Casino. Looking for a better-looking invoice template for your business? Then Freshbooks is a great resource for you. Check out Freshbooks and their Invoice Template creator to create something more eyepealing. Check it out here! Want help getting your business ready for massive growth? I have been working with business owners for over ten years and can help you design and implement the best plans to help you. Fill out the form below and I will reach out to you within 24 hours to schedule a call to find out learn more about you and your business' needs. Learn more about how I work with business owners. var ajaxurl = 'https://www.superjoepardo.com/wp-admin/admin-ajax.php'; var smartFormsCurrentTime=new Date('Wed Apr 27 2022 14:42:53 +0000'); var smartFormsSaveNonce="6672cc7043"; var smartFormsUserName=""; var smartFormsFirstName=""; var smartFormsLastName=""; var smartFormsEmail=""; var smartFormsPath="https://www.superjoepardo.com/wp-content/plugins/smart-forms/"; var smartDonationsRootPath=""; var smartDonationsSandbox=""; var smartFormsAdditionalFields4=[]; var smartFormsDesignMode=false; if(!window.smartFormsItemsToLoad) window.smartFormsItemsToLoad=new Array(); window.smartFormsItemsToLoad.push({ 'form_id':4, 'elements':[{"ClassName":"rednaoname","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField1","Spacing":"col-sm-12","Label":"Name","FirstNamePlaceholder":"First Name","LastNamePlaceholder":"Last Name","FirstNameValue":"","LastNameValue":"","ReadOnly":"n","Icon":{"ClassName":""},"CustomCSS":"","ContainerOptions":{"Id":"192","Type":"multiple","Width":51},"FirstNamePlaceholder_Icon":{"ClassName":""},"_id":1},{"ClassName":"rednaoemail","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField2","Spacing":"col-sm-12","Label":"Email","Placeholder":"Email","Icon":{"ClassName":""},"CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""},"ContainerOptions":{"Id":"192","Width":49,"Type":"multiple"},"_id":2,"Value":"","ReadOnly":"n"},{"ClassName":"rednaonumber","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField3","Spacing":"col-sm-12","Label":"Phone Number","Placeholder":"Phone Number","NumberOfDecimals":0,"MaximumValue":"","MinimumValue":"","Icon":{"ClassName":""},"CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""},"ContainerOptions":{"Id":"229","Width":50,"Type":"multiple"},"Decimals":0,"_id":3,"Width":"","Value":"","ShowArrows":"n","ReadOnly":"n"},{"_id":81,"ClassName":"rednaotextinput","IsRequired":"y","Formulas":{},"Styles":{},"ContainerOptions":{"Id":"229","Width":50,"Type":"multiple"},"Id":"rnField34","Spacing":"col-sm-12","Label":"Business Website","Placeholder":"Business Website","Value":"","ReadOnly":"n","Width":"","Icon":{"ClassName":""},"CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""}},{"ClassName":"rednaotextarea","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField31","Spacing":"col-sm-12","Label":"What is the biggest challenge in your business currently?","DefaultText":"","Value":"","Width":"","Height":"","Placeholder":"What is the biggest problem in your business?","Disabled":"n","MaxLength":"","CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""},"ContainerOptions":{"Id":"78","Type":"single","Width":-1},"_id":6},{"ClassName":"rednaotextarea","IsRequired":"n",
Catching Up with Casey Hoban at Ocean Resort Casino I have the absolute pleasure of bringing my podcast conference (Independent Podcast Conference) to Ocean Resort Casino in Atlantic City, NJ this year! It was met with much fanfare and I'm proud to announce that we are bringing it back to Ocean for next year! While I was there, I got to catch up for a fourth time with Casey Hoban from Trimino and Ocean Resort Casino. Looking for a better-looking invoice template for your business? Then Freshbooks is a great resource for you. Check out Freshbooks and their Invoice Template creator to create something more eyepealing. Check it out here! Want help getting your business ready for massive growth? I have been working with business owners for over ten years and can help you design and implement the best plans to help you. Fill out the form below and I will reach out to you within 24 hours to schedule a call to find out learn more about you and your business' needs. Learn more about how I work with business owners. var ajaxurl = 'https://www.joepardo.com/wp-admin/admin-ajax.php'; var smartFormsCurrentTime=new Date('Fri May 06 2022 09:49:19 +0000'); var smartFormsSaveNonce="c555527398"; var smartFormsUserName=""; var smartFormsFirstName=""; var smartFormsLastName=""; var smartFormsEmail=""; var smartFormsPath="https://www.joepardo.com/wp-content/plugins/smart-forms/"; var smartDonationsRootPath=""; var smartDonationsSandbox=""; var smartFormsAdditionalFields4=[]; var smartFormsDesignMode=false; if(!window.smartFormsItemsToLoad) window.smartFormsItemsToLoad=new Array(); window.smartFormsItemsToLoad.push({ 'form_id':4, 'elements':[{"ClassName":"rednaoname","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField1","Spacing":"col-sm-12","Label":"Name","FirstNamePlaceholder":"First Name","LastNamePlaceholder":"Last Name","FirstNameValue":"","LastNameValue":"","ReadOnly":"n","Icon":{"ClassName":""},"CustomCSS":"","ContainerOptions":{"Id":"192","Type":"multiple","Width":51},"FirstNamePlaceholder_Icon":{"ClassName":""},"_id":1},{"ClassName":"rednaoemail","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField2","Spacing":"col-sm-12","Label":"Email","Placeholder":"Email","Icon":{"ClassName":""},"CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""},"ContainerOptions":{"Id":"192","Width":49,"Type":"multiple"},"_id":2,"Value":"","ReadOnly":"n"},{"ClassName":"rednaonumber","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField3","Spacing":"col-sm-12","Label":"Phone Number","Placeholder":"Phone Number","NumberOfDecimals":0,"MaximumValue":"","MinimumValue":"","Icon":{"ClassName":""},"CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""},"ContainerOptions":{"Id":"229","Width":50,"Type":"multiple"},"Decimals":0,"_id":3,"Width":"","Value":"","ShowArrows":"n","ReadOnly":"n"},{"_id":81,"ClassName":"rednaotextinput","IsRequired":"y","Formulas":{},"Styles":{},"ContainerOptions":{"Id":"229","Width":50,"Type":"multiple"},"Id":"rnField34","Spacing":"col-sm-12","Label":"Business Website","Placeholder":"Business Website","Value":"","ReadOnly":"n","Width":"","Icon":{"ClassName":""},"CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""}},{"ClassName":"rednaotextarea","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField31","Spacing":"col-sm-12","Label":"What is the biggest challenge in your business currently?","DefaultText":"","Value":"","Width":"","Height":"","Placeholder":"What is the biggest problem in your business?","Disabled":"n","MaxLength":"","CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""},"ContainerOptions":{"Id":"78","Type":"single","Width":-1},"_id":6},{"ClassName":"rednaotextarea","IsRequired":"n",
https://www.youtube.com/watch?v=4HWYj-wSciA Are you working towards making your business for YOUR lifestyle? Super Joe Pardo is teaming up with a long-time friend and past guest Samantha Riley to host a collaborative Mastermind for helping business owners (old and new) craft their businesses into their Freedom Business. Learn all about this one-day event being held in Atlantic City, NJ on September 5th. Save 50% When You Use Promo Code: ACTION www.BusinessFreedomMastermind.com Join Super Joe Pardo and Samantha Riley at the Mid-Atlantic Podcast Conference this year in Atlantic City, NJ September 6 and 7th! Save 15% off your Plus or Premium MAPCON ticket with promo code: mapcon5 www.MidAtlanticPodcast.com/register MidAtlantic Podcast Conference Want help getting your business ready for massive growth? I have been working with business owners for over ten years and can help you design and implement the best plans to help you. Fill out the form below and I will reach out to you within 24 hours to schedule a call to find out learn more about you and your business' needs. Learn more about how I work with business owners. var ajaxurl = 'https://www.superjoepardo.com/wp-admin/admin-ajax.php'; var smartFormsCurrentTime=new Date('Wed Apr 27 2022 14:42:53 +0000'); var smartFormsSaveNonce="6672cc7043"; var smartFormsUserName=""; var smartFormsFirstName=""; var smartFormsLastName=""; var smartFormsEmail=""; var smartFormsPath="https://www.superjoepardo.com/wp-content/plugins/smart-forms/"; var smartDonationsRootPath=""; var smartDonationsSandbox=""; var smartFormsAdditionalFields4=[]; var smartFormsDesignMode=false; if(!window.smartFormsItemsToLoad) window.smartFormsItemsToLoad=new Array(); window.smartFormsItemsToLoad.push({ 'form_id':4, 'elements':[{"ClassName":"rednaoname","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField1","Spacing":"col-sm-12","Label":"Name","FirstNamePlaceholder":"First Name","LastNamePlaceholder":"Last Name","FirstNameValue":"","LastNameValue":"","ReadOnly":"n","Icon":{"ClassName":""},"CustomCSS":"","ContainerOptions":{"Id":"192","Type":"multiple","Width":51},"FirstNamePlaceholder_Icon":{"ClassName":""},"_id":1},{"ClassName":"rednaoemail","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField2","Spacing":"col-sm-12","Label":"Email","Placeholder":"Email","Icon":{"ClassName":""},"CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""},"ContainerOptions":{"Id":"192","Width":49,"Type":"multiple"},"_id":2,"Value":"","ReadOnly":"n"},{"ClassName":"rednaonumber","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField3","Spacing":"col-sm-12","Label":"Phone Number","Placeholder":"Phone Number","NumberOfDecimals":0,"MaximumValue":"","MinimumValue":"","Icon":{"ClassName":""},"CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""},"ContainerOptions":{"Id":"229","Width":50,"Type":"multiple"},"Decimals":0,"_id":3,"Width":"","Value":"","ShowArrows":"n","ReadOnly":"n"},{"_id":81,"ClassName":"rednaotextinput","IsRequired":"y","Formulas":{},"Styles":{},"ContainerOptions":{"Id":"229","Width":50,"Type":"multiple"},"Id":"rnField34","Spacing":"col-sm-12","Label":"Business Website","Placeholder":"Business Website","Value":"","ReadOnly":"n","Width":"","Icon":{"ClassName":""},"CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""}},{"ClassName":"rednaotextarea","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField31","Spacing":"col-sm-12","Label":"What is the biggest challenge in your business currently?","DefaultText":"","Value":"","Width":"","Height":"","Placeholder":"What is the biggest problem in your business?","Disabled":"n","MaxLength":"","CustomCSS":"","Placeholder_Icon":{"ClassName":"",
https://www.youtube.com/watch?v=4HWYj-wSciA Are you working towards making your business for YOUR lifestyle? Super Joe Pardo is teaming up with a long-time friend and past guest Samantha Riley to host a collaborative Mastermind for helping business owners (old and new) craft their businesses into their Freedom Business. Learn all about this one-day event being held in Atlantic City, NJ on September 5th. Save 50% When You Use Promo Code: ACTION www.BusinessFreedomMastermind.com Join Super Joe Pardo and Samantha Riley at the Mid-Atlantic Podcast Conference this year in Atlantic City, NJ September 6 and 7th! Save 15% off your Plus or Premium MAPCON ticket with promo code: mapcon5 www.MidAtlanticPodcast.com/register MidAtlantic Podcast Conference Want help getting your business ready for massive growth? I have been working with business owners for over ten years and can help you design and implement the best plans to help you. Fill out the form below and I will reach out to you within 24 hours to schedule a call to find out learn more about you and your business' needs. Learn more about how I work with business owners. var ajaxurl = 'https://www.joepardo.com/wp-admin/admin-ajax.php'; var smartFormsCurrentTime=new Date('Fri May 06 2022 09:49:19 +0000'); var smartFormsSaveNonce="c555527398"; var smartFormsUserName=""; var smartFormsFirstName=""; var smartFormsLastName=""; var smartFormsEmail=""; var smartFormsPath="https://www.joepardo.com/wp-content/plugins/smart-forms/"; var smartDonationsRootPath=""; var smartDonationsSandbox=""; var smartFormsAdditionalFields4=[]; var smartFormsDesignMode=false; if(!window.smartFormsItemsToLoad) window.smartFormsItemsToLoad=new Array(); window.smartFormsItemsToLoad.push({ 'form_id':4, 'elements':[{"ClassName":"rednaoname","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField1","Spacing":"col-sm-12","Label":"Name","FirstNamePlaceholder":"First Name","LastNamePlaceholder":"Last Name","FirstNameValue":"","LastNameValue":"","ReadOnly":"n","Icon":{"ClassName":""},"CustomCSS":"","ContainerOptions":{"Id":"192","Type":"multiple","Width":51},"FirstNamePlaceholder_Icon":{"ClassName":""},"_id":1},{"ClassName":"rednaoemail","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField2","Spacing":"col-sm-12","Label":"Email","Placeholder":"Email","Icon":{"ClassName":""},"CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""},"ContainerOptions":{"Id":"192","Width":49,"Type":"multiple"},"_id":2,"Value":"","ReadOnly":"n"},{"ClassName":"rednaonumber","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField3","Spacing":"col-sm-12","Label":"Phone Number","Placeholder":"Phone Number","NumberOfDecimals":0,"MaximumValue":"","MinimumValue":"","Icon":{"ClassName":""},"CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""},"ContainerOptions":{"Id":"229","Width":50,"Type":"multiple"},"Decimals":0,"_id":3,"Width":"","Value":"","ShowArrows":"n","ReadOnly":"n"},{"_id":81,"ClassName":"rednaotextinput","IsRequired":"y","Formulas":{},"Styles":{},"ContainerOptions":{"Id":"229","Width":50,"Type":"multiple"},"Id":"rnField34","Spacing":"col-sm-12","Label":"Business Website","Placeholder":"Business Website","Value":"","ReadOnly":"n","Width":"","Icon":{"ClassName":""},"CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""}},{"ClassName":"rednaotextarea","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField31","Spacing":"col-sm-12","Label":"What is the biggest challenge in your business currently?","DefaultText":"","Value":"","Width":"","Height":"","Placeholder":"What is the biggest problem in your business?","Disabled":"n","MaxLength":"","CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""},
https://youtu.be/Pekrjyq31Dw What do you do to get out in front of your day, week, month, year? I have received this question a lot lately about how do I stay out in front of all of the different projects I have going on at once. So this week I decided to answer this question on my podcast. Utilizing services like Evernote to help do brain dumps and scheduling a time to complete tasks to make progress in the different areas I am involved with. This episode is sponsored by JORD Wooden Watches. Click here to win $100 off your own watch! Join me at the Mid-Atlantic Podcast Conference this year in Atlantic City, NJ! Save 15% off your Plus or Premium MAPCON ticket with promo code: mapcon5 www.MidAtlanticPodcast.com/register MidAtlantic Podcast Conference Want help getting your business ready for massive growth? I have been working with business owners for over ten years and can help you design and implement the best plans to help you. Fill out the form below and I will reach out to you within 24 hours to schedule a call to find out learn more about you and your business' needs. Learn more about how I work with business owners. var ajaxurl = 'https://www.superjoepardo.com/wp-admin/admin-ajax.php'; var smartFormsCurrentTime=new Date('Wed Apr 27 2022 14:42:53 +0000'); var smartFormsSaveNonce="6672cc7043"; var smartFormsUserName=""; var smartFormsFirstName=""; var smartFormsLastName=""; var smartFormsEmail=""; var smartFormsPath="https://www.superjoepardo.com/wp-content/plugins/smart-forms/"; var smartDonationsRootPath=""; var smartDonationsSandbox=""; var smartFormsAdditionalFields4=[]; var smartFormsDesignMode=false; if(!window.smartFormsItemsToLoad) window.smartFormsItemsToLoad=new Array(); window.smartFormsItemsToLoad.push({ 'form_id':4, 'elements':[{"ClassName":"rednaoname","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField1","Spacing":"col-sm-12","Label":"Name","FirstNamePlaceholder":"First Name","LastNamePlaceholder":"Last Name","FirstNameValue":"","LastNameValue":"","ReadOnly":"n","Icon":{"ClassName":""},"CustomCSS":"","ContainerOptions":{"Id":"192","Type":"multiple","Width":51},"FirstNamePlaceholder_Icon":{"ClassName":""},"_id":1},{"ClassName":"rednaoemail","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField2","Spacing":"col-sm-12","Label":"Email","Placeholder":"Email","Icon":{"ClassName":""},"CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""},"ContainerOptions":{"Id":"192","Width":49,"Type":"multiple"},"_id":2,"Value":"","ReadOnly":"n"},{"ClassName":"rednaonumber","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField3","Spacing":"col-sm-12","Label":"Phone Number","Placeholder":"Phone Number","NumberOfDecimals":0,"MaximumValue":"","MinimumValue":"","Icon":{"ClassName":""},"CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""},"ContainerOptions":{"Id":"229","Width":50,"Type":"multiple"},"Decimals":0,"_id":3,"Width":"","Value":"","ShowArrows":"n","ReadOnly":"n"},{"_id":81,"ClassName":"rednaotextinput","IsRequired":"y","Formulas":{},"Styles":{},"ContainerOptions":{"Id":"229","Width":50,"Type":"multiple"},"Id":"rnField34","Spacing":"col-sm-12","Label":"Business Website","Placeholder":"Business Website","Value":"","ReadOnly":"n","Width":"","Icon":{"ClassName":""},"CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""}},{"ClassName":"rednaotextarea","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField31","Spacing":"col-sm-12","Label":"What is the biggest challenge in your business currently?","DefaultText":"","Value":"","Width":"","Height":"","Placeholder":"What is the biggest problem in your business?","Disabled":"n","MaxLength":"","CustomCSS":"","Placeholder_Icon":{"ClassName":"",
https://youtu.be/Pekrjyq31Dw What do you do to get out in front of your day, week, month, year? I have received this question a lot lately about how do I stay out in front of all of the different projects I have going on at once. So this week I decided to answer this question on my podcast. Utilizing services like Evernote to help do brain dumps and scheduling a time to complete tasks to make progress in the different areas I am involved with. This episode is sponsored by JORD Wooden Watches. Click here to win $100 off your own watch! Join me at the Mid-Atlantic Podcast Conference this year in Atlantic City, NJ! Save 15% off your Plus or Premium MAPCON ticket with promo code: mapcon5 www.MidAtlanticPodcast.com/register MidAtlantic Podcast Conference Want help getting your business ready for massive growth? I have been working with business owners for over ten years and can help you design and implement the best plans to help you. Fill out the form below and I will reach out to you within 24 hours to schedule a call to find out learn more about you and your business' needs. Learn more about how I work with business owners. var ajaxurl = 'https://www.joepardo.com/wp-admin/admin-ajax.php'; var smartFormsCurrentTime=new Date('Fri May 06 2022 09:49:19 +0000'); var smartFormsSaveNonce="c555527398"; var smartFormsUserName=""; var smartFormsFirstName=""; var smartFormsLastName=""; var smartFormsEmail=""; var smartFormsPath="https://www.joepardo.com/wp-content/plugins/smart-forms/"; var smartDonationsRootPath=""; var smartDonationsSandbox=""; var smartFormsAdditionalFields4=[]; var smartFormsDesignMode=false; if(!window.smartFormsItemsToLoad) window.smartFormsItemsToLoad=new Array(); window.smartFormsItemsToLoad.push({ 'form_id':4, 'elements':[{"ClassName":"rednaoname","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField1","Spacing":"col-sm-12","Label":"Name","FirstNamePlaceholder":"First Name","LastNamePlaceholder":"Last Name","FirstNameValue":"","LastNameValue":"","ReadOnly":"n","Icon":{"ClassName":""},"CustomCSS":"","ContainerOptions":{"Id":"192","Type":"multiple","Width":51},"FirstNamePlaceholder_Icon":{"ClassName":""},"_id":1},{"ClassName":"rednaoemail","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField2","Spacing":"col-sm-12","Label":"Email","Placeholder":"Email","Icon":{"ClassName":""},"CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""},"ContainerOptions":{"Id":"192","Width":49,"Type":"multiple"},"_id":2,"Value":"","ReadOnly":"n"},{"ClassName":"rednaonumber","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField3","Spacing":"col-sm-12","Label":"Phone Number","Placeholder":"Phone Number","NumberOfDecimals":0,"MaximumValue":"","MinimumValue":"","Icon":{"ClassName":""},"CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""},"ContainerOptions":{"Id":"229","Width":50,"Type":"multiple"},"Decimals":0,"_id":3,"Width":"","Value":"","ShowArrows":"n","ReadOnly":"n"},{"_id":81,"ClassName":"rednaotextinput","IsRequired":"y","Formulas":{},"Styles":{},"ContainerOptions":{"Id":"229","Width":50,"Type":"multiple"},"Id":"rnField34","Spacing":"col-sm-12","Label":"Business Website","Placeholder":"Business Website","Value":"","ReadOnly":"n","Width":"","Icon":{"ClassName":""},"CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""}},{"ClassName":"rednaotextarea","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField31","Spacing":"col-sm-12","Label":"What is the biggest challenge in your business currently?","DefaultText":"","Value":"","Width":"","Height":"","Placeholder":"What is the biggest problem in your business?","Disabled":"n","MaxLength":"","CustomCSS":"","Placeholder_Icon":{"ClassName":"",
https://www.facebook.com/superjoepardo/videos/1306671216176261/ 234 Threads: Limited Edition Entrepreneur Apparel That Helps Homeless Start Businesses 234 Threads launched back on Sunday night at 8 PM EST! Get 10% off the first design by using promo code: SUPER Why Buy? 1. Helping Homeless Start Their Own Business Working alongside nonprofits that help homeless people, 234 Threads will host Business Boot Camps to help people experiencing homelessness craft, start and accelerate their own businesses. Bringing people from our 234 Crew together to help support and mentor participants in the Boot Camps. 2. Join Our Global Community Bringing amazing people together has always been a passion of Super Joe Pardo's (founder of 234 Threads). When you purchase a piece of apparel from 234 Threads you will be invited to our private 234 Crew Facebook Group so you can connect and grow with other like-minded people (entrepreneurs, dreamers, and tech heads) from around the world. You will be invited to private live events hosted by 234 Threads, have access to exclusive courses made for entrepreneurs by Super Joe Pardo, exclusive interviews with leading entrepreneurs and business owners from around the world and get to ask your burning questions to them directly via Facebook Lives only available in the 234 Crew. Join me at the Mid-Atlantic Podcast Conference this year in Atlantic City, NJ! Save 15% off your Plus or Premium MAPCON ticket with promo code: mapcon5 www.MidAtlanticPodcast.com/register MidAtlantic Podcast Conference Want help getting your business ready for massive growth? I have been working with business owners for over ten years and can help you design and implement the best plans to help you. Fill out the form below and I will reach out to you within 24 hours to schedule a call to find out learn more about you and your business' needs. Learn more about how I work with business owners. var ajaxurl = 'https://www.superjoepardo.com/wp-admin/admin-ajax.php'; var smartFormsCurrentTime=new Date('Wed Apr 27 2022 14:42:53 +0000'); var smartFormsSaveNonce="6672cc7043"; var smartFormsUserName=""; var smartFormsFirstName=""; var smartFormsLastName=""; var smartFormsEmail=""; var smartFormsPath="https://www.superjoepardo.com/wp-content/plugins/smart-forms/"; var smartDonationsRootPath=""; var smartDonationsSandbox=""; var smartFormsAdditionalFields4=[]; var smartFormsDesignMode=false; if(!window.smartFormsItemsToLoad) window.smartFormsItemsToLoad=new Array(); window.smartFormsItemsToLoad.push({ 'form_id':4, 'elements':[{"ClassName":"rednaoname","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField1","Spacing":"col-sm-12","Label":"Name","FirstNamePlaceholder":"First Name","LastNamePlaceholder":"Last Name","FirstNameValue":"","LastNameValue":"","ReadOnly":"n","Icon":{"ClassName":""},"CustomCSS":"","ContainerOptions":{"Id":"192","Type":"multiple","Width":51},"FirstNamePlaceholder_Icon":{"ClassName":""},"_id":1},{"ClassName":"rednaoemail","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField2","Spacing":"col-sm-12","Label":"Email","Placeholder":"Email","Icon":{"ClassName":""},"CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""},"ContainerOptions":{"Id":"192","Width":49,"Type":"multiple"},"_id":2,"Value":"","ReadOnly":"n"},{"ClassName":"rednaonumber","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField3","Spacing":"col-sm-12","Label":"Phone Number","Placeholder":"Phone Number","NumberOfDecimals":0,"MaximumValue":"","MinimumValue":"","Icon":{"ClassName":""},"CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""},"ContainerOptions":{"Id":"229","Width":50,"Type":"multiple"},"Decimals":0,"_id":3,"Width":"",
https://www.facebook.com/superjoepardo/videos/1306671216176261/ 234 Threads: Limited Edition Entrepreneur Apparel That Helps Homeless Start Businesses 234 Threads launched back on Sunday night at 8 PM EST! Get 10% off the first design by using promo code: SUPER Why Buy? 1. Helping Homeless Start Their Own Business Working alongside nonprofits that help homeless people, 234 Threads will host Business Boot Camps to help people experiencing homelessness craft, start and accelerate their own businesses. Bringing people from our 234 Crew together to help support and mentor participants in the Boot Camps. 2. Join Our Global Community Bringing amazing people together has always been a passion of Super Joe Pardo's (founder of 234 Threads). When you purchase a piece of apparel from 234 Threads you will be invited to our private 234 Crew Facebook Group so you can connect and grow with other like-minded people (entrepreneurs, dreamers, and tech heads) from around the world. You will be invited to private live events hosted by 234 Threads, have access to exclusive courses made for entrepreneurs by Super Joe Pardo, exclusive interviews with leading entrepreneurs and business owners from around the world and get to ask your burning questions to them directly via Facebook Lives only available in the 234 Crew. Join me at the Mid-Atlantic Podcast Conference this year in Atlantic City, NJ! Save 15% off your Plus or Premium MAPCON ticket with promo code: mapcon5 www.MidAtlanticPodcast.com/register MidAtlantic Podcast Conference Want help getting your business ready for massive growth? I have been working with business owners for over ten years and can help you design and implement the best plans to help you. Fill out the form below and I will reach out to you within 24 hours to schedule a call to find out learn more about you and your business' needs. Learn more about how I work with business owners. var ajaxurl = 'https://www.joepardo.com/wp-admin/admin-ajax.php'; var smartFormsCurrentTime=new Date('Fri May 06 2022 09:49:19 +0000'); var smartFormsSaveNonce="c555527398"; var smartFormsUserName=""; var smartFormsFirstName=""; var smartFormsLastName=""; var smartFormsEmail=""; var smartFormsPath="https://www.joepardo.com/wp-content/plugins/smart-forms/"; var smartDonationsRootPath=""; var smartDonationsSandbox=""; var smartFormsAdditionalFields4=[]; var smartFormsDesignMode=false; if(!window.smartFormsItemsToLoad) window.smartFormsItemsToLoad=new Array(); window.smartFormsItemsToLoad.push({ 'form_id':4, 'elements':[{"ClassName":"rednaoname","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField1","Spacing":"col-sm-12","Label":"Name","FirstNamePlaceholder":"First Name","LastNamePlaceholder":"Last Name","FirstNameValue":"","LastNameValue":"","ReadOnly":"n","Icon":{"ClassName":""},"CustomCSS":"","ContainerOptions":{"Id":"192","Type":"multiple","Width":51},"FirstNamePlaceholder_Icon":{"ClassName":""},"_id":1},{"ClassName":"rednaoemail","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField2","Spacing":"col-sm-12","Label":"Email","Placeholder":"Email","Icon":{"ClassName":""},"CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""},"ContainerOptions":{"Id":"192","Width":49,"Type":"multiple"},"_id":2,"Value":"","ReadOnly":"n"},{"ClassName":"rednaonumber","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField3","Spacing":"col-sm-12","Label":"Phone Number","Placeholder":"Phone Number","NumberOfDecimals":0,"MaximumValue":"","MinimumValue":"","Icon":{"ClassName":""},"CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""},"ContainerOptions":{"Id":"229","Width":50,"Type":"multiple"},"Decimals":0,"_id":3,"Width":"","Value":"",
https://www.facebook.com/superjoepardo/videos/677802092632618/ Announcing 234 Threads: Limited Edition Entrepreneur Apparel That Helps Homeless Start Businesses I wanted to do something a little different with this episode to announce a brand new venture I am launching 234 Threads. In this episode, I brought in 3 guests to discuss, ask questions and brainstorm up some ideas for this new business I am launching on June 30, 2019, at 8 PM EST. Staci Greenberg - http://interioranddesignllc.com Eric Hunley - Unstructured Podcast Ross Brand - Live Stream Universe Join all four of us at the Mid-Atlantic Podcast Conference this year in Atlantic City, NJ! Save 15% off your Plus or Premium MAPCON ticket with promo code: mapcon5 www.MidAtlanticPodcast.com/register MidAtlantic Podcast Conference Want help getting your business ready for massive growth? I have been working with business owners for over ten years and can help you design and implement the best plans to help you. Fill out the form below and I will reach out to you within 24 hours to schedule a call to find out learn more about you and your business' needs. Learn more about how I work with business owners. var ajaxurl = 'https://www.joepardo.com/wp-admin/admin-ajax.php'; var smartFormsCurrentTime=new Date('Fri May 06 2022 09:49:19 +0000'); var smartFormsSaveNonce="c555527398"; var smartFormsUserName=""; var smartFormsFirstName=""; var smartFormsLastName=""; var smartFormsEmail=""; var smartFormsPath="https://www.joepardo.com/wp-content/plugins/smart-forms/"; var smartDonationsRootPath=""; var smartDonationsSandbox=""; var smartFormsAdditionalFields4=[]; var smartFormsDesignMode=false; if(!window.smartFormsItemsToLoad) window.smartFormsItemsToLoad=new Array(); window.smartFormsItemsToLoad.push({ 'form_id':4, 'elements':[{"ClassName":"rednaoname","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField1","Spacing":"col-sm-12","Label":"Name","FirstNamePlaceholder":"First Name","LastNamePlaceholder":"Last Name","FirstNameValue":"","LastNameValue":"","ReadOnly":"n","Icon":{"ClassName":""},"CustomCSS":"","ContainerOptions":{"Id":"192","Type":"multiple","Width":51},"FirstNamePlaceholder_Icon":{"ClassName":""},"_id":1},{"ClassName":"rednaoemail","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField2","Spacing":"col-sm-12","Label":"Email","Placeholder":"Email","Icon":{"ClassName":""},"CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""},"ContainerOptions":{"Id":"192","Width":49,"Type":"multiple"},"_id":2,"Value":"","ReadOnly":"n"},{"ClassName":"rednaonumber","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField3","Spacing":"col-sm-12","Label":"Phone Number","Placeholder":"Phone Number","NumberOfDecimals":0,"MaximumValue":"","MinimumValue":"","Icon":{"ClassName":""},"CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""},"ContainerOptions":{"Id":"229","Width":50,"Type":"multiple"},"Decimals":0,"_id":3,"Width":"","Value":"","ShowArrows":"n","ReadOnly":"n"},{"_id":81,"ClassName":"rednaotextinput","IsRequired":"y","Formulas":{},"Styles":{},"ContainerOptions":{"Id":"229","Width":50,"Type":"multiple"},"Id":"rnField34","Spacing":"col-sm-12","Label":"Business Website","Placeholder":"Business Website","Value":"","ReadOnly":"n","Width":"","Icon":{"ClassName":""},"CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""}},{"ClassName":"rednaotextarea","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField31","Spacing":"col-sm-12","Label":"What is the biggest challenge in your business currently?","DefaultText":"","Value":"","Width":"","Height":"","Placeholder":"What is the biggest problem in your business?","Disabled":"n","MaxLength":"","CustomCSS":"",
https://www.facebook.com/superjoepardo/videos/677802092632618/ Announcing 234 Threads: Limited Edition Entrepreneur Apparel That Helps Homeless Start Businesses I wanted to do something a little different with this episode to announce a brand new venture I am launching 234 Threads. In this episode, I brought in 3 guests to discuss, ask questions and brainstorm up some ideas for this new business I am launching on June 30, 2019, at 8 PM EST. Staci Greenberg - http://interioranddesignllc.com Eric Hunley - Unstructured Podcast Ross Brand - Live Stream Universe Join all four of us at the Mid-Atlantic Podcast Conference this year in Atlantic City, NJ! Save 15% off your Plus or Premium MAPCON ticket with promo code: mapcon5 www.MidAtlanticPodcast.com/register MidAtlantic Podcast Conference Want help getting your business ready for massive growth? I have been working with business owners for over ten years and can help you design and implement the best plans to help you. Fill out the form below and I will reach out to you within 24 hours to schedule a call to find out learn more about you and your business' needs. Learn more about how I work with business owners. var ajaxurl = 'https://www.superjoepardo.com/wp-admin/admin-ajax.php'; var smartFormsCurrentTime=new Date('Wed Apr 27 2022 14:42:53 +0000'); var smartFormsSaveNonce="6672cc7043"; var smartFormsUserName=""; var smartFormsFirstName=""; var smartFormsLastName=""; var smartFormsEmail=""; var smartFormsPath="https://www.superjoepardo.com/wp-content/plugins/smart-forms/"; var smartDonationsRootPath=""; var smartDonationsSandbox=""; var smartFormsAdditionalFields4=[]; var smartFormsDesignMode=false; if(!window.smartFormsItemsToLoad) window.smartFormsItemsToLoad=new Array(); window.smartFormsItemsToLoad.push({ 'form_id':4, 'elements':[{"ClassName":"rednaoname","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField1","Spacing":"col-sm-12","Label":"Name","FirstNamePlaceholder":"First Name","LastNamePlaceholder":"Last Name","FirstNameValue":"","LastNameValue":"","ReadOnly":"n","Icon":{"ClassName":""},"CustomCSS":"","ContainerOptions":{"Id":"192","Type":"multiple","Width":51},"FirstNamePlaceholder_Icon":{"ClassName":""},"_id":1},{"ClassName":"rednaoemail","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField2","Spacing":"col-sm-12","Label":"Email","Placeholder":"Email","Icon":{"ClassName":""},"CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""},"ContainerOptions":{"Id":"192","Width":49,"Type":"multiple"},"_id":2,"Value":"","ReadOnly":"n"},{"ClassName":"rednaonumber","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField3","Spacing":"col-sm-12","Label":"Phone Number","Placeholder":"Phone Number","NumberOfDecimals":0,"MaximumValue":"","MinimumValue":"","Icon":{"ClassName":""},"CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""},"ContainerOptions":{"Id":"229","Width":50,"Type":"multiple"},"Decimals":0,"_id":3,"Width":"","Value":"","ShowArrows":"n","ReadOnly":"n"},{"_id":81,"ClassName":"rednaotextinput","IsRequired":"y","Formulas":{},"Styles":{},"ContainerOptions":{"Id":"229","Width":50,"Type":"multiple"},"Id":"rnField34","Spacing":"col-sm-12","Label":"Business Website","Placeholder":"Business Website","Value":"","ReadOnly":"n","Width":"","Icon":{"ClassName":""},"CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""}},{"ClassName":"rednaotextarea","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField31","Spacing":"col-sm-12","Label":"What is the biggest challenge in your business currently?","DefaultText":"","Value":"","Width":"","Height":"","Placeholder":"What is the biggest problem in your business?","Disabled":"n","MaxLength":"","CustomCSS":"",
https://www.facebook.com/superjoepardo/videos/2141250779507626/ Optimize SEO for your Business with John McAlpin John McAlpin is the SEO Director for boutique SEO company Cardinal SEO. He joins me today to talk about optimizing your website's SEO (search engine optimization) to get more traffic on Google. We discuss many ways for you to do your own SEO for your website as well as what you should be looking for in an SEO company to do it for you. One of the examples we explore in this episode is a Photography SEO in Atlanta. W-B Photography and how they can better optimize their SEO to attract more customers. Save 15% off your Plus or Premium MAPCON ticket with promo code: mapcon5 www.MidAtlanticPodcast.com/register Sales Won't Save Your Business Book on Amazon MidAtlantic Podcast Conference This episode is brought to you by Cardinal SEO. Facebook: https://www.facebook.com/CardinalDigitalMarketing/ Twitter: https://twitter.com/CardinalWS Linkedin: https://www.linkedin.com/in/johnvmcalpin/ YouTube: https://www.youtube.com/user/TheAtlantaSEOCompany Want help getting your business ready for massive growth? I have been working with business owners for over ten years and can help you design and implement the best plans to help you. Fill out the form below and I will reach out to you within 24 hours to schedule a call to find out learn more about you and your business' needs. Learn more about how I work with business owners. var ajaxurl = 'https://www.superjoepardo.com/wp-admin/admin-ajax.php'; var smartFormsCurrentTime=new Date('Wed Apr 27 2022 14:42:53 +0000'); var smartFormsSaveNonce="6672cc7043"; var smartFormsUserName=""; var smartFormsFirstName=""; var smartFormsLastName=""; var smartFormsEmail=""; var smartFormsPath="https://www.superjoepardo.com/wp-content/plugins/smart-forms/"; var smartDonationsRootPath=""; var smartDonationsSandbox=""; var smartFormsAdditionalFields4=[]; var smartFormsDesignMode=false; if(!window.smartFormsItemsToLoad) window.smartFormsItemsToLoad=new Array(); window.smartFormsItemsToLoad.push({ 'form_id':4, 'elements':[{"ClassName":"rednaoname","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField1","Spacing":"col-sm-12","Label":"Name","FirstNamePlaceholder":"First Name","LastNamePlaceholder":"Last Name","FirstNameValue":"","LastNameValue":"","ReadOnly":"n","Icon":{"ClassName":""},"CustomCSS":"","ContainerOptions":{"Id":"192","Type":"multiple","Width":51},"FirstNamePlaceholder_Icon":{"ClassName":""},"_id":1},{"ClassName":"rednaoemail","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField2","Spacing":"col-sm-12","Label":"Email","Placeholder":"Email","Icon":{"ClassName":""},"CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""},"ContainerOptions":{"Id":"192","Width":49,"Type":"multiple"},"_id":2,"Value":"","ReadOnly":"n"},{"ClassName":"rednaonumber","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField3","Spacing":"col-sm-12","Label":"Phone Number","Placeholder":"Phone Number","NumberOfDecimals":0,"MaximumValue":"","MinimumValue":"","Icon":{"ClassName":""},"CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""},"ContainerOptions":{"Id":"229","Width":50,"Type":"multiple"},"Decimals":0,"_id":3,"Width":"","Value":"","ShowArrows":"n","ReadOnly":"n"},{"_id":81,"ClassName":"rednaotextinput","IsRequired":"y","Formulas":{},"Styles":{},"ContainerOptions":{"Id":"229","Width":50,"Type":"multiple"},"Id":"rnField34","Spacing":"col-sm-12","Label":"Business Website","Placeholder":"Business Website","Value":"","ReadOnly":"n","Width":"","Icon":{"ClassName":""},"CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""}},{"ClassName":"rednaotextarea","IsRequired":"y","Formulas":{},
https://www.facebook.com/superjoepardo/videos/2141250779507626/ Optimize SEO for your Business with John McAlpin John McAlpin is the SEO Director for boutique SEO company Cardinal SEO. He joins me today to talk about optimizing your website's SEO (search engine optimization) to get more traffic on Google. We discuss many ways for you to do your own SEO for your website as well as what you should be looking for in an SEO company to do it for you. One of the examples we explore in this episode is a Photography SEO in Atlanta. W-B Photography and how they can better optimize their SEO to attract more customers. Save 15% off your Plus or Premium MAPCON ticket with promo code: mapcon5 www.MidAtlanticPodcast.com/register Sales Won't Save Your Business Book on Amazon MidAtlantic Podcast Conference This episode is brought to you by Cardinal SEO. Facebook: https://www.facebook.com/CardinalDigitalMarketing/ Twitter: https://twitter.com/CardinalWS Linkedin: https://www.linkedin.com/in/johnvmcalpin/ YouTube: https://www.youtube.com/user/TheAtlantaSEOCompany Want help getting your business ready for massive growth? I have been working with business owners for over ten years and can help you design and implement the best plans to help you. Fill out the form below and I will reach out to you within 24 hours to schedule a call to find out learn more about you and your business' needs. Learn more about how I work with business owners. var ajaxurl = 'https://www.joepardo.com/wp-admin/admin-ajax.php'; var smartFormsCurrentTime=new Date('Fri May 06 2022 09:49:19 +0000'); var smartFormsSaveNonce="c555527398"; var smartFormsUserName=""; var smartFormsFirstName=""; var smartFormsLastName=""; var smartFormsEmail=""; var smartFormsPath="https://www.joepardo.com/wp-content/plugins/smart-forms/"; var smartDonationsRootPath=""; var smartDonationsSandbox=""; var smartFormsAdditionalFields4=[]; var smartFormsDesignMode=false; if(!window.smartFormsItemsToLoad) window.smartFormsItemsToLoad=new Array(); window.smartFormsItemsToLoad.push({ 'form_id':4, 'elements':[{"ClassName":"rednaoname","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField1","Spacing":"col-sm-12","Label":"Name","FirstNamePlaceholder":"First Name","LastNamePlaceholder":"Last Name","FirstNameValue":"","LastNameValue":"","ReadOnly":"n","Icon":{"ClassName":""},"CustomCSS":"","ContainerOptions":{"Id":"192","Type":"multiple","Width":51},"FirstNamePlaceholder_Icon":{"ClassName":""},"_id":1},{"ClassName":"rednaoemail","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField2","Spacing":"col-sm-12","Label":"Email","Placeholder":"Email","Icon":{"ClassName":""},"CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""},"ContainerOptions":{"Id":"192","Width":49,"Type":"multiple"},"_id":2,"Value":"","ReadOnly":"n"},{"ClassName":"rednaonumber","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField3","Spacing":"col-sm-12","Label":"Phone Number","Placeholder":"Phone Number","NumberOfDecimals":0,"MaximumValue":"","MinimumValue":"","Icon":{"ClassName":""},"CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""},"ContainerOptions":{"Id":"229","Width":50,"Type":"multiple"},"Decimals":0,"_id":3,"Width":"","Value":"","ShowArrows":"n","ReadOnly":"n"},{"_id":81,"ClassName":"rednaotextinput","IsRequired":"y","Formulas":{},"Styles":{},"ContainerOptions":{"Id":"229","Width":50,"Type":"multiple"},"Id":"rnField34","Spacing":"col-sm-12","Label":"Business Website","Placeholder":"Business Website","Value":"","ReadOnly":"n","Width":"","Icon":{"ClassName":""},"CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""}},{"ClassName":"rednaotextarea","IsRequired":"y","Formulas":{},"Styles":{},
https://www.facebook.com/bofta.yimam/videos/10157503586006042/ Podcast Profit with Bofta Yimam and Super Joe Pardo I had the honor of being interviewed by Emmy and Murrow winner Bofta Yimam on how to get podcast profit. You can watch the video above that was originally part of her Facebook group Speak and Infuence. I've been podcasting for 5 years now and running the Mid-Atlantic Podcast Conference for almost as long. Crafting lots of products, courses, videos, books, coaching lots of podcasters and business owners from all over the world has been a ton of fun. As I point out early on in this interview it isn't always easy to find your target audience for what you have inside of you. Starting with a topic that you love and can talk about for days on end can sometimes be difficult. At the end of the day if you are looking for podcast profit it starts with a topic and putting in the reps to get good. From there you can start to build your audience and let them help guide you where you can best serve them with deals and promotions from potential sponsors, swag, products, digital products and more! I want you to keep in mind at all times though that the show is yours and you ultimately get to make the final decisions that make you happiest. If you want to reach out to learn how I can help you with your podcasting adventure contact me. Save 15% off your Plus or Premium MAPCON ticket with promo code: mapcon5 www.MidAtlanticPodcast.com/register https://youtu.be/2RH2_9pP6jY Sales Won't Save Your Business Book on Amazon MidAtlantic Podcast Conference Want help getting your business ready for massive growth? I have been working with business owners for over ten years and can help you design and implement the best plans to help you. Fill out the form below and I will reach out to you within 24 hours to schedule a call to find out learn more about you and your business' needs. Learn more about how I work with business owners. var ajaxurl = 'https://www.superjoepardo.com/wp-admin/admin-ajax.php'; var smartFormsCurrentTime=new Date('Wed Apr 27 2022 14:42:53 +0000'); var smartFormsSaveNonce="6672cc7043"; var smartFormsUserName=""; var smartFormsFirstName=""; var smartFormsLastName=""; var smartFormsEmail=""; var smartFormsPath="https://www.superjoepardo.com/wp-content/plugins/smart-forms/"; var smartDonationsRootPath=""; var smartDonationsSandbox=""; var smartFormsAdditionalFields4=[]; var smartFormsDesignMode=false; if(!window.smartFormsItemsToLoad) window.smartFormsItemsToLoad=new Array(); window.smartFormsItemsToLoad.push({ 'form_id':4, 'elements':[{"ClassName":"rednaoname","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField1","Spacing":"col-sm-12","Label":"Name","FirstNamePlaceholder":"First Name","LastNamePlaceholder":"Last Name","FirstNameValue":"","LastNameValue":"","ReadOnly":"n","Icon":{"ClassName":""},"CustomCSS":"","ContainerOptions":{"Id":"192","Type":"multiple","Width":51},"FirstNamePlaceholder_Icon":{"ClassName":""},"_id":1},{"ClassName":"rednaoemail","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField2","Spacing":"col-sm-12","Label":"Email","Placeholder":"Email","Icon":{"ClassName":""},"CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""},"ContainerOptions":{"Id":"192","Width":49,"Type":"multiple"},"_id":2,"Value":"","ReadOnly":"n"},{"ClassName":"rednaonumber","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField3","Spacing":"col-sm-12","Label":"Phone Number","Placeholder":"Phone Number","NumberOfDecimals":0,"MaximumValue":"","MinimumValue":"","Icon":{"ClassName":""},"CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""},"ContainerOptions":{"Id":"229","Width":50,"Type":"multiple"},
https://www.facebook.com/bofta.yimam/videos/10157503586006042/ Podcast Profit with Bofta Yimam and Super Joe Pardo I had the honor of being interviewed by Emmy and Murrow winner Bofta Yimam on how to get podcast profit. You can watch the video above that was originally part of her Facebook group Speak and Infuence. I've been podcasting for 5 years now and running the Mid-Atlantic Podcast Conference for almost as long. Crafting lots of products, courses, videos, books, coaching lots of podcasters and business owners from all over the world has been a ton of fun. As I point out early on in this interview it isn't always easy to find your target audience for what you have inside of you. Starting with a topic that you love and can talk about for days on end can sometimes be difficult. At the end of the day if you are looking for podcast profit it starts with a topic and putting in the reps to get good. From there you can start to build your audience and let them help guide you where you can best serve them with deals and promotions from potential sponsors, swag, products, digital products and more! I want you to keep in mind at all times though that the show is yours and you ultimately get to make the final decisions that make you happiest. If you want to reach out to learn how I can help you with your podcasting adventure contact me. Save 15% off your Plus or Premium MAPCON ticket with promo code: mapcon5 www.MidAtlanticPodcast.com/register https://youtu.be/2RH2_9pP6jY Sales Won't Save Your Business Book on Amazon MidAtlantic Podcast Conference Want help getting your business ready for massive growth? I have been working with business owners for over ten years and can help you design and implement the best plans to help you. Fill out the form below and I will reach out to you within 24 hours to schedule a call to find out learn more about you and your business' needs. Learn more about how I work with business owners. var ajaxurl = 'https://www.joepardo.com/wp-admin/admin-ajax.php'; var smartFormsCurrentTime=new Date('Fri May 06 2022 09:49:19 +0000'); var smartFormsSaveNonce="c555527398"; var smartFormsUserName=""; var smartFormsFirstName=""; var smartFormsLastName=""; var smartFormsEmail=""; var smartFormsPath="https://www.joepardo.com/wp-content/plugins/smart-forms/"; var smartDonationsRootPath=""; var smartDonationsSandbox=""; var smartFormsAdditionalFields4=[]; var smartFormsDesignMode=false; if(!window.smartFormsItemsToLoad) window.smartFormsItemsToLoad=new Array(); window.smartFormsItemsToLoad.push({ 'form_id':4, 'elements':[{"ClassName":"rednaoname","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField1","Spacing":"col-sm-12","Label":"Name","FirstNamePlaceholder":"First Name","LastNamePlaceholder":"Last Name","FirstNameValue":"","LastNameValue":"","ReadOnly":"n","Icon":{"ClassName":""},"CustomCSS":"","ContainerOptions":{"Id":"192","Type":"multiple","Width":51},"FirstNamePlaceholder_Icon":{"ClassName":""},"_id":1},{"ClassName":"rednaoemail","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField2","Spacing":"col-sm-12","Label":"Email","Placeholder":"Email","Icon":{"ClassName":""},"CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""},"ContainerOptions":{"Id":"192","Width":49,"Type":"multiple"},"_id":2,"Value":"","ReadOnly":"n"},{"ClassName":"rednaonumber","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField3","Spacing":"col-sm-12","Label":"Phone Number","Placeholder":"Phone Number","NumberOfDecimals":0,"MaximumValue":"","MinimumValue":"","Icon":{"ClassName":""},"CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""},"ContainerOptions":{"Id":"229","Width":50,"Type":"multiple"},"Decimals":0,"_id":3,
https://www.facebook.com/superjoepardo/videos/583188158835254/ Celebrating 5 Years of Podcasting!! It has been a crazy ride. Take a trip down memory lane with me and my "Mr. Voice" Al Kessel as we recap 5 years of my podcasting adventure! Learn More About Al Kessel. Sales Won't Save Your Business Book on Amazon MidAtlantic Podcast Conference Want help getting your business ready for massive growth? I have been working with business owners for over ten years and can help you design and implement the best plans to help you. Fill out the form below and I will reach out to you within 24 hours to schedule a call to find out learn more about you and your business' needs. Learn more about how I work with business owners. var ajaxurl = 'https://www.joepardo.com/wp-admin/admin-ajax.php'; var smartFormsCurrentTime=new Date('Fri May 06 2022 09:49:19 +0000'); var smartFormsSaveNonce="c555527398"; var smartFormsUserName=""; var smartFormsFirstName=""; var smartFormsLastName=""; var smartFormsEmail=""; var smartFormsPath="https://www.joepardo.com/wp-content/plugins/smart-forms/"; var smartDonationsRootPath=""; var smartDonationsSandbox=""; var smartFormsAdditionalFields4=[]; var smartFormsDesignMode=false; if(!window.smartFormsItemsToLoad) window.smartFormsItemsToLoad=new Array(); window.smartFormsItemsToLoad.push({ 'form_id':4, 'elements':[{"ClassName":"rednaoname","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField1","Spacing":"col-sm-12","Label":"Name","FirstNamePlaceholder":"First Name","LastNamePlaceholder":"Last Name","FirstNameValue":"","LastNameValue":"","ReadOnly":"n","Icon":{"ClassName":""},"CustomCSS":"","ContainerOptions":{"Id":"192","Type":"multiple","Width":51},"FirstNamePlaceholder_Icon":{"ClassName":""},"_id":1},{"ClassName":"rednaoemail","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField2","Spacing":"col-sm-12","Label":"Email","Placeholder":"Email","Icon":{"ClassName":""},"CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""},"ContainerOptions":{"Id":"192","Width":49,"Type":"multiple"},"_id":2,"Value":"","ReadOnly":"n"},{"ClassName":"rednaonumber","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField3","Spacing":"col-sm-12","Label":"Phone Number","Placeholder":"Phone Number","NumberOfDecimals":0,"MaximumValue":"","MinimumValue":"","Icon":{"ClassName":""},"CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""},"ContainerOptions":{"Id":"229","Width":50,"Type":"multiple"},"Decimals":0,"_id":3,"Width":"","Value":"","ShowArrows":"n","ReadOnly":"n"},{"_id":81,"ClassName":"rednaotextinput","IsRequired":"y","Formulas":{},"Styles":{},"ContainerOptions":{"Id":"229","Width":50,"Type":"multiple"},"Id":"rnField34","Spacing":"col-sm-12","Label":"Business Website","Placeholder":"Business Website","Value":"","ReadOnly":"n","Width":"","Icon":{"ClassName":""},"CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""}},{"ClassName":"rednaotextarea","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField31","Spacing":"col-sm-12","Label":"What is the biggest challenge in your business currently?","DefaultText":"","Value":"","Width":"","Height":"","Placeholder":"What is the biggest problem in your business?","Disabled":"n","MaxLength":"","CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""},"ContainerOptions":{"Id":"78","Type":"single","Width":-1},"_id":6},{"ClassName":"rednaotextarea","IsRequired":"n","Formulas":{},"Styles":{},"Id":"rnField12","Spacing":"col-sm-12","Label":"Anything else you would like to share with Joe?","DefaultText":"","Value":"","Width":"","Height":"","Placeholder":"Anything else you would like to share with Joe?","Disabled":"n","MaxLength":"","CustomCSS":"",
https://www.facebook.com/superjoepardo/videos/583188158835254/ Celebrating 5 Years of Podcasting!! It has been a crazy ride. Take a trip down memory lane with me and my "Mr. Voice" Al Kessel as we recap 5 years of my podcasting adventure! Learn More About Al Kessel. Sales Won't Save Your Business Book on Amazon MidAtlantic Podcast Conference Want help getting your business ready for massive growth? I have been working with business owners for over ten years and can help you design and implement the best plans to help you. Fill out the form below and I will reach out to you within 24 hours to schedule a call to find out learn more about you and your business' needs. Learn more about how I work with business owners. var ajaxurl = 'https://www.superjoepardo.com/wp-admin/admin-ajax.php'; var smartFormsCurrentTime=new Date('Wed Apr 27 2022 14:42:53 +0000'); var smartFormsSaveNonce="6672cc7043"; var smartFormsUserName=""; var smartFormsFirstName=""; var smartFormsLastName=""; var smartFormsEmail=""; var smartFormsPath="https://www.superjoepardo.com/wp-content/plugins/smart-forms/"; var smartDonationsRootPath=""; var smartDonationsSandbox=""; var smartFormsAdditionalFields4=[]; var smartFormsDesignMode=false; if(!window.smartFormsItemsToLoad) window.smartFormsItemsToLoad=new Array(); window.smartFormsItemsToLoad.push({ 'form_id':4, 'elements':[{"ClassName":"rednaoname","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField1","Spacing":"col-sm-12","Label":"Name","FirstNamePlaceholder":"First Name","LastNamePlaceholder":"Last Name","FirstNameValue":"","LastNameValue":"","ReadOnly":"n","Icon":{"ClassName":""},"CustomCSS":"","ContainerOptions":{"Id":"192","Type":"multiple","Width":51},"FirstNamePlaceholder_Icon":{"ClassName":""},"_id":1},{"ClassName":"rednaoemail","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField2","Spacing":"col-sm-12","Label":"Email","Placeholder":"Email","Icon":{"ClassName":""},"CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""},"ContainerOptions":{"Id":"192","Width":49,"Type":"multiple"},"_id":2,"Value":"","ReadOnly":"n"},{"ClassName":"rednaonumber","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField3","Spacing":"col-sm-12","Label":"Phone Number","Placeholder":"Phone Number","NumberOfDecimals":0,"MaximumValue":"","MinimumValue":"","Icon":{"ClassName":""},"CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""},"ContainerOptions":{"Id":"229","Width":50,"Type":"multiple"},"Decimals":0,"_id":3,"Width":"","Value":"","ShowArrows":"n","ReadOnly":"n"},{"_id":81,"ClassName":"rednaotextinput","IsRequired":"y","Formulas":{},"Styles":{},"ContainerOptions":{"Id":"229","Width":50,"Type":"multiple"},"Id":"rnField34","Spacing":"col-sm-12","Label":"Business Website","Placeholder":"Business Website","Value":"","ReadOnly":"n","Width":"","Icon":{"ClassName":""},"CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""}},{"ClassName":"rednaotextarea","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField31","Spacing":"col-sm-12","Label":"What is the biggest challenge in your business currently?","DefaultText":"","Value":"","Width":"","Height":"","Placeholder":"What is the biggest problem in your business?","Disabled":"n","MaxLength":"","CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""},"ContainerOptions":{"Id":"78","Type":"single","Width":-1},"_id":6},{"ClassName":"rednaotextarea","IsRequired":"n","Formulas":{},"Styles":{},"Id":"rnField12","Spacing":"col-sm-12","Label":"Anything else you would like to share with Joe?","DefaultText":"","Value":"","Width":"","Height":"","Placeholder":"Anything else you would like to share with Joe?","Disabled":"n","MaxLength":"","CustomCSS":"",
What is it like being the first business to be featured on a brand new TV show? I invite Sandra Henry on Business with Super Joe Pardo to talk about her experience being the first business to be featured on my brand new TV show. We dive into what it is like to be on tv for the first time and how to get over being in the background. Want to have your business on The TOP with Super Joe Pardo TV show? Click here Want to support the show and get deleted and behind the scenes footage? Click here Want to sponsor the show? Click here Heartfelt Keepsakes 4 U Etsy Shop Heartfelt Keepsakes 4 U Sales Won't Save Your Business Book on Amazon MidAtlantic Podcast Conference Want help getting your business ready for massive growth? I have been working with business owners for over ten years and can help you design and implement the best plans to help you. Fill out the form below and I will reach out to you within 24 hours to schedule a call to find out learn more about you and your business' needs. Learn more about how I work with business owners. var ajaxurl = 'https://www.superjoepardo.com/wp-admin/admin-ajax.php'; var smartFormsCurrentTime=new Date('Wed Apr 27 2022 14:42:53 +0000'); var smartFormsSaveNonce="6672cc7043"; var smartFormsUserName=""; var smartFormsFirstName=""; var smartFormsLastName=""; var smartFormsEmail=""; var smartFormsPath="https://www.superjoepardo.com/wp-content/plugins/smart-forms/"; var smartDonationsRootPath=""; var smartDonationsSandbox=""; var smartFormsAdditionalFields4=[]; var smartFormsDesignMode=false; if(!window.smartFormsItemsToLoad) window.smartFormsItemsToLoad=new Array(); window.smartFormsItemsToLoad.push({ 'form_id':4, 'elements':[{"ClassName":"rednaoname","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField1","Spacing":"col-sm-12","Label":"Name","FirstNamePlaceholder":"First Name","LastNamePlaceholder":"Last Name","FirstNameValue":"","LastNameValue":"","ReadOnly":"n","Icon":{"ClassName":""},"CustomCSS":"","ContainerOptions":{"Id":"192","Type":"multiple","Width":51},"FirstNamePlaceholder_Icon":{"ClassName":""},"_id":1},{"ClassName":"rednaoemail","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField2","Spacing":"col-sm-12","Label":"Email","Placeholder":"Email","Icon":{"ClassName":""},"CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""},"ContainerOptions":{"Id":"192","Width":49,"Type":"multiple"},"_id":2,"Value":"","ReadOnly":"n"},{"ClassName":"rednaonumber","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField3","Spacing":"col-sm-12","Label":"Phone Number","Placeholder":"Phone Number","NumberOfDecimals":0,"MaximumValue":"","MinimumValue":"","Icon":{"ClassName":""},"CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""},"ContainerOptions":{"Id":"229","Width":50,"Type":"multiple"},"Decimals":0,"_id":3,"Width":"","Value":"","ShowArrows":"n","ReadOnly":"n"},{"_id":81,"ClassName":"rednaotextinput","IsRequired":"y","Formulas":{},"Styles":{},"ContainerOptions":{"Id":"229","Width":50,"Type":"multiple"},"Id":"rnField34","Spacing":"col-sm-12","Label":"Business Website","Placeholder":"Business Website","Value":"","ReadOnly":"n","Width":"","Icon":{"ClassName":""},"CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""}},{"ClassName":"rednaotextarea","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField31","Spacing":"col-sm-12","Label":"What is the biggest challenge in your business currently?","DefaultText":"","Value":"","Width":"","Height":"","Placeholder":"What is the biggest problem in your business?","Disabled":"n","MaxLength":"","CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""},"ContainerOptions":{"Id":"78","Type":"single","Width":-1},"_id":6},
What is it like being the first business to be featured on a brand new TV show? I invite Sandra Henry on Business with Super Joe Pardo to talk about her experience being the first business to be featured on my brand new TV show. We dive into what it is like to be on tv for the first time and how to get over being in the background. Want to have your business on The TOP with Super Joe Pardo TV show? Click here Want to support the show and get deleted and behind the scenes footage? Click here Want to sponsor the show? Click here Heartfelt Keepsakes 4 U Etsy Shop Heartfelt Keepsakes 4 U Sales Won't Save Your Business Book on Amazon MidAtlantic Podcast Conference Want help getting your business ready for massive growth? I have been working with business owners for over ten years and can help you design and implement the best plans to help you. Fill out the form below and I will reach out to you within 24 hours to schedule a call to find out learn more about you and your business' needs. Learn more about how I work with business owners. var ajaxurl = 'https://www.joepardo.com/wp-admin/admin-ajax.php'; var smartFormsCurrentTime=new Date('Fri May 06 2022 09:49:19 +0000'); var smartFormsSaveNonce="c555527398"; var smartFormsUserName=""; var smartFormsFirstName=""; var smartFormsLastName=""; var smartFormsEmail=""; var smartFormsPath="https://www.joepardo.com/wp-content/plugins/smart-forms/"; var smartDonationsRootPath=""; var smartDonationsSandbox=""; var smartFormsAdditionalFields4=[]; var smartFormsDesignMode=false; if(!window.smartFormsItemsToLoad) window.smartFormsItemsToLoad=new Array(); window.smartFormsItemsToLoad.push({ 'form_id':4, 'elements':[{"ClassName":"rednaoname","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField1","Spacing":"col-sm-12","Label":"Name","FirstNamePlaceholder":"First Name","LastNamePlaceholder":"Last Name","FirstNameValue":"","LastNameValue":"","ReadOnly":"n","Icon":{"ClassName":""},"CustomCSS":"","ContainerOptions":{"Id":"192","Type":"multiple","Width":51},"FirstNamePlaceholder_Icon":{"ClassName":""},"_id":1},{"ClassName":"rednaoemail","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField2","Spacing":"col-sm-12","Label":"Email","Placeholder":"Email","Icon":{"ClassName":""},"CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""},"ContainerOptions":{"Id":"192","Width":49,"Type":"multiple"},"_id":2,"Value":"","ReadOnly":"n"},{"ClassName":"rednaonumber","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField3","Spacing":"col-sm-12","Label":"Phone Number","Placeholder":"Phone Number","NumberOfDecimals":0,"MaximumValue":"","MinimumValue":"","Icon":{"ClassName":""},"CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""},"ContainerOptions":{"Id":"229","Width":50,"Type":"multiple"},"Decimals":0,"_id":3,"Width":"","Value":"","ShowArrows":"n","ReadOnly":"n"},{"_id":81,"ClassName":"rednaotextinput","IsRequired":"y","Formulas":{},"Styles":{},"ContainerOptions":{"Id":"229","Width":50,"Type":"multiple"},"Id":"rnField34","Spacing":"col-sm-12","Label":"Business Website","Placeholder":"Business Website","Value":"","ReadOnly":"n","Width":"","Icon":{"ClassName":""},"CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""}},{"ClassName":"rednaotextarea","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField31","Spacing":"col-sm-12","Label":"What is the biggest challenge in your business currently?","DefaultText":"","Value":"","Width":"","Height":"","Placeholder":"What is the biggest problem in your business?","Disabled":"n","MaxLength":"","CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""},"ContainerOptions":{"Id":"78","Type":"single","Width":-1},"_id":6},
What is it like filming your own TV show? I thought it would be nice to do something different and recorded a podcast episode this week on Facebook Live so I could take questions from live listeners. I had a ton of fun recording this and getting to give some background on getting the first episode shot and ready to show off and get more people to get on board with being on the show as well as sponsoring the show. Want to have your business on The TOP with Super Joe Pardo TV show? Click here Want to support the show and get deleted and behind the scenes footage? Click here Want to sponsor the show? Click here Sales Won't Save Your Business Book on Amazon MidAtlantic Podcast Conference Want help getting your business ready for massive growth? I have been working with business owners for over ten years and can help you design and implement the best plans to help you. Fill out the form below and I will reach out to you within 24 hours to schedule a call to find out learn more about you and your business' needs. Learn more about how I work with business owners. var ajaxurl = 'https://www.superjoepardo.com/wp-admin/admin-ajax.php'; var smartFormsCurrentTime=new Date('Wed Apr 27 2022 14:42:53 +0000'); var smartFormsSaveNonce="6672cc7043"; var smartFormsUserName=""; var smartFormsFirstName=""; var smartFormsLastName=""; var smartFormsEmail=""; var smartFormsPath="https://www.superjoepardo.com/wp-content/plugins/smart-forms/"; var smartDonationsRootPath=""; var smartDonationsSandbox=""; var smartFormsAdditionalFields4=[]; var smartFormsDesignMode=false; if(!window.smartFormsItemsToLoad) window.smartFormsItemsToLoad=new Array(); window.smartFormsItemsToLoad.push({ 'form_id':4, 'elements':[{"ClassName":"rednaoname","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField1","Spacing":"col-sm-12","Label":"Name","FirstNamePlaceholder":"First Name","LastNamePlaceholder":"Last Name","FirstNameValue":"","LastNameValue":"","ReadOnly":"n","Icon":{"ClassName":""},"CustomCSS":"","ContainerOptions":{"Id":"192","Type":"multiple","Width":51},"FirstNamePlaceholder_Icon":{"ClassName":""},"_id":1},{"ClassName":"rednaoemail","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField2","Spacing":"col-sm-12","Label":"Email","Placeholder":"Email","Icon":{"ClassName":""},"CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""},"ContainerOptions":{"Id":"192","Width":49,"Type":"multiple"},"_id":2,"Value":"","ReadOnly":"n"},{"ClassName":"rednaonumber","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField3","Spacing":"col-sm-12","Label":"Phone Number","Placeholder":"Phone Number","NumberOfDecimals":0,"MaximumValue":"","MinimumValue":"","Icon":{"ClassName":""},"CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""},"ContainerOptions":{"Id":"229","Width":50,"Type":"multiple"},"Decimals":0,"_id":3,"Width":"","Value":"","ShowArrows":"n","ReadOnly":"n"},{"_id":81,"ClassName":"rednaotextinput","IsRequired":"y","Formulas":{},"Styles":{},"ContainerOptions":{"Id":"229","Width":50,"Type":"multiple"},"Id":"rnField34","Spacing":"col-sm-12","Label":"Business Website","Placeholder":"Business Website","Value":"","ReadOnly":"n","Width":"","Icon":{"ClassName":""},"CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""}},{"ClassName":"rednaotextarea","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField31","Spacing":"col-sm-12","Label":"What is the biggest challenge in your business currently?","DefaultText":"","Value":"","Width":"","Height":"","Placeholder":"What is the biggest problem in your business?","Disabled":"n","MaxLength":"","CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""},"ContainerOptions":{"Id":"78","Type":"single",
What is it like filming your own TV show? I thought it would be nice to do something different and recorded a podcast episode this week on Facebook Live so I could take questions from live listeners. I had a ton of fun recording this and getting to give some background on getting the first episode shot and ready to show off and get more people to get on board with being on the show as well as sponsoring the show. Want to have your business on The TOP with Super Joe Pardo TV show? Click here Want to support the show and get deleted and behind the scenes footage? Click here Want to sponsor the show? Click here Sales Won't Save Your Business Book on Amazon MidAtlantic Podcast Conference Want help getting your business ready for massive growth? I have been working with business owners for over ten years and can help you design and implement the best plans to help you. Fill out the form below and I will reach out to you within 24 hours to schedule a call to find out learn more about you and your business' needs. Learn more about how I work with business owners. var ajaxurl = 'https://www.joepardo.com/wp-admin/admin-ajax.php'; var smartFormsCurrentTime=new Date('Fri May 06 2022 09:49:19 +0000'); var smartFormsSaveNonce="c555527398"; var smartFormsUserName=""; var smartFormsFirstName=""; var smartFormsLastName=""; var smartFormsEmail=""; var smartFormsPath="https://www.joepardo.com/wp-content/plugins/smart-forms/"; var smartDonationsRootPath=""; var smartDonationsSandbox=""; var smartFormsAdditionalFields4=[]; var smartFormsDesignMode=false; if(!window.smartFormsItemsToLoad) window.smartFormsItemsToLoad=new Array(); window.smartFormsItemsToLoad.push({ 'form_id':4, 'elements':[{"ClassName":"rednaoname","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField1","Spacing":"col-sm-12","Label":"Name","FirstNamePlaceholder":"First Name","LastNamePlaceholder":"Last Name","FirstNameValue":"","LastNameValue":"","ReadOnly":"n","Icon":{"ClassName":""},"CustomCSS":"","ContainerOptions":{"Id":"192","Type":"multiple","Width":51},"FirstNamePlaceholder_Icon":{"ClassName":""},"_id":1},{"ClassName":"rednaoemail","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField2","Spacing":"col-sm-12","Label":"Email","Placeholder":"Email","Icon":{"ClassName":""},"CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""},"ContainerOptions":{"Id":"192","Width":49,"Type":"multiple"},"_id":2,"Value":"","ReadOnly":"n"},{"ClassName":"rednaonumber","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField3","Spacing":"col-sm-12","Label":"Phone Number","Placeholder":"Phone Number","NumberOfDecimals":0,"MaximumValue":"","MinimumValue":"","Icon":{"ClassName":""},"CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""},"ContainerOptions":{"Id":"229","Width":50,"Type":"multiple"},"Decimals":0,"_id":3,"Width":"","Value":"","ShowArrows":"n","ReadOnly":"n"},{"_id":81,"ClassName":"rednaotextinput","IsRequired":"y","Formulas":{},"Styles":{},"ContainerOptions":{"Id":"229","Width":50,"Type":"multiple"},"Id":"rnField34","Spacing":"col-sm-12","Label":"Business Website","Placeholder":"Business Website","Value":"","ReadOnly":"n","Width":"","Icon":{"ClassName":""},"CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""}},{"ClassName":"rednaotextarea","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField31","Spacing":"col-sm-12","Label":"What is the biggest challenge in your business currently?","DefaultText":"","Value":"","Width":"","Height":"","Placeholder":"What is the biggest problem in your business?","Disabled":"n","MaxLength":"","CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""},"ContainerOptions":{"Id":"78","Type":"single","Width":-1},
What do I do to get myself pumped to get back to doing what I love? I was off for a minute and now I'm back again. After talking with Eric from the Unstructured Podcast he suggested I should talk about this topic on this week's episode. I've really not enjoyed my time off because I have really wanted to get back to talking on the camera and not just plotting for my upcoming tv show. Sales Won't Save Your Business Book on Amazon MidAtlantic Podcast Conference Want help getting back in the saddle with loving your business? I have been working with business owners for over ten years and can help you design and implement the best plans to help you. Fill out the form below and I will reach out to you within 24 hours to schedule a call to find out learn more about you and your business' needs. Learn more about how I work with business owners. var ajaxurl = 'https://www.joepardo.com/wp-admin/admin-ajax.php'; var smartFormsCurrentTime=new Date('Fri May 06 2022 09:49:19 +0000'); var smartFormsSaveNonce="c555527398"; var smartFormsUserName=""; var smartFormsFirstName=""; var smartFormsLastName=""; var smartFormsEmail=""; var smartFormsPath="https://www.joepardo.com/wp-content/plugins/smart-forms/"; var smartDonationsRootPath=""; var smartDonationsSandbox=""; var smartFormsAdditionalFields4=[]; var smartFormsDesignMode=false; if(!window.smartFormsItemsToLoad) window.smartFormsItemsToLoad=new Array(); window.smartFormsItemsToLoad.push({ 'form_id':4, 'elements':[{"ClassName":"rednaoname","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField1","Spacing":"col-sm-12","Label":"Name","FirstNamePlaceholder":"First Name","LastNamePlaceholder":"Last Name","FirstNameValue":"","LastNameValue":"","ReadOnly":"n","Icon":{"ClassName":""},"CustomCSS":"","ContainerOptions":{"Id":"192","Type":"multiple","Width":51},"FirstNamePlaceholder_Icon":{"ClassName":""},"_id":1},{"ClassName":"rednaoemail","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField2","Spacing":"col-sm-12","Label":"Email","Placeholder":"Email","Icon":{"ClassName":""},"CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""},"ContainerOptions":{"Id":"192","Width":49,"Type":"multiple"},"_id":2,"Value":"","ReadOnly":"n"},{"ClassName":"rednaonumber","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField3","Spacing":"col-sm-12","Label":"Phone Number","Placeholder":"Phone Number","NumberOfDecimals":0,"MaximumValue":"","MinimumValue":"","Icon":{"ClassName":""},"CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""},"ContainerOptions":{"Id":"229","Width":50,"Type":"multiple"},"Decimals":0,"_id":3,"Width":"","Value":"","ShowArrows":"n","ReadOnly":"n"},{"_id":81,"ClassName":"rednaotextinput","IsRequired":"y","Formulas":{},"Styles":{},"ContainerOptions":{"Id":"229","Width":50,"Type":"multiple"},"Id":"rnField34","Spacing":"col-sm-12","Label":"Business Website","Placeholder":"Business Website","Value":"","ReadOnly":"n","Width":"","Icon":{"ClassName":""},"CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""}},{"ClassName":"rednaotextarea","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField31","Spacing":"col-sm-12","Label":"What is the biggest challenge in your business currently?","DefaultText":"","Value":"","Width":"","Height":"","Placeholder":"What is the biggest problem in your business?","Disabled":"n","MaxLength":"","CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""},"ContainerOptions":{"Id":"78","Type":"single","Width":-1},"_id":6},{"ClassName":"rednaotextarea","IsRequired":"n","Formulas":{},"Styles":{},"Id":"rnField12","Spacing":"col-sm-12","Label":"Anything else you would like to share with Joe?","DefaultText":"","Value":"","Width":"","Height":"",
What do I do to get myself pumped to get back to doing what I love? I was off for a minute and now I'm back again. After talking with Eric from the Unstructured Podcast he suggested I should talk about this topic on this week's episode. I've really not enjoyed my time off because I have really wanted to get back to talking on the camera and not just plotting for my upcoming tv show. Sales Won't Save Your Business Book on Amazon MidAtlantic Podcast Conference Want help getting back in the saddle with loving your business? I have been working with business owners for over ten years and can help you design and implement the best plans to help you. Fill out the form below and I will reach out to you within 24 hours to schedule a call to find out learn more about you and your business' needs. Learn more about how I work with business owners. var ajaxurl = 'https://www.superjoepardo.com/wp-admin/admin-ajax.php'; var smartFormsCurrentTime=new Date('Wed Apr 27 2022 14:42:53 +0000'); var smartFormsSaveNonce="6672cc7043"; var smartFormsUserName=""; var smartFormsFirstName=""; var smartFormsLastName=""; var smartFormsEmail=""; var smartFormsPath="https://www.superjoepardo.com/wp-content/plugins/smart-forms/"; var smartDonationsRootPath=""; var smartDonationsSandbox=""; var smartFormsAdditionalFields4=[]; var smartFormsDesignMode=false; if(!window.smartFormsItemsToLoad) window.smartFormsItemsToLoad=new Array(); window.smartFormsItemsToLoad.push({ 'form_id':4, 'elements':[{"ClassName":"rednaoname","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField1","Spacing":"col-sm-12","Label":"Name","FirstNamePlaceholder":"First Name","LastNamePlaceholder":"Last Name","FirstNameValue":"","LastNameValue":"","ReadOnly":"n","Icon":{"ClassName":""},"CustomCSS":"","ContainerOptions":{"Id":"192","Type":"multiple","Width":51},"FirstNamePlaceholder_Icon":{"ClassName":""},"_id":1},{"ClassName":"rednaoemail","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField2","Spacing":"col-sm-12","Label":"Email","Placeholder":"Email","Icon":{"ClassName":""},"CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""},"ContainerOptions":{"Id":"192","Width":49,"Type":"multiple"},"_id":2,"Value":"","ReadOnly":"n"},{"ClassName":"rednaonumber","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField3","Spacing":"col-sm-12","Label":"Phone Number","Placeholder":"Phone Number","NumberOfDecimals":0,"MaximumValue":"","MinimumValue":"","Icon":{"ClassName":""},"CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""},"ContainerOptions":{"Id":"229","Width":50,"Type":"multiple"},"Decimals":0,"_id":3,"Width":"","Value":"","ShowArrows":"n","ReadOnly":"n"},{"_id":81,"ClassName":"rednaotextinput","IsRequired":"y","Formulas":{},"Styles":{},"ContainerOptions":{"Id":"229","Width":50,"Type":"multiple"},"Id":"rnField34","Spacing":"col-sm-12","Label":"Business Website","Placeholder":"Business Website","Value":"","ReadOnly":"n","Width":"","Icon":{"ClassName":""},"CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""}},{"ClassName":"rednaotextarea","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField31","Spacing":"col-sm-12","Label":"What is the biggest challenge in your business currently?","DefaultText":"","Value":"","Width":"","Height":"","Placeholder":"What is the biggest problem in your business?","Disabled":"n","MaxLength":"","CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""},"ContainerOptions":{"Id":"78","Type":"single","Width":-1},"_id":6},{"ClassName":"rednaotextarea","IsRequired":"n","Formulas":{},"Styles":{},"Id":"rnField12","Spacing":"col-sm-12","Label":"Anything else you would like to share with Joe?","DefaultText":"","Value":"","Width":"",
What can you do to ensure your business bringing people together? Building an inviting atmosphere and experience for your customers is key to making an inviting and friendly environment. Making your business bring people together important if you want to continue to have repeat customers time and time again. Check out the video or podcast audio above to learn more about what you can do to help get a better perspective about your customers and their needs. Mentioned in this episode Sales Won't Save Your Business MidAtlantic Podcast Conference Want help bringing people together at your business? I have been working with business owners for over ten years and can help you design and implement the best plans to help you. Fill out the form below and I will reach out to you within 24 hours to schedule a call to find out learn more about you and your business' needs. Learn more about how I work with business owners. var ajaxurl = 'https://www.joepardo.com/wp-admin/admin-ajax.php'; var smartFormsCurrentTime=new Date('Fri May 06 2022 09:49:19 +0000'); var smartFormsSaveNonce="c555527398"; var smartFormsUserName=""; var smartFormsFirstName=""; var smartFormsLastName=""; var smartFormsEmail=""; var smartFormsPath="https://www.joepardo.com/wp-content/plugins/smart-forms/"; var smartDonationsRootPath=""; var smartDonationsSandbox=""; var smartFormsAdditionalFields4=[]; var smartFormsDesignMode=false; if(!window.smartFormsItemsToLoad) window.smartFormsItemsToLoad=new Array(); window.smartFormsItemsToLoad.push({ 'form_id':4, 'elements':[{"ClassName":"rednaoname","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField1","Spacing":"col-sm-12","Label":"Name","FirstNamePlaceholder":"First Name","LastNamePlaceholder":"Last Name","FirstNameValue":"","LastNameValue":"","ReadOnly":"n","Icon":{"ClassName":""},"CustomCSS":"","ContainerOptions":{"Id":"192","Type":"multiple","Width":51},"FirstNamePlaceholder_Icon":{"ClassName":""},"_id":1},{"ClassName":"rednaoemail","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField2","Spacing":"col-sm-12","Label":"Email","Placeholder":"Email","Icon":{"ClassName":""},"CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""},"ContainerOptions":{"Id":"192","Width":49,"Type":"multiple"},"_id":2,"Value":"","ReadOnly":"n"},{"ClassName":"rednaonumber","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField3","Spacing":"col-sm-12","Label":"Phone Number","Placeholder":"Phone Number","NumberOfDecimals":0,"MaximumValue":"","MinimumValue":"","Icon":{"ClassName":""},"CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""},"ContainerOptions":{"Id":"229","Width":50,"Type":"multiple"},"Decimals":0,"_id":3,"Width":"","Value":"","ShowArrows":"n","ReadOnly":"n"},{"_id":81,"ClassName":"rednaotextinput","IsRequired":"y","Formulas":{},"Styles":{},"ContainerOptions":{"Id":"229","Width":50,"Type":"multiple"},"Id":"rnField34","Spacing":"col-sm-12","Label":"Business Website","Placeholder":"Business Website","Value":"","ReadOnly":"n","Width":"","Icon":{"ClassName":""},"CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""}},{"ClassName":"rednaotextarea","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField31","Spacing":"col-sm-12","Label":"What is the biggest challenge in your business currently?","DefaultText":"","Value":"","Width":"","Height":"","Placeholder":"What is the biggest problem in your business?","Disabled":"n","MaxLength":"","CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""},"ContainerOptions":{"Id":"78","Type":"single","Width":-1},"_id":6},{"ClassName":"rednaotextarea","IsRequired":"n","Formulas":{},"Styles":{},"Id":"rnField12","Spacing":"col-sm-12",
What can you do to ensure your business bringing people together? Building an inviting atmosphere and experience for your customers is key to making an inviting and friendly environment. Making your business bring people together important if you want to continue to have repeat customers time and time again. Check out the video or podcast audio above to learn more about what you can do to help get a better perspective about your customers and their needs. Mentioned in this episode Sales Won't Save Your Business MidAtlantic Podcast Conference Want help bringing people together at your business? I have been working with business owners for over ten years and can help you design and implement the best plans to help you. Fill out the form below and I will reach out to you within 24 hours to schedule a call to find out learn more about you and your business' needs. Learn more about how I work with business owners. var ajaxurl = 'https://www.superjoepardo.com/wp-admin/admin-ajax.php'; var smartFormsCurrentTime=new Date('Wed Apr 27 2022 14:42:53 +0000'); var smartFormsSaveNonce="6672cc7043"; var smartFormsUserName=""; var smartFormsFirstName=""; var smartFormsLastName=""; var smartFormsEmail=""; var smartFormsPath="https://www.superjoepardo.com/wp-content/plugins/smart-forms/"; var smartDonationsRootPath=""; var smartDonationsSandbox=""; var smartFormsAdditionalFields4=[]; var smartFormsDesignMode=false; if(!window.smartFormsItemsToLoad) window.smartFormsItemsToLoad=new Array(); window.smartFormsItemsToLoad.push({ 'form_id':4, 'elements':[{"ClassName":"rednaoname","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField1","Spacing":"col-sm-12","Label":"Name","FirstNamePlaceholder":"First Name","LastNamePlaceholder":"Last Name","FirstNameValue":"","LastNameValue":"","ReadOnly":"n","Icon":{"ClassName":""},"CustomCSS":"","ContainerOptions":{"Id":"192","Type":"multiple","Width":51},"FirstNamePlaceholder_Icon":{"ClassName":""},"_id":1},{"ClassName":"rednaoemail","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField2","Spacing":"col-sm-12","Label":"Email","Placeholder":"Email","Icon":{"ClassName":""},"CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""},"ContainerOptions":{"Id":"192","Width":49,"Type":"multiple"},"_id":2,"Value":"","ReadOnly":"n"},{"ClassName":"rednaonumber","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField3","Spacing":"col-sm-12","Label":"Phone Number","Placeholder":"Phone Number","NumberOfDecimals":0,"MaximumValue":"","MinimumValue":"","Icon":{"ClassName":""},"CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""},"ContainerOptions":{"Id":"229","Width":50,"Type":"multiple"},"Decimals":0,"_id":3,"Width":"","Value":"","ShowArrows":"n","ReadOnly":"n"},{"_id":81,"ClassName":"rednaotextinput","IsRequired":"y","Formulas":{},"Styles":{},"ContainerOptions":{"Id":"229","Width":50,"Type":"multiple"},"Id":"rnField34","Spacing":"col-sm-12","Label":"Business Website","Placeholder":"Business Website","Value":"","ReadOnly":"n","Width":"","Icon":{"ClassName":""},"CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""}},{"ClassName":"rednaotextarea","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField31","Spacing":"col-sm-12","Label":"What is the biggest challenge in your business currently?","DefaultText":"","Value":"","Width":"","Height":"","Placeholder":"What is the biggest problem in your business?","Disabled":"n","MaxLength":"","CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""},"ContainerOptions":{"Id":"78","Type":"single","Width":-1},"_id":6},{"ClassName":"rednaotextarea","IsRequired":"n","Formulas":{},"Styles":{},"Id":"rnField12","Spacing":"col-sm-12",
How do you make it up to your customers when you screw up in business? Breakdowns in the process happen! No one and no system is perfect. It is how we deal with the screw up in business after the fact that can be all the difference when it comes to our customers feeling taken care of. Check out the video or podcast audio above to learn more about what you can do to help get a better perspective about your customers and their needs. Mentioned in this episode Sales Won't Save Your Business Want help getting better at patching things up with your customers? I have been working with business owners for over ten years and can help you design and implement the best plans to help you. Fill out the form below and I will reach out to you within 24 hours to schedule a call to find out learn more about you and your business' needs. Learn more about how I work with business owners. var ajaxurl = 'https://www.joepardo.com/wp-admin/admin-ajax.php'; var smartFormsCurrentTime=new Date('Fri May 06 2022 09:49:19 +0000'); var smartFormsSaveNonce="c555527398"; var smartFormsUserName=""; var smartFormsFirstName=""; var smartFormsLastName=""; var smartFormsEmail=""; var smartFormsPath="https://www.joepardo.com/wp-content/plugins/smart-forms/"; var smartDonationsRootPath=""; var smartDonationsSandbox=""; var smartFormsAdditionalFields4=[]; var smartFormsDesignMode=false; if(!window.smartFormsItemsToLoad) window.smartFormsItemsToLoad=new Array(); window.smartFormsItemsToLoad.push({ 'form_id':4, 'elements':[{"ClassName":"rednaoname","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField1","Spacing":"col-sm-12","Label":"Name","FirstNamePlaceholder":"First Name","LastNamePlaceholder":"Last Name","FirstNameValue":"","LastNameValue":"","ReadOnly":"n","Icon":{"ClassName":""},"CustomCSS":"","ContainerOptions":{"Id":"192","Type":"multiple","Width":51},"FirstNamePlaceholder_Icon":{"ClassName":""},"_id":1},{"ClassName":"rednaoemail","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField2","Spacing":"col-sm-12","Label":"Email","Placeholder":"Email","Icon":{"ClassName":""},"CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""},"ContainerOptions":{"Id":"192","Width":49,"Type":"multiple"},"_id":2,"Value":"","ReadOnly":"n"},{"ClassName":"rednaonumber","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField3","Spacing":"col-sm-12","Label":"Phone Number","Placeholder":"Phone Number","NumberOfDecimals":0,"MaximumValue":"","MinimumValue":"","Icon":{"ClassName":""},"CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""},"ContainerOptions":{"Id":"229","Width":50,"Type":"multiple"},"Decimals":0,"_id":3,"Width":"","Value":"","ShowArrows":"n","ReadOnly":"n"},{"_id":81,"ClassName":"rednaotextinput","IsRequired":"y","Formulas":{},"Styles":{},"ContainerOptions":{"Id":"229","Width":50,"Type":"multiple"},"Id":"rnField34","Spacing":"col-sm-12","Label":"Business Website","Placeholder":"Business Website","Value":"","ReadOnly":"n","Width":"","Icon":{"ClassName":""},"CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""}},{"ClassName":"rednaotextarea","IsRequired":"y","Formulas":{},"Styles":{},"Id":"rnField31","Spacing":"col-sm-12","Label":"What is the biggest challenge in your business currently?","DefaultText":"","Value":"","Width":"","Height":"","Placeholder":"What is the biggest problem in your business?","Disabled":"n","MaxLength":"","CustomCSS":"","Placeholder_Icon":{"ClassName":"","Orientation":""},"ContainerOptions":{"Id":"78","Type":"single","Width":-1},"_id":6},{"ClassName":"rednaotextarea","IsRequired":"n","Formulas":{},"Styles":{},"Id":"rnField12","Spacing":"col-sm-12","Label":"Anything else you would like to share with Joe?","DefaultText":"",