Write the reason you're deleting this FAQ
In todays daily grind it can be overwhelming when it comes to all the things that have to be done in a day, week or month. I know that I sometimes get overwhelmed and I'm actually on top of most of my tasks each day, but when I do get overwhelmed it's usually because I stray from my daily plan. It can be tough writing up a plan and sticking to it, but it's not impossible if you have the right mindset 
Scheduling
When it comes to staying on top of all your jobs and tasks you'll want to work on schedule. I know that a lot of us got into online marketing so that we didn't have to stick to a schedule, but it will seriously help you out. I like to use my phone and add in specific things that I need done on certain days in order to stay on track for the month. These reminders are usually for when I have clients to call or monthly subscriptions for a considerable amount going out or coming in to my account from clients.
You can also use a desktop scheduler which is similar to the phone method but it's just on your computer. You can write in all your daily activities and what you need to do first before you do your second task. You can download scheduling software that will actually give you a nice little pop up reminder to call someone, set up an SEO project, finish a design or whatever you have going on that day. You can plan it out as long as you want or just write up your day in the morning, it's up to you. The only downside to this is that some of these services cost a few bucks each month just to remind you to do stuff 
Time Management
If you're not managing your time very well then you're always going to be falling behind. Set aside X minutes per task or XX minutes per phone call and you will notice that your day will seem shorter since you're finishing all of your tasks in a timely manner while sticking to your schedule. Now if you set aside 30 minutes for a phone call and you're only on the phone for 10 minutes, it doesn't mean you can just sit around and stare at the walls for 20 minutes. Get back to work and hit the next thing in your schedule, unless it's a phone call you have to make at a specific time. If it is a time sensitive thing that you have to do next then jump forward to your next task and come back to the time sensitive one when it is up in your list.
Poor time management can stress anyone out, and if you're running a business it can make you bankrupt because of the mistakes that will eventually start rolling in. If you're not managing your time well you will notice that everything will seem to be piling up on you and you will be overwhelmed with the amount of work you have to get done. This also happens a lot when someone is working a 9 to 5 and they have weekly deadlines. They won't worry about the job on Monday or Tuesday and start working on it by Wednesday because they think it's only a 3 day job. The problems they run into, that were not forseen, will be the reason they're getting stressed out and staying up late. If only they put a little bit of time into the work the first two days they would have a better result and less stress when it needed to be submitted lol.
Take Breaks
By all means, stick to your schedule and be diligent when it comes to completing each task. You will usually get done earlier than expected, but you can't forget about scheduling breaks into your day and sticking to them! If you're not taking a break you will easily get overwhelmed even if the work is easy for you. You will be working 6, 7, 8 or 9+ hours without sitting back and having lunch or just hanging out watching TV for 30 minutes. We're human, not machines, so you will need to hit the pause button and recharge yourself in order to put out the best work you possibly can.
Studies have actually shown that people can work for 9+ hours in a row in a single day but if they doing it every day of the week their performance starts to slip after day 1. By the end of the week of the 9+ hour straight days the person is frustrated and easily angered, and we all know that's never a good thing when working
Regardless if you're working online or at a brick and mortar type business, you'll need to schedule a break here and there and stick with it.
In Conclusion:
You need to schedule your time and stick to it. If you don't you will be overwhelmed and eventually feel burnt out because of it. You can download some software to help keep you on point when it comes to scheduling or you can use your phone. Remember to take breaks so you don't get overworked and you will notice your performance never dropping. I myself have a hard time remembering to schedule my time, but I force myself to do it every weekend and I'm glad I do 
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?
| Match | Count | SQL | Script |
| SELECT * FROM members_ledger WHERE ip = ? AND added>=unix_timestamp(NOW())-86400 | 1 | SELECT querystring, added
FROM members_ledger
WHERE
ip = ? AND added>=unix_timestamp(NOW())-86400 | /opt/clerks-staging/docroot/include/functions/includes/security.php 398 fetchMemberLedger() include_once() |
| 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='22403' | 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='22403' | /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=22403 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=22403
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| SELECT * FROM answers a, seoclerks.members b WHERE a.quesid='22403' 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='22403' 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=116647 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=116647
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=118874 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=118874
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=127608 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=127608
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=150417 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=150417
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=193204 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=193204
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| UPDATE questions SET total_views = total_views + 1 WHERE quesid='22403' | 1 | UPDATE questions SET total_views = total_views + 1 WHERE quesid='22403' | /opt/clerks-staging/docroot/include/functions/main.php 1765 update_Faqviewcount() () |
| SELECT * FROM questions WHERE quesid!='22403' AND status='1' AND (question like '%How stay organized daily routine?%' OR question like '%stay%' OR question like '%organized%' OR question like '%daily%' OR question like '%routine?%') -- ORDER BY RAND() LIMIT 15 | 1 | SELECT quesid, question, seo, userid
FROM questions
WHERE quesid!='22403' AND status='1'
AND (question like '%How stay organized daily routine?%' OR question like '%stay%' OR question like '%organized%' OR question like '%daily%' OR question like '%routine?%')
-- ORDER BY RAND()
LIMIT 15 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() () |
| SELECT * FROM seoclerks.members WHERE USERID='12262' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='12262' limit 1 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_member_profilepicture() |
| SELECT * FROM seoclerks.members WHERE USERID='17457' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='17457' 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='19061' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='19061' limit 1 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_member_profilepicture() |
| SELECT * FROM seoclerks.members WHERE USERID='8860' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='8860' 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=22403%' 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=22403%'
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='593814.jpg' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='593814.jpg' | /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 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='916377.jpg' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='916377.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
I like to use my phone's notes for writing down "TO DO" lists and stuff. So at the end of every night, I'll think about what I have to do tomorrow. And I'll list them out in order of priority or importance. Usually it just involves the doing part of working on my orders on here and content writing etc across the sites I do that on.
But I don't always look at my phone. Especially when I am working away, I can go hours before I even look at it. Then I have to unlocked it, open my notes, open the note and look at it. Meh! So sometimes I just like to go the old school route and use a pen and paper instead. And don't knock it, I actually get more done when I write the things down I need to do as that way, I always have it in front of me and can
mark them offas I go through them and get them done.Where as without it, I'm like a headless chicken! LOL
Are you sure you want to delete this post?