Planning Continues

Guinea Pig Challenge

Yesterday I started the planning for my 3 Guinea Pig Challenge goals. My 3 goals are

  1. Get 10 Prosperity Management System students by January 1, 2021.
  2. Get my website, FunnelsPay.com internet ready.
  3. 100 email series in my autoresponder by January 1, 2021.

I started by with goal #3, 100 emails. But could only come up with a very short list of tasks and milestones. I was hoping after getting away from it for a while more would come to mind. So far, I have not come up with anything new. For now lets move on to goal #1.

Getting 10 Prosperity Management students appears on the surface to be a straightforward recruiting effort. But, as I have mentioned before, PMS is a very unique program. I have referred to it as the ‘Ideal System’. Why would I say that? I say that because PMS can be used as a complete system just as you get it or you can completely customize it. PMS comes with 15 programs for you to promote and build downlines by just adding your user IDs. Or, you can change every program to be ones that you prefer.

In other words, you can promote 15 programs of your choice not someone else’s. Can you think of another program that allows you to do that? I can’t. You can add all your own training to support your programs and you can change the pages on the website to match your programs and style. I bring these features up so that some of the tasks make sense. That being said, let me start listing tasks and milestone.

  • Review Prosperity Marketing for changes needed
  • Send promotional email everyday
  • New video to replace current GetResponse video with an Aweber version
  • Add training for LeadsLeap tracking feature to replace HitsConnect
  • Add training for changing PMS pages to document the quirks I have discovered.
  • Several pages need updating to sync with my programs.
  • Contact downline at least twice/week
  • Get connection to Aweber fixed.

Several of the items on the list need to be broken down to a lower level. This will happen as I review the system. I did this once and have some good notes but I did it awhile ago and need to review it again.

Do you think it would be a good idea for me to create separate pages for these goals, their tasks and my progress? That way the progress will be on display for all to see and as I said in my first post in this series, accountability creates incentive.

IAAC Video Day 108

Until Tomorrow, Bob Caine

Other Posts of Interest

More CSS Acrhitecture

A couple of days ago, I talked about CSS (Cascading Style Sheets) architecture and the use of B(lock), E(lement), M(odifier) methodology. This video explains the advantages of using BEM. I actually use a clip from the Udemy course I am taking to explain the advantages. I figure the instructor, Nick, does a great job explaining the advantages so why should I try and parrot it back. I never understood before how helpful CSS could be. But, I have learned that well structured (BEM) CSS cqan save you time and headaches especially on a large website. Nick teaches a way to structure BEM that makes a lot of sense to me. Blocks are short descriptors of what the block is; e.g., row. Elements are the block name, 2 underscores, and the element descriptor; e.g., row__33-percent-column. Modifiers are the block name, 2 dashes, and the modifier descriptor; e.g., row–blue-font. One of the

Read More

CSS Architecture BEM

I am so glad I took this course at Udemy. The course is called “Git a Web Developer Job: Mastering the Modern Workflow”. The instructor is Brad Schiff. The course is described as teaching Git, Github, Node.js, NPM, Object-oriented JavaScript, ES6, webpack, Netlify, BEM and job interview tips. I am not looking for job but I did need ti learn Git and Github for another course I was taking taught by Brad. I am not looking for a job but I was looking to understand Git and Github. I needed them for another course I was taking by Brad to overcome the limitation of the free hosting service used in the course. That is a different story which I mentilned a few days ago. Why I am glad I took the course is because I am finally starting to understand to use CSS to my advantage. Before this course, I

Read More