Write the reason you're deleting this FAQ
Investing in your own online business is the only way you'll be able to catapult yourself into making money. You will never get an investment from an angel or someone who is looking to give you money for something that will profit, until you're actually making money. It's sad, but true, that a lot of amazing ideas get over looked because they aren't yet making money or they aren't even up and running yet. I myself have had to pass up some potentially great investments because the company just didn't have enough business data for me to weigh in on. I didn't know what their growth rate was, what it could be or if the business had potential simply because the business didn't do any of the research on themselves prior to coming to me.
So why do you need to invest in you own business? Because you'll push yourself to make more money over time! Not investing in your business' growth is like purchasing a car and not putting gas in it. It will look nice, but it won't go anywhere lol 
Many people ask me "What should I invest in? I'm confused" and I simply ask them what they're doing and how they're doing it. A lot of the will start out with "Well I'm advertising here, here and here" and that's not what I'm asking usually. I ask them what they're doing and how they're doing it to see how they respond, usually I get a response on how they're trying to make money. What I'm looking for is someone that will say "I've optimized my website for conversions and I've purchased (this item), (this service) and (this piece of software) in order to streamline everything and make it easier for me and my people to get the work done".
If you're not working on your own systems and you're constantly just trying to make a sale, you'll lose a lot more often than you'll win. So many people are worried about how many sales they're getting and they never think to look at their own setup, which could be killing their profits since it's what needs to be worked on FIRST.
Your Design:
When someone gets to your website they will immediately judge you based on your websites design. It's sad, but true, and I still do it even though I know that the design doesn't make the service.
What you'll need to do is hire a designer or go over to themeforest and purchase a premium theme so you can customize it with your own images and text in order to have a well designed and responsive website. If you are using free HTML templates for your design, you're going to be leaving a lot of sales on the table. You could definitely make some money with a bad design, but imagine how many more sales you can make on top of what you're currently making if you just investing in your own design and didn't use a free one 
Automation:
When you automate some things on the back end of your website it will free up you, or your employees, to do other things in order to make the business more successful. When I started out I was too successful and I was working 16 hours a day just fulfilling orders, and it was starting to get to me. I couldn't take a day off and the amount of money I was making didn't matter because I was starting to get grumpy from the lack of sleep lol. I brought on my business partner and he developed something that would set up our orders and then automatically send out the reports when they were finished. Of course it took some time to turn this into a well oiled machine, but after a few months of testing, we had it set up in a way that reduced my 16 hour work load to just 30 minutes a day lmao 
We invested $100 into some software and 3rd party systems each month and it gave me an extra 15 and 1/2 hours a day to work on other things in order to make the company more successful
If we hadn't invested in the systems to help automate everything, we both would have burnt out fairly quick from working 8+ hours a day, every day, and not getting a break.
Your Team!
Investing in your team is going to help you be more successful in the shortest amount of time. If you have employees that come into your office, you can take them out to lunch or just have a fun event planned that everyone can attend. I remember a few years ago I was doing work for a company and they invited me out for one of their team building excersices. Now I wasn't even part of this company, they were just paying my company for SEO and marketing work, but wanted us to come out since we built such a good relationship with them. What we did was play something called whirley ball, it's basically basketball in bumper cars while throwing a wiffle ball at the target (the hoop). It was pretty fun and I didn't see anyone complaining about work, which is why the CEO did the event in the first place 
Another way to invest in your team is by upgrading their equipment such as chairs, desks, computers, phones, etc. If they see that you're investing in their equipment so they can have a more comfortable work environment, they will work better for you.
Building trust and making the work environment fun for your employees will take time and money, but it is one of the main investments I always tell business owners to target. I say this because if you have an angry team, nothing will get done. If you have a happy team, work will get done even if it's strenuous 
In Conclusion:
There are many things you can invest in when it comes to your business. What you'll need to prioritize are the things I touched base on above, because those are the main ones. If you master the 3 above you'll have a great design for your business, you'll have everything automated that possibly can be and your team will be happy to do the work for 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?
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?
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='24346' | 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='24346' | /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 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=24346 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=24346
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| SELECT * FROM answers a, seoclerks.members b WHERE a.quesid='24346' 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='24346' 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=134386 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=134386
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=134445 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=134445
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=134503 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=134503
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=174697 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=174697
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=134474 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=134474
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=136935 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=136935
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=138825 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=138825
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=140606 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=140606
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=151132 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=151132
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| UPDATE questions SET total_views = total_views + 1 WHERE quesid='24346' | 1 | UPDATE questions SET total_views = total_views + 1 WHERE quesid='24346' | /opt/clerks-staging/docroot/include/functions/main.php 1765 update_Faqviewcount() () |
| SELECT * FROM questions WHERE quesid!='24346' AND status='1' AND (question like '%Building online business - invest - Part 4%' OR question like '%Building%' OR question like '%online%' OR question like '%business%' OR question like '%invest%' OR question like '%Part%') -- ORDER BY RAND() LIMIT 15 | 1 | SELECT quesid, question, seo, userid
FROM questions
WHERE quesid!='24346' AND status='1'
AND (question like '%Building online business - invest - Part 4%' OR question like '%Building%' OR question like '%online%' OR question like '%business%' OR question like '%invest%' OR question like '%Part%')
-- ORDER BY RAND()
LIMIT 15 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() () |
| SELECT * FROM seoclerks.members WHERE USERID='707' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='707' limit 1 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_member_profilepicture() |
| SELECT * FROM seoclerks.members WHERE USERID='1129' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='1129' limit 1 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_member_profilepicture() |
| SELECT * FROM seoclerks.members WHERE USERID='9' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='9' limit 1 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_member_profilepicture() |
| SELECT * FROM seoclerks.members WHERE USERID='43' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='43' limit 1 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_member_profilepicture() |
| SELECT * FROM seoclerks.members WHERE USERID='231' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='231' 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=24346%' 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=24346%'
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='617864.jpg' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='617864.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 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='584026.png' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='584026.png' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='617967.jpg' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='617967.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 |
wiseagent
It's clear that money alone won't have any kind of effect, you need to know how to use it. But I honestly can't imagine anything working properly without there being a financial investment during the development process. This aspect ends up being one of the most controversial when talking about building an online business because not everyone believes that money is really an important / effective tool to make things happen. It's clear that money alone won't have any kind of effect, you need to know how to use it. But I honestly can't imagine anything working properly without there being a financial investment during the development process.
Are you sure you want to delete this post?