Thứ Tư, 4 tháng 7, 2018

Auto news on Youtube Jul 4 2018

I'm going to challenge one of those conventional thinking in this video.

Do you think you need a huge practice to grow a seven-figure practice, or you got to be

a big player to earn a big profit?

You may think you need like three doctors working for you and you need 10 to 15 employees

to run your practice in order to reach huge revenue goal.

You may think you need to have like 3 to 4,000 square feet space to have so many patients

with expensive equipment to build a profitable practice.

Well, I'm here to tell you that none of those could be further from the truth nor they are

necessary.

That's BS.

Associates, employees, space, equipment, none of them are important in order to build a

successful practice.

In fact, it would be harder for you to build a dream practice that way.

Here is why.

Those are the overhead.

Those are your fixed cost to run your practice every single day, every single month and every

year.

Those are the expenses you cannot avoid.

It doesn't matter if your revenue makes two million a year because your overhead is like

70 to 80%.

Your take home after expenses and tax is what?

Like 300K?

Is it really worth running that kind of practice with blown up overhead?

We're talking simple business math looking at the numbers.

It's all numbers game when it comes to running a business.

You got to start treating your practice as a business.

You are healing patients and fixing patients' problems for the better.

Of course, that's given.

If you don't do that, you're in the wrong profession.

I get that.

But are you also trying to build a profitable podiatry practice so you can continue to provide

the best care for your patients in optimal status?

A few coaching clients of mine who have a large scale practice like I mentioned above,

when I interviewed them to assess their situations, they're running everywhere like doomsday is

coming onto them.

So many broken holes to cover, freaking, chasing 10 rabbits at the same time, chaotic, hectic,

constant anxieties.

Let's think about your status as a person mentally and physically.

The simpler your practice model is, the more stable your mind, body and spirit, period.

As a matter of fact, in which model you are going to be tested, that fine line of the

ethics.

A huge practice with gigantic overhead or efficient practice where you can focus on

patients' real problems?

I'm here to tell you that you can absolutely run a very efficient, yet profitable practice

and still you will build high six-figure, even seven-figure practice.

Let me give you three key steps to achieve this type of practice.

Number one, create your own niche within your specialty.

Be the best in your field of expertise.

Continue to learn, practice and get better in your chosen niche, so when it comes to

your specialized skillset, you become the authority.

You are the go-to doctor.

Number two, do not reinvent the wheel.

Get some help from someone who has done it.

Why?

You don't have time for this.

How long will you sustain your practice like you're running right now?

Invest in yourself, learning the foundation and techniques and tactics from someone who

has actually done it and ready to coach you with a proven system.

Number three, do not waste another single dollar in marketing and advertising agencies

blindly.

All those generic contents they're blasting for you, they're frankly fading away.

You don't need to waste your money blindly in advertising and marketing.

I mean, you don't even know what to advertise for, what your potential patients are looking

for, yet how do you expect to bring high-quality leads?

Those are three key things you need to work on, not dreaming about those fancy 3,000 square

feet blown up practice.

Now, you may be wondering, "Dr. TJ, that's great.

But how do I do that step by step?"

You ask me.

If you seriously consider building this type of lean, efficient, successful practice,

don't do this alone.

You need to invest in coaching and mentoring.

If you are committed, coachable and resourceful and if you're ready to take some massive action

in the shortest possible time with accountability, consider it done.

How?

Register and watch my webinar.

I put a link below.

Oh, so you already watched my webinar but still hesitating?

Connect with me.

I'll sit down with you on the phone just you and me, analyze together if you are a good

fit for this.

I included my calendar booking link below as well.

Remember, you don't need to spend huge overhead expenses to build a successful practice.

Frankly, in this era, you need to think differently and evolve to a new breed of modern podiatry

practice.

Lean, mean, profitable, yet patient-focused practice, not those old outdated ways of thinking

around the insurance-focused practice.

Please put comments below and give me some feedback.

Was this video helpful to you?

Then tell me so.

Be engaged with me.

Subscribe my channel, like my page and give me some encouragement.

I'll keep doing this only if you want to see more stuff like these videos because I want

to add values to my colleagues for what they really need.

What are you waiting for?

Let's do this together.

That one call 45-minute strategy session may be the best 45 minutes you will spend on your

practice.

For more infomation >> how to build a profitable practice without spending a lot of money - Duration: 7:15.

-------------------------------------------

Build a custom preloader - Webflow interactions & animations tutorial - Duration: 3:38.

before we get into making a preloader which is what we see here let's first

talk about the most important thing should you use a pre loading screen of

any type some people say yes others say never

the answer is it's up to you page loads can go pretty fast

your preloader might look ridiculous if it's only up for a quarter of a second

on the other hand maybe you've designed a page that takes several seconds before

it's presentable regardless if you want to set up a pre loader

here's a quick way to do it one we'll design our pre loader - we'll set our

initial state and three we'll make sure the preloader goes away

once the page is loaded number one we'll drag in a div block from the ad panel

and we'll drag it right into the page body mr. block will be the main

container for our pre loader so we'll create a class and name it free

loader let's make some adjustments first will enable flexbox and we'll justify

and align its children to the center second we'll adjust the positioning

setting the position to fixed we'll make sure to select full so it fills up the

whole viewport and we'll set the z-index to some obscenely high number this means

it'll appear on top of all other elements finally let's set a background

color we can choose a color from the color picker right here and of course we

can drag in anything anything can show up on page load if it's a huge gif for a

video or something it'll probably slow down the page load and serve as an

anatomy of the whole spirit of the pre loading thing so it's up to you we've

just dragged in a text block and we wrote loading and that's it that's the

basic design the bouncing ball the one from the beginning is taught in the full

guide on web player University so check out the link to that in the description

and feel free to skip over to that if you want to build it let's set our

initial state now the first thing we want to do after our design is done

we've simply put the word loading here for now is set the display in the style

panel here to none why because we want to be able to edit on the page without a

giant div block covering our work now notice the preloader div block is still

selected and we'll go over to interactions where we can add a trigger

we'll make sure the trigger is the page loading and we have two options here we

can set it when the page starts loading or we can set it when the page finishes

loading we'll want to go with the second option let's

create a new timed animation here and let's name it we're giving a name to

this animation and this is where we can set our initial state even though we set

the display to none in the style panel we can set our display back to flex

under hide show and we'll simply choose flex this makes it visible again and to

make it the initial state we just flick the switch that's it

part to complete and now for the final part the initial state controls what

everything looks like when the page first comes up we're going to make our

preloader disappear once the page finishes loading we're going to do this

in two steps one we'll add a new point a new action that sets the opacity to 0%

we want this to occur fairly quickly so let's change the duration to drop that a

bit and two after that we want to set our display setting to none after fading

out after the opacity hits zero we'll hide it we'll set our display setting to

none now if we want to ensure that the preloader shows up for a set amount of

time a minimum we can go back to the first action the opacity change and we

can set it to occur after say half a second that means even after the page

loads it'll hold for a half second before starting to disappear and that's

it we create our design set our initial state and animate it out we do all this

on page load when the page finishes loading

that's setting up a pre loading animation

For more infomation >> Build a custom preloader - Webflow interactions & animations tutorial - Duration: 3:38.

-------------------------------------------

Take The Deed! Build A Million Dollar Portfolio In A Year - Duration: 6:41.

Hey, it's Joe Crump.

Today I'm going to give you a brief outline of how to build a million dollar portfolio

in one year.

Now, that's not a million dollars' worth of equity, that's a million dollars' worth

of property.

How do you buy a million dollars' worth of property with no money, without using your

credit, and do it from you home.

And do it anywhere in the country that you like.

And the way to do that is by taking the deed.

And the technique is called "subject to."

Taking the property subject to the existing loan.

The way subject to works is that the seller has a property, they have a mortgage on it,

usually that mortgage is pretty close to its real value in property.

So, let's say you've got a property that's worth $150K, it's got $140K worth of mortgages

on it, or one mortgage worth $140K. Let's say the mortgage cost $1,200 a month and it

brings in $1,500 a month in income.

So, $1,200 PITI $1,500 in actual income.

That gives you about $300 a month positive cash flow.

And that's if you're managing it yourself.

If you're not, then it's about $200 positive cash flow if you're paying somebody else

to manage the property.

Which is what I do.

And you probably don't need to do that until you get three or four properties, but if you're

doing what I'm talking about right now, you're going to have ten properties within

a year.

Because you can do this once a month with subject to properties.

You should be able to find one a month pretty easily in any area that you work in if you

understand how to talk to the sellers and how to show them that it makes sense for you

to do that.

Now, in my mentor program in the Pushbutton Method, I have training programs on how to

do subject to's.

And subject to's are a great way to build this portfolio because you're going to buy

it subject to.

They're going to deed you the property, you're going to make the payments on their

property, you're going to sell it on a lease option, and try to get, in this situation

maybe $10,000 down.

They're going to give you that $10,000, maybe $5,000 in cash maybe $5,000 in a promissory

note or you know, monthly payments that they're going to make.

You're also going to get the monthly income from that property.

You're going to get the tax benefits, the depreciation on that property.

If they don't exercise the option you're going to get the appreciation on that property.

You're going to sell it for more than you paid for it, so let's say you've bought

it for $140K and it's worth $150K and you sell it for $160K and you get the $10K down.

You still have $10K of equity.

If they do exercise the option, you'll make another $10K when they close the property

in three years, if they're doing it on a lease option, and they exercise it.

If they don't exercise the option, that's even better because then you'll get to keep

that property, the values will continue to go up, you'll continue to get the, the rents

will continue to go up, you'll continue to get the depreciation on the property, you'll

continue to get the appreciation on the property.

You'll be able to sell it with another lease option and get another $10K as a down payment,

so that one property, the $150K, you need eight of those and you've got $1M worth

of property.

And, at that time also, another you know, $50K to $100K in equity because you've turned

around and sold it for $20K more plus you made another $10K on each property.

That's another $80K you made for the year, you know, just in lease option fees.

Now.

Big important caveat.

Don't take the entire lease option fee and spend it on your life.

You know, don't use that just as income.

Use that and put it into an escrow account, into a bank account where you're not going

to touch it.

You know, every time you have a tenant, there's going to be wear and tear on a property and

sometimes they'll be harder on it than others and you've got to send people in there,

you know, clean it up, and get it ready to rent again, get another $5,000 or $10,000

as a lease option fee and get it sold again.

I've known people that have sold properties three and four times in a year on lease option

where people would move in, move out, move in, move out and make a chunk of money every

time they did that.

So, this could be a wonderful way to build a portfolio that you keep for the long term.

After you get three or four properties I like the idea of getting property management, professional

property manager who will fill the properties for you so you don't have to deal with tenants

anymore and you can keep moving along.

Now.

With all this said, you're building this portfolio and the way you're going to find

these people is talking to for sale by owners is a great way to do it, and the way we find

your subject to's is, we'll go to for sale by owners and we'll ask them if they're

interested in doing a rent to buy.

And that opens the conversation.

And then we start asking them questions about their situation and we've got a seller questionnaire

that's in the Automarketer that you can fill out that asks them, you know, where are

you moving to, why are you moving, what are you trying to accomplish, how much equity

have you got in the property, how much do you owe on the property, what are your monthly

payments – all these things that are really important.

And if you understand what those, the answers are to those questions, then you can design

your offer around that.

You've got to make an offer that you know that you can accept, that you can manage.

But also an offer that's going to make sense for them.

And you can give them different options.

You can give them the lease option option, where you just go in and find them a lease

option buyer and boy, get them, you know, full price and they've still go that and

they can take advantage of that and it'll be a good long term investment for them.

Or, if they just want to get rid of the property, and there's going to be a smaller percentage

of people that are like this, but there's going to be a certain amount of people that

just want to get rid of the property.

They don't want to deal with it again.

They know they don't have much equity in the property and they just want to get rid

of it.

And they'd be willing to sell it to you as long as you promise to make those payments

to them.

And remember, you're not qualifying for this loan.

You know, you're just making the payments.

You're going to get the deed to the property, they're going to deed it to you, and you're

going to record that deed, probably, and then you're going to own that property.

And that's going to be part of your portfolio.

And part of your retirement and it's going to give you benefits on your taxes all the

way through the rest of your life.

Anyway.

That's how you can build a portfolio that quickly.

Use the Automarketer to bring in the leads, use those leads, analyze each one of them

that comes in, and then decide which is the best deal.

You're engineering the deal with each person you talk to.

And you're going to find the best thing for them and the thing that works for you

as well and makes you a profit.

All right.

Hope that helps.

For more infomation >> Take The Deed! Build A Million Dollar Portfolio In A Year - Duration: 6:41.

-------------------------------------------

I Will Build a Primitive Forest Village! - Duration: 13:07.

Unloading materials & prefabricated fences

Heading out to Site A

Setting up the Camera

Jake just bought a brand new chainsaw & is super excited to use it for the first time!

A good starting point is making the fire pit. You'll need this to cook your zombie steaks.

Does it have gas?

The rocks will help keep the sticks in the fire & remind you to step around the flames.

Have to Clear out a space for the hut. The worst thing to do is not build a shelter when Zombies are everywhere.

If Jake can't cut this tree down.

We won't have a long enough arm to cut up the zombies.

We could starve or worse, be defenseless.

Team work can be key to surviving out here.

Starting with the primary supports for the hut frame.

Working with sand isn't always easy.

Sand can very easily fall back into your holes.

A great example of why team work is important to survival.

The frame.

Jake has given up on the chainsaw

Securing the frame will help it hold up against the wind.

What is a plane?

The Tree has won this battle.

A tight rope is a strong rope. Put some muscle into it.

Jake is sticking to the basics.

If he wants to survive against zombies, this is his last chance.

Stay hydrated.

Measure your materials twice, cut them once.

A perfect fit!

Survival = ((man - tree) + build zombie cutter) * kill zombies

Jake has won the war.

Logs can be helpful for building.

Remember to take a breath once in a while

Hut is coming along

The team is hard at work. Everyone has a different task.

Teamwork will help you get more done in less time.

The zombie killing machine is coming along!

A productive day

Yes there's more

Well, I probably wont see you again.

It was nice narrating the build for you.

I hope you enjoyed it. It was a blast for me!

But seriously, they don't let me out much.

help me

For more infomation >> I Will Build a Primitive Forest Village! - Duration: 13:07.

-------------------------------------------

Gothic Clothing: How to Build a Goth Wardrobe - Duration: 21:20.

For more infomation >> Gothic Clothing: How to Build a Goth Wardrobe - Duration: 21:20.

-------------------------------------------

Marvel Legends Sauron BAF X-Men Deadpool Wave 2 Hasbro Toy Review (Dr Karl Lykos) - Duration: 10:04.

Marvel Legends Sauron (Dr Karl Lykos) Build

A Figure X-Men Hasbro BAF Toy Review - Sauron is a fictional character, a supervillain

appearing in American comic books published by Marvel Comics.

An enemy of the X-Men, Sauron is the alter ego of physician Karl Lykos.

In his initial appearances Karl Lykos was portrayed as an evil man and Sauron was simply

Lykos in a different physical form, but later stories increasingly depicted Sauron as sharing

a Jekyll and

Hyde relationship with Lykos.

He is an energy vampire who resembles a humanoid Pteranodon after feeding.

He often inhabits the hidden prehistoric jungle of the Savage Land.

thank you for watching guys if you enjoy this video please give it a thumbs up and smash

the subscribe button it would really help us out and stay tuned for more geeky adventures.

Please Subscribe and Support the channel!! https://www.youtube.com/channel/UC23U4jpP2BAw8uxaH4Zwh8g?sub_confirmation=1

Bantha Tracks - A UK Star Wars Collectors Group

https://www.facebook.com/groups/BanthaTracksUK/

Socials - Instagram: https://www.instagram.com/supersorrell

- Twitter: https://twitter.com/supersorrell - Facebook Page: https://www.facebook.com/supersorrell

- Facebook Group - https://www.facebook.com/groups/actionfigurecollectorsuk/ - Website: http://www.supersorrell.co.uk

Marvel Legends Sauron (Dr Karl Lykos) Build A Figure X-Men Hasbro BAF Toy Review

Let me know your thoughts in the comments below;

#MarvelLegends #deadpool #Deadpool2 #XMen #marvel #marvelcomics #hasbro #actionfigure

#unboxing #toys #review

sauron baf,sauron build a figure,sauron wave,sauron series,marvel

legends sauron,marvel legends sauron wave,marvel legends sauron series,marvel legends

sauron baf,marvel legends sauron build a figure,hasbro,action figure,toys,unboxing,review,x-men,xmen,deadpool,deadpool

wave 2,marvel legends deadpool wave 2,supersorrell,savage lands,dr karl lykos,x-men sauron,sauron build

a figure review,marvel legends sauron,marvel legends sauron action figure

Không có nhận xét nào:

Đăng nhận xét