Write the reason you're deleting this FAQ
Some people say never to mix friendship with business. Or the same can be said sometimes about family and business too. But that's not to say you shouldn't. Ever. Because some family business can last a very long time and some so can some professional working friendships too. If you both work at them.
You may not realize it, but as a freelancer and or digital marketing expert. You could be sitting under a wealth of income just from your friends and family and those around you.
Turning Your Skills into Success Through Others
If you're already a freelancer or Internet marketer with any IT skills in web development and design to SEO and SMO, then you can use that earn money with from your friends and family.
Especially more so if you're already a somewhat successful freelancer or affiliate marketer. Because you can use that as leverage to get them on board.
All you really have to do is talk to them! Find out what sort of things they are passionate about, have an interest in, hobbies they have etc. And tell them about the demand there is for these sorts of things online by people looking for how to's and information about those same passions, hobbies or interests.
Just today I was talking to a friend of mine who is a traveler / song writer and has been traveling a lot. He has a lot of travel stories and they're amazing and often funny to listen to. He's also a bit of a modern gnostic as well and knows quite a lot about world events and the ways things are they way they are. He's the kind of person who digs a little deeper into topics and researches them, writes about them.
For a while now he's been asking me about how to start a website which he can use as a platform to share all his knowledge, experiences, travel stories and songs he's written and stuff like that. Basically he has the content in droves already and I have the skills and know how to make it all come about. So after some questions we came up with a good domain name idea for him and I'm going to create it and host it on my own plan for a while.
Basically I told him what I could do and how much it would cost. I'm not really charging him anything as he's a friend but said that I will help on the site as well and want part of it when it gets successful and we'll do revenue sharing down the line on it.
We're going with a basic simple travel blog type site first. But then later on we'll be adding new features to the site and possibly something very similar to what Trivago do but more for actual travelers that want to know about places to travel to and what there is to do at those places, what to try and what to avoid stuff like that. Rather than just hotel reviews and comparisons.
An Example Template To Go By
But this is just one example of many. You could do the same thing for your friends or family too. Simply find out what their interests and passions are, tell them about how they could have a website they could put that on and in time they could earn from it. Tell them how you'll do all the footwork for it first of all and that it will only cost them something small at first like $50 or something. Get them on board with the idea first and tell them about the benefits, (but also make them aware of the work needed). And you could probably bag a sell from it.
You'll not only score yourself a quick $50 bux maybe to do it for them. But you could also later on share in that sites earnings as well. You'd have to do most of the work first of all, registering the domain, installing WordPress, setting it up and that, creating social profiles for it and all of that. All they would have to do is just login and create new posts and share them on social media and you could help promote it too.
Yes it will be their site. But you could also benefit from it too in the future. You could charge them hosting fees for the rest of their life. 
Other Ways You Can Earn from Your Clients Sites

Are you sure you want to delete this post?

Yes there we go. There is absolutely nothing wrong with that at all. On the contrary, if it helps them in some way as it's helping you then it's only really sharing with them. And sharing is caring. Even if you are selling it to them lol :)
The way I see it. By me helping them to do the same thing as me. I'm helping me yes. But in doing so, I'm also helping them. And by doing so. That can help me to help them even more. Because that one person is another possible networking opportunity later on down the line. And that will help me to help them to help me so I can help them so they can help me and so on in an infinite loop! If you look at it like that!
I would only sell to a friend or family member something that they needed. Yeah I may give them a good price on it too. A small reduction perhaps. You kind of have to when it comes to friends and family don't you?
That's about the only downside to selling to friends and family.
Mates rates!! :)
Are you sure you want to delete this post?
Are you sure you want to delete this post?
That's fair enough Cristian! I get what you're saying and I feel the same as well. I don't like to take money from family and friends because of what it can mean later on down the line. It's easier to fall out with someone you don't know and there's no real hard lasting feelings. But it's different if it's a family member or close friend isn't it? I guess it all really depends on the situation and how much money we're talking about. That and how much you value the person in question as well. Whether you value their kinship or friendship more than you value the money itself. Because if it comes to there being a problem it's not always as easy to sort out with your close family or friend than it is with a customer who could be refunded. You could refund your family/friends as well of course if all did go to pot. But you might not be able to restore the friendship to how it was before. But money can do that to people! So I do totally respect your point of view. However if it was for something that would actually help them in some way and something they would enjoy having and it would bring joy to their life somehow. Whether a service or a product or something else. And they were happy with that and it wouldn't break their bank. I would still totally take it lol.:P
Are you sure you want to delete this post?
Are you sure you want to delete this post?
Are you sure you want to delete this post?
Are you sure you want to delete this post?
| Match | Count | SQL | Script |
| SELECT * FROM `questions` as q JOIN categories_faq as c ON q.catid=c.CATID WHERE (q.status=1 OR (q.status=2 AND userid='') ) AND q.quesid='19408' | 1 | SELECT q.*, c.seo as CatSEO, c.name as CatName, c.parentid
FROM `questions` as q
JOIN categories_faq as c ON q.catid=c.CATID
WHERE (q.status=1 OR
(q.status=2 AND userid='')
)
AND q.quesid='19408' | /opt/clerks-staging/docroot/viewfaq.php 496 () () |
| SELECT * FROM seoclerks.members WHERE USERID='272' | 1 | SELECT * FROM seoclerks.members WHERE USERID='272' | /opt/clerks-staging/docroot/include/functions/includes/member.php 445 GetAllUserDetails() () |
| SELECT * FROM seoclerks.members WHERE USERID=272 | 1 | SELECT googleplus_profile FROM seoclerks.members WHERE USERID=272 | /opt/clerks-staging/docroot/include/functions/main.php 16914 GetGooglePlusProfileFromId() () |
| SELECT * FROM ratings_faq as r, seoclerks.members as m WHERE r.USERID=m.USERID AND r.upvote=1 AND r.PID=19408 LIMIT 5 | 1 | SELECT m.username FROM
ratings_faq as r,
seoclerks.members as m
WHERE r.USERID=m.USERID
AND r.upvote=1
AND r.PID=19408
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| SELECT * FROM answers a, seoclerks.members b WHERE a.quesid='19408' AND a.userid=b.USERID and b.status='1' AND a.status=1 ORDER BY a.combined_votes DESC, a.date_answered asc | 1 | SELECT a.answer, a.USERID, a.upvotes, a.downvotes, a.ansid, a.parentid, a.combined_votes, a.date_answered,
b.username, b.userlevel, b.profilepicture FROM answers a, seoclerks.members b
WHERE a.quesid='19408' AND a.userid=b.USERID and b.status='1' AND a.status=1
ORDER BY a.combined_votes DESC, a.date_answered asc | /opt/clerks-staging/docroot/viewfaq.php 1245 () () |
| SELECT * FROM ratings_faqanswers as r, seoclerks.members as m WHERE r.USERID=m.USERID AND r.upvote=1 AND r.PID=106529 LIMIT 5 | 1 | SELECT m.username FROM
ratings_faqanswers as r,
seoclerks.members as m
WHERE r.USERID=m.USERID
AND r.upvote=1
AND r.PID=106529
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| SELECT * FROM ratings_faqanswers as r, seoclerks.members as m WHERE r.USERID=m.USERID AND r.upvote=1 AND r.PID=106654 LIMIT 5 | 1 | SELECT m.username FROM
ratings_faqanswers as r,
seoclerks.members as m
WHERE r.USERID=m.USERID
AND r.upvote=1
AND r.PID=106654
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| SELECT * FROM ratings_faqanswers as r, seoclerks.members as m WHERE r.USERID=m.USERID AND r.upvote=1 AND r.PID=106753 LIMIT 5 | 1 | SELECT m.username FROM
ratings_faqanswers as r,
seoclerks.members as m
WHERE r.USERID=m.USERID
AND r.upvote=1
AND r.PID=106753
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| SELECT * FROM ratings_faqanswers as r, seoclerks.members as m WHERE r.USERID=m.USERID AND r.upvote=1 AND r.PID=106743 LIMIT 5 | 1 | SELECT m.username FROM
ratings_faqanswers as r,
seoclerks.members as m
WHERE r.USERID=m.USERID
AND r.upvote=1
AND r.PID=106743
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| SELECT * FROM ratings_faqanswers as r, seoclerks.members as m WHERE r.USERID=m.USERID AND r.upvote=1 AND r.PID=106751 LIMIT 5 | 1 | SELECT m.username FROM
ratings_faqanswers as r,
seoclerks.members as m
WHERE r.USERID=m.USERID
AND r.upvote=1
AND r.PID=106751
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| SELECT * FROM ratings_faqanswers as r, seoclerks.members as m WHERE r.USERID=m.USERID AND r.upvote=1 AND r.PID=143343 LIMIT 5 | 1 | SELECT m.username FROM
ratings_faqanswers as r,
seoclerks.members as m
WHERE r.USERID=m.USERID
AND r.upvote=1
AND r.PID=143343
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| SELECT * FROM ratings_faqanswers as r, seoclerks.members as m WHERE r.USERID=m.USERID AND r.upvote=1 AND r.PID=144854 LIMIT 5 | 1 | SELECT m.username FROM
ratings_faqanswers as r,
seoclerks.members as m
WHERE r.USERID=m.USERID
AND r.upvote=1
AND r.PID=144854
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| SELECT * FROM ratings_faqanswers as r, seoclerks.members as m WHERE r.USERID=m.USERID AND r.upvote=1 AND r.PID=144861 LIMIT 5 | 1 | SELECT m.username FROM
ratings_faqanswers as r,
seoclerks.members as m
WHERE r.USERID=m.USERID
AND r.upvote=1
AND r.PID=144861
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| UPDATE questions SET total_views = total_views + 1 WHERE quesid='19408' | 1 | UPDATE questions SET total_views = total_views + 1 WHERE quesid='19408' | /opt/clerks-staging/docroot/include/functions/main.php 1765 update_Faqviewcount() () |
| SELECT * FROM questions WHERE quesid!='19408' AND status='1' AND (question like '%The Turning Friends Clients Freelancer%' OR question like '%Turning%' OR question like '%Friends%' OR question like '%Clients%' OR question like '%Freelancer%') -- ORDER BY RAND() LIMIT 15 | 1 | SELECT quesid, question, seo, userid
FROM questions
WHERE quesid!='19408' AND status='1'
AND (question like '%The Turning Friends Clients Freelancer%' OR question like '%Turning%' OR question like '%Friends%' OR question like '%Clients%' OR question like '%Freelancer%')
-- ORDER BY RAND()
LIMIT 15 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() () |
| SELECT * FROM seoclerks.members WHERE USERID='29579' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='29579' limit 1 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_member_profilepicture() |
| SELECT * FROM seoclerks.members WHERE USERID='2077' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='2077' limit 1 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_member_profilepicture() |
| SELECT * FROM seoclerks.members WHERE USERID='5899' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='5899' limit 1 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_member_profilepicture() |
| SELECT * FROM seoclerks.members WHERE USERID='12544' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='12544' limit 1 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_member_profilepicture() |
| SELECT * FROM seoclerks.members WHERE USERID='19120' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='19120' limit 1 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_member_profilepicture() |
| SELECT * FROM members_ledger WHERE script='/opt/clerks-staging/docroot/viewfaq.php' AND querystring LIKE '%id=19408%' AND added>=UNIX_TIMESTAMP(NOW())-1200 GROUP BY USERID | 1 | SELECT USERID, username FROM members_ledger
WHERE script='/opt/clerks-staging/docroot/viewfaq.php'
AND querystring LIKE '%id=19408%'
AND added>=UNIX_TIMESTAMP(NOW())-1200
GROUP BY USERID
| /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() () |
| SELECT * FROM categories | 1 | SELECT * FROM categories | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() parseRedundantQueriesCache() |
| select * from categories_software order by name asc | 1 | select * from categories_software order by name asc | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_GetSoftwareCategories() |
| select * from categories_wanttobuy order by name asc | 1 | select * from categories_wanttobuy order by name asc | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_wantcategories() |
| select * from categories_wanttotrade order by name asc | 1 | select * from categories_wanttotrade order by name asc | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_tradecategories() |
| SELECT * FROM seoclerks.members WHERE USERID='19821.png' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='19821.png' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='306632.jpg' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='306632.jpg' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='272.jpg' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='272.jpg' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='134.png' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='134.png' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='585810.jpg' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='585810.jpg' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='600657.jpg' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='600657.jpg' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| select * from categories_faq order by name asc | 1 | select * from categories_faq order by name asc | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_GetFaqCategories() |
| count(*) | sql1 | error_msg |
|---|
| Load | Count | SQL | Max | Min |
| Avg Time | Count | SQL | Max | Min |
TommyCarey
Yuuuuup!!!! lol I do this all the time if they say they have a business idea. They will start talking to me about it and I always bring up the fact that they will need a website since that's like a modern day business card and everyone looks up a website before they contact you
Do you identify areas within people that you can monopolize on?
Yup. They'll give me an idea and I can give them a marketing plan on how to monopolize the market and bring in sales from all different types of funnels
Or do you prefer to keep clients at arms length?
Not really. If I get a local client whether it be a family member, good friend, or a random person who hires me to help them out, I'll usually treat them like I've known them my entire life. With the clients that are far away I can't go out to coffee with them since it's not smart to fly 1,000 miles there for a 5 minute meeting and then 1,000 miles back home
Are you sure you want to delete this post?