Write the reason you're deleting this FAQ
When you're a freelancer you will usually be working for yourself (duh!) and have to manage your own money. If you don't budget right, you could have to pull back on your R&D or pause some ads. This will basically halt your progression and slow you down since you won't have as much traffic and sales coming in during this time. The downside of being a freelancer is that the money you're using to push your profits up is the same money that will put food on your table, so budgeting and managing everything properly is very crucial.
Freelancers don't get paid every 2 weeks, so writing up a budget can be difficult at times. We could make $1,000 on Monday and then not make another penny for the rest of the money. I know that I can't live on $1,000 a month because my rent alone is $1,600 split 2 ways lol. Now if you're in a different country, $1,000 can hold you over for a few months, so it's all in perspective I guess
Either way, you'll have to figure out what you can and can't spend in order to be successful as a freelancer 
1. Tracking Your Cash Flow
When you're working a 9 to 5 job you will usually know how much you're going to make for that month if you're getting paid hourly. If you're in a salary position then you definitely know what you'll be making and budgeting is much easier for you. Now if you're a freelancer, you don't know how much you're going to be making tomorrow, so this is a difficult task to perform since there is a massive amount of information missing.
The only way you can know for sure how much you'll be making as a freelancer from month to month is if you have contracts with individuals or corporations and they have to pay. This will give you a good idea of your lowest income because it's not factoring in the side jobs you can get from platforms like SEOclerks.com
2. Setting Up Financial Priorities
A lot of people will do a 50/30/20 allocation of their income, but that can still be difficult if you're a freelancer because, like said before, you don't really know how much you'll be making from month to month.
The 50%
This portion of your income would usually go to your Needs like housing (rent or mortgage), your phone, insurance, cable/internet, food, gas for your car and anything else you need from month to month. Sometimes you will have to take more than 50% because you might not be making much that particular month.
The 30%
This portion of your income can go towards your Wants like a gym membership, a fancy date night, a movie, etc. I'm not too sure about allocating 30% of my income to "Wants" if I'm trying to boostrap everything. And again, you don't know how much you'll be making from month to month so I usually tend to save some of this to have a nest egg to fall back on during rough months.
The 20%
This portion goes towards your debts and savings. Now you might not have to pay off any debts if you're further along in life and have everything paid off, but you could still need to do so.
A lot of people use that formula above, but my particular one is a little different. I like paying all my bills off and then splitting the remaining profits in a 50/50 split.
The first 50%
This goes to into advertising in order to push my business into higher profits next month. I like to keep pushing and boostrapping as much as possible and I do not live like a king. I'll live like a king when I profit like sultan
This means If I make around $1,000,000 a year I'd still be putting at least 400k to 500k into my business each year. If I can't push my profits higher by investing that amount of money, I just need to quit now lol.
The second 50%
This goes to my savings for a rainy day when I need some extra funding for bills, if it was a bad month. It will also go towards taxes at the end of the year because in the USA we have to give the government a chunk of our profits (insert angry emoticon here). There are ways around not paying for taxes like donating what you'd be paying in taxes to some foundation or children's hospital and getting a write off. You're still spending the money, but at least you can see who you're helping 
3. Simple at first
When it comes to all these pieces of software and services out there, if I can do it manually in a short amount of time I usually will, and you should too. If I can write something up in 5 minutes or pay $5 to have someone do it for me, I'm usually going to write it myself. Now if I can't program something then I'll outsource that work, I'm a bad programmer lol.
Pay for what you can't do yourself. If you can do it, but don't want to, be sure that you budget properly so that you don't go bankrupt in a month because you were lazy.
After you become more and more successful you can start to outsource a good deal of your work and just track your profits and talk with all your clients. This is the point in a business that all freelancers are chasing, and some of us have gotten there 
In Conclusion:
Budgeting as a freelancer can be a stressful thing to do, but you'll have to figure out what works best for you. Going broke after a month of reckless spending means you'll have to double the amount of work you're doing in order to get back to even. Keep it simple and live below your means so that you don't go broke. Play it smart and you should be fine 
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='22655' | 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='22655' | /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=22655 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=22655
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| SELECT * FROM answers a, seoclerks.members b WHERE a.quesid='22655' 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='22655' 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=117771 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=117771
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=170633 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=170633
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=118054 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=118054
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=121527 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=121527
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=123117 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=123117
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=131480 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=131480
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=137803 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=137803
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=146396 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=146396
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=181003 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=181003
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| UPDATE questions SET total_views = total_views + 1 WHERE quesid='22655' | 1 | UPDATE questions SET total_views = total_views + 1 WHERE quesid='22655' | /opt/clerks-staging/docroot/include/functions/main.php 1765 update_Faqviewcount() () |
| SELECT * FROM questions WHERE quesid!='22655' AND status='1' AND (question like '%3 focus remember budgeting freelancer%' OR question like '%focus%' OR question like '%remember%' OR question like '%budgeting%' OR question like '%freelancer%') -- ORDER BY RAND() LIMIT 15 | 1 | SELECT quesid, question, seo, userid
FROM questions
WHERE quesid!='22655' AND status='1'
AND (question like '%3 focus remember budgeting freelancer%' OR question like '%focus%' OR question like '%remember%' OR question like '%budgeting%' 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='212316' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='212316' 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 seoclerks.members WHERE USERID='17031' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='17031' limit 1 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_member_profilepicture() |
| SELECT * FROM seoclerks.members WHERE USERID='81156' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='81156' 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=22655%' 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=22655%'
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='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 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='597315.jpg' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='597315.jpg' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='600713.png' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='600713.png' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='600052.jpg' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='600052.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 |
vinaya
The most important thing to remember as a freelancer is do not lose hope. I have been working as a freelance writer since 10 years. I have got more rejections than acceptance. However, I continue to bid on jobs and work on low rate. My standard asking rate is $1 for 100 words. However, I have done a 500 words article for as low as $1.5. During my sunshine days, sometime I earn $500 per month, however, during rainy days, I don't even earn $50 in a month. As a freelancer you need to keep your moral up, because you won't be getting enough work always. Sometimes I work 12 hours in a day, and sometimes I don't work for weeks. The most important thing to remember as a freelancer is do not lose hope.
Are you sure you want to delete this post?