Write the reason you're deleting this FAQ
In todays world, if you don't have credibility you won't survive long as an entrepreneur. When you have something you need done whether it's get something plumbing related or a task you need done on your website, you're going to look over reviews of people you want to hire before you exchange anything. Establishing credibility in the beginning can increase your chances of being successful sooner than later.
You always want to select a credible business when you're doing something for yourself, so why wouldn't you try to build your own credibility? The power of getting positive reviews anywhere you can online will help your business close deals before the client even contacts you 
Stop talking and listen
A lot of younger, or new, entrepreneurs feel that they need to prove themselves in the eyes of their potential clients or business partners. They try to come off as more experienced than they really are and that's never a good thing if you're talking to someone who knows what you're trying to talk about. If you're young you don't have to worry if you don't know all the answers, people will understand that you don't know everything because you just don't have the same amount of experience.
When you decide to listen more instead of opening you mouth and hoping to put together some words that make sense, you will gain much more respect from your elders and business partners. You can learn a vast amount of knowledge when you stop talking because they people who actually know their stuff will have more time to explain things. This will only strengthen your own credibility because you will build great business connections and also learn from them so that the next time you do talk, you will be correct 
Learn from experience
If you're just starting out, you won't have much experience and that's never a good thing, but it will change. The good thing is that you haven't hurt anyones websites, broken anything or made any mistakes yet 
Now if you have made some mistakes, I hope they haven't been career killers. Usually when you're starting off you can make some mistakes, and you need to learn from them. If you aren't learning from your mistakes you won't make it far in any business.
Choose the right industry
If you're staring off in an industry where there are already a massive amount of experts, you're fighting an uphill battle. You'll have to price your service or products cheaper than your competitors so that your potential customers will give you a chance in order to save some money. If your product or service is top notch, your clients will be extremely happy that they got it for such a great deal.
If you're starting up in a new industry, you're going to be on a level playing field with everyone else, so make waves 
Not only will you be on a level playing field, you will be more confident because you're not coming in late and fighting through all the competition to take the crown. You're in a race to be the best and get crowned by everyone 
You'll need to be professional
When you're just starting out, you can be considered more credible than some of the people have been in your industry for years. You can start off on the right foot and be professional with everyone and help anyone you can, and your credibility will overtake those who were suppose to be the real professionals in your niche.
Being professional comes in many forms. It could be due to the way you dress every day when you go into work or meet up with clients. It could be how you talk to the people interested in your services or products (email or in person). When you do everything right, it doesn't matter if you just started or if you've been in the industry for years, you'll be taken more professionally and that will gain you credibility over time.
Think quality and not "buy low, sell high"
It really doesn't matter how long you've been in a specific industry, if your services or products are horrible, you will be considered a source that isn't credible and you will lose respect.
If you're focused solely on your profits and you're sourcing everything you can from China, you will likely be told that your services and products are no good. When I sell something, physical or digital, I will always focus on quality rather than something I can get for cheap. By doing this I will always get a positive response from my clients and I'll never hear "This is just a cheap knock off!"
In Conclusion:
It doesn't matter if you're a young entrepreneur or someone that just retired and trying to start something for a second income, if you follow what I said above you can become credible in a short amount of time. Focus on your business and make it the best you possibly can, this will help out a ton later on in a couple years because all of your hard work is basically logged online in the form of happy customers saying kind words about you.
Remember to follow me!
https://www.seoclerks.com/user/Razzy
Thanks!
Razzy
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='22651' | 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='22651' | /opt/clerks-staging/docroot/viewfaq.php 496 () () |
| SELECT * FROM seoclerks.members WHERE USERID='19821' | 1 | SELECT * FROM seoclerks.members WHERE USERID='19821' | /opt/clerks-staging/docroot/include/functions/includes/member.php 445 GetAllUserDetails() () |
| SELECT * FROM categories_faq WHERE CATID='43' | 1 | SELECT CATID, seo, name, metatitle, h2header, metakeywords, metadescription, metaheader, parentid, image_name FROM categories_faq WHERE CATID='43' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() GetCategorySeoFromType() |
| SELECT * FROM seoclerks.members WHERE USERID=19821 | 1 | SELECT googleplus_profile FROM seoclerks.members WHERE USERID=19821 | /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=22651 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=22651
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| SELECT * FROM answers a, seoclerks.members b WHERE a.quesid='22651' 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='22651' 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=117468 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=117468
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=121802 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=121802
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=150537 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=150537
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| UPDATE questions SET total_views = total_views + 1 WHERE quesid='22651' | 1 | UPDATE questions SET total_views = total_views + 1 WHERE quesid='22651' | /opt/clerks-staging/docroot/include/functions/main.php 1765 update_Faqviewcount() () |
| SELECT * FROM questions WHERE quesid!='22651' AND status='1' AND (question like '%Gaining credibility beginning key long term success entrepreneur%' OR question like '%Gaining%' OR question like '%credibility%' OR question like '%beginning%' OR question like '%long%' OR question like '%term%' OR question like '%success%' OR question like '%entrepreneur%') -- ORDER BY RAND() LIMIT 15 | 1 | SELECT quesid, question, seo, userid
FROM questions
WHERE quesid!='22651' AND status='1'
AND (question like '%Gaining credibility beginning key long term success entrepreneur%' OR question like '%Gaining%' OR question like '%credibility%' OR question like '%beginning%' OR question like '%long%' OR question like '%term%' OR question like '%success%' OR question like '%entrepreneur%')
-- ORDER BY RAND()
LIMIT 15 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() () |
| SELECT * FROM seoclerks.members WHERE USERID='2255' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='2255' limit 1 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_member_profilepicture() |
| SELECT * FROM seoclerks.members WHERE USERID='4136' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='4136' limit 1 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_member_profilepicture() |
| SELECT * FROM seoclerks.members WHERE USERID='1323' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='1323' limit 1 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_member_profilepicture() |
| SELECT * FROM seoclerks.members WHERE USERID='498' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='498' limit 1 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_member_profilepicture() |
| SELECT * FROM seoclerks.members WHERE USERID='1915' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='1915' 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=22651%' 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=22651%'
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='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='589438.jpg' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='589438.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 |
idealmike
But that's basically just winging it and winging and winning it is just something entrepreneurs will likely have to do a lot of before they get to the top. But it definitely helps if you are someone that can hold your tongue and use your ears instead. A lot of people talk too much, they think just because you have a mouth that can speak they have to be using it. But then they talk so much they can end up alienating the potential client. Inundating them with information overload. So much so they end up saying something like "Okay, I'll think about it". Or, "Alright, I'll get back to you in a few days" or something. Small words no seller or entrepreneur wants to hear but words you might hear if you've been doing too much talking and not enough listening!
Are you sure you want to delete this post?