Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Post New Thread Reply

Register GFY Rules Calendar Mark Forums Read
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >
Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed.

 
Thread Tools
Old 11-12-2017, 06:27 AM   #1
G-Unit01
Confirmed User
 
G-Unit01's Avatar
 
Industry Role:
Join Date: Jul 2011
Posts: 190
How to remain organised?

Hi everyone,

I'm hoping to get some advice on how to keep organised and what are the best apps or tools to use?

I have a number of domains, projects, blogs running and I sometimes feel I lose track on monitoring the projects.

For example, being reminded to add new posts once a site's scheduled posts have finished, keeping track of costs of a project etc.

Looking forward to your input.
__________________
G-Unit01 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 11-12-2017, 09:25 AM   #2
Barry-xlovecam
It's 42
 
Industry Role:
Join Date: Jun 2010
Location: Global
Posts: 18,083


Attempts at rigid organization have never worked for me, wither a calendar (other than for appointments) or some written plan.

I prefer to set tasks;
  1. Immediate with completion (times|dates)
  2. Intermediate goals with some working window.
  3. Short-term goals 12 months to 18 months.

Immediate can just be a mental list -- a weekly plan.
Intermediate goals I just make a directory and make subdirectories -- on a good USB so that it is portable between working machines.



I hate filling out forms -- like a chained monkey. I prefer to work with a series of tasks (topics to be explored), objects and notes that I design and personalize. The advantage is in back and forth work and future planning. You can organize your work how you best understand it.
Barry-xlovecam is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 11-14-2017, 12:43 AM   #3
Barry-xlovecam
It's 42
 
Industry Role:
Join Date: Jun 2010
Location: Global
Posts: 18,083
you got me thinking about this

Code:
barry@paragon-DS-7:~/temporary/dairy$ mkdir -p $(date +"%Y/%m/%d")/posts
barry@paragon-DS-7:~/temporary/dairy$ mkdir -p $(date +"%Y/%m/%d")/coding
barry@paragon-DS-7:~/temporary/dairy$ mkdir -p $(date +"%Y/%m/%d")/phonecalls
barry@paragon-DS-7:~/temporary/dairy$ mkdir -p $(date +"%Y/%m/%d")/appointments
barry@paragon-DS-7:~/temporary/dairy/2017/11$  cd /home/barry/temporary/dairy/2017/11/14
barry@paragon-DS-7:~/temporary/dairy/2017/11/14$ ls -1F
appointments/
coding/
phonecalls/
posts/

barry@paragon-DS-7:~/temporary/dairy/2017/11/14$
A daily work directory -- LINUX

** here is a better version
Code:
 mkdir -p $(date +"%Y/%m/%d")/appointments &&  touch $_/appointments.txt
this makes

/home/barry/temporary/dairy/2017/11/14/appointments/appointments.txt

Then to find something
Code:
barry@paragon-DS-7:~/temporary/dairy/2017$ grep -rni 'smith'
11/14/appointments/appointments.txt:1:John Smith 10:00 am
barry@paragon-DS-7:~/temporary/dairy/2017$
Linux Bash Scripting: How to create directories for each day of the current month ~ Shell Programming

this is interesting using calc could be tweaked ... this makes a directory structure for the whole month.
Barry-xlovecam is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 11-14-2017, 02:28 AM   #4
bns666
Confirmed Fetishist
 
bns666's Avatar
 
Industry Role:
Join Date: Mar 2005
Location: Fetishland
Posts: 11,472
you don't get organized over night, you must have a proper approach of doing things within long term and that's how you become more efficient and organized.
__________________
CAM SODASTRIPCHAT
CHATURBATESKYPE SEX CAMS
bns666 is online now   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 11-14-2017, 06:04 AM   #5
plsureking
bored
 
plsureking's Avatar
 
Industry Role:
Join Date: Aug 2003
Location: Metaverse
Posts: 4,675
i recommend searching for that topic on youtube. then maybe search and watch related videos. if that doesn't help, start watching the trending videos. if you still can't get organized, you have a problem wasting too much time on youtube.

seriously tho, there's a lot of good time management videos on youtube.

#porncms
__________________
#
plsureking is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 11-14-2017, 08:49 AM   #6
Cyber Fucker
Hmm
 
Cyber Fucker's Avatar
 
Industry Role:
Join Date: Sep 2005
Location: On an endless road around the world for rock and roll.
Posts: 12,642
Maybe excel spreadsheets could help in this task.
__________________
Cyber Fucker is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 11-24-2017, 07:28 AM   #7
Ciprian Bitter
Registered User
 
Ciprian Bitter's Avatar
 
Industry Role:
Join Date: Nov 2017
Posts: 12
Quote:
Originally Posted by G-Unit01 View Post
Hi everyone,

I'm hoping to get some advice on how to keep organised and what are the best apps or tools to use?

I have a number of domains, projects, blogs running and I sometimes feel I lose track on monitoring the projects.

For example, being reminded to add new posts once a site's scheduled posts have finished, keeping track of costs of a project etc.

Looking forward to your input.
First of all, you need to educate yourself, which is not an easy journey, but not impossible as well. For this, you need to adopt some basic principles, such as:
- focus on one thing and one thing only
- whatever comes up, handle it now (I know it is the opposite of the first, but if the first is in progress, set yourself a reminder so as to not forget about the second task)
- use a calendar tool (to know when something needs to be done and by what time) + reminders (if you're going to delay, just like in point 2, put a reminder some time in advance from the deadline, so that you have time to finish it)
- know your goals, break them down into small steps, try to create a fixed timetable (for example: 9:00 AM breakfast, 10:00 AM Gym, etc). This will become automatic to you in time
- try to automate or delegate processes, so that you can focus on other stuff and remain organized (clutter is not good)
- learn to say NO to stuff that doesn't help you achieve any of your goals

For me, a calendar and prioritisation techniques (like saying NO to crap) help remain pretty much organized. You might feel like a robot until you get used to this stuff, but in the mid-term you should be able to get a hang of it and still enjoy spontaneous life
__________________
Ciprian Bitter is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Post New Thread Reply
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >

Bookmarks

Tags
posts, track, projects, organised, forward, input, monitoring, project, lose, sites, scheduled, keeping, costs, reminded, add, finished, domains, advice, hoping, remain, blogs, running, tools, apps, feel
Thread Tools



Advertising inquiries - marketing at gfy dot com

Contact Admin - Advertise - GFY Rules - Top

©2000-, AI Media Network Inc



Powered by vBulletin
Copyright © 2000- Jelsoft Enterprises Limited.